body, h1, h2, h3, h4, h5{
    font-family: "Raleway", sans-serif;
}
    
body{
    font-size: 16px;
}

hr{
    width: 50px;
    border: 5px solid #8E965F;
}

.w3-half img{
    margin-bottom: -6px;
    margin-top: 16px;
    opacity: 0.8;
    cursor: pointer;
}
.w3-half img:hover{
    opacity: 1;
}

.dropbtn{
    background-color: #979D70;
    color: whitesmoke;
    border: none;
}

.dropdown{
    position: relative;
}

.dropdown-content{
    display: none;
    position: absolute;
    background-color: white;
    min-width: 268px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a{
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover{
    background-color: #DDD;
}

.dropdown:hover .dropdown-content{
    display: block;
}

.dropdown:hover .dropbtn{
    background-color: #737851;
}

#main{
    margin-left: 340px;
    margin-right: 40px;
}

#mySidebar{
    background-color: #979D70;
    color: whitesmoke;
    z-index: 3;
    width: 300px;
    font-weight: bold;
}
#closeMenu{
    width: 100%;
    font-size: 22px;
    color: whitesmoke;
}
#smallMenu{
    background-color: #979D70;
    color: whitesmoke;
}

#title{
    color: #979D70;
}

#logo{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

#credits{
    margin-top: 75px;
    padding-right: 58px;
}

