.parallax-container{
    height: 1600px;
}
   
.brand-logo{
    font-family: 'Roboto Condensed', sans-serif;
}

.page-footer{
    text-align: center
}

h1,h2 {
    color: #b0bec5;
}

.card-title{
    color: #f48fb1;
}

.fullName{
    text-emphasis:center;
    
}

video {
    display: inline-block;
    border-radius: 20px;
    border-color: green;
    border: 10px;
}

.videoTitle{
    
    font-size: 25px;
    margin-top: 50px;
    text-align:center;
    margin-left: -30px;
    

}

.video-container{
    height:675px;
    margin-right:30px;
    width: 325px;
}
.videoLeft{
    float: left;
    width: 320px;
    height:475px;
    margin-bottom:130px;

}


 
nav .nav-wrapper {
    position: relative;
    height: 100px;
}

.blue-grey-text.text-lighten-3 {
    color: #b0bec5 !important;
    font-size: 70px;
    margin-top: 12px;
}

.mainName{
    font-family: 'Rouge Script', cursive;
    font-weight: bolder;
    font-size: 200px;
    margin-top:30px;
}


.fixed-nav-bar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 50px;
}
/*#portfolio{
    margin-top: 20px;
}*/
#comingSoon{
    margin-top: 150px;
    margin-bottom: 150px;
    text-align: center;
    animation-name: spin;
    animation-duration: 10000ms;
    animation-iteration-count: infinite;
    animation-timing-function: circular; 
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
}
}
.bio{
    font-size: 20px;
}

@media only screen and (max-width: 812px) {
    /* ADD CSS RULES FOR IPHONE */
/* EXAMPLE */
   

nav .nav-wrapper {
    position: absolute;
    height: 140px;
    line-height: 37px;
    width:100%;
    margin-top: 0px;
}
   
}

nav .brand-logo {
    position: absolute;
    color: #fff;
    display: inline-block;
    font-size: 2.1rem;
    padding: 0;
    margin-top: 55px;
    
}
.blue-grey-text.text-lighten-3 {
    color: #b0bec5 !important;
    margin-top: 12px;
}

.mainName{
    font-family: 'Rouge Script', cursive;
    font-weight: bolder;
    font-size: 200px;
    margin-top:30px;
}
nav {
    color: #fff;
    background-color: #b0bec5;
    width: 100%;
    height: 56px;
    line-height: 56px;
}

ul:not(.browser-default) {
    padding-left: 0;
    list-style-type: none;
    margin-top: -40px;
}

nav ul.left {
    float: left;
    margin-top: 10px;
}
    .sidenav{
    top: 179px;
    padding-top: 20px;
    }

    nav .sidenav-trigger i {
        margin-left: 20px;


    }
    
 /*   .spaceUp{
        margin-top: -100px;
    }
    
     .spaceUpMore{
        margin-top: -250px;
        margin-bottom:-550px;
    }
    
   .video-container{
     float:none;
     margin-left:20px;
    
    }
    */
   #portfolio{
    margin-top: -225px;
}
    

 


   
