html {
	/* background: #e2e2e2;
	background: url('../images/background.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; */
	background: #e2e2e2;
	background: -moz-radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(225,225,225,1) 100%);
	background: -webkit-radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(225,225,225,1) 100%);
	background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(225,225,225,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e1e1e1",GradientType=1); 
	height: 100%;
}

body {
	color: #000;
	background-image: url('../images/arrow.png');
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 40%, cover;
	font-family: 'Roboto', sans-serif;
	line-height: 150%;
	height: 100%;
	margin: 0;
}

@media screen and (max-width: 768px) {
	body {
		background-position: top 200px left 0px, top center;
	}
}

a {
	color: #000;
	text-decoration: none;
}

address {
	font-style: normal;
}

img {
	max-width: 100%;
}

.orange-text {
	color: #da4f34;
}

.bold {
	font-weight: 700;
}

.orange-background {
	background-color: #da4f34;
}

#app {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	#app {
		width: 80%;
		max-width: 100%;
	}
}

.header-content {
	font-size: 3.65em;
	padding: 1em 0 1em 0.25em;
	font-weight: 300;
	letter-spacing: 0.4em;
	line-height: 100%;
}

.header-content span {
	color: #da4f34;
	font-weight: 700;
}

.page-content {
	display: flex;
	justify-content: space-between;
	font-weight: 300;
	letter-spacing: 1px;
	padding-bottom: 2em;
}

.page-content .page-section {
	width: 48%;
}

@media screen and (max-width: 768px) {
	.page-content {
		flex-wrap: wrap;
	}

	.page-content .page-section {
		width: 100%;
		margin-bottom: 2em;
	}
}

.page-content .about-us {
	background-color: #fff;
	padding: 1em 1.5em;
	font-weight: 300;
	line-height: 170%;
}

.page-content .page-sidebar {
	font-weight: 300;
}

.page-content .page-sidebar .logo-content {
	background: url('../images/dots.png') no-repeat top right / contain;
	min-height: 250px;
	margin-bottom: 3em;
}

.page-content .page-sidebar .logo-content img {
	width: 350px;
	margin-top: 2em;
}

.page-content .page-sidebar .contact-info {
	font-size: 1.15em;
}

@media screen and (max-width: 768px) {
	.page-content .page-sidebar .logo-content img {
		width: 80%;
		margin: 0;
	}
}

.mail-button {
	color: #fff;
	display: flex;
	justify-content: space-between;
	padding: 0.5em 0;
	font-weight: 700;
	font-size: 0.9em
}

.mail-button .mail-text {
	background-color: #da4f34;
	width: 100%;
	padding: 1.25em 1em;
	font-size: 1.15em;
	text-align: center;
	text-transform: uppercase;
}

.mail-button .mail-arrow {
	background-color: #f7941d;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 10%;
	margin-left: 0.15em;
	font-size: 3em;
	text-align: center;
	font-weight: 400;
	padding-bottom: .1em;
	text-align: center;
}