@font-face {
    font-family: 'AleoLight';
    src: url(../fonts/aleo-light.eot);
    src: url(../fonts/aleo-light.eot) format('embedded-opentype'),
         url(../fonts/aleo-light.woff) format('woff'),
         url(../fonts/aleo-light.ttf) format('truetype'),
         url(../fonts/aleo-light.svg#AleoLight) format('svg');
}

@font-face {
    font-family: 'CylburnRegular';
    src: url(../fonts/cylburn.eot);
    src: url(../fonts/cylburn.eot) format('embedded-opentype'),
         url(../fonts/cylburn.woff) format('woff'),
         url(../fonts/cylburn.ttf) format('truetype'),
         url(../fonts/cylburn.svg#CylburnRegular) format('svg');
}

/* Base Page Styles*/

* { 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	box-sizing: border-box; /* fixes border/padding width issue */
} 

html {
	height: 100%;
}

body {
	background: #FFFFFF;
	color: rgb(255,255,255);
}

div { overflow: hidden; /* clearfix */ }
		
/* @group Headings */

h1, 
h2, 
h3, 
h4, 
h5, 
h6 { font-family: "AleoLight", sans-serif; }

h1 {
	font-size: 4.0em;
	font-weight: lighter;
	line-height: 1em;
	text-align: center;
	margin: 0.2em 0 0.2em 0;
	}

h2 { 
	font-size: 1.5em;  /* 16x1.5=24px */
	line-height: 1.3em; 
	margin-bottom: 0.1em;
	}

h3 {
	font-size: 1.125em;  /* 16x1.125=18 */
	line-height: 1.3em; 
	margin-bottom: 1em;
	}
	
h4 {
	font-size: 1em;  /* 16x1=16px */
	line-height: 1.3em; 
	margin-bottom: 1em;
}

/* @group Typography */

p, 
ol,
ul, 
dl, 
address {
	font-family: "AleoLight";
	font-size: 1em;  /*16px */
	margin-bottom: 1.5em;
	text-align: center;
	}

	.small_heading {
		margin-bottom: 0;
		color: #1b3664;

	}
	
	.pageHeading {
		font-size: 3.5em;
		text-align: center;
		margin: 0;
	}

	.large_heading {
		font-size: 3em;
		line-height: 1em;
		text-align: center;
		margin: 0.2em 0 0.2em 0;
		color: #1b3664;
	}

	.quotes {
		display: none;
	}

	.italic_heading {
		font-family: 'AleoLight';
		font-size: 1.2em;
		text-align: center;
		margin: 0;
		line-height: 1.2em;
		font-weight: 100px;
	}
	.span_small {
		font-size: 1.2rem;
		font-size: 18pt;
	}

	p.center {
		text-align: center;
	}

	.social_icons {
		text-align: center;
		font-size: 3em;
		line-height: 0.8em;
		margin-top: 0em;
		margin-bottom: 0;
	}

	.social_icons a {
		padding-top: 0;
		padding-left: 10px;
	}

	.ss-icon {
		margin-left: 25px;
	}

	.thumbnail {
		width: 300px;
		width: 93%;
		float: left;
		margin: 10px;
	}

/*	.thumbnail:hover {
		opacity: 0.4;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease; 
	}*/

	/* button to scroll to the next section */
	
	p.button {
		font-size: 2em;
		margin-bottom: 0em;
		text-align: center;
		opacity: 0.8;
		width: 90%;
	}

	.centered_button {
		width: 100%;
		text-align: center;
		position: absolute;
		bottom: 130px;
	}

	.button a {
		width: 100%;
		text-align: center;
	}
	
small { 
	font-size : 0.75em;  /*  0.75x16=12px */
}

ul, 
ol {
	margin: 0 0 1.5em 0px;  /*pushes the bullet points left into the margin*/
	padding: 0 ; 	
	list-style: none;
	}
	
	li {
		text-align: left;
		margin: 0;
		line-height: 1.5em;
		}

blockquote { 
	margin:  0 0 1.5em -24px;
	padding-left: 24px;
	border-left: 1px solid rgb(200,200,200);
	font-style: italic; 
	}
	
blockquote p:before, 
blockquote p:after, 
q:before, 
q:after { content: '"'; }

abbr[title] { 
	border-bottom: 1px dotted;  /*defines an abbreviation*/
	cursor: help; 
	}
	
dfn { /*the defining instance of a term*/
	font-style: italic;	}

code { 
	font-family : monospace, monospace; 
	font-size : .875em; 
	line-height : 1.5; 
	}
	
/* @group  Links */

a, 
a:visited {
	text-decoration: none;
	color: #23aae1; 
	padding-top: 50px;
	}
	
a:focus {
	outline: thin dotted;
	color: #23aae1;	
	}

a:hover, 
a:active {
	opacity: 0.5;
	outline: none;	
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease; 
	}
			
/* 	@group Nav Links */
		
nav a, 
nav a:visited {
	text-decoration: none;
	color: rgb(255,255,255); 
	color: rgb(66,141,224);
	}
	
nav a:focus {
	outline: thin dotted;
	color: rgb(0,0,0);	
	}

nav a:hover, 
nav a:active {
	outline: none;
	opacity: 0.6;	
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease; }
		
/* @group Table */
	
table { 
	border-collapse : collapse;
	border-spacing : 0;
	margin-bottom : 1.4em; 
	font-size : .875em;	}

th { font-weight : bold; }

th, td, caption { padding : .25em 10px .25em 5px; }

tfoot { font-style : italic; }

caption { background-color : transparent; }
		
/* @group Forms */

form { 
	margin : 0; }

label { 
	font-weight : normal;
	cursor : pointer; }
	
.textInput {
	border: 1px; 
	background: #FFFFFF; 
	color: #666666;
	font-family: "AleoLight", sans-serif;
	font-size: 18px; 
	height: 65px;
    padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	}
	
.EmailtextInput {
	border: 1px; 
	background: #FFFFFF; 
	color: #666666;
	font-family: "AleoLight", sans-serif;
	font-size: 14px; 
	height: 40px;
    padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	}

.SearchButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	box-shadow:inset 0px 1px 0px 0px #bee2f9;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #63b8ee), color-stop(1, #468ccf) );
	background:-moz-linear-gradient( center top, #63b8ee 5%, #468ccf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf');
	background-color:#63b8ee;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #3866a3;
	display:inline-block;
	color:#FFFFFF;
	font-family: "AleoLight", sans-serif;
	font-size:18px;
	font-weight:normal;
	font-style:normal;
	height:65px;
	line-height:65px;
	width:131px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #7cacde;
}
button, 
input, 
select, 
textarea { 
	font-size : 100%; 
	margin : 0; 
	vertical-align : baseline; 
	*vertical-align : middle; }

button, input { 
	line-height : normal; 
	*overflow : visible; }

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
	cursor : pointer; }

input[type="checkbox"], 
input[type="radio"] { 
	box-sizing : border-box; }

input[type="search"] { 
	box-sizing : content-box; }

button::-moz-focus-inner, 
input::-moz-focus-inner { 
	padding : 0;
	border : 0;  }

textarea { 
	overflow : auto; 
	vertical-align : top; }
	
/* @group Nav */

nav {
	width: 100%;
	display: block;
	z-index: 100;
	margin-bottom: 2em;
	margin-top: 1em;
	text-align: right;
	background-color: rgba(255,255,255,0.9);
	height:80px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	}

nav ul {
	padding-left: 24px;
	text-align: right;
	}

nav li {
	font-size: 1em;
	list-style: none;
	float: none; 
	display: inline-block; 
	}

.heading_width {
	width: 350px;
}
		
/* @group Layout */

.blue {
	background-color: #FFFFFF;
}

.row { 
	position: relative;
	padding: 0 5%;  /* elastic  gutters (Note: box-sizing will not work in IE6-7) */
	overflow: hidden;  /* clearfix? */
	min-height: 560px;
}

.col {
	padding-top: 15em;
	padding: 12em 0 12em 0;
	margin: 0 auto;
}

#work {
	padding-bottom: 3em;
}

.container {
	max-width: 600px; 
}

/*.container_large {
	padding-top: 4em;
	padding-bottom: 5em;
	max-width: 800px;
}*/

@media only screen and (min-width: 480px) {
  
  /* !Styles for mobile */

}

@media only screen and (min-width: 600px) {
  
  /* !Styles for android tablets */

  .thumbnail {
		width: 29%; 
	}

}

@media only screen and (min-width: 768px) {

  /* !Styles for tablet */

}

@media only screen and (min-width: 992px) {

	/* !Styles for desktop */

	.small_heading {
		font-size: 1.3em;
	}

	.large_heading {
		font-size: 4.0em;
	}

	.col {
		padding-top: 300px;
		margin: 0 auto;
	}

	.row { 
		position: relative;
		padding: 0 5%;   elastic  gutters (Note: box-sizing will not work in IE6-7) 
		overflow: hidden;
		min-height: 830px;
	}

	.container_large {
		padding-top: 15em;
		padding-bottom: 18em;
		max-width: 800px;
	}
}

@media only screen and (min-width: 1368px) {

	.thumbnail {
		width: 23.25%; 
	}
}