@charset "utf-8";

/*******************************************************************
PAGE LAYOUT
*******************************************************************/
* { 
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;
}
html { 
	width:100%;
	height:100%;
	font-size: 16px;
}
body { 
	width:100%;
	background-color:#fff;
	height:100%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color:#1a1a1a;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;
	font-weight: 700; 
	line-height: 1;
}
hr {
	border:1px solid #117899;
	margin:0;
}
a {
	text-decoration: none;
	color: #f1f1f1;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a:hover {
	color: #117899;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
p {
	line-height: 1.5em;
	margin:0;
	padding:20px;
	color:#1a1a1a;
}
p a {
	color:#343434;
	font-weight:700;
	padding:5px 0;
}
#wrapper {
	min-height:100%;
	position:relative;
	width: 100%;
	margin: 0 auto; 
}
footer {
	clear: both;
	width:  100%;
	background-color: #343434;
	color: #fff;
	border-top:4px solid #117899;
}
footer p {
	color:#fff;
	padding:4px 0;
}
footer p a {
	color:#E8E8E8;
}
.mhide{
	display: block;
}
.dhide{
	display: none;
}
#social { 
	display:inline-block;
}
.social_icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 50px 0 50px 10px;
}
#twitter { 
	background-image: url("../images/icons/twitter_white.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 40px 40px;
}
#twitter:hover {
	background-image: url("../images/icons/twitter.png");
	background-position: center;
	background-repeat: no-repeat;
}
#linkedin { 
	background-image: url("../images/icons/linkedin_white.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 40px 40px;
}
#linkedin:hover {
	background-image: url("../images/icons/linkedin.png");
	background-position: center;
	background-repeat: no-repeat;
}
#copyright { 
	clear:both;
	width:100%;
	text-align:center;
	background-color: #1a1a1a;
	padding:1px 0;
	color:#fff;
}
.cta { 
	display:inline-block;
	padding:10px;
	color: #fff;
	font-size: 1em;
	font-weight: 700;
	background-color:#117899;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.cta:hover, .cta:active {
	background-color:hsla(195, 80%, 23%, 1);
	color:#fff !important;
    padding: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.description { 
	background-color: #f9f9f9;
	line-height: 1.5em;
}
.left {
	float: left;
}
.right {
	float: right;
}
#contact_info img {
	padding-right:5px;
}
#mcall {
	display:none;
}
#mcall img {
	padding-right:5px;
}
#mcall p {
	display:inline-block;
}

/** clearfix **/
.clearfix:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0; 
}
html[xmlns] .clearfix { 
	display: block; 
}
* html .clearfix { 
	height: 1%; 
}

/** Navigation **/
.active { 
	color: #117899; 
}
.container {
	width: 100%;
	max-width: 1060px;
	margin: 0 auto;
	padding: 0 20px;
}
header {
	width: 100%;
	height: 150px;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: white;
	-webkit-box-shadow: 0 0 4px 4px rgba(0,0,0,.1);
	box-shadow: 0 0 4px 4px rgba(0,0,0,.1);
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s; 
}
header #logo {
	display: block;
	height: 150px;
	float: left;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s; 
}
header #logo img{
	display: inline-block;
	height: 45px;
	margin-top: 52px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s; 
}
header nav {
	display: inline-block;
	float: right; 
}
header nav a {
	line-height: 150px;
	margin-left: 20px;
	padding: 10px 0;
	color: #1a1a1a;
	font-weight: 700;
	font-size: 18px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s; 
}
header nav a:hover { 
	text-decoration: none; 
}
header.smaller { 
	height: 75px; 
}
header.smaller #logo img {
	width: 251px;
	height: 32px;
	margin-top: 21px;
	line-height: 75px;
	font-size: 30px; 
}
header.smaller nav a { 
	line-height: 75px; 
}

