html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family:'Roboto Condensed','calibri', sans-serif;
	background-color: #2A2627; /* BROWN */
}

h1, h2 {
	font-family: 'Libre Baskerville', serif;
	color: #cc6600;
}

header {
	background-color: #2A2627; /* BROWN */
	width: 100%;
	border-bottom: 5px solid #F36532;
}

header .logo {
	margin: 20px;
	margin-top: 30px;
	max-width: calc(100% - 170px);
	width: 450px;
}

header h1 {
	color: white;
	font-size: 40pt;
	margin: 0;
	margin-top: -10px;
	margin-bottom: -10px;
	padding: 0;
}

header h2 {
	color: #F36532; /*ORANGE*/
	font-size: 30pt;
	margin: 0;
	margin-top: -10px;
	margin-bottom: -10px;
	padding: 0;
}

header .bracket {
	color: white;
}

nav {
	position: absolute;
	top: 10px;
	right: 20px;
	text-align: right;
	/* styles for fixed menu on scroll */
	z-index: 9;
}

.mobile_menu_button {
	display: none;
	color: white;
	font-size: 36px;
}

nav .hide, nav .hide-hr {
	display: none;	
}

nav ul {
	list-style: none;
	padding: 5px;
	margin: 0;
	font-size: 12pt;
	text-align: left;
	text-transform: uppercase;
}

nav ul {
	font-size: 14pt;
	color: #F36532; /*ORANGE*/
}

nav li ul {
	display: none;
	list-style: none;
	padding: 0;
	text-align: left;
	position: absolute;
	z-index: 40;
	background-color: transparent;
	margin-top: 0px;
	left: auto;
	color: white;
	padding-top: 6px;
}

nav li ul li {
	display: block;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: none;
	text-align: left;
	background-color: #404040;
}

nav ul li:hover ul {
	display: block;
}

nav li {
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;

	transition: 0.5s color;
}

nav li:hover {
	color: white;
}

nav ul a {
	color: #F36532;
	text-decoration: none;
	display: block;
}

nav ul ul a {
	color: white;
	font-size: 12pt;
}

nav a:hover {
	color: white;
}

nav li ul li a:hover {
	color: #F36532;
}

nav hr {
	height: 1px;
	background-color: #808080;
	color: #808080;
	border: none;
	padding: 0;
	margin: 0;
}

nav.stickied {
	position: fixed;
	background-color: #2A2627;
	border-bottom: 1px solid #F36532;
	padding: 5px;
	top: 0;
	right: 0;
	left: 0;
	z-index: 40;
}

nav.stickied ul {
	text-align: right;
}

nav.stickied ul ul li {
	text-align: left;
}

.contact-info {
	color: white;
	position: absolute;
	right: 30px;
	top: 50px;
	font-size: 14pt;
}

.contact-info a {
	text-decoration: none;
	color: inherit;
}

header .slogan {
	text-align: center;
	color: white;
	font-size: 26pt;
	margin: 10px;
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

header .slogan span {
	color: #F36532;
}


/*BANNER STYLES _________________________________________________*/

.banner {
	height: 420px;
	overflow: hidden;
	position: relative;
	border-bottom: 5px solid #F36532;
}

.banner #home-banner {
	position: absolute;
	top: -700px;
	transition: top 0.5s;
	-webkit-transition: top 0.5s;
	z-index: 2;
	width: 100%;
	min-width: 1600px;
	display: none;
}

.banner #home-banner-small {
	position: absolute;
	top: -700px;
	transition: top 0.5s;
	-webkit-transition: top 0.5s;
	z-index: 1;
	width: 100%;
	min-width: 1600px;
}

.content-slide {
	position: absolute;
	top: 0;
	right: 20%;
	width: 320px;
	max-width: calc(100% - 30px);
	padding: 15px;
	height: 400px;
	background:rgba(100,100,100,0.6);
	z-index: 2;
	color:white;
	font-family:'Roboto Condensed','calibri', sans-serif;
	font-size: 14pt;
	font-weight: lighter;

	transition: right 1s;
	-webkit-transition: right 1s;
}

