


/* Troubleshooting
section {
	border: 1px solid #fff;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
} */



/* Global stuff */


div.clear {
	clear: both;
}

body {
	background-color: #f8f4e3;
}

section.page_bg {
	background-color: rgba(55,55,55,1);
}

section.before_image {
	padding-bottom: .75em;
}
	@media only screen and (max-width: 40em) { 
		section.before_image {
			padding-bottom: .8em;
		}	
	}

/* Global font stuff */


h1, h2, h3, h4, p, li, span {
	font-family:  ff-scala-sans-pro,'Helvetica Neue', Helvetica, sans-serif;
	line-height: 1.5em;
}
h1, h2, h3, h4 {
	color: #3c4d4d;
}
p, li, span {
	color: #222;
	font-size: 1.35em;
	font-weight: 300;
	color: #222;
}
	@media only screen and (max-width: 64.063em) { 
		p, li, span {
			font-size: 1.2em;
		}	
	}


small {
	font-weight: 300;
}
p {
	margin-bottom: 0em;
	line-height: 1.4em;
	padding-right: 1em;
}
ul.carat li {
	margin-left: .75em;
	background: url('../img/carat.svg') no-repeat;
	background-position: 0 .4em;
	padding-left: 1em;
	list-style: none;
	}
	@media only screen and (max-width: 64.063em) { 
		ul.carat li {
			margin-left: 0;
		}	
	}


/* Inline text links - light bg */
a:link {
	color: #3e7276;
	text-decoration: none;
}
a:visited {
	color: #3e7276;
	text-decoration: none;
}
a:hover {
	color: #c25459;
	text-decoration: none;
    -webkit-transition: all .2s 0s;
    -moz-transition: all .2s 0s;
    transition: all .2s 0s;
}
a:active {
	color: #ffee00;
	text-decoration: none;
}


/* Inline text links - dark bg */
a.contact:link {
	color: #F4F8C3;
	text-decoration: none;
}
a.contact:visited {
	color: #F4F8C3;
	text-decoration: none;
}
a.contact:hover {
	color: #F7FF8C;
	text-decoration: none;
	-webkit-transition: all .2s 0s;
	-moz-transition: all .2s 0s;
	transition: all .2s 0s;
}
a.contact:active {
	color: #ECF391;
	text-decoration: none;
}



/* Tags */
span.tag {
	padding:.5em .9em;
}



/* Navigation bar */
section.navbar {
	margin: .5em;
	height: 5em;
	position: relative;
}


/* Name */
h1.navbar {
	color: #222;
	position:relative;
	font-variant: small-caps;
	font-size: 1.7em;
	text-align: left;
	font-weight: 500;
	z-index: 10;
	margin: 0px;
	line-height: 2.2em;
	margin-top: .4em;
	margin-left: .8em;
}
	@media only screen and (max-width: 64.063em) { 
		h1.navbar {
			font-size: 1.5em;
			margin-top: .6em;
		}	
	}
	
	

/* Content areas */

section.section-start {
}
	@media only screen and (max-width: 64.063em) { 
		section.content-1 {
		}	
	}
	
section.section-end {
	padding-bottom: 4em;
}
	@media only screen and (max-width: 64.063em) { 
		section.content-2 {
			padding-bottom: 4em;
		}	
	}



/* Header banner */
div.site-header {
	padding: 0em;
}

div.site-header div.description {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: table;
	background-color: rgba(255, 255, 255, 0.6); 
	margin-left: 5%; 
	margin-right: 5%; 
	width: 90%; 
	text-align: center; 
	padding-top: 1.25em; 
	padding-bottom: 1.25em;
}
	@media only screen and (min-width: 64.063em) { 
		div.site-header div.description {
			position: absolute;
			top: 50%;
			transform: translateY(-50%);
			display: table;
			width: 80%; 
			margin-left: 10%; 
			margin-right: 10%; 
			padding-top: 1.75em; 
			padding-bottom: 1.75em;	
		}
	}
div.site-header div.description h3 {
	font-size: 2em;
	font-weight: 200;
	text-align: center;
	color: #3f4d4d;
	margin-left: 10%;
	margin-right: 10%;
}
	@media only screen and (min-width: 64.063em) { 
		div.site-header div.description h3 {
			font-size: 2.4em;
			font-weight: 400;
			text-align: center;
			color: #33f4d4d;
			margin-left: 10%;
			margin-right: 10%;
		s}
	}



