*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

*::-webkit-media-controls-panel {
	display: none!important;
	-webkit-appearance: none;
}

*::--webkit-media-controls-play-button {
	display: none!important;
	-webkit-appearance: none;
}

*::-webkit-media-controls-start-playback-button {
	display: none!important;
	-webkit-appearance: none;
}

html {
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	background-color: white;
	overflow-x: hidden;
	margin: 0 auto;
	font-family: 'Montserrat', sans-serif;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

img {
	pointer-events: none;
}

header {
	height: 100%;
	width: 100%;
	background-image: url(/img/Background.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.desktop_menu {
	width: 100%;
	height: 60px;
	background-color: white;
	top: 0;
	position: fixed;
	z-index: 1;
	border-bottom: 1px solid #181818;
}

.mobile_menu {
	visibility: hidden;
	display: none;
}

.desktop_container {
	max-width: 1000px;
	margin: 0 auto;
}

.desktop_logo {
	height: 57px;
	float: left;
	margin-top: 1.5px;
	margin-left: 15px;
}

.desktop_menu_nav {
	float: right;
}

.desktop_nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.desktop_nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.desktop_menu_li {
	float: left;
}

.desktop_nav_text {
	display: inline-block;
	color: #181818;
	font-weight: 300;
	text-align: center;
	font-size: 16px;
	margin-right: 15px;
	margin-top: 22px;
	margin-left: 50px;
	text-decoration: none;
	transition: text-shadow 250ms ease-in-out;
}

.desktop_nav_text:hover {
	text-shadow: 0px 0px 0.1px rgba(0, 0, 0, 1);
}

#quote {
	top: 50%;
	left: 50%;
	width: 75%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	position: absolute;
}

.quote_text {
	margin: 0 auto;
	font-weight: bold;
	font-size: 35px;
	color: white;
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 1), 0px 0px 15px rgba(0, 0, 0, 1), 0px 0px 15px rgba(0, 0, 0, 1);
}

.landing_page_cover {
	width: 75px;
	height: 75px;
	background-color: white;
	position: absolute;
	border-radius: 5px;
	margin-bottom: -35px;
	bottom: 0;
	left: 50%;
	margin-right: 50%;
	transform: translateX(-50%);
	text-align: center;
	-webkit-box-shadow: 0px -5px 20px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px -5px 20px 2px rgba(0,0,0,0.5);
	box-shadow: 0px -5px 20px 2px rgba(0,0,0,0.5);
}

.landing_page_arrow {
	width: 35px;
	transform: rotate(-90deg);
}

@media all and (max-width: 700px) {
	.desktop_menu {
		visibility: hidden;
		display: none;
	}

	.mobile_menu {
		visibility: visible;
		display: table;
		width: 100%;
		height: 60px;
		background-color: white;
		position: fixed;
		z-index: 150;
		border-bottom: 1px solid #181818;
	}

	.mobile_logo {
		height: 57px;
		margin-left: 50px;
	}

	.mobile_menu_icon {
		width: auto;
		height: 40px;
		float: right;
		margin-right: 50px;
		margin-top: 10px;
		cursor: pointer;
		pointer-events: all;
	}

	.mobile_menu_nav {
		display: none;
	}

	.mobile_nav {
		list-style-type: none;
		width: 100%;
		background-color: white;
	}

	li .mobile_nav_text {
		color: #181818;
		text-decoration: none;
		padding-top: 15px;
		padding-bottom: 15px;
		width: auto;
		display: block;
		text-align: center;
		font-weight: 300;
		font-size: 20px;
		transition: 150ms ease-in-out;
	}

	li .mobile_nav_text:hover {
		background-color: #1e1e1e;
		color: white;
	}
}

#about_us {
	width: 100%;
	margin-top: 25px;
	height: auto;
	background-color: white;
	position: relative;
	text-align: center;
	padding-bottom: 50px;
	padding-top: 25px;
	margin-top: 0px;
}

.about_us_icon {
	width: 40px;
	text-align: center;
	margin: 0 auto;
}

.about_us_title {
	font-weight: 600;
	text-align: center;
	color: #181818;
	text-transform: uppercase;
	font-size: 40px;
	margin-top: 10px;
}

.about_us_text {
	margin-top: 10px;
	font-weight: 400;
	font-size: 16px;
	color: #181818;
	margin-left: 15px;
	margin-right: 15px;
}

#services {
	width: 100%;
	margin-top: 25px;
	height: auto;
	background-color: white;
	position: relative;
	text-align: center;
}

.services_house {
	width: 100%;
	height: auto;
	margin-top: -50px;
}

.services_background {
	background-color: #e5e5e5;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-bottom: 50px;
	margin-bottom: -25px;
	margin-top: -25px;
	display: table;
	padding-top: 10px;
}

.services_title {
	font-weight: 600;
	text-align: center;
	color: #181818;
	text-transform: uppercase;
	font-size: 40px;
	margin-top: 15px;
}

.service_blocks {
	margin: 0 auto;
	max-width: 600px;
}

.block_1 {
	width: 250px;
	height: 150px;
	background-color: #9fd6ed;
	border: 5px solid #7f8c8d;
	float: left;
	margin-top: 25px;
	margin-left: 15px;
}

