
footer {max-width:1140px;background-color: #949EAA;display: -webkit-flex;display: flex;-webkit-flex-direction: row;flex-direction: row;font-family: 'Lato', sans-serif; margin: 0 auto;padding: 40px;flex-wrap: wrap;justify-content: space-between;align-items: center;}
footer ul {list-style-type: none;margin-left: -15px;}
footer a {color: #ffffff;text-decoration: none;}
span { font-weight: 800; }

body{
	margin: 0;
    font-family: 'Pacifico', cursive;
    background-image: url("/images/door.jpg");
    background-position: bottom right;
    background-repeat: no-repeat;
}

main{
	margin:0 auto;
	max-width: 1140px;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
    display: flex;
    justify-content: center;
    height: 100px;

}

nav li {
    flex-direction: row-reverse;
}

nav li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

nav li a:hover {
    background-color: #111;
}

h1, h2 , h3{
    color: #000;
    border-bottom:solid 3px #000;
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.videoHolder{
    width: 660px;
    height: 378px;
    margin: 50px auto;
    border: solid 9px darkred;
}

.postHeroTopper{
    margin: 0 auto;
}