.content-slide h2 {
	color: white;
	font-weight: 400;
	font-size: 16pt;
}

h3 {
	font-family: 'Libre Baskerville', serif;
	font-weight: 300;
	font-size:16pt;
	color: #cc6600;
}

h4 {
	font-size: 14pt;
}

.learnmore {
	width: 190px;
	margin-left: 130px;
	margin-top: 20px;
	margin-right: 10px;
	display: inline-block;
	
	text-decoration: none;
	color: white;
	padding: 0;
	text-align: center;
	float: right;
	font-size:14pt;
}

.learnmore-text:hover {
	background-color: #ff9933;
	transition: background-color 0.5s;
	-webkit-transition: background-color 0.5s;
}

.learnmore-text {
	width: 140px;
	padding: 5px;
	background-color: #cc6600; /* DARKER ORANGE */
}

.arrow {
	width: 20px;
	background-color: #ff9933;
	margin: 0;
	height: 100%;
	display: inline-block;
	padding: 5px;
	font-size: 14pt;
	font-weight: bold;
	color: #AE5700;
}

.slide-selector {
	width: 200px;
	position: absolute;
	text-align: center;
	z-index: 6;
	bottom: 10px;
	left: calc(50% - 100px);
}

.slide-selector-button {
	display: inline-block;
	border: 2px solid #202020;
	background-color: rgba(160,160,160,0.5);
	border-radius: 50%;
	width: 12px;
	height: 12px;
	cursor: pointer;
	margin-right: 5px;
	margin-left: 5px;
}

.slide-selector-button:hover {
	background-color: rgba(240,240,240,0.8);
}

/* Chrome, Safari, Opera */
@-webkit-keyframes contentSlidein {
	from {right: 1500px;}
	to {right: 20%;}
}

/* Standard syntax */
@keyframes contentSlidein {
	from {right: 1500px;}
	to {right: 20%;}
}

@media (max-width: 1000px) {
/* Chrome, Safari, Opera */
	@-webkit-keyframes contentSlidein {
		from {right: 1500px;}
		to {right: 10%;}
	}

	/* Standard syntax */
	@keyframes contentSlidein {
		from {right: 1500px;}
		to {right: 10%;}
	}
}
@media (max-width: 450px) {
	/* Chrome, Safari, Opera */
	@-webkit-keyframes contentSlidein {
		from {right: 1500px;}
		to {right: 0;}
	}

	/* Standard syntax */
	@keyframes contentSlidein {
		from {right: 1500px;}
		to {right: 0;}
	}
}


/* MAIN STYLES _________________________________________________*/

.main {
	background-color: #CDCDCD; /* LIGHT BROWN */
	font-weight: 300;
	font-size: 14pt;
}

.main h1 {
	font-size: 1.6em;
}

.main h1 a {
	color: inherit;
}

.main a {
	color: #2793C7;
}

.main a .learnmore-text {
	color: white;
}

.main a:hover {
	color: #1155CC;
}

.services {
	text-align: center;
	background-color: #EBEBEB; /*Dirty White */
	background: no-repeat center bottom;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 50px;
}

.services a {
	color: #303030;
	text-decoration: none;
}

.services a:hover {
	color: #303030;
}

.services .learnmore {
	color: white;
}

.infobox {
	width: calc(30% - 30px);
	display: inline-block;
	vertical-align: top;
	padding: 20px;
	margin: 0;
	text-align: left;
	max-width: 400px;
	background-color: rgba(235,235,235,0.6);
	min-height: 250px;
	cursor: pointer;

	transition: 1s padding, 1s margin, 1s width, 1s transform;
	-webkit-transition: 1s padding, 1s margin, 1s width, 1s -webkit-transform;
	position: relative;
	z-index: 1;
}

.services a:nth-child(2) .infobox {
	-webkit-transform: scale(1.08,1.08);
	transform: scale(1.08,1.08);
}

