@font-face { font-family: 'Gothem Condensed';
             src: url('Gotham Condensed/GothamCondensed-Light.otf') format('truetype');
          }
body{
    background-color: #000;
    color: #fff;
    max-width: 1300px;
    font-family: 'Gothem Condensed';
    text-align: center;
    margin: 0 auto;
    position: relative;
}
section{
    width: 100%;
}

.headline {
    margin-top: 50px;
	
}

h1{
    font-size: 45px;
	line-height: 50px;
}
h2{
    font-size: 35px;
}
video{
    width: 80%;
    margin: 50px auto;
}
p{
    font-size: 25px;
    width: 50%;
    float: left;
    margin: 30px auto;
}
a{
    color: #fff;
}