@media screen and (max-width: 900px) {
	header nav {
		padding-right: 0;
	}
	.container { 
  		width: 100%;
		/*padding: 0;*/ 
	}
	.mhide{
		display: none;
	}
	.dhide{
		display: initial;
	}
	#portfolio_content { 
		padding-bottom: 300px;
	}
	#contact_info { 
		padding-left: 35px;
	}
	#dcall {
		display:none;
	}
	#mcall {
		display:initial;
	}
	header {
		height:130px;  
	}
	header #logo {
		display: block;
		float: none;
		margin: 0 auto;
		height: 50px;
		text-align: center; 
	}
	header #logo img{
		display: block;
		margin: 0 auto;
		height: auto;
		max-height: 40px;
		margin-top: 20px;
	}
	header nav {
		display: block;
		float: none;
		height: 50px;
		text-align: center;
		margin: 0 auto; 
	}
	header nav a {
		line-height: 50px;
		padding: 10px 8px;
		margin: 0;
	}
	header.smaller { 
		height: 85px; 
	}
	header.smaller #logo {
		height: 35px;
	}
	header.smaller #logo img{
		height: 28px;
		width: 219px;
		margin-top: 10px;
	}
	header.smaller nav { 
		height: 40px; 
	}
    	header.smaller nav a { 
		line-height: 35px; 
	} 
	#social {
		padding-right:35px;
	}
}

@media all and (max-width: 600px) {
	header nav a {
		font-size:15px;
	}
	.first {
		margin-left: 0;
	}
	#contact_info {
		text-align:center;
		padding: 1px;
	}
	#social {
		width:100%;
		padding: 0;
		text-align:center;
	}
	.social_icon {
		margin: 30px 0 30px 10px;
	}
	#info-bar a { 
		display: block; 
	}
	#info-bar span.all-tutorials, #info-bar span.back-to-tutorial { 
		width: 100%; 
	}
	#info-bar span.all-tutorials, #info-bar span.back-to-tutorial { 
		float: none;
		text-align: center; 
	}
	#info-bar span.all-tutorials { 
		border-bottom: solid 1px #0793e2; 
	} 
	.right {
		float:none;
	}
	.left {
		float:none;
	}
}

/*******************************************************************
HOME PAGE
*******************************************************************/
.hero_image {
	background: rgb(30,87,153); /* Old browsers */
	background: -moz-linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 59%,rgba(0,0,0,0) 100%), url("../images/heros/iceland_landscape.jpg");
	background: -webkit-linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 59%,rgba(0,0,0,0) 100%), url("../images/heros/iceland_landscape.jpg");
	background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 59%,rgba(0,0,0,0) 100%), url("../images/heros/iceland_landscape.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	max-width: 100%;
	min-height: 400px;
	padding-top: 100px;
	border-bottom:4px solid #117899;
}
#hero_text {
	text-align:left;
	margin:0px auto;
	color:#fff;
	text-shadow: 0 0 4px #000000;
	padding: 150px 20px;
    width: 1060px;
}
#hero_text h1 {
	font-size:3em;
	width: 50%;
}
#hero_text p {
	background-color:rgba(255, 255, 255, .75);
	color: #000000;
	text-shadow: none;
}
#hero_text p:hover {
	background-color:#117899;
}
.intro {
	max-width:1060px;
	width:100%;
	margin: 0 auto;
	padding:20px;
}
.section_icons p {
	padding: 20px 0 0;
}
.icon {
	max-width: 30%;
	width: 100%;
	padding: 20px;
	display:inline-block;
	text-align: center;
}
.icon p{
	margin-bottom: 20px;
}
.icon img{
	width:100px;
}
.icon h3{
	margin-top: 0;
}
#recent_left {
    width:40%;
    padding:60px 0;
}
#recent_left img {
    width:100%;
}
#recent_right {
    width:60%;
    padding:60px 0;
}
#recent_right h2{
    padding:0 0 20px 20px;
    margin:0;
}
#recent_right #recent_copy {
    margin:0;
    padding-top:0;
}
#recent_right p.cta {
    margin:0;
    margin-left:20px;
}

@media screen and (max-width:900px) {
	.hero_image {
		min-height:400px;
		background-image:none;
		background-color:#E8E8E8;
	}
	#hero_text {
		text-shadow:none;
		color:#000;
		margin:50px auto;
	}
	#hero_text p {
		color:#000;
	}
	#recent_work {
        text-align:center;
    }
    #recent_work > h2:first-child{
        margin: 0;
        display: block;
        padding-top: 60px;
    }
    #recent_left {
        width:100%;
        padding-bottom: 15px;
        padding-top: 30px;
    }
    #recent_left img {
        padding: 0 20px;
    }
    #recent_right {
        width:100%;
        padding-top: 15px;
    }
    #recent_right p {
        text-align:left;
    }
}

