body{
font-family: 'Bubbler One', sans-serif;
margin: 0;
background-image: url("/img/bottom.jpg");
background-repeat: no-repeat;
background-position: bottom right;
}

main{ max-width: 960px;
color: #000;
margin: 0 auto;
padding: 10px;
}

footer {max-width:1140px;background-color: #000; color: #ffffff;display: -webkit-flex;display: flex;-webkit-flex-direction: row;flex-direction: row; margin: 0 auto;padding: 40px;flex-wrap: wrap;justify-content: space-between;align-items: center;}
footer ul {list-style-type: none;margin-left: -15px;}
span { font-weight: 800; }

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #000;
}

nav li {
    float: left;
}

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

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

img{
	width:100%;
	height: auto;
}


h1, h2{
	font-size: 2em;
	font-weight: 800;
}

h3{
	font-size: 1.4em;
	font-weight: 800;
	color: red;
	text-align: middle;
}
 
p{
	font-weight: 500;
	font-size: 1.6em;
}

ul{
	font-size: 1.3em;
	font-weight: 500;
}

.postHero{
	width: 100%;
	height: auto;
}

.youtubeHolder{
	border: 20px #999 solid;
	max-width: 640px;
	height: 360px;
	margin: 0 auto; 
}