html,body{
    margin:0;
    padding: 0;
    background-color: white;}
.mainheader{
    width: 100%;
    line-height: 180px;
    background-color: #5c616e;
    color:#ffff99;
    font-size: 5vw;
    font-weight: normal;
    text-align: center;
    height: 200px;
    background-image: url(/img/header.jpg);
    background-size: cover;    
}
.mainheader p{
    margin: 0;
    padding: 0;
}

.maincontent{    
    background-color: white;
    margin: auto;
    padding: 0;
    height: 100%;
    text-align: center;    
    color:aliceblue;
    font-size: 3vw;    
    background-image: url(/img/background.webp);  
    background-repeat: no-repeat;
    background-size: cover;
    height: 70vh;
    width: 100vh; 

}
.searchbox{
   display: flex;
   justify-content: center;   
}
.searchbox a{
    text-decoration: none !important;
    text-decoration-style: none;
}
.button{
    width: 200px;
    height: 50px;
    background-color:#30638E;
    color:#C0DA74;
    border-radius: 5px;
    text-align: center;
    font-size:25px;
    font-weight: 400;
    line-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;    
    transition: all 0.5s;
}
.button:hover{
    width: 200px;
    background-color:#ffff99;
    color:#5375e2;
}
.maincontent p{
    margin: 0!important;
    padding: 0!important;
    text-shadow:1px 1px 10px #fff, 1px 1px 10px #ccc;
}
.maincontent img{
    padding: 0 !important; 
    margin: 0 !important;
}
.noheight
{
    height: 0;
}
.mobilemenu{
    display: none;
}
.menublock{
    text-align: center;
    background-color: #456990;
   
}
.menublock:hover{
    background-color:#89A7A7;
}
.menuitem{
    display: inline-block;
    float:left;
    padding-left: 10px;
    font-size: 17px;
    
}
.menublock img
{
    width: 75px;
    height: 75px;
    display: inline-block;      
    float:left;
    padding:10px;
}
.menublock ul{
    margin: 0;
    padding-top: 0; 
    list-style: none;  
   text-align: center;
  
}
.menublock ul:hover{
    background-color: #89A7A7;
}
.menublock ul li 
{
    color: white;    
    text-align: center;   
    height: 100px;
    line-height: 75px;
    margin: 0;
    padding: 0;
    font-size: 10px;
    transition: all 0.5s;
}
.menublock li:hover{    
    color:#00494e;
    font-size: 35px;
    text-shadow: 2px 2px #5c616e;
}
.menublock ul li:hover>div>img{
    border: #00494e 5px solid;
    border-radius: 50%;
    display: inline-block;      
    float:left;
    padding:10px;
}
.mainfooter{
    height: 50px;
    line-height: 50px;
    background-color:#548484;
    text-align: center;
    font-size: 30px;
}
.mainfooter ul{
    margin:0;
    padding: 0;
    list-style: none;
    display: inline-block;
}
.mainfooter ul li{
    display: inline-block;
    color: white;  
    padding-right:60px; 
}
.mainfooter ul li:hover{
    color: #5375e2;
}
.mob-maincontent{
    display: none;
}
.mob-menublock{
    display: none;
}

@media only screen and (max-width: 600px) {
    .menublock{
        display: none;
    }
    .mainfooter{
        display: none;
    }
    .maincontent{
        display: none;
    }
    .mob-maincontent{
        display: block;
        background-color: white;
        margin: auto;
        padding: 0;
        height: 100%;
        text-align: center;    
        color:aliceblue;        
        background-image: url(/img/background.webp);  
        background-repeat: no-repeat;
        background-size: cover;   
        height: 70vh;
        width: 100vh;   
        position:fixed;  
    }
    .mob-maincontent p{       
        margin: 0;
        padding: 0;
        text-shadow:1px 1px 10px #fff, 1px 1px 10px #ccc;
    }
    .mob-menublock{
        display: block;  
        background-color: #89A7A7; 
        height: 50px; 
        overflow: hidden;        
        transition: all .5s; 
        position:fixed;  
    }
    .mob-menublock:hover{
        height: 700px;
    }
    .menuitem{
        display: inline-block;
        padding-left: 10px;
        font-size: 20px;        
    }
    .mob-menublock  img
    {
        width: 75px;
        height: 75px;
        display: block;      
        padding:10px;
    }
    .mob-menublock  ul{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0;
        padding-top: 0; 
        list-style: none;  
        text-align: center;
    }
    .mob-menublock  ul:hover{
        background-color: #89A7A7;
    }
    .mob-menublock ul li:first:hover{
        text-align: center;
        margin: 0;
        padding: 0;
    }
    
    .mob-menublock  li:first:hover p{    
       font-size: 30px;
    }
    .mob-menublock  ul li 
    {
        display:list-item;
        color: white;    
        text-align: center;   
        height: 50px;
        line-height: 50px;
        margin: 0;
        padding: 0;
        font-size: 30px;        
    }
    .mob-menublock  li:hover{    
        color:#00494e;
        font-size: 35px;
        text-shadow: 2px 2px #5c616e;
    }   
    
    
}

