body {
	margin: 0;
	padding: 0;
	font-family: 'League Spartan', sans-serif;
    text-align: center;
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 700;
}
.wrapper {
    width: 85%;
    margin: auto;
    max-width: 1200px;
}
h1 {
    font-family: 'Bungee Outline', sans-serif;
    margin: 11px 0 0 0;
}
h2 {
    margin: 7px 0 0 0;
    line-height: 55px;
}
.hero:after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: calc(50% - 50px);
    z-index: 3;
    width: 0;
    height: 0;
    border: 50px solid transparent;
    border-bottom: 0;
    border-top: 50px solid #fff;
}
.hero {
    position: relative;
    top: 0;
    height: 300px;
}
.jackHero:before {
    content: "";
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.2;

}
.jackHero {
    background: url(images/jack.png) center center no-repeat;
    background-size: cover;
    height: 75vh;
    position: relative;
}
.jackHero a {
background: #fff;
    color: #000;
    text-decoration: none;
    padding: 1.4rem 3rem;
    z-index: 3;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
    font-size: 1.2rem;
    font-family: Helvetica, arial, sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
}
.videos {
    margin: 13rem 0 0 0;
}
.videos p a {
    font-size: 1rem;
    text-transform: lowercase;
    font-family: Helvetica, arial, sans-serif;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    border-bottom: 2px solid;
    padding: 0 0 5px 0;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.lowercase {
	text-transform: lowercase;
}
ul.social {
    text-align: center;
    display: inline-block;
    padding: 0;
    margin: 0 0 4rem 0;
}
ul.social li {
    float: left;
    margin: 0 1.2rem;
    list-style: none;
}
footer:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background: #eeeeee;
    top: -25px;
    transform: rotate(45deg);
    left: calc(50% - 25px);
}
footer {
    background: #eeeeee;
    padding: 4rem 0;
    position: relative;
}
footer p {
	font-family: Helvetica, arial, sans-serif;
    font-size: 0.8rem;
    color: #595959;
    letter-spacing: 1px;
    font-weight: 400;
}
footer p a {
    color: inherit;
    text-decoration: none;
}
body.privacy {
    font-family: helvetica, arial!important;
    font-size: 1rem!important;
    text-transform: initial;
    text-align: left;
    font-weight: 400;
}
body.privacy h1 {
    font-size: 1.5rem;
}
body.privacy footer {
    text-align: center;
    margin: 5rem 0 0 0;
}
body.privacy p a {
    color: inherit;
    text-decoration: none;
}
@media screen and (max-width: 980px) {
	h1 {
		font-size: 3rem;
	}
}