/* Set all parents to full height */
html, body, 
.container,
.cbp-fbscroller,
.cbp-fbscroller section { 
	height: 100%; 
}


* {
    padding: 0px;
    margin: 0px;
}
body {
    background-color: #ffffff;
    overflow-x:hidden;
}
body div{
    padding: 0px;
}

button:focus {outline:0;}

.hr{
    margin-top:10px;
    margin-bottom:10px;
    
}

.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -webkit-flex-flow: nowrap;
  justify-content: space-between;
}
.resume, .resume a{
    color:#d8b4a3;
    text-decoration: none;
}
.flex-item {
  
  padding: 0px;
  width: 33%;
  height:50px;
  margin-top: 20px;
  
  line-height: 50px;

}

#main-logo{
    position:relative;
    left:20px;
    
    font-family: 'Raleway', sans-serif;
    
}

#main-logo img{
    width:50px;
}

#welcome{
    position:relative;
    text-align:center;
    
    font-family: 'Raleway', sans-serif;
    font-size:16px;
}
#main-menu{
    position:relative;
    text-align:center;
   
    font-family: 'Raleway', sans-serif;
    font-size:13px;
    letter-spacing: 1px;
    
}
#main-menu a{
    text-decoration: none;
    position: relative;
    color:black;
}
/*#main-menu a:hover:after{
    content: '';

    width: 100%;
    position: absolute;
    left: 0;
    bottom: -7px;

    border-width: 0 0 1px;
    border-style: solid;
}
.main-menu-current:after{
    
    content: '';

    width: 100%;
    position: absolute;
    left: 0;
    bottom: -7px;

    border-width: 0 0 1px;
    border-style: solid;
    
}*/
.nowrap{
    white-space: nowrap;
}

/* The nav is fixed on the left side  and we center it by translating it 50% 
(we don't know it's height so we can't use the negative margin trick) */
.cbp-fbscroller > nav {
	position: fixed;
	z-index: 9999;
	left: 18px;
	top: 50%;
	width: 18px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
        opacity:0.8;
}

.cbp-fbscroller > nav a {
	display: block;
	position: relative;
	z-index: 9999;
	color: transparent;
	width: 5px;
	height: 5px;
	outline: none;
	margin: 10px 0px;
	border-radius: 50%;
	border: 2px solid #ffffff;
        background-color:#ffffff;
}

.no-touch .cbp-fbscroller > nav a:hover {
	background: rgba(255,255,255,0.6);
}

.cbp-fbscroller > nav a.cbp-fbcurrent {
/*	background: #e2bdab;*/
    background:transparent;
}

/* background-attachment does the trick */
.cbp-fbscroller section {
	position: relative;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.no-touch .cbp-fbscroller section {
	background-attachment: fixed;
}


.projectDetailPane{
/*    background-color: gray;*/
    color: white;
    float:right; width:0%; 
    display:none;
   right:0px;
}
.projectDetailPane img{
    width:100%;
    display:block;
}

.projectDetailContent{
    display:none;
    font-family: 'Raleway', sans-serif;
    font-size:13px;
    padding-left:50px;
    padding-right:70px;
    padding-top:30vh;
    line-height:20px;
    
}
.projectDetailTextTitle{
    font-size:22px;
}

.projectDetailContentRev{
   
    font-family: 'Raleway', sans-serif;
    font-size:13px;
    padding-left:0px;
    padding-right:0px;
    padding-top: 11vh;
    line-height:20px;
    width:50%;
    margin-left:auto;
    margin-right:auto;
    
}
.projectDetailTextTitleRev{
    font-size:22px;
}

.detail-line{
    width:80px;
    border-top:1px solid black;
    margin-top:15px;
    margin-bottom:20px;
}
.close-project-button{
    position:relative;
    
    
    cursor:pointer;
    z-index: 2;
    
    
}
.close-project-button img{
    
    
    position:relative;
    top:0;
    left:0px;
    
}



#hero{
    height:100vh;
}
 
#hero {
	background-image: url(../images/composition.jpg);
        background-size: 100%;
	background-position:center;
	background-repeat: no-repeat;
}

