@charset "UTF-8";
/* CSS Document */


/* This stylesheet is for the main page elements. */
/* Styles for primary navigation (the nav element) found in "primary_nav.css" */
/* Styles for content elements of the subpages found in "content.css" */

* {
	margin: 0;
	padding: 0;
	font-size: 1em;
	box-sizing: border-box;
}
.clear {
	clear: both;
}

/* Header Items */
header {
	background-color: #fff;
	width: 100%;
	min-height: 160px;
	z-index: 3;
}
#upper-header {
	padding: 36px 0 16px 46px;
}
#upper-header a:link, #upper_header a:visited, #upper_header a:active {
	text-decoration: none;
}
#upper-header span {
	font-family: 'Spartan', 'Trebuchet MS', Arial, 'sans-serif';
	font-style: normal;
	font-weight: 500;
	font-size: .75em;
	color: #662D91;
}
#lower-header {
	display: flex;
}
#logo-element {
	visibility: hidden;
	position: absolute;
	top: -200px;
}
#logo-element img {
	display: block;
	margin-right: 55px;
}
#logo {
	margin-left: auto;
	margin-right: 20px;
}
#logo img {
	display: block;
	width: 141px;
	height: 69px;
	}
#hamburger-menu {
	width: 100%;
}
.accessibility_label_hidden {
	display: none;
}
.page-title {
	margin-left: 42px;
	margin-bottom: 30px;
	font-family: Spartan, "Trebuchet MS", Arial, sans-serif;
	font-size: 3em;
	font-weight: 600;
	color: #ddd;
	letter-spacing: -.04em;
}
/* END Header Items */

/* Main Items */

main {
	margin: 0 auto 128px 0;
	width: 100%;
	max-width: 1152px;
}
#intro_text h1 {
	margin: 0 auto;
	padding: 0;
	color: #000;
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 1.1em;
	letter-spacing: .04em;
	text-align: center;
	line-height: 60px;
	position: relative;
	top: 20px;
}
#intro_text h2 {
	margin: 0 auto 70px auto;
	padding: 0;
	color: #000
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 1.1em;
	letter-spacing: .04em;
	text-align: center;
	line-height: 60px;
	position: relative;
	top: 20px;
}
/*#intro_text {
	width: 90%;
	margin: 0 auto 70px auto;
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 1.2em;
	letter-spacing: .04em;
	text-align: center;
	line-height: 60px;
	position: relative;
	top: 20px;
}*/
.colorchange1 {
	font-style: oblique;
	font-weight: 400;	
	color: #662D91;
}
.colorchange2 {
	font-style: oblique;
	font-weight: 400;
	color: #0526FF;
}
.alt_bold {
	font-weight: 500;
}
.alt_bold_oblique {
	font-weight: 400;
	font-style: oblique;
}
.kern_before_oblique1 {
	letter-spacing: -.05em;
}
.kern_before_oblique2 {
	letter-spacing: -.1em;
}
.supp_nav {
	margin-bottom: 0;
	border: 1px solid #000;
	border-bottom: 0;
	width: 100%;
	max-width: 1152px;
	height: 70px;
	font-family: Spartan, "Trebuchet MS", Arial, sans-serif;
	font-size: 2em;
	font-weight: 600;
	letter-spacing: -.04em;
}
.supp_nav a, .supp_nav a:active, supp_nav a:visited {
	padding: 20px 0 20px 48px;
	color: #fff;
	text-decoration: none;
	display: block;
	text-shadow: 1px 1px 5px #000;
}
#supp_nav_top {
	background: url("../images/bg_case_studies.png") #000 0 0 no-repeat;
	background-size: 100%;
}
#supp_nav_mid {
	background: url("../images/bg_portfolio.png") #000 0 0 no-repeat;
	background-size: 100%;
}
#supp_nav_btm {
	background: url("../images/bg_about.png") #000 0 0 no-repeat;
	background-size: 100%;
}
#supplemental_nav .last {
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}

/* END Main Items */

/* Footer Items */

footer {
	display: block;
    min-height: 400px;
    background-color: #662D91;
}
.logo-space img {
	margin: 48px;
	width: 40px;
	height: 40px;
}
.vertical-line {
	display: none;
	width: 1px;
	background: #fff;
	margin: 30px;
	margin-left: 0;
}
footer ul {
	display: none;
}
footer ul li a {
	text-decoration: none;
	color: #fff;
}
.foot-info {
	margin-left: 48px;
	font-family: Spartan, "Trebuchet MS", Arial, sans-serif;
	font-size: .75em;
	font-weight: 600;
	letter-spacing: -.04em;
	color: #fff;
}
.foot-info a, .foot-info a:active, .foot-info a:visited {
	color: #fff;
	text-decoration: none;
}
footer #address {
	margin: 30px 0;
	line-height: 1.75em;
}
footer #phone {
	margin-bottom: 30px;
}

/* --------------------- @media breakpoints ----------------------------- */

@media (min-width:860px){
	
	header {
		min-height: 216px;
	}
	
	#logo-element {
		position: relative;
		top: 0;
		width: 225px;
		visibility: visible;
	}

	#logo img {
	width: 245px;
	height: 120px;
	}
	main {
	margin: 0 auto 128px 48px;
}
	#intro_text h1 {
		width: 80%;
		font-size: 1.5em;
		line-height: 54px;
	}
	#intro_text h2 {
		width: 80%;
		font-size: 1.5em;
		line-height: 54px;
	}
	.supp_nav {
	margin-bottom: 20px;
	border: 1px solid #000;
 	height: auto;
	font-family: Spartan, "Trebuchet MS", Arial, sans-serif;
	font-size: 7em;
	font-weight: 600;
	letter-spacing: -.04em;
}
	.supp_nav a, .supp_nav a:active, supp_nav a:visited {
	padding: 70px 0 37px 70px;
	color: #fff;
	text-decoration: none;
	display: block;
	text-shadow: 3px 3px 10px #000;
}
	#supp_nav_top {
		background-size: 100% 100%;
    }
    #supp_nav_mid {
		background: url("../images/bg_portfolio.png") #000 0 0 no-repeat;
		background-size: 100% 100%;
    }
    #supp_nav_btm {
		background-size: 100% 100%;
    }
	
}

@media (min-width: 1280px) {
	
	#logo {
		margin-right: 60px;
	}
	#intro_text h1 {
		width: 90%;
		font-size: 2em;
		line-height: 63px;
	}
	#intro_text h2 {
		width: 90%;
		font-size: 2em;
		line-height: 63px;
	}
	.supp_nav {

	}
	footer {
	display: flex;
    min-height: 400px;
    background-color: #662D91;
}
.logo-space img {
	margin: 148px 80px;
	width: 70px;
	height: 70px;
}
.vertical-line {
	display: block;
}
footer ul {
	display: block;
	list-style: none;
	margin: 78px 0 30px 0;
}
	footer ul li {
		float: left;
		margin-left: 45px;
		position: relative;
		left: -45px;
	}
.foot-info {
	margin-left: 0;
}
	footer #privacy-policy {
		margin-top: 128px;
	}
footer #address {
}
footer #phone {
}
	
}

@media (min-width: 1500px) {
	
	#logo-element img {
		margin-right: 155px;
	}
	#logo {
		margin-right: 100px;
	}
	main {
		margin: 0 auto 128px 235px;
	}
	footer {
	}
	
}
