/*
    Document   : style
    Created on : Apr 4, 2016, 9:33:06 PM
    Author     : Erik Teichmann
    Description:
        Purpose of the stylesheet follows.
*/

body {
    background-color: #000;
}

/*VIDEO*/

.video_container {
    position: relative;
    padding-bottom: 55.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.video_container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*SC*/

.sc_container {
    position: relative;
    padding-bottom: 32.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.sc_container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*HEADER*/
header {

}
.logo {
  display: block;
  margin: 0 auto;
  width: 75%;
}
nav {

}
nav ul {
    margin: 0 auto !important;
    display:table;
}
nav ul li {

}
nav ul li a {
  color: #efefef;
  font-size: 2em;
  font-weight: 600;
  margin: 1em;
  text-decoration: none !important;
}

/*MAIN*/
.main {

}

/*FOOTER*/
footer {

}