.titlediv{
    width:50%; height:100vh;  float:right;
    position:static;
}
.projectSummaryContent{
    margin-top:29vh;
}
.projectSummaryContent p{
    font-size:13px;
/*    padding-top:20vh;*/
    padding-left:2em;
    font-family: 'Raleway', sans-serif;
    color: white;
    position:relative;
    opacity:1;
    width:250px;
    line-height:20px;
    
    
}
.projectSummaryContent > div{
    font-size:13px;
/*    padding-top:20vh;*/
    padding-left:2em;
    font-family: 'Raleway', sans-serif;
    color: white;
    position:relative;
    opacity:1;
    width:250px;
    line-height:20px;
    
    
}
.projectSummaryContent nav{
    font-size:20px;
    padding-top:40px;
    padding-left:1.2em;
    font-family: 'Raleway', sans-serif;
    color: #000000;
    width:30vw;
    position:relative;
    opacity:1;
    
}
.projectSummaryTextTitleSmaller{
    font-size:18px;
    line-height:20px;
    padding-top:10px;
        
}

.projectSummaryTextTitle{
    font-size:24px;
    color:white;
    line-height:32px;
}
.projectSummaryTextTitleGB{
    font-size:24px;
    color:white;
    
}


.in-view{
    position:fixed;
    top: 0;
    right: 0;
}


.view-project-button{
    background-color:transparent;
    width:140px;
    height:70px;
    background-image:url(../images/CTA_off.png);
    background-size:100%;
    background-repeat: no-repeat;
    border:0;
    color:black;
    font-size:11px;
    font-weight:bolder;
    padding-bottom:19px;
    font-family: 'Raleway', sans-serif;
    cursor:pointer;
}
.view-project-button:hover{
    background-image:url(../images/CTA_on.png);
    color:white;
}

#fbsection1 {
        background-color:#d2d2d2;
	background-image: url(../images/s1.png);
        background-size: 70%;
	background-position: 50% 60%;
	background-repeat: no-repeat;
}
.title-off-1{
    
    
    background:rgba(200,187,163,0.8);
   
}
.title-on-1{
    background-color:#d2d2d2;
    opacity:1;
    float:left;
    left:0;
}
.detail-text-outer1{
    width:100%;
    background-color:#656565;
    padding-bottom: 78px;
    padding-top: 68px;
}
.detail-text-inner1{
    width:60%;
    margin-left:auto;
    margin-right:auto;
    font-size:1em;
    color:white;
    font-style: italic;
}

#fbsection1 .projectSummaryContent {
    margin-top: 24vh;
}
#fbsection1 .projectSummaryContent nav {
    
    padding-top: 30px;
}
#fbsection2 {
        background-color:#667e83;
	background-image: url(../images/s2.png);
        background-size: 70%;
	background-position: 50% 60%;
	background-repeat: no-repeat;
}
.title-off-2{
    background:rgba(68,85,96,0.8);
   
}
.title-on-2{
    background-color:#667e83;
    opacity:1;
    float:left;
    left:0;
    color:white;
}
.detail-text-outer2{
    width:100%;
    background-color:#020e23;
    padding-bottom: 78px;
    padding-top: 68px;
}
.detail-text-inner2{
    width:60%;
    margin-left:auto;
    margin-right:auto;
    font-size:1em;
    color:white;
    font-style: italic;
}

#fbsection3 {
        background-color:#3f435a; 
	background-image: url(../images/s3.png);
        background-size: 70%;
	background-position: 50% 60%;
	background-repeat: no-repeat;
}
.title-off-3{
    background:rgba(37,42,72,0.8);
    
   
}
.title-on-3{
    background-color:#3f435a; 
    opacity:1;
    float:left;
    left:0;
    color:white;
}

.detail-text-outer3{
    width:100%;
    background-color:#020e23;
    padding-bottom: 78px;
    padding-top: 68px;
}
.detail-text-inner3{
    width:60%;
    margin-left:auto;
    margin-right:auto;
    font-size:1em;
    color:white;
    font-style: italic;
}

