body{
    margin:0px;
    background-color:#f2f1ed;
}
.banner{
    background-image:url(https://i.pinimg.com/originals/6e/d3/34/6ed33401ace36984cdd0f4297d6ad12a.jpg);
    width:100%;
    height:500px;
    background-size:cover;
    background-position:center;
    position:relative;
}
h1{
    font-family:Georgia;
    font-size:80px;
    padding-top:6%;
    text-align:center;
    animation:darker 5s forwards;
}
@keyframes darker{
    from{
        color:black;
    }
    to{
        color:#eaeaea;
    }
}
h1+p{
    color:#eaeaea;
    text-align:center;
    font-family:Georgia;
    margin-top:-13px;
}
.links{
    text-align:center;
    background-color:#3E3F3A;
    font-size:13px;
    padding-top:15px;
    padding-bottom:15px;
    font-family:Georgia;
    text-transform:uppercase;
}
.links a{
    text-decoration:none;
    color:#c4c2c2;
    padding:30px;
}
.links a:hover{
    color:#eaeaea;
    border-bottom:3px solid #eaeaea;
    padding-bottom:12px;
}
.footer{
    background-color:#3E3F3A;
    color:#c4c2c2;
    text-decoration:none;
    text-align:center;
    padding:3px;
}
.footer a{
    color:#c4c2c2;
    padding-left:66px;
}
.footer a:hover{
    color:#eaeaea;
}
.db{
    transition:font-size 1s;
}
.db:hover{
    font-size:20px;
}
.fi img{
    filter:grayscale(35%);
}
#overview{
    color:#9D7C58;
    font-size:16.5px;
    margin-left:250px;
    margin-right:250px;
    font-family:serif;
}
#overview a{
    color:#9D7D58;
    border:2px solid #9D7D58;
    padding:8px 17px;
    font-size:15px;
    font-weight:bold;
    text-decoration:none;
}
#overview a:hover, #overview a:active{
    color:white;
    background-color:#9D7D58;
}
a+span{
    font-size:17px;
    color:#9D7E58;
}
.position{
    float:right;
}
.home{
    text-decoration:none;
    font-size:20px;
    color:#eaeaea;
    border:3px solid #eaeaea;
    padding:8px 25px;
    border-radius:5px;
    font-weight:bold;
    font-family:serif;
}
.home:hover, .home a:active{
    color:#3E3F3A;
    background-color:#eaeaea;
}
p>span{
    text-decoration:underline;
    font-weight:bolder;
    font-size:18px;
    color:#8e6e4f;
}
li>span{
    font-weight:bold;
    color:#967454;
}
.mid, iframe{
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.textmid{
    text-align:center;
}