.main {
    background-color: gray;

}

head {
    background-color: rgb(230, 230, 230) !important;
    /* height: 20vh; */
}

.logo {
    margin: 5% 40% 5% 40%;
    width: 20%;

}

.red {
    background-color: brown;
}

.foot {
    background-color: black;
    padding: 3em;
}

li {
    color: white;
    padding-bottom: 1.2em;
    font-size: 1.35rem;
}

h1, h2, h3 {
    font-family: 'Dancing Script', cursive;
    color: white;
}

h1 {
    font-size: 3rem !important;
}

h2 {
    padding: 1.25em 0 0.75em 0;
    text-align: center;
    font-size: 2.5rem !important;



}

p {
    font-size: 1.25rem;
}

i {
    color: white;
    font-size: 4rem;
    padding: 1em 0 0.25em 0;
}

a:link, a:visited, a:active {
    color: white;
    font-size: 1.25em;
}

a:hover {
    color: black !important;
}

iframe {
    width: 100%;
}

img {
    float: left;
    width: 30%;
    margin-right: 4%;
    margin-top: 2%;
}

.video {
        position: relative;
        padding-bottom: 56.25%; /* - 16:9 aspect ratio (most common) */
        /* padding-bottom: 62.5%; - 16:10 aspect ratio */
        /* padding-bottom: 75%; - 4:3 aspect ratio */
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }
    
.video iframe,
.video object,
.video embed {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}