/* GOOGLE FONTS */
@import url(https://fonts.googleapis.com/css?family=Roboto);

*
{
    margin:0;
    padding:0;
}

html
{
    font-size: 62.5%;
    font-family: 'Roboto', sans-serif;
    height: 100%;
}

body
{
    background-color: rgb(0,0,0);
}

a
{
    text-decoration: none;
    color:rgb(255,255,255);
}

.clear:before,
.clear:after
{
    content: " ";
    display: table;
}

.clear:after
{
    clear: both;
}

.page-wrap
{
    display: flex;
    height:100%;
    flex-direction:column;
}

header
{
    background-color:rgba(0,0,0,0.9);
    text-align: center;
    position: fixed;
    width: 100%;
    height:6rem;
}

.innerhead
{
    margin: 2rem 0 0 0;
}

nav
{
    display: block;
    margin: -50px auto;
}

.navlink
{
    display: inline-block;
    padding: 1rem 1rem 0 1rem;
    align-content: center;
}

.navlink a
{

    font-size: 1.5rem;
    color:rgb(100,100,100);
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;

}

.navlink a:hover, footer a:hover
{
    color: rgb(255,255,255);
}


header img
{
    min-width: 4rem;
    height: 4rem;
    display: inline-block;
    position: relative;
    text-align:center;
}

.content
{
    margin-top: 6rem;
    height: 100%;
}

.featurebox
{
    height: 90vh;
    width: auto;
    background-position: center;
    background-size: cover;
    justify-content: center;
    text-align: center;
    display:flex;
    flex-direction:column;
    overflow:hidden;
}

.featurebox h1,h2
{
    font-size: 6vw;
    letter-spacing: 0.3rem;
    line-height: 5.5vw;
    margin:0 auto;
    color:rgb(255,255,255);
}

.featurebox h2
{
    line-height: 6.5vw;
    margin-bottom: 2rem;
}

.featurebox p
{
    font-size: 2vw;
    letter-spacing: 0.4rem;
    line-height: 5.5vw;
    margin:0 auto;
}

.featurebox .button
{
    font-size: 3vw;
    letter-spacing: 0.4rem;
    color: rgb(255,255,255);
    border: 2px solid rgb(255,255,255);
    background: none;
    border-radius: 13rem;
    width: 32%;
    margin: 0 auto;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.about {
  background-attachment: fixed;
}

.button:hover
{
    background-color: rgb(255,255,255);
    color: rgb(0,0,0);
}

.content p
{
    color: rgb(255,255,255);
}

/*video styling*/
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.reel-caps{
  text-transform: capitalize;
}


.form {
    overflow:hidden;
}

.commentbox {
    color:rgb(255,255,255);
    text-align:center;
    justify-content:center;
    font-size: 3vw;
    margin: 0% 10% 5% 10%;
    letter-spacing: 0.9vw;
}

.commentbox p{
    text-align: left;
    padding:3%;
    letter-spacing: 0.3vw;
}

.commentbox h4{
  text-align: left;
}

.disclaimer {
  color: rgb(224,224,224);
}

.disclaimer a {
  color:rgb(100,100,100);
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s
}

.disclaimer a:hover {
  color: rgb(224,224,224);
}

footer
{
    color:rgb(255,255,255);
    text-align: center;
    font-size: 1.3rem;
    letter-spacing: 0.5rem;
    line-height: 3.5rem;
    bottom: 0;
    width:100%;

}

footer a
{
    color:rgb(100,100,100);
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}

.socialf
{
    height: 2.3rem;
}

.socialf img
{
    width: 2.3rem;
    height: auto;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
}

footer .creator
{
    font-size:0.7rem;
    letter-spacing: 0.2rem

}

.altnav {
  display: inline-flex;
  margin-bottom: 0.5rem;
}

.altnav a {
  padding-right: 1rem;
}

/* Remove jotform footer */
.formFooter {
    display: none !important;
}

/*media query to fix video width */
@media screen and (min-width: 680px){
    .video-container{
        margin: 0 5% 0 5%;
    }
}

@media screen and (min-width: 817px){
    .video-container{
        margin: 0 25vw 0 25vw;
    }
}
