* {
	box-sizing: border-box;
}

body {
	margin: 0px;
	padding: 0px;
}

a:link {
	text-decoration: none;
	color: #BE8353;
} 

a:hover {
	text-decoration: none;
	color: #BE8353;
} 

a:active {
	text-decoration: none;
	color: #BE8353;
} 

a:visited {
	text-decoration: none;
	color: #BE8353;
} 

h1 {
	font-family: Lato, helvetica, arial, sans-serif;
	font-weight: 700;
	font-size: 1.5em;
	line-height: 1.2em;
	color: #363636;
}

h2 {
	font-family: Lato, helvetica, arial, sans-serif;
	font-weight: 400;
	font-size: 1.125em;
	line-height: 1.625em;
	color: #878787;
}

h3 {
	font-family: Lato, helvetica, arial, sans-serif;
	font-weight: 700;
	font-size: 1.5em;
	line-height: 1.625em;
	color: #363636;
}

h4 {
	font-family: Lato, helvetica, arial, sans-serif;
	font-weight: 400;
	font-size: 1.125em;
	line-height: 1.625em;
	color: #363636;
}
h4:a {
	color: #BE8353;
	text-decoration: none;
}

h5 {
	font-family: Lato, helvetica, arial, sans-serif;
	font-weight: 700;
	font-size: 1em;
	line-height: 1em;
	color: #878787;
}

h6 {
	font-family: Lato, helvetica, arial, sans-serif;
	font-weight: 500;
	font-size: .75em;
	line-height: .75em;
	color: #be8353;
}

h4 + h3 {
	margin-top: 50px;
}


#bg_hero {
	background-color: #363636;
}

.hero_wrapper {
	min-width: 300px;
	padding: 30px 30px 0px 30px;
}

#logo a {
	width: 40px;
	float: left;
	fill: #ffffff;
}

.nav_link {
	height: 40px;
	font-family: Lato, helvetica, arial, sans-serif;
	font-weight: 700;
	font-size: .8em;
	color: #ffffff;
	float: right;
	margin-left: 20px;
	padding-top: 10px;
	-webkit-transition: border-bottom 0.2s ease-in-out;
	-moz-transition: border-bottom 0.2s ease-in-out;
	-o-transition: border-bottom 0.2s ease-in-out;
	transition: border-bottom 0.2s ease-in-out;	
}

.nav_link:last-child {
	margin-left: 0px;
}

.nav_link_home {
	border-bottom: 3px solid rgba(255, 255, 255, 0);
}

.nav_link_home:hover {
	border-bottom: 3px solid #be8353;
}

.greeting {
	width: 100%;
	margin: auto;
	padding: 100px 0px 0px;
}

.bg_project {
	width: 100%;
	height: auto;
	padding: 60px 0px 50px 0px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
}

#bg_miscellaneous {
	background-color: #182837;
}

#bg_other {
	background-color: #182837;
	margin-bottom: 20px;
}


#bg_white {
	background-color: #ffffff;
}

#bg_grey {
	background-color: #F2F2F2;
}

.project_wrapper {
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	flex-direction: column;
	padding: 0px 30px 0px 30px;
}

.project_logo {
	width: 100%;
	max-width: 400px;
	height: auto;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	margin-bottom: 10px;
}

.project_logo img {
	width: 100%;
}

.project_description {
	width: 90%;
	text-align: center;
}

.button {
	font-family: Lato, helvetica, arial, sans-serif;
	font-weight: 700;
	font-size: 1em;
	line-height: 1.5em;
	color: #be8353;
	text-align: center;
	display: inline-block;
	margin: 20px 0px 10px 0px;
	padding: 15px 25px 15px 25px;
	border: 3px solid #be8353;
	border-radius: 100px;
	background-color: rgba(190, 131, 83, 0);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.button:hover {
	color: #ffffff;
	background-color: rgba(190, 131, 83, 100);
	transform: scale(1.1);
}


.case_study_wrapper {
	padding: 30px 50px 30px 50px;
}

.case_study_title {
	width: 100%;
	/*max-width: 550px;*/
	max-width: 1050px;
	margin: auto;
	text-align: center;
	margin: 80px 0px 0px 0px;
}

.case_study_title img {
	width: 100%;

}

.case_study_title h1 {
	font-family: Lato, helvetica, arial, sans-serif;
	font-weight: 700;
	font-size: 2.2em;	
	color: #fff;
	text-align: center;
}

.case_study_title h2 {
	font-family: Lato, helvetica, arial, sans-serif;
	font-weight: 500;
	font-size: .8em;	
	text-align: center;
}

.miscellaneous_logo {
	max-width: 550px;
	padding-bottom: 20px;
}

.case_study_description {
	max-width: 650px;
	margin: auto;
	padding: 35px 50px 20px 50px;
}

.case_study_caption {
	max-width: 650px;
	margin: auto;
	padding: 25px 0 60px 0;
}

.case_study_caption p {
	font-family: Lato, helvetica, arial, sans-serif;
	font-weight: 500;
	font-size: .75em;
	line-height: .75em;
	color: #9a9a9a;
	text-align: center;
}

a.case_study_link {
	color: #BE8376;
	font-family: Lato, helvetica, arial, sans-serif;
	font-weight: 700;
	font-size: 1em;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.case_study_comp {
	width: 100%;
	max-width: 950px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 80px;
	text-align: center;
}

.case_study_comp h1 {
	max-width: 950px;
	margin: auto;
	padding: 50px;
	font-family: Lato, helvetica, arial, sans-serif;
	font-size: 1.5em;
	font-weight: 700;
	line-height: 0em;	
	text-align: center;
}

.case_study_comp img {
	width: 100%;
	max-width: 950px;
}

.shadow {
	-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.06);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.06);
	box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.06);
}

