@charset "UTF-8";
/* CSS Document */

/* ////////////////     web css       //////////////////// */

body, html {
	margin:0;
	border:0;
	border:0;
	position:relative;
	width:auto;
	height:auto;
	background-color: white;
    /*/background-color: #f8f8f8;  color of off white bg */
	}

#bg{
	position: fixed;
	z-index:2;
}

#hello{
	position: fixed;
	left: 10%;
	width: 23%;
	top:30%;
	color:black;
}

#hello h1{
	width: 90%;
	font-size: 6em;
	font-weight: 500;
	line-height: .1em;
	letter-spacing: -.1em;
	font-family: Arial, Helvetica, sans-serif;
}

#overveiw{
	color:#000; 
	position:relative; 
	left:-3em; 
	z-index:105;
	text-align:center;
}

.rightinfo{
	width: 42%;
	z-index:2;
	height: auto;
	padding: 1em;
	text-align: left;
	margin-right: 2%;
	padding-right: 4%;
	margin-left: 4%;
	position: relative;
	float: left;
	margin-top: 4em;
	margin-bottom: 4em;
}

.leftinfo{
	width: 42%;
	background-color: none;
	z-index:2;
	height: auto;
	padding: 1em;
	text-align: left;
	margin-right: 1em;
	margin-left: 4em;
	margin-top: 2em;
	margin-bottom: 2em;
	position: relative;
	float: right;
}

.leftinfo img{
	width: 2em;
	top:5em;
	margin-right: 4em;
	position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: white;
}

#soicalTop{
	float:right; 
	width:20%; 
	position:reletive; 
	margin-left: 2em; 
	padding-top:1em; 
	margin-right: 0; 
	display:block;
}

.cell:hover .overlay{
	opacity: 1;
	z-index:105;
	background-color: white;
}

.textsp h1{
  color: black;
  font-size: 6em;
  position: absolute;
  font-family: 'Fjalla One', sans-serif; 
  font-size: 100;
  top: 35%;
  left: 3em;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: left;
}

.textsp h1:hover{
	color: black;
  	text-decoration: underline;
}

.cell{
	width:100%;  
	background-color:none; 
	position:relative; 
	z-index:105;
	float:left; 
	opacity: 1;
	margin-right:0; 
	padding-top:0; 
	height:auto;	
}
	
.cellinfo{
	float:left; 
	position:relative; 
	width:40%; 
	background-color:none;
	margin-top:0; 
	z-index:105;
	padding-left: 3em;
	font-size:.4em;
	top: 45em;
	display:inline block; 
	color:black;	
}	

	
.cell img{
	width:100%;
	background-color:none; 
	position:relative; 
	display:inline;
	opacity: 1;
	float:left;  
	z-index:105;
	padding:0; 
	margin: 0;
	height: auto;	
}

#projects1{
	width:33.3%; 
	background-color:none; 
	position:relative; 
	float:left; 
	margin-left:0; 
	margin-right:0; 
	z-index:105;

	height:auto;
}

#projects2{
	width:33.3%;  
	position:relative;
	background-color:none; 
	float:left; 
	height:auto; 
	z-index:105;

	margin-right:0;
}

#projects3{
	width:33.3%;  
	position:relative;
	background-color:none; 
	float:left; 
	height:auto; 
	z-index:105;
	
	margin-right:0;
}

#myfilter{
	width:10%; 
	height:auto; 
	position:fixed; 
	top:80%; 
	left:2em; 
	background-color:white;
	z-index:206; 
	display:block; 
	padding: 1em;
	text-align:center;
}

#holder{
	background-color:none;
	height:auto;     
	width:100%; 
	float:left; 
	z-index:105;
	overflow:hidden;
	margin:0; 
	position:relative;
}


.cell:hover{
	-webkit-animation: mymove infinite; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
	animation: mycellmove ;
    /* animation-duration: 2s; */
}

