body{
    font-size: 100%;
  }

.text-left{
    text-align: left;
}

.font1{
    font-family: 'Josefin Sans', sans-serif;
}

.font2{
    font-family: 'Oswald', sans-serif;
}
.font3Span{
    font-family: 'Roboto', sans-serif;
    font-size: 0.85em;
}
.fontSizeP{
    font-size: 2em;
}
.headWrapper {
    background-image: linear-gradient(to right top, #281c3a, #30214d, #382662, #3f2b77, #44318d);
}

#svgLayer_1, #svgLayer_2, #svgLayer_3{
    opacity:0;
}
 #bodycontentWrapper{
  opacity: 0;
  display: none;
} 
#svgNameWrapper{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    width:25%;
    text-align: center;   
}
#headerLine1{
    margin-top:1%;
    width: 100%;
}
#headerLine2{
    width: 100%;
}
#navWrapper{
    height: 6.4em;  
}
#work, #aboutMe, #contact{
    display: none;
    font-family: 'Tangerine', serif;
    font-size: 4.5em;
    color: #fff;    
}
#divaboutme{
    padding: 0px !important;
}
#aboutMe{
    padding-left: 0.45em;
    padding-right: 0.45em;   
}
.bcgme{
    background: url('images/bcgme.png')  0 0 no-repeat;
     background-size: 100% 100%;
}
.textFont{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 2.8em;
    letter-spacing: 0.02em;
}
#aboutmeCol p span{
    font-size: 0.85em;
}
#aboutmeWrapper{
    margin-top:4%;
    opacity: 0;
    color: #fff;
}
#aboutmeWrapper::before{
    height: 14px;
    z-index: 5;
    content: "";
    bottom: 8px;
    position: relative;
    width: 100%;
    display: block;
}
#aboutmeCol{
    padding: 4% 4% 4% 4%; 
}
img.active{
  display:block;
}
#renal img, #sentibuzz img, #realflow img{
    display:none;
  position:absolute;
}
.imgmargin{
    margin-top:4%;
}
#workWrapper::before{
    height: 14px;
    z-index: 5;
    content: "";
    bottom: 8px;
    position: relative;
    width: 100%;
    display: block;
}
#workWrapper::after{
    height: 15px;
    z-index: 5;
    content: "";
    bottom: -8px;
    position: relative;
    width: 100%;
    display: block;
}

#workheader{
    margin-top:2%;
}
#workheader{
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.1em;
    font-size: 3.3em !important;
}

#projects{
    margin-top:5%;
}
.prjtitle{
    position: absolute;
    z-index: 11;
    top: 0px;
    width: 100%;
    height: 280px;
    display: none;
}
.bcgred{
      background-color: rgba(221,30,38,0.7);
}
.bcgYellow{
    background-color: rgba(240,227,24,0.7);
}
.prjtitle h3{
    margin-top: 20%;
    color: white;
}
.prjRow {
    margin-top: 1%;
    margin-bottom: 6%;
}
.prjEntry{
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    min-height: 380px;
    overflow: hidden;
}
.modal-header{
    border-bottom: none !important;
}
.modal-header h2{
    margin-top:6%;
    
}
.modal-body p{
    font-size: 2em;
    color: #687788;
    margin-top: 0.5em !important;
    font-family: 'Josefin Sans', sans-serif;

}
.modal-body p a{
    text-decoration: none;
}

.youtube{
    width: 100%;
    height: 281px;
}

#footerWrapper{

    margin-right: -15px;
    margin-left: -15px;
    background-color: #281C3A;


    padding-top: 6%;
    padding-bottom: 3%;
}
#copyrighttext{
    margin-top:6%;
    border-top: 1px solid #abb5cc;
    font-size: 1.6em;
}
#copyrighttext a, p{
    padding-top:1%;
}
#totop{
  background: url('images/bcgyellow.png') 0 0;
  background-size:cover;
  text-decoration: none;
  color: #fff;
}
#copyrighttext a{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.3em;
}
#copyrighttext p{
  font-family: Georgia;
  color: rgba(255,255,255,0.6);
  font-size: 0.7em;
  font-style: italic;
  letter-spacing: 0.2em; 
}
/*-------Safari 7--------*/
.svgPJheight{
    height: 50%;
}
.svgheaderheight{
    height:15%;
}


/* GSAP CSS */
.gs_reveal {
    opacity: 0;
    visibility: hidden;
    will-change: transform, opacity;
  }

.gsap-marker-scroller-start, .gsap-marker-scroller-end, .gsap-marker-start, .gsap-marker-end{
    visibility: hidden;
}

.section{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    
  }

.mobileColumn{
    display: none;
}

/*--------------media Queries ----------*/
@media only screen and (max-width : 768px) {
    body{
        font-size: 85%;
    }
}

/* iphone Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (orientation: portrait) {
    
    #work, #aboutMe, #contact{
        font-size: 3em;
    }
    #aboutMe{
    	padding-left: 0em !important;
    	padding-right: 0em !important;   
    }
    #navWrapper{
    	height: 5.8em;  
    }
  #aboutmeWrapper{
        min-height: 250px;
    	margin-top: 25%;
        font-size: 0.9em;
        overflow: hidden;
    }

    #svgNameWrapper{
     	width:50%;
    }
   .prjtitle{
    	height: 200px;
    }
   .prjEntry{
min-height: 330px;
}
.mobileColumn{
    display: block;
}
.desktopColumn{
    display: none;
}

#copyrighttext p {
    padding-left: 20%;
}

}
