@font-face {
    font-family: Springsteel-Light;
    src: url(font/Springsteel-Light.ttf);
}

@font-face {
    font-family: Planer-Regular;
    src: url(font/Planer_Reg.ttf);
}

@font-face {
    font-family: AvantGarde;
    src: url(font/AvantGarde_Md_BT.ttf);
}

html, body {
    height: 100%;
}

body, footer, main, header, section {
    box-sizing: border-box;
}

html {
    background-color: white;
    background-image: url('back.png');
    background-position: left bottom;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

body {
    border-top: 10px solid rgb(192, 61, 70);
    color: rgb(57, 57, 57);
    font-family: Planer-Regular;
    font-size: 12pt;
    margin: 0;
}

@media (max-width: 789px) {
    
    main {
        padding: 5px;
    }
    
    section.right {
        display: none;
    }

}
@media (min-width: 790px) {
    
    body main, body header {
        width: 790px;
        margin: auto;
    }
    
    .page-wrapper {
        min-height: 100%;
        margin-bottom: -100px;
    }

    .page-wrapper::after {
        content: "";
        display: block;
        height: 100px;
    }
    
    footer {
        height: 100px;
        box-sizing: border-box;
    }
    
    section.right {
        width: 400px;
        float: right;
    }
    
    section.right iframe {
        width: 400px;
        height: 300px;
    }
    
    div.left-col {
        width: 200px;
        float: left;
    }

    div.right-col {
        margin-left: 220px;
    }

    .sidenav {
        text-align: right;
    }

    h1.side {
        padding-left: 220px;
    }
    
}

.logo {
    display: block;
    height: 65px;
}

nav {
    display: block;
    height: 40px;
    margin-top: 15px;
}

ul.nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.nav li {
    display: inline;
    border-right: 1px dotted rgb(57, 57, 57);
}
ul.nav li:last-child {
    border-right: none !important;
}

ul.nav a {
    display: inline-block;
    color: rgb(57, 57, 57);
    text-decoration: none;
    font-family: Springsteel-Light;
    font-size: 13pt;
    text-transform: uppercase;
    padding-right: 5px;
}

ul.nav a:hover {
    display: inline-block;
    color: rgb(192, 61, 70);
}

ul.nav li.active a::before {
    display: block;
    position: absolute;
    content: '';
    background-image: url(nyil.png);
    width: 17px;
    height: 17px;
    margin-top: 22px;
}

h1, h2, h3 {
    font-family: Springsteel-Light;
    font-weight: normal;
    text-transform: uppercase;
}

h1 {
    font-size: 25pt;
}

h2 {
    font-size: 20pt;
}

h3 {
    font-size: 15pt;
    font-weight: bold;
}

footer {
    background-color: rgb(85,85,85);
    color: white;
    padding: 5px;
    font-size: 12pt;
    clear: both;
}

footer section.center {
    width: 790px;
    margin: auto;
}

footer p {
    margin-bottom: 2px;
    margin-top: 2px;
}

footer p.head {
    font-size: 14pt;
    font-family: Springsteel-Light;
}

main iframe {
    display: block;
    border: 0;
    height: 800px;
    width: 100%;
}

main .alert {
    padding: 10px;
    margin: 5px;
    background-color: rgb(85,85,85);
    color: white;
}

main {
    text-align: justify;
}

footer a {
    color: white;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

.sidenav a.nav-link {
    color: rgb(192, 61, 70);
    text-decoration: none;
    font-size: 13pt;
    font-family: AvantGarde;
    display: block;
    margin-bottom: 2px;
}

.right-col img {
    display: block;
    width: 100%;
}

.editor {
    display:inline-block;
    width:100%;
    height:100px;
}

.editor_box {
    display: block;
    background: rgba(0,0,0,0.2);
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
}