.pagetitle{
	top:13.9em; 
	-webkit-animation: mymove infinite; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
    animation: mymove ;
    animation-duration: 2s;
	left:18em; 
	position:absolute; 
	z-index:2;
	float:left;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes mycellmove {
    from {top: 30px; opacity: 1;}
    to {top: 0px; opacity: 1;}
	 -webkit-animation-duration: 2s;
}

@keyframes mycellmove {
    from {top: 30px; opacity: 1;}
    to {top: 0px; opacity: 1;}
	 -webkit-animation-duration: 2s;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
    from {top: -200px; opacity: 0;}
    to {top: 250px; opacity: 1;}
	 -webkit-animation-duration: 2s;
}

@keyframes mymove {
    from {top: -200px; opacity: 0;}
    to {top: 250px; opacity: 1;}
	 -webkit-animation-duration: 2s;
}
.pagetitle h1{
	font-size:3em; 
	font-family: 'Fjalla One', sans-serif; 
	letter-spacing:2px;"
	z-index:1;
}

u {
    border-bottom: solid .5px;
    border-bottom-color: #000;
    margin-bottom: 1em;
	height: 1em;
	top:1em;
	line-height: 1em;
    top: 4em;
    /*/color: #6dfff6;  blue highlight */
}


h1{
    font-family: 'Forum', cursive;
    letter-spacing: .2em;
    color:#000;     /* #656565; */
    text-align: left;
    font-size: 4em;

    
}
h2{ /* main p text */
    font-family:helvetica neue;
    letter-spacing: .5px;
    line-height: 2em;
    color: #79757D;
    text-align:justify;
    font-size: 14px;
    font-weight: 100;
    
}
h3{
    font-family:helvetica neue;
    letter-spacing: 1px;
    color: #424242;
    font-size: 12px;
    font-weight: 100;
    
}

h4{
    font-family: helvetica neue;
    letter-spacing: 1.2px;
    color: #898989;
    line-height: 2.5em;
    font-size: 11px;
    font-weight: 200;
    
}

a {
    text-decoration: none;
    color: #000;
    font-family:helvetica neue; 
    font-weight: 400;
    font-size: 10px;
    letter-spacing: 1px;
}

a :hover{
    color: #000;
}

.welcomeText{
	position: relative;
	width: 100%;
	padding-left: 20%;
	padding-right: 20%;
	float: left;
	height: auto;
	z-index: 5;
}

#top {
	position:fixed;
    top:3em;
	float:left;
	width:100%;
	height:auto;
	padding-left:8%;
	padding-right:2%;
	padding-bottom:.5%;
	z-index:529;
}
	
#logo {
	position:relative;
	float:left;
	width:17%;
	height:auto;
	}

#logo img{
	opacity: 1;
	background-image: url(img/logo.png);
	background-repeat: no-repeat;
	}	

.skills {
	position:relative;
	font-family:forum;
    padding: 1em;
    letter-spacing: 1px;
    margin: 1em;
    display: inline;
    width: auto;
    text-align: center;
    color: black;
    font-size: .7em;
    top: 2em;
    left: 24%;
    border: solid .5px;
    border-color: black;
	}


#tabs {
	position:relative;
	float:left;
	width:45%;
	height:30px;
	top:16px;
	font-family:helvetica neue;
	color:#000;
	}

ul {
    list-style-type: none;
    margin: 0;
    color:#000;
    padding: 0;
    overflow: hidden;
}

li {
    float: right;
    font-weight: 400;
	padding-left:4em;
}

li :hover{
	color:black;
}


#headingtitle{
	top:15em; 
	left:16em; 
	position:absolute; 
	float:left;
	width:45%; 
	line-height: 2em;
	color:black;
	font-size:1em; 
	font-family: 'Fjalla One', sans-serif; 
	letter-spacing:2px;"
	z-index:2;
}

#bio{
	width:100%;
	position:relative;
	height:auto;
    margin: 0;
    padding: 0;
    background-color: white;
	z-index:1;
	}
	
#bio img{
	width:100%;
	height:auto;
    position: relative;
    top: 0em;
    background-color: #f8f8f8;
	z-index:2;
	}	

#biomain{
	width:100%;
	position:relative;
	height:auto;
    margin: 0;
    padding: 0;
    background-color: #f8f8f8;
	z-index:2;
	}
	
#biomain img{
	width:100%;
	height:auto;
    position: relative;
    top: 0em;
    background-color: #f8f8f8;
	z-index:2;
	}
	

