/* General Blueprint Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
@font-face {
	font-family: 'fontawesome';
	src:url('../fonts/fontawesome.eot');
	src:url('../fonts/fontawesome.eot?#iefix') format('embedded-opentype'),
		url('../fonts/fontawesome.svg#fontawesome') format('svg'),
		url('../fonts/fontawesome.woff') format('woff'),
		url('../fonts/fontawesome.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0;}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    color: #fff;
	overflow-x:hidden;

}

a {
	color: #f0f0f0;
	text-decoration: none;
}

a:hover {
	color: #000;
}
.container {
}
.container > header {
	padding: 2.875em 0;
	position: fixed;
	z-index: 100;
	max-width: 996px !important;
  margin: 0 auto !important;
  left: 0;
  right: 0;
  width:100%;
}

.container > header h1 {
	font-size: 2.125em;
	line-height: 1.3;
	margin: 0;
	float: left;
	font-weight: 400;
}

.container > header span {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	padding: 0 0 0.6em 0.1em;
}

.container > header nav {
	float: right;
}

.container > header nav a {
	display: block;
	float: left;
	position: relative;
	width: 2.5em;
	height: 2.5em;
	border-radius: 50%;
	color: transparent;
	margin: 0 0.1em;
	border: 4px solid #fff;
	text-indent: -8000px;
}

.container > header nav a:after {
	content: attr(data-info);
	color: #fff;
	position: absolute;
	width: 600%;
	top: 120%;
	text-align: right;
	right: 0;
	opacity: 0;
	pointer-events: none;
}

.container > header nav a:hover:after {
	opacity: 1;
}

.container > header nav a:hover {
	background: #0000cc;
}

.icon-drop:before, 
.icon-arrow-left:before {
	font-family: 'fontawesome';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 2;
	text-align: center;
	color: #47a3da;
	-webkit-font-smoothing: antialiased;
	text-indent: 8000px;
	padding-left: 8px;
}

.container > header nav a:hover:before {
	color: #fff;
}

.icon-drop:before {
	content: "\e000";
}

.icon-arrow-left:before {
	content: "\f060";
}

.section-container{
	max-width:996px;
	margin:0 auto;
	padding-top:146px;
	height: 100%;
	position: relative;
	text-size-adjust: auto  
}





/* SLIDING DOOR */
.service-details {
    width: 27%;
    max-height: 250px;
    overflow: hidden;
    position: relative;
	/* default fallback */
background: rgb(255, 255, 255) transparent;
/* nice browsers */
background: rgba(255, 255, 255, 0.4); 

}
.service-details img {
    max-width: 100%;
    max-height: 100%;
	display:block;
    margin:auto;
   bottom:0;
}
.service-hover-text {
    font-family: "Open Sans";
    padding: 20px;
	position: absolute;
    bottom: -250px;
    left: 0;
    z-index: 20;
    height: 250px;
    display: block;
		text-shadow: 2px 2px 5px rgba(0, 0, 0, .7);


}

#left{float:left;}
#right{float:right;}
#top{margin:0 auto;}

#left .service-hover-text{/* default fallback */
background: rgb(255, 0, 0) transparent;
/* nice browsers */
background: rgba(255, 0, 0, 0.8);}
#right .service-hover-text{/* default fallback */
background: rgb(0, 0, 255) transparent;
/* nice browsers */
background: rgba(0, 0, 255, 0.8);}
#top .service-hover-text{/* default fallback */
background: rgb(0, 128, 0) transparent;
/* nice browsers */
background: rgba(0, 128, 0, 0.8);}

.service-details .service-hover-text h3 {
    padding: 0px;
    margin: 0px;
    font-size: 25px;
    font-weight: bold;
    font-family: "Open Sans";
    border-bottom: 2px solid #000;
	text-align: center;
}



.resume{
	width:100%;
	background: rgb(255, 255, 255) transparent;
	/* nice browsers */
	background: rgba(255, 255, 255, 0.4);
	padding:3% 2%;
	font-size:20px;
	color:black;
	text-shadow: 2px 2px 5px rgba(150, 150, 150, .7);
	overflow: auto;

}

.resume .resume_container h2{
	font-size:20px;
	margin: 0 0 20px;
	border-bottom: 2px solid #000;
	text-align: center;
}
 /* allow room for 3 columns */
.resume .resume_container div  {
	padding:5%;
	width: 29%;
    float: left;
    margin: 0 2%;
	background-color:white;
	height:0;
	overflow: hidden;
}   /*float & allow room for the widest item */
.resume .resume_container div li  {
	list-style-type:circle;
	text-align: left;
}  /* stop the float */
.resume br {
	clear:both;
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 321px) {
	.resume {font-size:9px !important;}
	h2,h3 {font-size:11px !important;}
}