body {
    font-family: 'Oswald', sans-serif;
    background-color: darkturquoise;
    color: floralwhite;
    margin: 0;
    padding-top: 0;
    border: 0;
}

h1 {
    font-family: 'Shrikhand', cursive;
    color: cornsilk;
    font-size: 96px;
    text-shadow: 3px 8px 5px grey;
    letter-spacing: 2px;
}

h2 {
    font-family: 'Shrikhand', cursive;
    color: cornsilk;
    font-size: 32px;
    letter-spacing: 1px;
    margin: 20px auto;
    padding-top: 30px;
    position: absolute;
    text-align: left;
}

h3 {
    font-family: 'Shrikhand', cursive;
    color: cornsilk;
    font-size: 78px;
    text-shadow: 3px 8px 5px grey;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 50px;
}

h4 {
    font-family: 'Shrikhand', cursive;
    color: black;
    font-size: 28px;
    margin-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
    border: 0;
}

h5 {
    font-family: 'Shrikhand', cursive;
    color: dimgray;
    font-size: 15px;
    margin-bottom: 10px;
    text-decoration: underline;
}

h6 {
    font-family: 'Shrikhand', cursive;
    color: cornsilk;
    font-size: 96px;
    text-shadow: 3px 8px 5px grey;
    letter-spacing: 2px;
    border-top: 5px solid cornsilk;
    border-bottom: 5px solid cornsilk;
    padding-top: 15px;
    padding-bottom: 15px;
}

p {
    font-size: 18px;
    line-height: 30px;
    padding-top: 5px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

p2 {
    font-size: 15px;
    color: dimgray;
    padding: 15px;
}

p3 {
    float: right;
    text-align: end;
    font-size: 28px;
    margin-top: 30px;
    padding-right: 10px;
    margin: 0;
    border: 0;
    padding: 0;
}

#header {
    background-color: dodgerblue;
    width: 100%;
    height: 150px;
}

#subtitle {
    color: ivory;
    font-weight: bolder;
    font-size: 28px;
    padding-top: 50px;
    padding-bottom:10px;
}

#content {
    width: 90%;
    margin: 20px auto;
    padding: 5px 10px 5px;
}

#box1 {
    margin-top: 350px;
    margin-bottom: 200px;
    text-align: center;
    
}

#beavers {
    margin-top: 200px;
    margin-bottom: 100px;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 50px;
}

#intro {
    margin-top: 0;
    margin-bottom: 50px;
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 80px;
}

#act {
    margin-top: 100px;
    margin-bottom: 50px;
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 50px;   
}

#vol {
    margin-top: 100px;
    margin-bottom: 50px;
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 50px;   
}

#container {
    margin-top: 300px;
    margin-bottom: 300px;
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 80px;   
}

#box3 {
    background-color: rgba(30,144,255,0.3);
    border-radius: 25px;
    padding-bottom: 10px;
}

img {
    width: 50px;
    float: right;
    margin: 0;
    padding: 0;
    border: 0;
}

iframe {
    width: 1150px;
    height: 600px;
    text-align: center;
}


#footer-title {
    width: 100%;
    background-color: cornsilk;
    text-align: left;
    margin-bottom: 0;
    margin-top: 50px;
}

#contact1 {
    float: left;
    width: 18.5%;
    text-align: center;
    background-color: cornsilk;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

#contact2 {
    float: left;
    width: 18.5%;
    text-align: center;
    background-color: cornsilk;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

#contact3 {
    float: left;
    width: 18.5%;
    text-align: center;
    background-color: cornsilk;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

#contact4 {
    float: left;
    width: 18.5%;
    text-align: center;
    background-color: cornsilk;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

#contact5 {
    float: left;
    width: 19.3%;
    text-align: center;
    background-color: cornsilk;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

#navigation {
    font-family: 'Shrikhand', cursive;
    font-weight: lighter;
    font-size: 25px;
    position: absolute;
    margin-top: 20px;
    padding-left:42%;
    padding-top: 0.7%;
    text-align: end;
    vertical-align: middle;
}

li {
    display: inline;
    list-style-type: none;
    padding-right: 40px;
}

a:link, a:visited, a:active {
    color: cornsilk;
    text-decoration: none;
}

a:hover {
    color: rgb(138,43,226);
    text-decoration: none;
    font-weight: bolder;
    font-size: 28px;
}

@media screen and (max-width: 980px) {
    h1, h2, h3, h4, p {
        word-wrap: break-word;
    }
    h2 {
        font-size: 27px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 12px;
    }
    #subtitle {
        font-size: 23px;
    }
    p {
        font-size: 10px;
    }
    p2 {
        font-size: 10px;
    }
    #navigation {
        padding-left: 35%;
        padding-top: 1.5%;
        font-size: 20px;
    }
    li {
        padding-right: 20px;
    }
    a:hover {
        font-size: 23px;
    }
    #contact1 {
        width: 17.5%;
    }
    #contact2 {
        width: 17.5%;
    }
    #contact3 {
        width: 17.5%;
    }
    #contatc4 {
        width: 17.5%;
    }
    #contact5 {
        width:18.78%;
    }
    img {
        width: 30px;
        height: 30px;
    }
    iframe {
        width: 700px;
        height: 400px;
        text-align: center;
    }
    
}