#fbsection4 {
        background-color:#9ebcd8; 
	background-image: url(../images/s4.png);
        background-size: 70%;
	background-position: 50% 60%;
	background-repeat: no-repeat;
}
.title-off-4{
    background:rgba(67,134,181,0.8);
    
   
}
.title-on-4{
    background-color:#9ebcd8; 
    opacity:1;
    float:left;
    left:0;
    color:white;
}
.detail-text-outer4{
    width:100%;
    background-color:#020e23;
    padding-bottom: 78px;
    padding-top: 68px;
}
.detail-text-inner4{
    width:60%;
    margin-left:auto;
    margin-right:auto;
    font-size:1em;
    color:white;
    font-style: italic;
}


#fbsection5 {
    background-color:#393f6f; 
    background-image: url(../images/s5.png);
    background-size: 70%;
    background-position: 50% 60%;
    background-repeat: no-repeat;
}
.title-off-5{
    background:rgba(46,51,90,0.8);
   
}
.title-on-5{
    background-color:#393f6f; 
    opacity:1;
    float:left;
    left:0;
    
}
.detail-text-outer5{
    width:100%;
    background-color:#020e23;
    padding-bottom: 78px;
    padding-top: 68px;
}
.detail-text-inner5{
    width:60%;
    margin-left:auto;
    margin-right:auto;
    font-size:1em;
    color:white;
    font-style: italic;
}

#fbsection6 {
    background-color:#86b9c5; 
    background-image: url(../images/s6.png);
    background-size: 70%;
    background-position: 50% 60%;
    background-repeat: no-repeat;
}
.title-off-6{
    background:rgba(25,85,119,0.8);
   
}
.title-on-6{
    background-color:#86b9c5; 
    opacity:1;
    float:left;
    left:0;
    color: white;
}
.detail-text-outer6{
    width:100%;
    background-color:#12305b;
    padding-bottom: 78px;
    padding-top: 68px;
}
.detail-text-inner6{
    width:60%;
    margin-left:auto;
    margin-right:auto;
    font-size:1em;
    color:white;
    font-style: italic;
}

#fbsection7 {
    background-color:#5692c5; 
    background-image: url(../images/s7gerber.png);
    background-size: 70%;
    background-position: 50% 60%;
    background-repeat: no-repeat;
}

.title-off-7{
    background:rgba(23,56,92,0.8);
   
}
.title-on-7{
    background-color:#063e7d; 
    opacity:1;
    float:left;
    left:0;
    color:white;
}
.detail-text-outer7{
    width:100%;
    background-color:#0a4079;
    padding-bottom: 78px;
    padding-top: 68px;
}
.detail-text-inner7{
    width:60%;
    margin-left:auto;
    margin-right:auto;
    font-size:1em;
    color:white;
    font-style: italic;
}

#fbsection8 {
    background-color:#dd5357; 
    background-image: url(../images/s8.png);
    background-size: 70%;
    background-position: 50% 60%;
    background-repeat: no-repeat;
}
.title-off-8{
    background:rgba(22,40,108,0.85);
   
}
.title-on-8{
    background-color:#161651; 
    opacity:1;
    float:left;
    left:0;
    color:white;
}
.detail-text-outer8{
    width:100%;
    background-color:#161651;
    padding-bottom: 78px;
    padding-top: 68px;
}
.detail-text-inner8{
    width:60%;
    margin-left:auto;
    margin-right:auto;
    font-size:1em;
    color:white;
    font-style: italic;
}
#fbsection9 {
    background-color:#6cb19e; 
    background-image: url(../images/s9b.png);
    background-size: 70%;
    background-position: 50% 60%;
    background-repeat: no-repeat;
}
.title-off-9{
    background:rgba(9,89,66,0.85);
   
}
.title-on-9{
    background-color:#094426; 
    opacity:1;
    float:left;
    left:0;
    color:white;
}
.detail-text-outer9{
    width:100%;
    background-color:#094426;
    padding-bottom: 78px;
    padding-top: 68px;
}
.detail-text-inner9{
    width:60%;
    margin-left:auto;
    margin-right:auto;
    font-size:1em;
    color:white;
    font-style: italic;
}

#fbsection5 {
                
                background-color: #667e83;
                background-image: url(../images/s10.png);
                background-size: 70%;
                background-position: 50% 60%;
                background-repeat: no-repeat;
            }
