/* BEGIN MAIN CSS SECTION  */  

html {
    overflow-y: scroll;
}

body {
    font-family: Roboto, sans-serif; 
    font-size: 16px;
    font-weight: 300;
    line-height: 130%;
    color: #666;
    opacity: 1;
    transition: 2s opacity;
}

body.fade-out {
    opacity: 0;
    transition: none;
}

.container {
    padding: 80px 0px;
}

#homescreen {
    padding-top: 100px;
}

#davename {
    padding-top: 60px;
    padding-bottom: 150px;
    padding-left: 5%;
}

#mainpicture {
    padding-bottom: 80px;
}

.viewworklink {
     padding-top: 10px;
}

h2 {
    letter-spacing: 3px; 
    font-size: 1.6em;
    color: #666; 
    margin: 0px;
    padding-bottom: 10px;
}

h3  {
    letter-spacing: 3px;      
    font-size: 1.6em;
    margin: 0px;
    padding-bottom: 10px;
    color: #068bb1;
}

h4  {     
    font-size: 24px;
    color: #666;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 0px;
}



.bg-1 {
    background: #2d2d30;
    color: #bdbdbd;
}

.bg-1 h3 {color: #fff;}

.bg-1 p {font-style: italic;}


.btn {
    padding: 10px 20px;
    background-color: #333;
    color: #f1f1f1;
    border-radius: 15;
    transition: .2s;
}

.btn:hover, .btn:focus {
    border: 1px solid #333;
    background-color: #fff;
    color: #000;
}

.btn-default {
    padding: 10px 20px;
    background-color: #fff;
    color: #333;
    border-radius: 15;
    transition: .2s;
}

.btn-default:hover, .btn-default:focus .btn-default: active {
    background-color: #333;
    color: #f1f1f1;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0;
}

/* END MAIN CSS SECTION  */  


/* BEGIN TOP NAVIGATION SECTION  */

.navbar {
    font-family: Montserrat, sans-serif;
    margin-bottom: 0;
    background-color: #2d2d30;
    border: 0;
    font-size: 13px !important;
    letter-spacing: 4px;
    opacity: 0.9;
}

.navbar li a, .navbar .navbar-brand { 
    color: #d5d5d5 !important;
}

.navbar-nav li a:hover {
    color: #fff !important;
}

.navbar-nav li.active a {
    color: #fff !important;
    background-color: #29292c !important;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}


/* END TOP NAVIGATION SECTION  */



/* BEGIN WORK SECTION  */ 

#work {
    padding-top: 60px;
    padding-left: 5%;
    background-color: #f3f3f3;
}

#filter {
    padding-top: 30px;
    padding-bottom: 50px;
    font-size: 1.3em;
    font-weight: 500;
}

.projscreens1 { 
    padding-top: 15px;
}


.project    {
    padding-top: 40px;
    padding-left: 5%;
    margin-bottom: 0px;
    border-bottom: 2px dotted #666;

}

div.project.fade-out {
    opacity: 0;
    transition: none;
}

.projectspacing    {
    margin-bottom: 40px;
    padding-bottom: 50px;
}

.bggray    {
    background-color: #f3f3f3;
}

.projectinfo    {
    padding-top: 80px;
}

.moreproject    {
    padding-top: 40px; 
    font-weight: 500;
    color: #e79726;
}

.tools    {
    padding-top: 40px; 
    font-weight: 500;
    color: #e79726;
}

.outcome    {
    padding-top: 40px; 
    font-weight: 500;
    color: #e79726;
}



/* END WORK SECTION  */ 



/* BEGIN RESUME SECTION  */ 



/* END RESUME SECTION  */ 


/* BEGIN CONTACT SECTION  */ 

#contact    {
    padding-top: 50px;
    padding-left: 5%;
    background-color: #f1f1ef;
}

#labdoor    {
    padding-bottom: 50px;
    padding-top: 20px;
    font-style: italic;

}
.contactinfo    {
    padding-top: 20px;
    padding-left: 5%;
}


.contact-background {
    background-image: url("images/UXLab1.png");
    background-color: #000;
    background-position: center center;
    background-size: cover;
    height: 200px;
    position: relative;
    opacity: .4;
}

.contact-background .filter-black::after {
    background-color: rgba(0, 0, 0, 0.1);
    content: "";
    display: block;
    height: 300px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

/* END CONTACT SECTION  */ 



/* BEGIN FOOTER SECTION  */

footer {
    background-color: #2d2d30;
    color: #f5f5f5;
    padding: 32px;
}

footer a {
    color: #f5f5f5;
  }

footer a:hover {
    color: #777;
    text-decoration: none;
  } 


/* END FOOTER SECTION  */