/* USER VARIABLES SECTION */

:root {
	--accent: #6f8993;
	--text: #7a5d48;
	--regular-text: 16px;
	--lineheight: 1.65;
	--userfont: quicksand-ez, sans-serif;
	--systemfont: -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

/* BOOTSTRAP SETTINGS SECTION */

/* gutter 20px (10px + 10px). Comment this code for default gutter start at 1.5rem (24px) wide. */
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { --bs-gutter-x: .625rem; }
.row, .row > * { --bs-gutter-x: 1.25rem; }

/* FONTS LOAD SECTION */

@font-face { src: url("../fonts/quicksand-regular-webfont.woff2") format("woff2"); font-family: "quicksand-ez"; font-weight: 400; font-style: normal; }
@font-face { src: url("../fonts/quicksand-bold-webfont.woff2") format("woff2"); font-family: "quicksand-ez"; font-weight: 700; font-style: normal; }

/* GENERAL CSS SETTINGS */

::placeholder { color: #666; }
::selection { background-color: var(--accent); color: #fff; }
input, textarea { outline: none; }
input:focus:required:invalid, textarea:focus:required:invalid { border-color: red; }
input:required:valid, textarea:required:valid { border-color: green; }

body {
	font-family: var(--userfont);
	font-size: var(--regular-text);
	line-height: var(--lineheight);
	color: var(--text);
	min-width: 320px;
	position: relative;
	overflow-x: hidden;
	background-color: #debfa6;
}

/* USER STYLES */

.image {
	max-width: 100%;
	margin-bottom: var(--bs-gutter-x);
}

.accent {
	color: var(--accent);
	font-weight: bold;
}

.top-line {
	margin: 30px 0;
}

.top-wrapper {
	margin: 0 50px;
}

.top-line .logo img {
	width: 245px;
}

.top-line .logo {
	margin-left: 55px;
}

.main_menu {
	list-style: none;
	margin: 0;
}

.mobile_menu_button {
	list-style: none;
	margin: -5px 0 0 0;
}

.mobile_menu_button img {
	width: 20px;
	height: 14px;
	opacity: 0.66;
}

.mobile_menu_button a:hover img {
	opacity: 1;
}

.main_menu li {
	display: inline-block;
	margin-left: 80px;
	text-transform: uppercase;
}

.main_menu li a, .mobile_menu li a{
	text-decoration: none;
	color: var(--text);
	opacity: 0.66;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1.3px;
}

.main_menu li a:hover, .mobile_menu li a:hover {
	opacity: 1;
}

.mobile_menu {
	list-style: none;
	text-transform: uppercase;
	z-index: 10;
	margin-bottom: 0;
	margin-top: 30px;
	margin-left: 75px;
	display: none;
}

.mobile_menu li {
	line-height: 35px;
}

.slider {
	text-align: center;
}

.slider img {
	max-width: 100%;
	height: auto;
}

.service .service_item {
	margin-top: 30px;
}

.service .service_item h2 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1.3px;
	text-align: center;
	margin-bottom: 30px;
}

.service div:nth-child(2) h2 {
	margin-bottom: 9px;
}