html{
    height: 100%;
}


body {
background-color: #2f3035;
background-image: url(images/TheGrove02.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
background-blend-mode:soft-light;
}


.container {
    margin-left: auto;
    margin-right: auto;
    width: 1024px;
}

header {

    height: 118px;
    text-align: center;
    padding-top: 10px;
}

nav {
    background-color: rgba(0, 0, 0, 0.751);
    /* height: 40px; */
    padding-top: 14px;
    padding-bottom: 14px;
    text-align: center;
}

main {
    height: 400px;
    text-align: center;
    padding-top: 80px;
    padding-left: 100px;
    padding-right: 100px;
}

footer {
    background-color: rgba(0, 0, 0, 0.751);
}

h1{
    font-size: 84px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;

}
p{
    font-size: 18px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;

}

a{
    color: white;
    font-family: Arial, Helvetica, sans-serif;

    /* text-decoration: none; */
}

nav a {
    text-decoration: none;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
}

.no-underline{
    text-decoration: none;
}

footer p {
    font-size: 10px;
    text-align: center;
    color: rgb(103, 108, 113);
    padding-top: 50px;
    padding-bottom: 50px;
}
.maps {
    padding-bottom: 100px;
    text-align: center;
}
.myyoutube {
    width: 560px; /* you have to have a size or this method doesn't work */
    height: 315px; /* think about making these max-width instead - might give you some more responsiveness */

    /* position: absolute; positions out of the flow, but according to the nearest parent */
    top: 0; right: 0; /* confuse it i guess */
    bottom: 0; left: 0;
    margin: auto; /* make em equal */
}