.services a .infobox:hover {
	background-color: rgba(235,235,235,0.9);

	-webkit-transform: scale(1.15,1.15);
	transform: scale(1.15,1.15);
	z-index: 10;
}

.infobox h2 {
	font-size: 18pt;
	text-align: center;
	margin: 5px;
}

.infobox h3 {
	font-size: 14pt;
	padding: 0;
	text-align: center;
	font-family:'Roboto Condensed','calibri', sans-serif;
	color: #303030;
	font-weight: bold;
}

.infobox a {
	text-align: center;
	display: inline-block;
	width: 100%;
}

/* PORTFOLIO ________________________________________________________*/

.portfolio {
	width:100%;
	text-align:center;
	color: #404040;
	padding-bottom: 0; 
	padding-top: 10px;
	position: relative;
	background-color: white;

}

.portfolio .category-buttons, .portfolio-entry .img-container .categories {
	list-style: none;
	padding: 0;
	text-align: left;
}

.portfolio .category-buttons,
.portfolio-entry .img-container .categories li {
	text-align: center;
	cursor: pointer;
}

.portfolio .category-buttons li:hover,
.portfolio-entry .img-container .categories li:hover {
	text-align: center;
	padding: 4px;
	padding-left: 9px;
	padding-right: 9px;
	background-color: white;
	border: 1px solid #F36532;
	color: #F36532;
}

.portfolio .category-buttons li,
.portfolio-entry .img-container .categories li {
	display: inline-block;
	margin-right: 10px;
	border-radius: 15px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	background-color: #F36532;
	color: white;
	font-size: 12pt;
}

.portfolio-header {
	width: calc(100% - 30px);
	max-width: 1300px;
	margin-left:auto;
	margin-right: auto;
	margin-top: 20px;
	padding: 10px;
	border: 1px solid black;
	border-bottom: 0;
	text-align: left;
	background-color: #EBEBEB; /*Dirty White */

	padding-bottom: 0;
}

h2 {
	font-size: 18pt;
	color: #cc6600; /*ORANGE*/
	font-family: 'Libre Baskerville', serif;
}

.portfolio p, .portfolio li {
	font-size: 14pt;
}

.portfolio-entry {
	display: block;
	padding: 30px;
	margin: 0;
}

.portfolio-entry:nth-child(odd) {
	background-color: #F3F0EE;
	padding: 30px;
}

.portfolio-entry .inner {
	max-width: 1300px;
	width: 100%;
	margin: auto;
}

.portfolio-entry .img-container {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 40px);
	margin-right: 30px;
}

.portfolio-entry .img-container img {
	transition: 1s transform;
	margin: auto;
	display: block;
}

.portfolio-entry img:hover {
	transform: scale(1.1, 1.1);
}

.portfolio-entr h3 {
	margin-top: 0;
}

.portfolio-entry .entry-description {
	display: inline-block;
	width: calc(50% - 20px);
	vertical-align: top;
	text-align: left;
}

.portfolio img {
	max-width: 100%;
	-webkit-transition: 1s -webkit-transform;
	transition: 1s transform; 
	
	vertical-align:top;
	box-shadow: 0 15px 10px -10px rgba(10,10,10,0.5);
}

.clearfix {
	clear: both;
}

.tab-button {
	border: 1px solid black;
	border-bottom: none;
	padding: 15px;
	padding-left: 25px;
	padding-right: 25px;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	font-size: 18pt;
	
	background-color: white;
	color: #cc6600;
}

.tab-button:hover, .tab-button-active {
	color: white;
	background-color: #cc6600;
}

.wrapper {
	max-width: 1300px;
	width: 100%;
	margin: auto;
	position: relative;

}

.client-logos {
	padding: 20px;
	background-color: white;
	text-align: center;
	border-top: 8px solid #F3F0EE;
}

.client-logos .logo-container {
	width: 300px;
	height: 100px;
	display: inline-block;
	margin: 10px;
	vertical-align: top;
}

.client-logos h2 {
	text-align: center;
}

.client-logos img {
	max-width: 100%;
	max-height: 100%;
}

th {
	font-weight: 400;
}