.title-off-5{
    background:rgba(22,40,108,0.85);
   
}
.title-on-5{
    background-color:#161651; 
    opacity:1;
    float:left;
    left:0;
    color:white;
}
.detail-text-outer5{
    width:100%;
    background-color:#161651;
    padding-bottom: 78px;
    padding-top: 68px;
}
.detail-text-inner5{
    width:60%;
    margin-left:auto;
    margin-right:auto;
    font-size:1em;
    color:white;
    font-style: italic;
}


#fbsection10 {
        background-color:#9ebcd8; 
	background-image: url(../images/s11d.png);
        background-size: 70%;
	background-position: 50% 60%;
	background-repeat: no-repeat;
}
.title-off-10{
    background:rgba(67,134,181,0.8);
    
   
}
.title-on-10{
    background-color:#9ebcd8; 
    opacity:1;
    float:left;
    left:0;
    color:white;
}
.detail-text-outer10{
    width:100%;
    background-color:#fff;
    padding-bottom: 78px;
    padding-top: 68px;
}
.detail-text-inner10{
    width:60%;
    margin-left:auto;
    margin-right:auto;
    font-size:1em;
    color:white;
    font-style: italic;
}

#fbsection11 {
        background-color:#5f5a82; 
	background-image: url(../images/s11fbabyness.png);
        background-size: 70%;
	background-position: 50% 60%;
	background-repeat: no-repeat;
}
.title-off-11{
    background:rgba(95,90,130,0.8);
    
   
}
.title-on-11{
    background-color:#5f5a82; 
    opacity:1;
    float:left;
    left:0;
    color:white;
}
.detail-text-outer11{
    width:100%;
    background-color:#fff;
    padding-bottom: 78px;
    padding-top: 68px;
}
.detail-text-inner11{
    width:60%;
    margin-left:auto;
    margin-right:auto;
    font-size:1em;
    color:white;
    font-style: italic;
}


#fbsection-about{
    background-color:#ffffff; 
    background-image: url(../images/about.jpg);
    background-size: 100%;
    background-position: 0 40px;
    background-repeat: no-repeat;
    background-attachment: fixed;
   
}
.title-off-about{
    background:rgba(185,185,185,0.8);
   
}
.title-on-about{
    background-color:#ffffff; 
    opacity:1;
    float:left;
    left:0;
}
#about-flex{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-flow: nowrap;
    justify-content:center;
}
#about-section{
    margin-top:220px;
    font-family: 'Raleway', sans-serif;
    color: #000000;
    width:41vw;
    font-size:15px;
    line-height: 30px;
    
}
#about-title{
    font-family: 'Raleway', sans-serif;
    color: #000000;
    font-size:30px;
    
    text-align:center;
    padding-bottom:47px;
    letter-spacing: 1px;
}

.abouthr{
    filter: invert(100%); -webkit-filter: invert(100%); 
    height:1px;
    width:140px;
    
    margin-top:0px;
    position: relative;
    top: -9px;
}

.white{
    border-color:white;
    color:white;
}

.clearsection{
    display:none;
}

.close-project-button-outer{
    margin-left:auto;
     margin-right:auto;
     width:100%
}
.close-project-button{
     
     
     margin-left:auto;
     margin-right:auto;
     display:none;
    
     
     
}
.close-project-button a{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.close-project-button a img{
    width:100%;
     
}


@media only screen and (max-width: 520px) {
    .titlediv{
        width:100%
    }
    .projectSummaryContent {
        margin-left:20vw;
    }
    .projectSummaryContent nav {
        
        padding-left: 0vw;
       
        margin-left: auto;
        margin-right: auto;
        padding-right: 20vw;
    }
    .close-project-button-outer{
        display:none;
    }
    
    #fbsection1,#fbsection2,#fbsection3,#fbsection4,#fbsection5,#fbsection6,#fbsection7,#fbsection8,#fbsection9,#fbsection10 {
       
        background-size: 100%;
        
    }
    #mm1{
        width:20%;
    }
    #mm2{
        width:100%;
    }
    #mm3{
        width:0%;
    }
}
@media only screen and (min-width : 521px) and (max-width : 767px) {
#mm2{
        width:60%;
    }
 #mm3{
        width:5%;
    }
    
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
#mm2{
        width:45%;
    }
 #mm3{
        width:20%;
    }
    
}
@media only screen  and (min-width : 1025px) {
    
    
    
}
@media only screen  and (min-width : 1280px) {
    
   
    
}