html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    background-image: url("Resources/background5.jpg");
    background-position: center;
    
}


h2 {
    color:black;
}

h3 {
    color:black;
}

div.menucontainer {
    text-align: center; 
    font-size: 18px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; 
    padding: 30px;
    border-top: 3px solid rgb(13, 97, 13);
    border-left: 3px solid rgb(13, 97, 13);
    border-right: 3px solid rgb(13, 97, 13);
    border-bottom: 3px solid rgb(13, 97, 13);
    background-color: rgba(232, 244, 234, 0.85);
    border-radius: 25px;
    
}

div.aboutcontainer {
    text-align: center; 
    color: #444343;
    font-size: 18px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; 
    padding: 30px;
    border-top: 3px solid rgb(13, 97, 13);
    border-left: 3px solid rgb(13, 97, 13);
    border-right: 3px solid rgb(13, 97, 13);
    border-bottom: 3px solid rgb(13, 97, 13);
    background-color: rgba(232, 244, 234, 0.85);
    border-radius: 25px;
}

div.choosecontainer{
    text-align: center; 
    color: #444343;
    font-size: 18px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; 
    padding: 30px;
    border-top: 3px solid rgb(13, 97, 13);
    border-left: 3px solid rgb(13, 97, 13);
    border-right: 3px solid rgb(13, 97, 13);
    border-bottom: 3px solid rgb(13, 97, 13);
    background-color: rgba(232, 244, 234, 0.85);
    border-radius: 25px;
}

div.adcontainer{
    text-align: center; 
    color: #444343;
    font-size: 18px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; 
    padding: 30px;
    border-top: 3px solid rgb(13, 97, 13);
    border-left: 3px solid rgb(13, 97, 13);
    border-right: 3px solid rgb(13, 97, 13);
    border-bottom: 3px solid rgb(13, 97, 13);
    background-color: rgba(232, 244, 234, 0.85);
    border-radius: 25px;
}

div.contcontainer{
    text-align: center; 
    color: #444343;
    font-size: 18px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; 
    padding: 30px;
    border-top: 3px solid rgb(13, 97, 13);
    border-left: 3px solid rgb(13, 97, 13);
    border-right: 3px solid rgb(13, 97, 13);
    border-bottom: 3px solid rgb(13, 97, 13);
    background-color: rgba(232, 244, 234, 0.85);
    border-radius: 25px;
}

.LogoContainer{
    font-family: cursive;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    border-top: 3px solid rgb(13, 97, 13);
    border-left: 3px solid rgb(13, 97, 13);
    border-right: 3px solid rgb(13, 97, 13);
    border-bottom: 3px solid rgb(13, 97, 13);
    border-radius: 25px;
    color:white;
    font-size: 30px;
    background-image: url('Resources/logo3.jpg');
    background-size: contain;  
    background-position: center; 
    
}



.header{
    text-align: center; 
    font-size: 18px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; 
    padding: 30px;
    border-top: 2px solid rgb(13, 97, 13);   
    background-color: #e8f4ea;
    border-radius: 25px;
}


.menucontainer a img {
    width: 30px;
    float: right;
    padding: 5px;
    display: inline;
    border-radius: 25px;
    
}

ul.menuList {
    list-style-type: none;
    margin: 0px;  
    padding: 0px;
    overflow: hidden;
}

li{
    display: inline;
}

li a {
    text-decoration: none;
    color: #909090;
    padding: 20px;
}