@media screen and (max-width:600px) {
	#hero_text {
		color:#000;
	}
	#hero_text h1 {
		font-size:1.5em;
	}
	#hero_text h3 {
		line-height: 1.5em;
		font-size: 1.25em;
	}
	#hero_text p {
		color:#000;
	}
	.section_icons p {
		padding: 0 20px 50px 20px;
	}
	.icon {
		max-width:100%;
	}
	.intro {
		padding:0;
	}
}

/*******************************************************************
ABOUT PAGE
*******************************************************************/
#about_content { 
	background-color:#fff;
	display: block;
	width: 100%;
	margin: 0 auto;
}
#about_content .description{
	padding-top: 200px;
	background-color: #fff;
	border-bottom: 1px solid #117899;
}
#about_content .about_headshot {
	width: 40%;
	float: left;
	padding-bottom: 60px;
}
#about_content .description h1 {
	padding: 0 2%;
	margin-top:0px;
	width: 60%;
	float: right;
}
#about_content .description p.description_copy {
	padding: 0 2%;
	width: 60%;
	float: right;
}
#about_content .description p.description_copy a {
	text-decoration: underline;
}
#contact_cta {
	padding:30px 20px 60px 20px;
	width: 60%;
	float: right;
}
.history{
	float: left;
	margin: 60px 0 80px 0;
}
.history h2{
	text-transform:capitalize;
	color: rgb(17, 120, 153);
}
.history h2:first-child{
	margin-top: 0px;
}
.history h2:not(:first-child){
	padding-top: 30px;
}
.history h3{
	text-transform: uppercase;
	padding-top: 30px;
	padding-left: 20px;
	margin-bottom: 5px;
}
.history p{
	padding: 5px 20px;
}
.history ul{
	margin: 5px 0;
}
#experience{
	width: 60%;
	padding-right: 2%;
}
#add_info{
	width: 40%;
	padding-left: 2%;
	border-left: 1px solid rgb(17, 120, 153);
}

@media screen and (max-width: 900px) {
	#about_content div.container{
		/*padding-left: 20px;
		padding-right: 20px;*/
	}
}
@media screen and (max-width: 850px) {
	#experience{
		width: 100%;
		float: none;
	}
	#add_info{
		width: 100%;
		float: none;
		border: none;
	}
	#about_content .about_headshot {
		width: 100%;
		float: none;
	}
	#about_content .description h1 {
		width: 100%;
		float: none;
	}
	#about_content .description p.description_copy {
		width: 100%;
		float: none;
	}
	#contact_cta {
		width: 100%;
		float: none;
	}
}

@media screen and (max-width: 650px) {
	#about_content .description{
		padding-top: 150px;
	}
}
/*******************************************************************
PORTFOLIO
*******************************************************************/
#portfolio_content { 
	background-color:#fff;
	display: block;
	width: 100%;
	padding-top: 150px;
	margin: 0 auto;
}
/** filters list **/
#filter-list {
	display: block;
	width: 100%;
	text-align: center;
	padding: 0;
}
#filter-list li {
	display: inline-block;
	width: auto;
	padding: 10px 14px;
	margin-right: 15px;
	font-size: 1.2em;
	cursor: pointer;
	color: #fff;
	background-color: #117899;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#filter-list li:hover, #filter-list li.active {
    padding: 10px 14px;
	background-color:hsla(195, 80%, 23%, 1);;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/** portfolio list **/