#foots{
	width: 100%;
	padding-left:6%;
	padding-right:6%;
	margin:0;
	border:0;
    z-index: 2;
	position:relative;
    background-color: white;
	height: auto;
	padding-bottom: 8%;
    padding-top: 1%;
	float: left;	
}
.secs{
	width: 25%;
	padding-left:1%;
	padding-right:1%;
    padding-top:2%;
	padding-bottom:2%;
	border:0;
	position:relative;
	height: auto;
	float: left;
	z-index:2;
}

.secs-top{
	width: 100%;
    margin: auto;
    padding-left:16%;
    padding-right:10%;
    padding-top:6%;
    padding-bottom:6%;
	position:relative;
	height: auto;
    /*background-color: #fff;*/
	float: left;	
	z-index:2;
}

.secs-top img{
    
    margin-left: 0%;
	margin-right:0%;
    align-content: center;
    
}


#titlemain{
    position: relative;
    overflow: hidden;
    z-index: 55;
    display: block;
    width: auto;
    height: auto;
    margin-bottom: 2em;
    margin: 0;
    padding: 0;
	z-index:2;
}

#titlemain img{
    width: 100%;
    
}
.secs-content{
	width: 100%;
	padding-left:6%;
	padding-right:6%;
	margin:0;
	border:0;
	position:relative;
	height: auto;
	float: left;
		
}

#bottomnav{
    background-color: white;
    width: 70%;
	padding-left:14%;
    display: inline-block;
	margin:0;
	border:0;
	position:relative;
	height: auto;
	float: left;
}

#soicalm{
    background-color: white;
    width: 30%;
    display: inline-block;
    padding-right:0;
	margin:0;
	border:0;
	position:relative;
	height: auto;
	float: right;
    padding-top: 1%;
}

#soicalm img{
    padding-right:2%; 
    width: 6.5%;
    padding-bottom:3.3%;
}

#soicalmh{
    background-color: #FFF;
    width: 100%;
    display: inline-block;
    top: 1em;
    bottom: 1em;
	margin:0;
    display: inline;
	border:0;
	position:relative;
	height: auto;
    z-index: 1;
	float: left;
    padding-top: 1%;
}

#soicalmh img{
    padding-right:9px; 
    padding-top:1%;
}

hr.style2 {
    border: 0;
    height: 1px;
    color:lightgrey;
    width: 80%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .1), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, .1));
}


#topinfo{
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    background-color: #f8f8f8;
}

#col1{
    width: 30%;
    height: auto;
    position: relative;
    display: inline-block;
    float: left;
    padding-top: 2%;
    padding-bottom: 2%;
    background-color:#f8f8f8;
}

#col2{
    width: 40%;
    height: auto;
    position: relative;
    display: inline-block;
    float: left;
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 1%;
    padding-bottom: .5%;
    background-color:#f8f8f8;
}

#col2-1{
    width: 0%;
    height: 0%;
    top:20%;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    visibility:hidden;
    
}

#col3{
    width: 100%;
    height: auto;
    position: relative;
    display: inline-block;
    float: left;
    padding-left: 81.7%;
    padding-top: 2%;
	z-index: 105;
    padding-bottom: 2%;
    background-color:#fff;
}


#tools{
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 4%;
    float: left;
    background-color:#f8f8f8;
    z-index: 10;
}

.relatedproject{
	width: 29%;
	height: auto;
	position: relative;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	overflow: hidden;
	opacity: .6;
	z-index:2;
	
}

.relatedproject:hover{
	opacity: 1;
	
}
/* ////////////////     mobile css       //////////////////// */

@media screen and (max-width: 768px) {	
 
.btn{
		width: 30%;
		

	}
	
#newhead img{
	height: 500px;
}	

#hello{
	position: fixed;
	left: 10%;
	width:50%;
	top:30%;
	color:black;
}

#hello h1{

	color:black;
}

a {
	color: #FFF;
}
#holder{
	height:auto;     
	width:100%; 
	float:left; 
	z-index:105;
	padding: 0;
	overflow:hidden;
	margin:0; 
	position:relative;

}	
#overveiw{
	color:#000; 
	position:relative; 
	left:0; 
	text-align:center;
}
	
.relatedproject{
	width: 90%;
	height: auto;
	position: relative;
	float: left;
	margin-top: 5%;
	margin-bottom: 5%;
	overflow: hidden;
	opacity: .6;
	
}
	
.leftinfo{
	width: 14%;
	height: auto;
	padding: .5em;
	position: relative;
	float: right;
	right: 10%;
	margin:0;
}
	
