body {
    background-image:url(Images/Background.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
}

#menu{
    width: 100%;
    background-color: whitesmoke;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

ul {
    display: flex;
    justify-content: center;    
}

.horizontal-menu {
    width: 300px;
    height: auto;
    list-style-type: none;
    padding: 0;
}

.horizontal-menu a {
    color: red;
    display: block;
    padding: 12px;
    text-decoration: none;
    font-family: 'Comfortaa', cursive;
    font-size: 35px;
}

#menu a:hover {
    background-color: antiquewhite;
}

h1 {
    color: gray;
    text-align: center;
    font-size: 100px;
    font-family: 'Raleway', sans-serif;
    text-shadow: 3px 3px 4px white, 0 0 3px black;
}
h2 {
    text-align: center;
    font-family: 'Comfortaa', cursive;
    font-size: 55px;
    color: red;
}

h3 {
    font-size: 35px;
    color: black;
    text-align: left;
    font-family: 'Domine', serif;
    text-align: justify;
}

h4{
    font-size: 35px;
    color: black;
    text-align: left;
    font-family: 'Domine', serif;
    text-align: justify;
    padding-top: 25px;
}

h5{
    font-size: 30px;
    color: red;
    font-family: 'Montserrat', sans-serif;
    padding-top: 35px;
}

p{
    font-size: 20px;
    color: black;
    text-align: center;
    font-family: 'Hind', sans-serif;
    text-align: justify;
}

.footer {
    width: 100%;
    font-family: 'Josefin Slab', serif;
    background-color: white;
    padding-left: 15px;
    font-size: 8px
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.text{
    width: 55%;
    height: auto;
    margin: 0 auto;
    padding: 5px 40px;
    background-color: antiquewhite;
    border: 10px solid gray;
    line-height: 1.55;
}

#map{
    margin-top: 45px;
    border: 10px solid gray;
    width: 59%;
}

.species{
    width: 55%;
    height: auto;
    margin: 0 auto;
    padding: 5px 40px;
    background-color: antiquewhite;
    border: 10px solid gray;
}

.images{
    margin-top: 35px;
    margin-bottom: 35px;
    border: 5px solid gray;
}

.species img:hover {
    border: 5px solid red;
} 

.species img:active{
    border: 5px solid gray;
}

#cutebird{
    border: 5px solid gray;
    float: right;
    width: 45%;
    margin: 12px;
}

.video{
    margin: 0 auto;
    border: 5px solid gray;
}

iframe{
    display: block;
    width: 100%;
}