/* Text columns subhead */

div.column-subhead {
	padding-left: 1em;
	padding-right: 1em;
	margin: 0;
	margin-top: 4.25em; 
}
div.column-subhead-2 {
	padding-left: 1em;
	padding-right: 1em;
	margin: 0;
	margin-top: 1.5em; 
}
	@media only screen and (max-width: 40em) { 
		div.column-subhead-2 {
			margin-top: 2.25em; 
		}	
	}


div.column-subhead h4,
div.column-subhead-2 h4 {
	font-size: 1.3em;
	font-weight: 700;
	padding: 0; 
	margin: 0;
	margin-bottom: .5em;
	text-transform: uppercase;
	letter-spacing: .1em;
}
div.column-subhead p,
div.column-subhead-2 p {
	padding: 0; 
	margin: 0;
}



/* Text columns */

div.columns p {
	margin-bottom: 1em;
}

	@media only screen and (max-width: 40em) { 
		div.columns p {
			margin-bottom: 1em;
		}
	}
	
div.column-1, div.column-2, div.column-3 {
	padding: 0 1em 0 1em; 
	margin-bottom: 0;
}
	@media only screen and (max-width: 40em) { 
		div.column-1 {
			padding-bottom: 0;
			margin-bottom: 0;
		}
		div.column-1 ul {
			padding-bottom: 0;
			margin-bottom: 0;
		}
		div.column-2 {
			padding-bottom: 0; 
			padding-top: 0;
			margin-top: 0;
		}
		div.column-2 h4 {
			padding-top: 0em; 
			margin-bottom: 0;
		}
		div.column-2 ul {
			padding-bottom: 0;
			margin-bottom: 0;
			padding-top: 0;
			margin-top: 0;
		}
		div.column-3 {
			padding-bottom: 0; 
			padding-top: 0;
			margin-bottom: 0;
 			margin-top: 0;
		}
		div.column-3 h4 {
			padding-top: 0; 
			margin-bottom: 0;
		}
	}


/* About */

section.about {
	background-color: #a2d1d6;
}

section.about div.columns p {
	font-size: 1.5em;
	font-weight: 300;
	color: #222;
}
	@media only screen and (max-width: 64.063em) { 
		section.about div.columns p {
			font-size: 1.35em;
		}	
	}

/* Services */
section.services, section.clients  {
	background-color: #f9f8f3;
}

/* Clients */

section.clients h4 {
	padding-top: 1.75em;
	border-top: 2px solid #d14b56;
}


/* Footer */

section.footer {
	padding: 1em 0em 1em 0em;
	background-color: #3c4d4d;
	width: 100%;
}
section.footer div.footer p {
	color: #bbb;
	width: 100%;
	display: block;
	text-align: center;
	font-size: .9em;
	margin: 0;
	padding-right: 0px;
}



/* Contact */

section.contact {
	background-color: #3a9da2;
}

section.contact div.contact {
	width: 100%;
}
	/* @media only screen and (min-width: 40.063em) and (max-width: 64em) { 
		section.contact div.contact {
		max-height: 300px;
		overflow: hidden;
		}
	}
	@media only screen and (max-width: 40em) { 
		section.contact div.contact {
		max-height: 400px;
		overflow: hidden;
	} */

section.contact h4,
section.contact p {
	text-align: center;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
}
section.contact p {
	padding-right: 0;
}
section.contact h4 {
	font-size: 1.2em;
	font-weight: 700;
	margin-bottom: .5em;
	text-transform: uppercase;
	letter-spacing: .05em;
}

section.contact div.contact-info {
	display: table;
	width: 100%;
	margin-top: 2.75em;
	margin-bottom: 2em;
}
	@media only screen and (min-width: 40.063em) and (max-width: 64em) { 
		section.contact div.contact-info {
		}
	}
	@media only screen and (max-width: 40em) { 
		section.contact div.contact-info {
		}
	}

section.contact div.contact-info p {
}	
	@media only screen and (max-width: 40em) { 
		section.contact div.contact-info p {
			margin-left: 5%;
			margin-right: 5%;
	}


section.contact div.contact-info img {
	max-height: 400px;
}



/* No JS alert */
div.alert-box {
	margin: .3em .3em 0 .3em;
	padding: .3em;
}


