/* Style the video: 100% width and height to cover the entire window */
body {
    background-color: black;
}

#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  align-content: center;
}

/* Add some content at the bottom of the video/page */

.content {
  position: relative;
  bottom: 0;
  background: rgba(0, 0, 0, 0.0);
  color: #f1f1f1;
  width: 100%;
  height: 100%;
  margin-top: 250px;

}

.nupp-port {
    align-content: center;
}

h4 {
    color: white;
}

.jumbotron {
    padding: 0;
}


.logo {
    display: block;
    margin: auto;
    margin-top: 20vh;
    width: 80%;
    max-width: 480px;
}


.email {
    margin-top: -70px;
    color: white;
    margin-top: 0px;
}

.container {
    max-width: 2000px;
}

html div jumbotron {
    margin-bottom: -20;
}

.btn {
    display: inline;
    margin: auto;
    margin-top: 100px;

}



.nupp {
    display: block;
    margin-top: 0px;
    font-size: 50px;
    text-align: center;
    text-transform: uppercase;
    font-family: Lato;
    font-weight: 300;
    border: 2px solid white;
    border-radius: 10px;
    max-width: 400px;
    padding: 15px 0;
    margin: auto;
    
    
}

.content a {
    color: white;
    text-decoration: none;
}


.nupp:hover {
    background-color: white;
    color: black;

}



.nupp:nth-of-type(2) {
    margin-top: 15px;

}

footer img {
    margin-top: 100px;
    width: 50px;

}



.vimeo-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
 }

 .vimeo-wrapper iframe {
    width: 100vw;
    height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 240vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
 }


 @media(max-width:1200px) {
     .logo {
         width: 300px;
     }
 }

 @media(max-height:900px) {
    .logo {
        width: 300px;
        margin-top: 100px;
    }
}

@media(max-width:600px) {
    .logo {
        width: 220px;
        margin-top: 40px;
    }
}

@media(max-height:550px) {
   .logo {
       width: 220px;
       margin-top: 20px;
   }
}




######################
NAVBAR
######################

* {
font-size: 30px;
}

nav {
   font-size: 21px;
   font-family: Lato;
   font-weight: 300;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
}

.navbar-nav {
    margin-left: auto;
    margin-right: 15px;
    letter-spacing: 0.5px;
}

.nav-link {
    margin-top: 7px;    
}

#contact {
    margin-right: 10px;
}

#works {
    margin-right: 10px;
}

.underline {
    padding-bottom: 8px;
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.2s;
}

.underline:hover {
    border-bottom: 2px solid white;
    transition: 0.2s;
} 


######################
   CONTACT SIDEBAR
######################

.sidenav{
    background-color:#111;
    height:100%;
    left:0;
    overflow-x:hidden;
    padding-top:60px;
    position:fixed;
    top:0;
    transition:.5s;
    width:0;
    z-index:1;
    
}

.sidenavR {
    -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
            transform: translate(100%, 0);
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out;
    -o-transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;

    background-color:#111;
    height:100%;
    overflow-x:hidden;
    padding-top:60px;
    position:fixed;
    right:0;
    top:0;
    transition:.5s;
    width:0;
    z-index:1;
    width: auto;
    padding: 0 50px;


}


.sidenavR.js-open {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    }


.sidenavR a {
    color: white;
    display:inline-block;
    text-decoration:none;

}

.sidenav a:hover,.offcanvas a:focus,.sidenavR a:hover,.offcanvas a:focus {
    color:#f1f1f1;
    
}

.sidenav .closebtn,.sidenavR .closebtn {
    font-size:36px;
    margin-left:50px;
    position:absolute;
    right:25px;
    top:0;


}

@media screen and max-height 450px {
    .sidenavR {
        padding-top:15px;
    }
    .sidenavR a {
        font-size:18px;
    }
}

@media(max-width: 576px){
    .navbar-nav {
        margin-right: 0px;
        text-align: right;
    }
    #contact {
        margin-top: 0;
        padding-top: 0;
    }

    .underline {
        border-bottom: 2px solid transparent;
        transition: border-bottom 0.2s;
    }
    
    .underline:hover {
        border-bottom: 2px solid transparent;
        transition: 0.2s;
    } 
}

.sidenav-content {
    margin-top: 70px;
    text-align: center;
    color: white;
    font-family: Lato;
    font-weight: 300;
    font-family: Lato;
}

.socialButtons {
    max-height: 48px;
    padding: 4px;
    display: inline-block;
}




.sidenav-content p {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    letter-spacing: 0.7px;
    padding: 0 15px;
}

.headline{
    font-size: 32px;
    margin-bottom: 30px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

.social-media {
    margin-top: 50px;
    margin-bottom: 50px;
}

.contact a{
    color: white;
    font-size: 21px;
}

.contact i {
    margin-right: 15px;
}

#contact {
    display: inline-block;
}

.block {
    display: block;
}






#################
Vimeo play button
#################