.rightinfo{
	width: 80%;
	height: auto;
	padding: 10%;
	right: 13%;
	padding-left: 3em;
	text-align: left;
	position: relative;
	float: left;
	
}

.leftinfo img{
	width:100%;
	position: relative;
	margin:0%;
	height:auto;
	top:10em;
}
	
#projects1{
	width:100%; 
	position:relative; 
	float:left; 
	margin-left:-20%; 
	margin-right:0%; 
	height:auto;
	z-index:10;
}

#projects2{
	width:100%;  
	position:relative;
	background-color:none; 
	float:left; 
	height:auto; 
	padding-top:0; 
	margin-right:0%;
	margin-left:-20%; 
	z-index:10;
}

#projects3{
	width:100%;  
	position:relative;
	background-color:none; 
	float:left; 
	height:auto; 
	padding-top:0; 
	margin-right:0%;
	margin-left:-20%; 
	z-index:10;
}
	
.welcomeText{
	position: relative;
	width: 100%;
	font-size: .8em;
	padding-left: 20%;
	padding-right: 20%;
	float: left;
	height: auto;
	z-index: 5;
}

#myfilter{
	width:20%; 
	height:auto; 
	position: fixed; 
	top:65em; 
	float:left;
	left:.4em; 
	line-height:2em;
	font-size:.2em;
	z-index:302; 
	background-color: black;
	display:inline block; 
	text-align:center;
}
	
.pagetitle{
	top:12em; 
	left:15em; 
	position:absolute; 
	float:left;
	z-index:1;
}	

.pagetitle h1{
	font-size:2em; 
	color:black;
	width:20%;
	font-family: 'Fjalla One', sans-serif; 
	letter-spacing:3px;"
	z-index:203;
}		
	
.cell{
	width:100%;  
	background-color:none; 
	position:relative; 
	float:left; 
	margin-left:20%; 
	margin-right:auto; 
	padding-top:0; 
	height:auto;
	z-index:8;
}
	
.cellinfo{
	float:left; 
	position:relative; 
	width:30%; 
	margin-top:6em; 
	font-size:.6em;
	left:4em;
	background-color:none; 
	display:inline-block; 
	color:black;	
	z-index:8;
}	

	
.cell img{
	width:100%;  
	background-color:none; 
	position:relative; 
	display: inline;
	float:left; 
	margin-left:auto; 
	margin-right:auto; 
	padding-top:.3em; 
	height:auto;
	z-index:8;
}
			
.secs-top img{
   width: 110%;
   align-content: center;
    
}	

.secs-top{
	width: 100%;
    margin: auto;
    padding-left:6%;
    padding-right:6%;
    padding-top:6%;
	overflow: hidden;
    padding-bottom:6%;
	position:relative;
	height: auto;
    background-color: #fff;
	float: left;	
}	

#soicalTop{
	float:right; 
	width:100%; 
	position:relative; 
	margin-left: 2em; 
	padding-top:-2em; 
	margin-right: 0; 
	visibility:hidden;
}
	
#headingtitle{
	top:7em; 
	left:4em; 
	position:absolute; 
	float:left;
	font-size:1em; 
	font-color:black; 
	text-align: left;
	line-height:2em; 
	width:40%; 
	color:black;
	z-index: 300;
	font-family: 'Poiret One', cursive;
	letter-spacing:3px;
}	
	

h1{
    font-family:helvetica neue;
    letter-spacing: 3px;
    color: #656565;
    text-align: center;
    font-size: 6px;
    font-weight: 100;  
}    
    
h3{
    font-family:helvetica neue;
    letter-spacing: 1px;
    text-align-last: center;
    color: #656565;
    font-size: .5em;
    font-weight: 100;
    
}

h4{
    font-family: helvetica neue;
    letter-spacing: 1px;
    text-align-last: center;
    color: #656565;
    line-height: 1.5em;
    font-size: .8em;
    font-weight: 100;
    
}
.secs{
	width: 98%;
	padding-left:1%;
	padding-right:1%;
    padding-top:2%;
	padding-bottom:2%;
	border:0;
	position:relative;
	height: auto;
	float: left;	
}
#bottomnav{
    background-color: white;
    width: 100%;
	padding-left:5%;
    display: inline-block;
	margin:0;
	position:relative;
	height: auto;
	float:left;
}