.block_1_text {
	text-align: center;
	font-size: 25px;
	font-weight: 500;
	color: #181818;
	margin-top: 40px;
	text-transform: uppercase;
}

.block_2 {
	width: 250px;
	height: 150px;
	background-color: #9fd6ed;
	border: 5px solid #7f8c8d;
	float: right;
	margin-top: 25px;
	margin-right: 15px;
}

.block_2_text {
	text-align: center;
	font-size: 25px;
	font-weight: 500;
	color: #181818;
	margin-top: 40px;
	text-transform: uppercase;
}

.block_3_text {
	text-align: center;
	font-size: 25px;
	font-weight: 500;
	color: #181818;
	margin-top: 55px;
	text-transform: uppercase;
}

.block_4_text {
	text-align: center;
	font-size: 25px;
	font-weight: 500;
	color: #181818;
	margin-top: 12px;
	text-transform: uppercase;
}

.block_5_text {
	text-align: center;
	font-size: 25px;
	font-weight: 500;
	color: #181818;
	margin-top: 25px;
	text-transform: uppercase;
}

@media all and (max-width: 560px) {
	.block_1 {
		float: none;
		margin: 0 auto;
		margin-top: 25px;
	}

	.block_2 {
		float: none;
		margin: 0 auto;
		margin-top: 25px;
	}
}

#testimonials {
	width: 100%;
	padding-top: 50px;
	height: auto;
	background-color: #e5e5e5;
	position: relative;
	text-align: center;
	padding-bottom: 50px;
}

.testimonials_icon {
	width: 40px;
	text-align: center;
	margin-top: 25px;
	margin: 0 auto;
}

.testimonials_title {
	font-weight: 600;
	text-align: center;
	color: #181818;
	text-transform: uppercase;
	font-size: 40px;
	margin-top: 10px;
}

.testimonials_info {
	display: block;
	position: relative;
}

.testimonials_1 {
	width: 325px;
	margin-top: 25px;
	display: inline-block;
}

.testimonials_logo {
	height: 50px;
	margin: 0 auto;
}

.testimonials_text_title {
	margin-top: 25px;
	font-size: 22px;
	font-weight: 500;
	text-decoration: none;
	color: #181818;
	margin-bottom: 25px;
}

@media all and (max-width: 400px) {
	.testimonials_1 {
		width: 90%;
	}
}

#contact {
	width: 100%;
	padding-top: 25px;
	height: auto;
	background-color: #1e1e1e;
	position: relative;
	text-align: center;
	padding-bottom: 80px;
}

.contact_icon {
	width: 40px;
	text-align: center;
	margin: 0 auto;
}

.contact_title {
	font-weight: 600;
	text-align: center;
	color: white;
	text-transform: uppercase;
	font-size: 40px;
	margin-top: 10px;
}

.contact_info_block {
	width: 550px;
	height: 400px;
	background-color: #ecf0f1;
	margin: 0 auto;
	margin-top: 25px;
	text-align: center;
	line-height: 400px;
}

.contact_info_text {
	line-height: 1.5;
	display: inline-block;
	font-size: 20px;
	font-weight: 300;
	vertical-align: middle;
	color: #181818;
	text-decoration: none;
}

.contact_info_text_1 {
	line-height: 1.5;
	display: inline-block;
	font-size: 20px;
	font-weight: 300;
	color: #181818;
	text-decoration: none;
}

@media all and (max-width: 600px) {
	.contact_info_block {
		width: 350px;
	}
}

@media all and (max-width: 350px) {
	.contact_info_block {
		width: 280px;
	}
}

#footer {
	width: 100%;
	padding-top: 25px;
	height: auto;
	background-color: #090909;
	position: relative;
	text-align: center;
	padding-bottom: 25px;
}

.footer_container {
	max-width: 810px;
	margin: 0 auto;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	display: flex;
}

.footer_block_1 {
	margin-left: 15px;
	width: 270px;
}

.footer_info_1 {
	color: white;
	font-weight: 400;
	text-decoration: none;
	line-height: 25px;
	text-align: left;
}

.footer_block_2 {
	margin: 0 auto;
	width: 270px;
}

.footer_info_2 {
	color: white;
	font-weight: 300;
	text-decoration: none;
	line-height: 25px;
}

.footer_block_3 {
	width: 270px;
	margin-right: 15px;
}

.footer_info_3 {
	color: white;
	font-weight: 300;
	text-decoration: none;
	line-height: 25px;
	text-align: right;
}

@media all and (max-width: 650px) {
	.footer_container {
		display: block;
		width: auto;
	}

	.footer_block_1 {
		margin: 0 auto;
		width: auto;
	}

	.footer_info_1 {
		color: white;
		font-weight: 400;
		text-decoration: none;
		line-height: 25px;
		text-align: center
	}

	.footer_block_2 {
		width: auto
		margin: 0 auto;
		margin-top: 25px;
	}

	.footer_info_2 {
		color: white;
		font-weight: 300;
		text-decoration: none;
		line-height: 25px;
		text-align: center;
	}

	.footer_block_3 {
		margin: 0 auto;
		width: auto;
	}

	.footer_info_3 {
		color: white;
		font-weight: 400;
		text-decoration: none;
		line-height: 25px;
		margin-top: -50px;
		text-align: center;
		text-decoration: none;
	}
}