#portfolio {
	display: block;	
	width: 100%;
	padding: 0;
	margin-bottom: 4px;
	text-align: center;
}
#portfolio .item {
	display: none;
	width: 24%;
	vertical-align: top;
	color: #fff;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 4px;
}
#portfolio .item a {
	display: inline-block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #fff;
}
#portfolio .item img {
	width: 100%;
}
/** hover effect **/
.hover {
	width: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
}
.hover .mask, .hover .hover_content {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}
.hover_content h2 {
	padding-top:20px;
}
.hover_content .cta {
	color:#fff;
}
.hover img {
	display: block;
	position: relative;
}
.hover .mask {	
	opacity: 0;
	overflow:visible;
	border:300px solid rgba(26,26,26,0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:border-box;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.hover_content {
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.hover:hover .mask {
	opacity: 1;
	border:300px solid rgba(0,0,0,0.7);
}
.hover:hover .hover_content {
	opacity: 1;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.mobile_project {
	display:none;
}
@media screen and (max-width: 900px) {
	.mobile_project {
		display:inherit;
		max-width:900px;
		width:100%;
	}
	#portfolio .item {
		width: 32%;
	}
	#portfolio_content {
		padding-bottom:0px;
	}
	.hover .mask {
		opacity: 1;
	}
	.hover .hover_content {
		opacity: 1;
	}
	.hover_content h2 {
		padding-top:0px;
		margin:10px 0;
	}
	.hover_content p {
		margin:10px 0;
	}
}
@media screen and (max-width: 600px) {
	#filter-list { 
		padding: 0 20px; 
	}
	#filter-list li { 
		display: block;
		margin:10px auto; 
	}
	#portfolio .item { 
		width: 100%; 
	}
	.hover_content h2 {
		padding-top: 30px;
	}
}

/*******************************************************************
CONTACT PAGE
*******************************************************************/
#contact_hero { 
	width:100%;
	padding-top: 150px;
}
#map { 
	width:100%;
	height:400px;
}
#contact_content.container{
	padding:0; 
}
#contact_content p{
	padding: 60px 20px;
}
.form {
	width:70%;
	padding:0 30px 20px 0;
}
label {
    display:block;
    margin-top:20px;
    letter-spacing:2px;
	font-size: 14px;
	color:#117899;
	font-weight:700;
}
textarea {
	height:213px;
}
input, textarea {
    width:100%;
    background:#ffffff;
    border:1px solid #343434;
    padding:10px;
    margin-top:3px;
    font-size:14px;
    color:#117899;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
    border-radius:3px;
}
input:focus, textarea:focus {
    border:2px solid #117899;
}
#submit {
    width:127px;
    height:38px;
    background:#fff;
    border:2px solid #117899;
    margin-top:20px;
    cursor:pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#submit:hover {
	background:#117899;
	color:#fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

@media screen and (max-width:900px) {
	#contact_hero {
		padding-top:130px;
	}
	#map {
		height:300px;
	}
	.contact_content {
		width:100%;
		text-align:center;
	}
	.form {
		width:100%;
		padding-left:20px;
	}
}
@media screen and (max-width:600px) {
	#map {
		height:150px;
	}
}
/*******************************************************************
PROJECT PAGEs
*******************************************************************/
#bono_mockup { 
	background-image: url("../images/heros/bono_poster.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	max-width: 100%;
	min-height: 600px;
	padding-top: 100px;
	border-bottom:4px solid #117899;
}
#cod_mockup { 
	background-image: url("../images/heros/COD_Icons.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	max-width: 100%;
	min-height: 600px;
	padding-top: 100px;
	border-bottom:4px solid #117899;
}
#highland_mockup { 
	background-image: url("../images/heros/highland_riders_logos.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	max-width: 100%;
	min-height: 600px;
	padding-top: 100px;
	border-bottom:4px solid #117899;
}
#jesus_mockup { 
	background-image: url("../images/heros/JesusvsReligion.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	max-width: 100%;
	min-height: 600px;
	padding-top: 100px;
	border-bottom:4px solid #117899;
}
#red_stone_press_mockup { 
	background-image: url("../images/heros/Red_Stone_Press.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	max-width: 100%;
	min-height: 600px;
	padding-top: 100px;
	border-bottom:4px solid #117899;
}
#enloesinlove_mockup { 
	background-image: url("../images/heros/Enloes_in_Love.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	max-width: 100%;
	min-height: 600px;
	padding-top: 100px;
	border-bottom:4px solid #117899;
}
#tie_mockup { 
	background-image: url("../images/heros/Help_me_tie_the_knot_logo.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	max-width: 100%;
	min-height: 600px;
	padding-top: 100px;
	border-bottom:4px solid #117899;
}
#yadkin_mockup { 
	background-image: url("../images/heros/Yadkin_Well.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	max-width: 100%;
	min-height: 600px;
	padding-top: 100px;
	border-bottom:4px solid #117899;
}
#conduit_mockup { 
	background-image: url("../images/heros/Conduit_Inc.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	max-width: 100%;
	min-height: 600px;
	padding-top: 100px;
	border-bottom:4px solid #117899;
}
#opensDoors_mockup { 
	background-image: url("../images/heros/Opens_Doors_Foundation.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	max-width: 100%;
	min-height: 600px;
	padding-top: 100px;
	border-bottom:4px solid #117899;
}
#avon_mockup { 
	background-image: url("../images/heros/City_of_Avon.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	max-width: 100%;
	min-height: 600px;
	padding-top: 100px;
	border-bottom:4px solid #117899;
}
#omb_mockup { 
	background-image: url("../images/heros/One_Mans_Balance.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	max-width: 100%;
	min-height: 600px;
	padding-top: 100px;
	border-bottom:4px solid #117899;
}
#mushroom_mockup { 
	background-image: url("../images/heros/American_Mushroom_Institute.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	max-width: 100%;
	min-height: 600px;
	padding-top: 100px;
	border-bottom:4px solid #117899;
}
#febc_mockup {
	background-image: url("../images/heros/FEBC.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	max-width: 100%;
	min-height: 600px;
	padding-top: 100px;
	border-bottom:4px solid #117899;
}
.hero_text a p.cta:last-of-type{
	margin-left:10px;
}
.project_content {
	width:40%;
	clear:both;
	padding:200px 0 60px;
}
.project_content h1{
	padding-right: 40px;
}
.project_content  h2{
	color:#117899;
	margin-bottom:5px;
}
.project_content p {
	padding:0 40px 0 0;
}
.project_content .cta{
	margin-top: 20px;
}
.project_image{
	width: 60%;
	padding-bottom: 60px;
	padding-top: 200px;
	margin-top: 21px;
}
.project_image img{
	width: 100%;
	box-shadow: 0 10px 10px #0000004a;
}
.tools {
	margin:0 auto;
}
.related_work {
	padding:60px 0;
	text-align:center;
}
.back_to_portfolio h2{
	margin-bottom: 0;
}
.language {
	background-color:#117899;
	color:#fff;
	margin: 0 5px 10px 0;
	padding:8px;
	display:inline-block;	
}