#soicalm{
    background-color: white;
    width: 100%;
    display: inline-block;
    padding-left:16%;
	margin:auto;
    display: inline;
	border:0;
	position:relative;
	height: auto;
	float: left;
    padding-top: 1%;
} 
    
#bio{
	width:100%;
	position:relative;
	height:auto;
    float: left;
	height: 20%;
	z-index:1;
    overflow: hidden;
	}
	
#bio img{
	width:200%;
    position: relative;
    float: left;
	height:100%;
    left: -100%;
    z-index:1;
    
    }

#biomain{
	width:100%;
	position:relative;
	height:auto;
    float: left;
	margin-top:2.5em;
	z-index:1;
    overflow: hidden;
	}
	
#biomain img{
	width:200%;
    position: relative;
    float: left;
	height:auto;
    left: -40%;
    z-index:0;
    
    }	
    
#titlemain{
	width:100%;
	position:relative;
	height:auto;
    float: left;
	z-index:1;
    overflow: hidden;
	}
	
#titlemain img{
	width:300%;
    position: relative;
    float: left;
	height:100%;
    left: -70%;
    z-index:1;
    margin-bottom: 2em;
    
    }
         
#logo {
	position:relative;
    padding-left: 40%;
	padding-top: 1em;
	width:100%;
	height:auto;
	background-color: #000;
	}
    
#logo img{
	position:relative;
	width:40%;
	float: left;
	padding-top:0%;
	padding-bottom:0%;
	margin-top: 0%;
	margin-bottom:0%;
	background-color: black;
	background-image: url(img/logomobile.png);
	right: 78%;
	height:100%;
	z-index: 801;

	}	
    
#top {
	position:fixed;
	float:left;
	width:100%;
	height:4.5em;
	top: 0em;
	padding-top:0%;
	padding-bottom:0%;
	margin-top: 0%;
	margin-bottom:0%;
	background-color: white;
	z-index:800;
}    
    
#tabs {
	position:relative;
	width:100%;
	padding-top:0%;
	top: -2em;
	padding-bottom:0%;
	margin-top: 0%;
	margin-bottom:0%;
    display: block;
	font-family:Georgia, "Times New Roman", Times, serif;
	float: right;
	z-index:800;
	} 
    
ul {
    list-style-type: none;
    margin: 0;
    width: 100%;
    padding: 0;
    float: left;
    overflow: hidden;
}

li {
	padding-left:5%;
	padding-right:4%;
    padding-bottom: 2%;
}
    
.relatedproj{
	width: 100%;
	border:0;
	position:relative;
	height: auto;
	float: left;
    background-color: white;
}

.relatedproj-top{
	width: 100%;
	margin:0;
    padding-left: 4%;
	border:0;
	position:relative;
	height: auto;
	float: left;
		
}

.relatedproj-content{
	width: 100%;
    padding-left: 4%;
    padding-right: 4%;
	position:relative;
	height: auto;
    background-color: white;
	float: left;
		
}
.lilbox2{
    width: 100%;
    height: 7.5em;
    float: left;
    overflow: hidden;
    margin-bottom: .5em;
    margin-top: .5em;     
} 

.lilbox2 img{
    width: 100%;
    height: auto;
    padding-right: .6em;
    overflow: hidden;
    float: left;  
}
    
    /* pdf img*/
#col1{
    width: 100%;
    visibility: hidden;
    height: auto;
    position: relative;
    display: block;
    float: left;
    top: 20%;
    background-color:#f8f8f8;
}
   
    /* title of project */
#col2{
    width: 100%;
    height: auto;
    position: relative;
    display: inline;
    float: left;
    padding:0;
    margin-top: 3%;
    background-color:#f8f8f8;
}
    
#col2-1{
    width: 80%;
    visibility:visible;
    height: auto;
    position: relative;
    display: inline-block;
    float: left;
    margin: auto;
    padding-top: 7.5%;
    padding-bottom: 7.5%;
    padding-left: 10.5%;
    background-color:#FFF;
}
    
    /* arrows */
#col3{
    width: 100%;
    display: inline-block;
    float: center;
    height: auto;
    position: relative;
    padding-left: 40%;
    background-color:#fff;
}    

}