/* A Linux- and Windows-friendly sans-serif font stack: http://prospects.mhurrell.co.uk/post/updating-the-helvetica-font-stack */
html,body { 
	height:100%;
	background-color: #0067b1;
	background-image: url(../images/pentagon-bg.jpg);
	background-repeat: repeat;
	background: -moz-radial-gradient(center, ellipse cover,  rgba(0, 133,229,1) 0%, rgba(10,63,100,0) 100%), url(../images/pentagon-bg.jpg) repeat; /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0, 133,229,1)) color-stop(100%,rgba(10,63,100,0))), url(../images/pentagon-bg.jpg) repeat; /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(0, 133,229,1) 0%, rgba(10,63,100,0) 100%), url(../images/pentagon-bg.jpg) repeat; /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  rgba(0, 133,229,1) 0%,rgba(10,63,100,0) 100%), url(../images/pentagon-bg.jpg) repeat; /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(0, 133,229,1) 0%,rgba(10,63,100,0) 100%), url(../images/pentagon-bg.jpg) repeat; /* IE10+ */
	background: radial-gradient(ellipse at center,  rgba(0, 133,229,1) 0%,rgba(10,63,100,0) 100%), url(../images/pentagon-bg.jpg) repeat; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0067b1', endColorstr='#000a3f64',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


	}

body { 
	text-align: left;
	background-color: #0067b1;
	}

body, p {
	font-family: 'Lato', Helmet, Freesans, sans-serif;;
}

@font-face {
  font-family: 'Stratum1-Light';
  src: url('../fonts/Stratum1WebLight.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Stratum1WebLight.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Stratum1WebLight.woff') format('woff'); /* Modern Browsers */
}

@font-face {
  font-family: 'Stratum1-Bold';
  src: url('../fonts/Stratum1WebBold.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Stratum1WebBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Stratum1WebBold.woff') format('woff'); /* Modern Browsers */
}

.circle-bg {
	position: absolute;
	top: 0;
	z-index: 99;
}

/* Using local fonts? Check out Font Squirrel's webfont generator: http://www.fontsquirrel.com/tools/webfont-generator */

/* We like off-black for text. */
body, select, input, textarea {color: #333;}

.gray {
	color: #adafb2;
}

.container {
	position: relative;
	overflow: hidden;
	max-width: 45rem;
	font-size: 1.25em; /* 20px */
	line-height: 1.813; /* 29px */
}

#logo {
	position: absolute;
	top: 1.1em;
}

#tagline {
	margin-top: -5em; 
	font-family: 'Stratum1-Light', 'Lato', Helmet, Freesans, sans-serif;
	text-align: center;
	color: #002b54;
}

h2 {
	font-size: 3em; /* 52px */
	line-height: 1.25; /* 94px */
	font-family: 'Stratum1-Bold', 'Lato', Helmet, Freesans, sans-serif;
	color: #0067b1;
	letter-spacing: -1px;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
}

h3 {
	font-size: 1.75em;
	line-height: 1.25;
	font-family: 'Lato', Helmet, Freesans, sans-serif;
}

h3 + p {margin-top: 0.25em;}

h4 {
	font-size: 3em; /* 52px */
	line-height: 1; /* 94px */
	font-family: 'Stratum1-Light', 'Lato', Helmet, Freesans, sans-serif;
	color: #002b54;
	text-shadow: 1px 1px 0px #0067b1;
	text-align: center;
	width: 100%;
}

h4 strong{
	font-family: 'Stratum1-Bold', 'Lato', Helmet, Freesans, sans-serif;
	font-weight: normal;
	display: inline-block;
}

p {
	line-height: 1.25;
	text-indent: 2rem;
}

.indent {
	padding-left: 3em;
}

section {
	position: relative;
	/* border: 1px solid #d00; */
	margin-bottom: 0;
}

section::before,
section::after {
	position: absolute;
	content: '';
	pointer-events: none;
}

/* Double Diagonal line */

.diagonal {
	z-index: 1;
	/* background: #0067B1; */
	padding: 10em 0;
}

.diagonal::before,
.diagonal::after {
	top:17%;
	left:-20%;
	z-index: -1;
	width: 140%;
	height: 67%;
	background: #fff;
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);
}

article {
	position: relative;
	padding: 1% 10%;
	background: #fff;
	text-align: left;
	height: auto;
	overflow: hidden;
	background: url(../images/circle.svg) no-repeat center center;
	background-size: 65%;
}

.icon {
	margin-bottom: -8px;
}

#services, #contact h2, #contact p {
	background: #fff;
	z-index: 1;
}

#services {
	float: right;
	clear: both;
}

#contact {
	background: #fff;
	float: left;
	clear: both;
	font: 'Lato', Helvetica, Arial, sans-serif;
}

/*
#container {
	background: #fff;
	max-width: 80%;
	padding: 2em;
	margin: 0 auto;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
}
*/



.wrapper {
  text-align: center;
  padding-bottom: 10%;
  height: 100%;
  
/*
position: relative;
	padding: 10em 10%;
	margin: 10% 0;
	background:
*/
}
 
.wrapper:before {
  content: '';
  display: inline-block;
  height: 100%; 
  vertical-align: middle;
  /* margin-right: -0.25em; */ /* Adjusts for spacing */
 }
 
.centered {
  display: inline-block;
  vertical-align: middle;
  width: 80%;
  background: transparent;
 }

a {
	color: #333;
	padding-bottom: 1px;
	text-decoration: none;
	-webkit-transition: color .5s ease;
	transition: color .5s ease;
}
a:hover {
	color: #0067B1;
	border-bottom: 1px solid #0067B1;
	}

li {
	font-family: 'Lato';
	font-weight: 700;
	list-style: circle;
	color: #adafb2;
}

li span {
	color: #333;
}


/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #0067b1; color: #fff; text-shadow: none;}
::selection {background: #0067b1; color: #fff; text-shadow: none;} 

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;} 

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

/* Mozilla dosen't style place holders by default */
input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }



/* Media queries
-------------------------------------------------------------------------------*/

@media screen and (max-width: 47em) {
	
	* {
		text-align: center;
	}
	
	.icon {
	display: block;
	margin: 0 auto;
	}
	
	html,body { height:100%; }
	
	.diagonal {
		z-index: 1;
		/* background: #0067B1; */
		padding: 9em 0;
	}
	
	li {
		list-style: none;
		text-align: center;
	}
	
	.indent {
		padding-left: 0;
	}
	
	p {
		text-indent: 0;
	}
	
	#contact, #services {
		float: none;
		background: #fff;
	}
	#contact {
		padding-top: 2em;
	}
	
	.centered {
		width: 95%
	}
	 article {
		 background: #fff;
		 background-image: none;
		 padding: 0.2em;
	 }
	 #logo {
	 	position: relative;
		max-width: 90%;
		margin: -1em auto -7em auto;
		text-align: center;
	}
	
	h1 { text-align: center;}
	
	h2 {
		text-align: center;
		font-size: 2.5em;
	}
	h4 {
		font-size: 2.5em; /* 52px */
		line-height: 1; /* 94px */
		text-align: center;
		width: 100%;
	}
	
#tagline {
	margin-top:-5em;
}

}

@media screen and (max-width: 25em) {
	h4 {padding-bottom: .5em;}

}




/* Print styles
-------------------------------------------------------------------------------*/
@media print {



}