.case_study_video {
	width: 100%;
	max-width: 950px;
	border: 1px solid #dfe9f1;
	margin: auto;
	margin-top: 5px;
}

#more_projects {
	background-color: #F2F2F2;
	margin-top: 5px;
}

.more_projects_wrapper {
	max-width: 1050px;
	margin: auto;
	padding: 30px 50px 30px 50px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
}

.project_link a{
	font-family: Lato, helvetica, arial, sans-serif;
	font-weight: 700;
	font-size: 1em;
	line-height: 1.5em;
	color: #878787;
	word-spacing: 2px;
}

.previous {
	-webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.previous:hover {
	-webkit-transform: translate(-0.5em,0);
    -moz-transform: translate(-0.5em,0);
    -o-transform: translate(-0.5em,0);
    -ms-transform: translate(-0.5em,0);
    transform: translate(-0.5em,0);
}

.next {
	-webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.next:hover {
	-webkit-transform: translate(0.5em,0);
    -moz-transform: translate(0.5em,0);
    -o-transform: translate(0.5em,0);
    -ms-transform: translate(0.5em,0);
    transform: translate(0.5em,0);
}

.arrow {
	width: 0.75em;
	height: 0.75em;
	fill: #878787;
}

.long {
	display: none;
}

#footer {
	background-color: #202020;
}

.footer_wrapper {
	height: 150px;
	margin: auto;
	padding: 0px 50px 0px 50px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	flex-direction: column;
}

#footer span {
	text-align: center;
	display: block;
}

#social a {
	width: 16px;
	height: 16px;
	margin: 4px 0px 0px 20px;
	display: inline-block;
	fill: #878787;
	-webkit-transition: fill 0.2s; ease-in-out;
	-moz-transition: fill 0.2s; ease-in-out;
	-o-transition: fill 0.2s; ease-in-out;
	transition: fill 0.2s; ease-in-out;
}

#social a:first-child {
	margin: 4px 0px 0px 0px;
}

#social a:hover {
	fill: #ffffff;
}	


/***** Helper Classes *****/

.first { margin-top: 0 !important; }
.last { margin-bottom: 0 !important; }

/***** Helper Classes *****/



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

	.nav_link {
		font-size: 1em;
		margin-left: 30px;
	}

	.hero_wrapper {
		padding: 30px 40px 0px 40px;
	}

	.project_wrapper {
		padding: 0px 40px 0px 40px;
	}

	.footer_wrapper {
		height: 235px;
		margin: auto;
		padding: 0px 50px 0px 50px;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		align-items: center;
		flex-direction: column;
	}
}

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

	.short {
		display: none;
	}

	.long {
		display: initial;
	}
}

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

	.hero_wrapper {
		min-width: 300px;
		max-width: 1050px;
		margin: auto;
		padding: 0px 50px 0px 50px;
	}

	#navigation {
		width: 100%;
		height: 100px;
		margin: auto;
		position: relative;
		padding: 30px 0px 30px 0px;
	}

	.greeting {
		width: 100%;
		max-width: 760px;
		margin: auto;
		padding: 35px 0px 0 0px;
	}

	.greeting img{
		width: 100%;
	}

	.bg_project {
		width: 100%;
		height: 560px;
		padding: 30px 0px 30px 0px;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		align-items: center;
	}

	.project_wrapper {
		width: 100%;
		max-width: 1050px;
		margin: auto;
		padding: 0px 50px 0px 50px;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		align-items: center;
		flex-direction: row;
		justify-content: space-between;
	}

	.project_logo {
		min-width: 400px;
		max-width: 550px;
		height: auto;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		align-items: center;
		padding-right: 50px;
	}

	.project_logo img {
		width: 100%;
		min-width: 275px;
	}

	.project_description {
		min-width: 200px;
		max-width: 400px;
		padding-left: 50px;
		text-align: left;
	}

	.case_study_wrapper {
		max-width: 1050px;
		margin: auto;
		padding: 0px 50px 50px 50px;
	}

	.case_study_title {
		margin: 50px 0px 30px 0px;
	}

	.case_study_title h2 {
		font-size: 1em;	
}

	.case_study_title img {
		width: 100%;
		margin: 15px 0px 30px 0px;
	}

	.miscellaneous_logo {
		padding-bottom: 70px;
	}

	.case_study_description {
		padding: 50px;
	}

	.case_study_comp {
		margin-bottom: 80px;
	}

	.footer_wrapper {
		max-width: 1050px;
		height: 80px;
		margin: auto;
		padding: 0px 50px 0px 50px;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		align-items: center;
		flex-direction: row;
		justify-content: space-between;
	}
}