td, th {
	padding: 5px;
}

/* FOOTER _________________________________________*/

footer {
	border-top: 5px solid #F36532;
	background-color: #2A2627; /* BROWN */
	width: 100%;
	color: white;
	text-align: center;
}

footer .footer-box {
	width: calc(50% - 120px);
	padding: 10px;
	margin: 10px;
	margin-left: 50px;
	margin-right: 50px;
	max-width: 200px;
	text-align: left;
	display: inline-block;
	vertical-align: top;
}

footer h4 {
	font-family:'Roboto Condensed','calibri', sans-serif;
	border-bottom: 2px solid #F36532; /*ORANGE*/
}

footer .hide, footer hr {
	display: none;
}

footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

footer ul ul {
	padding-left: 15px;
}

footer a {
	color: white;
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
}

footer hr {
	display: none;
}

@media (max-width: 1200px) {
	.infobox {
		margin: 5px;
		padding: 15px;
		width: calc(33% - 40px);
	}

}

@media (max-width: 1000px) {
	header h1 {
		font-size: 34pt;
	}

	header h2 {
		font-size: 24pt;
	}

	header .slogan {
		font-size: 22pt;
	}

	.content-slide {
		right: 10%;
	}

	.portfolio-entry img, .portfolio-entry .entry-description {
		display: block;
		width: calc(100% - 30px);
		margin: auto;
		max-width: 800px;
	}

	.portfolio-entry .img-container {
		margin: auto;
		width: calc(100% - 40px);
	}

	.portfolio-entry h3 {
		margin-top: 15px;
		text-align: center;
	}

}

@media (max-width: 850px) {
	.infobox {
		margin: 5px;
		padding: 15px;
		width: calc(100% - 40px);
	}
}

@media (max-width: 750px) {
	.mobile_menu_button {
		display: inline-block;
		max-width: 40px;
		cursor: pointer;
		margin-top: 3px;
	}

	.dim-screen {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: rgba(10,10,10,0.7);
		z-index: 9;
	}

	nav {
		text-align: center;
	}

	nav .hide, nav .hide-hr {
		display: block;
	}

	nav .hide {
		margin-top:10px;
		margin-bottom: 10px;
		cursor: pointer;
		text-align: right;
	}

	nav ul {
		position: fixed;
		top: 0;
		bottom: 0;
		width: 250px;
		left: -252px;
		z-index: 10;
		background-color: #2A2627; /* BROWN */
		border-right: 2px solid white;
		font-size: 16pt;
		text-align: left;
		overflow-y: auto;
	}

	nav ul ul {
		position: static;
		border: none;
		width: calc(100% - 10px);
	}

	nav li {
		margin-top: 5px;
	}

	nav ul li, nav li ul {
		display: block;
		position: static;
		text-align: left;
	}

	nav li ul {

	}

	footer {
		text-align: center;
	}

	footer .footer-box {
		width: calc(100% - 30px);
		margin: 10px;
		display: block;
		max-width: none;
		text-align: center;
	}

	footer ul {
		padding: 0;
	}
}

@media (max-width: 550px) {
	header .logo {
		max-width: calc(100% - 90px);
	}

	header h1 {
		font-size: 24pt;
	}

	header h2 {
		font-size: 20pt;
	}

	header .contact-info {
		position: static;
		text-align: center;
	}

	header .slogan {
		font-size: 18pt;
	}

	.services a:nth-child(2) .infobox {
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
	}

	.portfolio-entry img {
		display: block;
		width: calc(100% - 20px);
		margin: 10px;
	}

	.portfolio-entry .entry-description {
		display: block;
		width: calc(100% - 20px);
		margin: 10px;
	}
}

@media (max-width: 450px) {
	.content-slide {
		right: 0;
	}
}

@media (max-width: 350px) {
	header h1 {
		font-size: 20pt;
	}

	header h2 {
		font-size: 18pt;
	}

	header .contact-info {
		position: static;
		text-align: center;
	}

	header .slogan {
		font-size: 14pt;
	}
}