/* NAVBAR */
.navbar{
    display: initial;
    width: 100%;
}
.navbarTop{
    display: flex;
    justify-content: center;
 	align-items: center;
    width: 100%;
    background-image: url(../img/backgrounds/navbarBackground.svg);
    background-repeat: none;
    background-size: 100%;
    /*background-size: 100% 100%;*/ /*Chrismas size */
    top: 0;
    border-bottom-style: solid;
    border-color: white;
}/*

.navbarImg {
    width: 10%;
    /*width: 20%; */ /*Christmas size */
  /*  margin-top: 1%;
    margin-bottom: 1%;
}


.shortCut{
    position: absolute;
    width: 8%;
    right: 0;
    top: 2%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shortCutOption{
    color: darkred;
    font-family: 'Montserrat', sans-serif;
    font-size: 1vw;
    margin-right: 5%;
}
*/
.navbarOptions{
    position: sticky;
    top: 0;
    display: flex;
    justify-content: center;
 	align-items: center;
    width: 100%;
    background-color: darkred;
    border-bottom-style: solid;
    border-color: #d90000;
    z-index: 3;
}
.option{
    display: block;
    border-right-style: solid;
    border-right-width: 1px;
    width: 20%;
    color: white;
    font-family: 'Pumpkin Cheesecake', sans-serif;
    font-size: 1.5vw;
    text-align: center;
    text-decoration: none;
}
.option:hover{
    cursor: pointer;
    color: darkred;
    background-color: white;
    text-decoration: underline;
}
.activePage{
    background-color: white;
    color: darkred;
}
.activePage:hover{
    cursor: context-menu;
    background-color: white;
    color: darkred;
    text-decoration: none;
}


/*LANGUAGES*//*
.languages {
    position: absolute;
    width: 8%;
    right: 0;
    top: 2%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.language{
    width: 20%;
    margin-left: 5%;
    margin-right: 5%;
    border-radius: 50%;
    float: left;
}
.activeLanguage{
    cursor: context-menu;
    box-shadow: 0em 0em 0.5em 0.3em white;
    border-radius: 50%;
}

.languageIcon{
    width: 100%;
}
.languageIcon:hover{
    cursor: pointer;
    box-shadow: 0em 0em 0.5em 0.3em white;
    border-radius: 50%;
}
.activeLanguage:hover{
    cursor: context-menu;
}
.languageSeparator{
    float: left;
    margin-left: 5%;
    margin-right: 5%;
    color: white;
}/*
/*END LANGUAGES*/


/* MOBILE NAVBAR */
.navbarMobile{
    display: none;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 3;
}
.container {
    cursor: pointer;
    float: left;
    left: 0;
    width: 15%;
    margin-left: 5%;
    margin-right: 3%;
    position: absolute;
}

.navbarTopMobile{
    display: flex;
    justify-content: center;
 	align-items: center;
    width: 85%;
    top: 0;
}

.mobileBack{
    float: left;
    width: 100%;
}
.mobileBackText{
    color: white;
    font-family: 'Finger Paint', cursive;
    font-size: 6vw;
}
.mobileNavbar{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: darkred;
    width: 100%;
}
.mobileOptions{
    background-color: darkred;
    float: left;
    width: 70%;
}
.hiddenOptions{
    display: none;
    position: absolute;
    width: 80%;
}
.shownOptions{
    display: block;
    position: absolute;
    width: 100%;
}
.mobileOption{
    width: 100%;
    text-align: center;
}
.mobileOptionText{
    color: white;
    font-size: 5vw;
}
.activeOption{
    text-decoration: underline;
}
.mobileOptionText:hover{
    text-decoration: underline;
}
/*ICON NAVBAR*/
.bar1, .bar2, .bar3 {
    height: 1vh;
    background-color: white;
    margin: 0.8vh 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-2vh, 1vh);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-1.4vh, -0.6vh);
}
/*NAVBAR ICON END*/





.topBar{
    display: flex;
    align-items: center;
    width: 100%;
    background-color: darkred;
}

.shortCut {
    width: 49%;
    margin-left: 1%;
    top: 2%;
    justify-content: center;
    align-items: center;
}

.shortCutOption {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 1vw;
    margin-right: 5%;
}

.languages {
    width: 49%;
    margin-right: 1%;
    top: 2%;
    text-align: right;
    display: flex;
    justify-content: right;
    align-items: center;
}

.language {
    width: 3%;
    margin-top: 1%;
    margin-bottom: 1%;
    border-radius: 50%;
    float: left;
}

.languageSeparator {
    float: left;
    margin-left: 2%;
    margin-right: 2%;
    color: white;
}

.activeLanguage{
    cursor: context-menu;
    box-shadow: 0em 0em 0.5em 0.3em white;
    border-radius: 50%;
}

.languageIcon{
    width: 100%;
}
.languageIcon:hover{
    cursor: pointer;
    box-shadow: 0em 0em 0.5em 0.3em white;
    border-radius: 50%;
}
.activeLanguage:hover{
    cursor: context-menu;
}

.navbarImg {
    width: 10%;
    margin-top: 1%;
    margin-bottom: 1%;
}








/* Mobile Version */
@media (max-width: 414px), (orientation: portrait) {
    .navbar{
        display: none;
        float: left;
    }
    .navbarTop{
        background-color: transparent;
        border-bottom-style: none;
        width: 60%;
        float: left;
    }
    .navbarMobile{
        display: block;
    }
    /* Languages */
    .languages {
        position: absolute;
        width: 25%;
        right: 0;
        top: 2%;
        margin: 0;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .language {
        display: flex;
        width: 25%;
        margin-top: 2vh;
        margin-bottom: 2vh;
        margin-left: 5%;
        margin-right: 5%;
        border-radius: 50%;
        float: left;
    }
    /* End Languages */
    .option {
        display: inline-block;
        width: 100%;
        font-size: 5vw;
        padding: 3%;
    }
    .activeLanguage{
        cursor: context-menu;
        box-shadow: 0em 0em 0.5em 0.3em white;
        border-radius: 50%;
    }
    
    .languageIcon{
        width: 100%;
    }
    .languageSeparator{
        float: left;
        margin-left: 5%;
        margin-right: 5%;
        color: white;
    }
}