@media screen and (max-width:900px){
	#mockup {
		min-height:400px;
	}
}
@media screen and (max-width:600px) {
	.ux {
		width:100%;
		padding: 15px 0px 60px 0px;
	}
	.project_content {
		width:100%;
		padding: 150px 0px 15px 0px;
	}
	.project_content h1{
		padding-right: 0;
	}
	.project_content p{
		padding-right: 0;
	}
	.project_image{
		width: 100%;
		padding-top:60px;
		padding-bottom: 0;
	}
	#bono_mockup #hero_text h1, #cod_mockup #hero_text h1, #highland_mockup #hero_text h1, #jesus_mockup #hero_text h1, #tie_mockup #hero_text h1, #yadkin_mockup #hero_text h1, #conduit_mockup #hero_text h1, #enloesinlove_mockup #hero_text h1, #red_stone_press_mockup #hero_text h1, #opensDoors_mockup #hero_text h1, #avon_mockup #hero_text h1, #omb_mockup #hero_text h1, #mushroom_mockup #hero_text h1, #febc_mockup #hero_text h1{
		font-size: 3em;
	}
}
/*******************************************************************
404 PAGE
*******************************************************************/
.error_hero {
	background-color: #117899;
	max-width: 100%;
	padding: 1px 0;
	min-height:400px;
}
#error_hero_text { 
	text-align:center;
	margin:200px auto 100px;
	color:#fff;
	text-shadow: 0 0 4px #000000;
}
#error_hero_text h1 {
	font-size:5em;
	margin: .67em 0 10px 0;
}
#error_hero_text h2 {
	font-size:3em;
	margin: 10px 0 .83em 0;
}
#error_hero_text p {
	color:#fff;
}
.error_cta { 
	display:inline-block;
	padding:10px;
	font-size: 1em;
	font-weight: 700;
	border:2px solid #343434;
	background-color:transparent;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.error_cta:hover, .error_cta:active {
	background-color:#343434;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
@media screen and (max-width:900px) {
	#error_hero_text {
		margin:50px auto;
	}
}

@media screen and (max-width:600px) {
	#error_hero_text h1 {
		font-size:1.5em;
	}
}
