html, body, #container, #content{
	margin: 0; padding: 0; background-color: #000; color: #000;
	height: 100%;
}

#content{
	background-image: url( '../img/mt_fuji_lake.jpg' );
	background-size: cover;
}

#container nav{
	border-bottom: 2px solid gray;
	-webkit-box-shadow: 0px 30px 5px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 30px 5px -2px rgba(0,0,0,0.75);
	-o-box-shadow: 0px 30px 5px -2px rgba(0,0,0,0.75);
	box-shadow: 0px 30px 5px -2px rgba(0,0,0,0.75);
	transition: all 2s ease-in;
	-webkit-transition: all 2s ease-in;
	-moz-transition: all 2s ease-in;
	-o-transition: all 2s ease-in;
}

#container nav:hover{
	color: #000;
	background-color: #FFF;
	border-bottom: 2px solid black;
	transition: all 2s ease-in;
	-webkit-transition: all 2s ease-in;
	-moz-transition: all 2s ease-in;
	-o-transition: all 2s ease-in;
}

#container nav:hover ul li a{
	color: #000;
}

#container nav ul li a{
	color: #FFF;
    font-size: 16px;
    line-height: 35px;
    font-weight: 700;
	transition: all 2s ease-in;
	-webkit-transition: all 2s ease-in;
	-moz-transition: all 2s ease-in;
	-o-transition: all 2s ease-in;
    margin: 0 10px;
}



#container nav ul li a:hover{
	color: #f00;
	transition: all 2s ease-in;
	-webkit-transition: all 2s ease-in;
	-moz-transition: all 2s ease-in;
	-o-transition: all 2s ease-in;
    text-decoration: none;
    cursor: hand;
}

h1, h2, h3, h4, h5, h6, b, strong .hvy-txt{
	font-weight: 700;
}

p, blockquote{
	font-weight: 400;
}

ul{
	display: block;
}

ul li{
	display: inline-block;
}

#container{
	margin: 0 auto;
	overflow: hidden;
}


#content.index .top  a.btn{
	display: inline-block;
}

a.btn{
	border: 1px solid #000;
 	color: #000;
}

#content.index div.top{
position: relative; top: 13em; margin: 0 auto; display: none; text-align:center; height: auto;
}

#content.index div.top a{
	color: #000;
}

#content.index section p{
	margin-left: 40px;
}

#content.index section a.btn{
	margin-left: 5px;
}

.hidden{
	display: none;

}

#about.index{
	background-image: url(/img/me_camera_selfie.jpg); display: block;
	background-repeat: no-repeat;
	  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}	

.arrow-down{
	    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */
    transform: rotate(90deg);
    position: relative;


}

.arrow-left{
	    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari */
    transform: rotate(180deg);
    position: relative;


}

.arrow-right{



}

.to-about{
		top: 15em;
}

.to-ali{
	left: 12.5em;
}

.rslides1_nav.prev{
	position: relative;
	top: -75em;
	z-index: 100;
}

.rslides1_nav.next{
	position: relative;
	top: -75em;
	z-index: 100;
	  left: 90%;
}

#ali-section{
	background-image: url(/img/ali_gs_a.jpg);
	background-repeat: no-repeat;
	width:100%; height: 100%;
	  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#employment{
	  height: 240%;
}

#employment .project-sum span,
#employment .tech span{
	display: block;
	height: auto;
	clear: both;
}

#employment .tech span p {
	display: inline-block;
}

#employment .project-sum span p,
#employment .tech span p,
{
	display: block !important;
}

#employment .date, 
#employment .daily-sum,
#employment .project-sum,
#employment .tech{
	display: block;
  position: relative;
    font-size: 140%;
  text-align: center;
}

#employment .text-overlay img.arrow-down{
  width: 48px;
  margin: 0 auto;
  display: block;
  position: relative;
  margin-left: 49.99999%;
}

#search-tec{
	background-image: url(/img/search_tec.png);
	background-repeat: no-repeat;
	width:100%; height: 100%;
	  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
   background-position-x: -180px;
}

#dfour-section{
	background-image: url(/img/dfour_gs.jpg);
	background-repeat: no-repeat;
	width:100%; height: 100%;
	  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#polar-design-section{
	background-image: url(/img/polar_design.png);
	background-repeat: no-repeat;
	width:100%; height: 100%;
	  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#upwork-section{
	background-image: url(/img/upwork.png);
	background-repeat: no-repeat;
	width:100%; height: 100%;
	  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


#about.index .text-overlay{
	width: 100%; height: 100%;
  	background-color: rgba(0,0,0,.5);
}

#employment.index .text-overlay{
	width: 100%; height: 100%;
  	background-color: rgba(0,0,0,.5);
  	position: relative;
  	display: block;
  	top: -10px;
}


.row{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.col-1, .col-2{
	border-right: 2px solid white;
}

div.bx-wrapper, div.bx-viewport, ul.rslides, ul.rslides li{
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

.text-overlay{
	width: 100%;
	height: 100%;
	margin: 0; padding: 0; border: 0;
	background-color: rgba(0,0,0,.5);
}
#featured-work.index.row:before, #featured-work.index.row:after{

	background-color: rgba(0,0,0,.5);
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }



#featured-work{
	background-image: url(/img/desktop.jpg);
}

#contact-me{
	  text-align: center;
}

#contact-me textarea{
	  color: black;
}

#contact-me input{
	  background-color: black;
  		border: 1px solid white;
  	padding: 5px 10px;
  	width: 100px;
}

#featured-work.index .content-wrapper div{
	display: none;
}


.content-wrapper{
	    overflow-y: scroll;
    	height: inherit;	
}