@font-face {
    font-family: "Agatho";
    src: url("font/agatho/Agatho_Regular.otf") format("opentype");
}

@font-face {
    font-family: "GillSans";
    src: url("font/gillsans/GillSansMedium.otf") format("opentype");
}

.wrapper {
    min-width: 1199px;
}

.footer {
    width: 100%;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.navmenu img {
    position: relative
}

.languageFrame {
    width: 100%;
    border: none;
    margin-bottom: 10px
}

.language {
    color: #ED6E22;
    padding-left: 10%;
    font-size: 1.5rem;
}

.language a {
    color: #5E2207;
    text-decoration: none;
    padding: 0 20px 0 10px;
}

.navbarFrame {
    position: absolute;
    top: 25%;
    right: 0;
    width: 100%;
    height: 290px;
    border: none;
}

.navbar {
    background-color: #F3A93E;
    color: #896F4F;
    text-transform: uppercase;
    display: inline-flex;
    float: right;
    padding: 0;
    font-family: "GillSans";
    font-weight: 600;
}


.nav-item {
    max-width: 100px;
    margin: 0 40px;
    text-align: center;
    text-decoration: underline;
    color: #896F4F;
}

.nav-link {
    color: #896F4F !important;
}


.dropdown-menu {
    border: 0;
    text-align: center;
    padding: 10px;
    /* background: none transparent; */
    background: rgba(255, 255, 255, 0.8);
    transform: translateX(-25px);
}

.dropdown:hover>.dropdown-menu {
    display: flex;
    flex-direction: column;
}


.dropdown-item {
    white-space: normal;
    padding: .5rem;
    color: #896F4F;
    height: 64px;
    align-content: center;
}

.dropdown-item:hover {
    background: none transparent;
    color: #896F4F;
}

.dropdown-toggle {
    white-space: normal;
}

.dropdown-toggle::after {
    display: none;
}

.navline {
    position: absolute;
    bottom: -10px;
    border-bottom: 1px solid #896E50;
    width: 100%;
}

.footer-side-line {
    border-left: 4px solid #E97B14;
    font-size: 1vw;
    min-height: 150px;
    margin-bottom: 40px;
    font-weight: 600;
}

.footer-side-line a {
    color: white;
    text-decoration: none;
}

.footer-contact {
    font-size: 1vw;
}

.footer-sub-content {
    padding-left: 50px;
    font-weight: normal;
}

.break {
    flex-basis: 100%;
    height: 0;
}

.back-to-top {
    position: fixed;
    right: 0px;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    cursor: pointer;
    display: none;
}

.placeholder {
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    color: #E97B14;
    padding-bottom: 20px;
}

.message-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 1.5rem;
    color: #652700;
}

.award-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    color: #E97B14;
}

.award-container a {
    color: #E97B14;
    text-decoration: none;
}

.award-container h1 {
    margin: 30px 0 15px 0;
}

.generaltitle {
    color: #652700;
    margin-bottom: 50px;
    font-weight: bold !important;
}

@media only screen and (min-width: 1200px) {
    .dropdown>.dropdown-toggle:active {
        /*Without this, clicking will make it sticky*/
        pointer-events: none;
    }
}

@media only screen and (max-width: 1199px) {
    .language {
        text-align: center;
        padding: 0
    }

    .navline {
        display: none;
    }

    .navbarFrame {
        top: 0;
        height: 50vh;
        position: fixed;
        width:auto
    }

    .navbar>.container-fluid {
        padding: 0
    }

    .dropdown-menu {
        padding-left: 50px;
        text-align: left;
        background: none transparent;
    }

    .nav-item {
        text-align: left;
    }


    .footer-side-line {
        font-size: 1.6rem;
    }

    .footer-contact {
        font-size: 1.6rem;
    }

}