.jumbotron {
    background-image: url(../images/eceb.jpg);
    height: 100vh;
    background-attachment: fixed;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    
    text-shadow: #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px;
    color: #fff;
}
.jumbotron h1{
    padding: 10vh 0 0 0;
}
.jumbotron button{
    background-color: #FA6300;
}
.container-fluid{
    padding: 60px 50px;
}
.bg-grey {
    background-color: #f6f6f6;
}
.logo-small{
    color: #FA6300;
    font-size: 50px;
}
.logo{
    color: #FA6300;
    font-size: 200px;
}
.thumbnail{
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
}
.thumbnail iframe{
    width: 100%;
    height: 500px;
    margin-bottom: 10px;
}
.carousel-control.right, .carousel-control.left{
    background-image: none;
    color: #FA6300;
}
.carousel-indicators li{
    border-color: #FA6300;
}
.item h4{
    font-size: 20px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: bold;
    padding: 15px 0 0 0;
}
.item span{
    font-style: normal;
}
.item{
    margin: 70px 0;
}
.item p{
    font-size: 15px;
    font-style: normal;
    padding: 0 0 15px 0;
}
.navbar{
    margin-bottom: 0;
    background-color: #FA6300;
    z-index: 9999;
    border: 0;
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 4px;
    border-radius: 0;
}
.navbar li a, .navbar .navbar-brand{
    color: #fff !important;
}
.navbar-nav li a:hover, .navbar-nav li.active a{
    color: #FA6300 !important;
    background-color: #fff !important;
}
.navbar-default .navbar-toggle{
    border-color: transparent;
    color: #fff !important;
}
footer .glyphicon{
    font-size: 20px;
    margin-bottom: 20px;
    color: #FA6300;
}
.slideanim{
    visibility: hidden;
}
.slide{
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}
/*
#about{
    height: 100vh;    
}
#gradDay{
    max-width: 100%;
    height: auto;
}
*/
#myValues{
    background-image: url(../images/noteBookPencil1080p.jpeg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;    
    
    text-shadow: #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, 
                 #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px;
    color: #fff;
    position: relative;
}
/*
#acomplishments{
    height: 100vh;
}
*/
#portfolio {
    background-image: url(../images/codeImage1080p.jpeg);
    background-attachment: fixed;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    
    text-shadow: #000 0px 0px 1px;
    color: #fff;
    position: relative;
}
/*
#prevExperience{
    height: 100vh;
}
*/
#contact {
    background-image: url(../images/gradDay.jpg);
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    
    text-shadow: #000 0px 0px 1px;
    color: #fff;
    
}
.modal{
    margin: 50px 0 0 20px;
}
.modal-dialog{
    width: 90vw;
    max-width: 100vw;
}
.modal img{
    max-width: 100%;
    height: auto;            
}
@keyframes slide{
    0%{
        opacity: 0;
        transform: translateY(70%);
    }
    100%{
        opacity: 1;
        transform:  translateY(0%);
    }
}
@-webkit-keyframes slide{
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}
@media screen and (max-width: 768px){
    .col-sm-4{
        text-align: center;
        margin: 25px 0;
    }
}