.title{
/*	background-color: #576e93;*/
    background-color: #1531ae;
    border-bottom: 1px solid white;
	color: white;
    font-family: 'IM Fell English SC', serif;
    font-size: 5vw;
	text-align: center;
}

@media screen and (max-width: 800px){
    .title{
        font-size: 7vw;
    }
}

.title>div{
	margin: auto;
}

#fixedHeadMenu{
    display: none;
    position: fixed;
    z-index: 999999 !important;
    top: 0px !important;
    left: 0px !important;
}

.headMenu{
/*	background-color: #576e93;*/
    background-color: #1531ae;
}

.headMenuItem{
    color: white;
    text-align: center;
    align-content: center;
	padding: 8px;
    text-decoration: none;
    font-family: 'Arvo', serif;
}

.headMenuItem:hover{
/*    background-color: rgba(42, 49, 61, 1);*/
    background-color: #000c7d;
    text-decoration: none;
    color: white;
}

.lang-menu {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.lang-menu a:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60%;
    background-color: white;
    opacity: 0.8;
}

.lang-menu-item {
    position: relative;
    display: flex;
    color: white;
    text-align: center;
    align-content: center;
	padding: 8px 10px;
    text-decoration: none;
    font-family: 'Arvo', serif;
}

.lang-menu-item:hover {
    background-color: #000c7d;
    text-decoration: none;
    color: white;    
}

.lang-menu-item-selected {
    position: relative;
    display: flex;
    color: white;
    text-align: center;
    align-content: center;
	padding: 8px 10px;
    text-decoration: underline;
    font-family: 'Arvo', serif;
}

.lang-menu-item-selected:hover {
    background-color: #000c7d;
    color: white;
}

.dropdown-item{
    color: white;
    padding: 5px;
    font-family: 'Arvo', serif;
}

.dropdown-item:hover{
/*    background-color: #b2b2b2;*/
    background-color: #1531ae;
    color: white;
}

.dropdown-menu-element{
    cursor: pointer;
    position: relative;
}

.dropdown-items-container{
    position: absolute;
    left: 0px;
    top: 40px;
    display: none;
/*    background-color: #757575;*/
    background-color: #5c5be1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999999 !important;
}

.dropdown-menu-element:hover .dropdown-items-container{
    display: block;
}

.side-menu{
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
/*    background-color: #576e93;*/
    background-color: #1531ae;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.side-menu-item{
    color: white;
    text-align: left;
    align-content: center;
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    font-family: 'Arvo', serif;
}

.side-menu-item:hover{
/*    background-color: rgba(42, 49, 61, 1);*/
    background-color: #000c7d;
    text-decoration: none;
    color: white;
}

.side-menu .closebtn{
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    cursor: pointer;
    color: white;
}

.menu-btn-responsive{
    color: white;
    text-align: center;
    align-content: center;
	padding: 8px;
    text-decoration: none;
    display: none;
    font-family: 'Arvo', serif;
}

.menu-btn-responsive:hover{
/*    background-color: rgba(42, 49, 61, 1);*/
    background-color: #000c7d;
    text-decoration: none;
    color: white;
}

.side-menu-dropdown{
    cursor: pointer;
}

.side-menu-dropdown-container{
    display: none;
/*    background-color: #757575;*/
    background-color: #5c5be1;
}

.side-menu-dropdown-item{
    width: 100%;
    padding: 5px;
}

.side-menu-dropdown-item>a{
    text-decoration: none;
    width: 100%;
    display: block;
    color: white;
    font-family: 'Arvo', serif;
}

.side-menu-dropdown-item:hover{
/*    background-color: #b2b2b2;*/
    background-color: #000c7d;
    
}

.side-menu-dropdown-item{
    text-align: center;
    color: white;
}

@media screen and (max-width: 768px){
    .headMenuItem{
        display: none;
    }
    
    .menu-btn-responsive{
        display: block;
    }
}

@media screen and (min-width: 769px){
    .headMenuItem{
        display: block !important;
    }
    
    .side-menu{
        width: 0px !important;
    }
}