@import url("fontawesome-all.min.css");
@import url('https://fonts.googleapis.com/css2?family=Volkhov:wght@400;700&display=swap');
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,900");

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */

	html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	body {
		background: #FFFFFF;
	}

		body.is-preload *, body.is-preload *:before, body.is-preload *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

	body, input, select, textarea {
		color: #7c8081;
		font-family: 'Volkhov', serif;
		font-size: 15pt;
		font-weight: 300;
		letter-spacing: 0.025em;
		line-height: 1.75em;
	}

	strong, b {
		font-weight: 400;
	}

	p, ul, ol, dl, table, blockquote {
		margin: 0 0 2em 0;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #fff;
		font-weight: 300;
		line-height: 1.75em;
		margin-bottom: 1em;
		text-transform: uppercase;
	}
	
		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: #000;
			text-decoration: none;
			border: 0;
		}

	h2 {
		font-size: 1.5em;
		letter-spacing: 0.1em;
	}

	h3 {
		font-size: 1.15em;
		letter-spacing: 0.025em;
	}

	h6 {
		font-size: 1.5em;
		letter-spacing: 0.1em;
		color: #000;
		font-weight: 300;
		line-height: 1.75em;
		margin-bottom: 1em;
		text-transform: uppercase;
	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	hr {
		border-top: solid 1px rgba(124, 128, 129, 0.2);
		border: 0;
		margin-bottom: 1.5em;
	}

	blockquote {
		border-left: solid 0.5em rgba(124, 128, 129, 0.2);
		font-style: italic;
		padding: 1em 0 1em 2em;
	}

/* Section/Article */

	section.special, article.special {
		text-align: center;
	}

	header.major {
		padding-bottom: 2em;
	}

	header.special {
		margin-bottom: 5em;
		padding-top: 7em;
		position: relative;
		text-align: center;
	}

		header.special:before, header.special:after {
			content: '';
			height: 7px;
			opacity: 0.1;
			position: absolute;
			top: 1.75em;
			width: 43%;
		}

		header.special:before {
			left: 0;
		}

		header.special:after {
			right: 0;
		}

		header.special h2 {
			margin-bottom: 0;
		}

		header.special h2 + p {
			margin-bottom: 0;
			padding-top: 1.5em;
		}

	footer > :last-child {
		margin-bottom: 0;
	}

	footer.major {
		padding-top: 3em;
	}
	
/* Form */

	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea {
		-moz-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background: none;
		border: solid 1px rgba(124, 128, 129, 0.2);
		border-radius: 0;
		color: #000000;
		display: block;
		padding: 0.75em;
		text-decoration: none;
		width: 100%;
		outline: 0;
	}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		textarea:focus {
			border-color: #83d3c9;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"] {
		line-height: 1em;
	}

	::-webkit-input-placeholder {
		color: inherit;
		opacity: 0.5;
		position: relative;
		top: 3px;
	}

	:-moz-placeholder {
		color: inherit;
		opacity: 0.5;
	}

	::-moz-placeholder {
		color: inherit;
		opacity: 0.5;
	}

	:-ms-input-placeholder {
		color: inherit;
		opacity: 0.5;
	}

/* Image */

	.image {
		border: 0;
		position: relative;
	}

		.image:before {
			background: url("images/overlay.png");
			content: '';
			height: 100%;
			left: 0;
			position: absolute;
			top: 0;
			width: 100%;
		}

		.image.fit {
			display: block;
		}

			.image.fit img {
				display: block;
				width: 100%;
			}

/* List */

	ol {
		list-style: decimal;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}

	ul {
		list-style: disc;
		padding-left: 1em;
	}

		ul li {
			padding-left: 0.5em;
		}

/* Buttons */

	ul.buttons {
		cursor: default;
		list-style: none;
		padding-left: 0;
	}

		ul.buttons:last-child {
			margin-bottom: 0;
		}

		ul.buttons li {
			display: inline-block;
			padding: 0 0 0 1.5em;
		}

			ul.buttons li:first-child {
				padding: 0;
			}

		ul.buttons.stacked li {
			display: block;
			padding: 1.5em 0 0 0;
		}

			ul.buttons.stacked li:first-child {
				padding: 0;
			}

/* Button */
	
	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	button,
	.button {
		background:#0267C5;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		min-width: 12em;
	}

		input[type="button"].primary,
		input[type="submit"].primary,
		input[type="reset"].primary,
		button.primary,
		.button.primary {
			background: #0267C5;
			border-color: #0267C5;
			color: #fff !important;
			border-radius: 8px;
			}

			input[type="button"].primary:hover,
			input[type="submit"].primary:hover,
			input[type="reset"].primary:hover,
			button.primary:hover,
			.button.primary:hover {
				background: #0574dd !important;
				border-color: #0574dd !important;
			}

		input[type="button"].fit,
		input[type="submit"].fit,
		input[type="reset"].fit,
		button.fit,
		.button.fit {
			width: 100%;
		}

		input[type="button"].small,
		input[type="submit"].small,
		input[type="reset"].small,
		button.small,
		.button.small {
			font-size: 0.7em;
			min-width: 14em;
			padding: 0.5em 0;
		}



/* Wrapper */

	.wrapper {
		margin-bottom: 5em;
		padding: 5em;
	}

		.wrapper.style1 {
			padding: 0;
		}

		.wrapper.style2 {
			background-color: #83d3c9;
			background-image: url("images/light-bl.svg"), url("images/light-br.svg");
			background-position: bottom left, bottom right;
			background-repeat: no-repeat, no-repeat;
			background-size: 25em, 25em;
			color: #fff;
		}

			.wrapper.style2 input[type="button"]:hover,
			.wrapper.style2 input[type="submit"]:hover,
			.wrapper.style2 input[type="reset"]:hover,
			.wrapper.style2 button:hover,
			.wrapper.style2 .button:hover {
				background: rgba(255, 255, 255, 0.15) !important;
			}

			.wrapper.style2 input[type="button"].primary,
			.wrapper.style2 input[type="submit"].primary,
			.wrapper.style2 input[type="reset"].primary,
			.wrapper.style2 button.primary,
			.wrapper.style2 .button.primary {
				background: #fff;
				border-color: #fff;
				color: #83d3c9 !important;
			}

				.wrapper.style2 input[type="button"].primary:hover,
				.wrapper.style2 input[type="submit"].primary:hover,
				.wrapper.style2 input[type="reset"].primary:hover,
				.wrapper.style2 button.primary:hover,
				.wrapper.style2 .button.primary:hover {
					border-color: inherit !important;
					color: #fff !important;
				}

/* Header */

	@-moz-keyframes reveal-header {
		0% {
			top: -5em;
		}

		100% {
			top: 0;
		}
	}

	@-webkit-keyframes reveal-header {
		0% {
			top: -5em;
		}

		100% {
			top: 0;
		}
	}

	@-ms-keyframes reveal-header {
		0% {
			top: -5em;
		}

		100% {
			top: 0;
		}
	}

	@keyframes reveal-header {
		0% {
			top: -5em;
		}

		100% {
			top: 0;
		}
	}

	#header {
		background: #000000;
		color: #FFFFFF;
		cursor: default;
		font-size: 0.8em;
		left: 0;
		padding: 1em 1.5em;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 10000;
	}

		#header h1 {
			font-weight: 900;
			margin: 0;
		}

			#header h1 span {
				font-weight: 300;
			}

		#header nav {
			letter-spacing: 0.075em;
			position: absolute;
			right: 1.5em;
			text-transform: uppercase;
			top: 0.75em;
		}

			#header nav ul {
				list-style: none;
				padding-left: 0;
			}

				#header nav ul li {
					display: inline-block;
					margin-left: 1.5em;
					padding-left: 0;
				}

					#header nav ul li > ul {
						display: none;
					}

					#header nav ul li a {
						border: solid 1px transparent;
						color: #FFFFFF;
						display: inline-block;
						line-height: 1em;
						padding: 0.6em 0.75em;
						text-decoration: none;
					}

					#header nav ul li input[type="button"],
					#header nav ul li input[type="submit"],
					#header nav ul li input[type="reset"],
					#header nav ul li button,
					#header nav ul li .button {
						font-size: 1em;
						min-width: 0;
						width: auto;
					}


					#header nav ul li.active > a, #header nav ul li:hover > a {
						-moz-transition: all 0.2s ease-in-out;
						-webkit-transition: all 0.2s ease-in-out;
						-ms-transition: all 0.2s ease-in-out;
						transition: all 0.2s ease-in-out;
						background: rgba(188, 202, 206, 0.15);
					}

					#header nav ul li.current > a {
						font-weight: 900;
					}

		#header.reveal {
			-moz-animation: reveal-header 0.5s;
			-webkit-animation: reveal-header 0.5s;
			-ms-animation: reveal-header 0.5s;
			animation: reveal-header 0.5s;
		}

		#header.alt {
			-moz-animation: none;
			-webkit-animation: none;
			-ms-animation: none;
			animation: none;
			background: transparent;
			box-shadow: none;
			color: #fff;
			padding: 2em 2.5em;
			position: absolute;
		}

			#header.alt nav {
				right: 2.5em;
				top: 1.75em;
			}

				#header.alt nav ul li.active > a, #header.alt nav ul li:hover > a {
					border: solid 1px;
				}


/* Banner */

	@-moz-keyframes reveal-banner {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@-webkit-keyframes reveal-banner {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@-ms-keyframes reveal-banner {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@keyframes reveal-banner {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	/* Banner big */
	#banner {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: #120d09;
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: #000000;
		cursor: default;
		padding: 4em 0;
		text-align:left;
	}
	

		#banner .inner {
			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner 1s 0.25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background: rgba(0, 0, 0, 0); */
			color: #000000 ;
			display: inline-block;
			opacity: 0;
			padding-left: 4em;
			padding-top: 5em;
			padding-right: 3em;
			padding-bottom: 3em;
			text-align: left;
			background-repeat: no-repeat;
			background-size: 92.5% 78.5%;
			background-position: center;
			position: relative;
			width: 100%;
			height: 300px;
		}

			#banner .inner img{
				position: absolute;
				top: 0;
				right: 0;
				height: 375px;
			}

			#banner .inner header {
				display: inline-block;
				margin: 0 0 2em 0;
				padding: 3px 0 3px 0;
			}

				#banner .inner header h2 {
					/* font-size: 2.5em; */
					font-weight: 900;
					letter-spacing: 0.2em;
					margin: 0;
					padding-left: 0.05em;
					position: relative;
					text-transform: uppercase;
				}

			#banner .inner p {
				letter-spacing: 0.1em;
				margin: 0;
			}

			div.inner p {
				margin: 5%;
				font-weight: bolder;
				color: #ffffff;
			  }

	/* Banner smol */
			
			  #bannersmall {
				background-attachment: scroll, scroll, scroll, fixed;
				background-color: #000000;
				background-position: bottom left, bottom right, top left, top center;
				background-repeat: no-repeat, no-repeat, repeat, no-repeat;
				color: #000000;
				cursor: default;
				text-align:left;
			}
			
		
				#bannersmall .inner {
					-moz-animation: reveal-banner 1s 0.25s ease-in-out;
					-webkit-animation: reveal-banner 1s 0.25s ease-in-out;
					-ms-animation: reveal-banner 1s 0.25s ease-in-out;
					animation: reveal-banner 1s 0.25s ease-in-out;
					-moz-animation-fill-mode: forwards;
					-webkit-animation-fill-mode: forwards;
					-ms-animation-fill-mode: forwards;
					animation-fill-mode: forwards;
					background: #110C08;
					display: inline-block;
					opacity: 0;
					padding-left: 4em;
					padding-top: 5em;
					padding-right: 3em;
					padding-bottom: 3em;
					text-align: left;
					background-repeat: no-repeat;
					background-size: 92.5% 78.5%;
					background-position: center;
					position: relative;
					width: 100%;
					height: 300px;
				}
		
					#bannersmall .inner img{
						position: absolute;
						top: 0;
						right: 0;
						height: 375px;
					}
		
					#bannersmall .inner header {
						display: inline-block;
						margin: 0 0 2em 0;
						padding: 3px 0 3px 0;
					}
		
						#bannersmall .inner header h2 {
							font-weight: 900;
							letter-spacing: 0.2em;
							margin-top: 45px;
							padding-left: 0.05em;
							position: relative;
							text-transform: uppercase;
						}
		
					#bannersmall .inner p {
						letter-spacing: 0.1em;
						margin: 0;
					}
		
					div.inner p {
						margin: 5%;
						font-weight: bolder;
						color: #ffffff;
					  }

/* Banner smol2 */

#bannersmall2 {
	background-attachment: scroll, scroll, scroll, fixed;
	background-color: #000000;
	background-position: bottom left, bottom right, top left, top center;
	background-repeat: no-repeat, no-repeat, repeat, no-repeat;
	color: #000000;
	cursor: default;
	text-align:left;
}


	#bannersmall2 .inner {
		-moz-animation: reveal-banner 1s 0.25s ease-in-out;
		-webkit-animation: reveal-banner 1s 0.25s ease-in-out;
		-ms-animation: reveal-banner 1s 0.25s ease-in-out;
		animation: reveal-banner 1s 0.25s ease-in-out;
		-moz-animation-fill-mode: forwards;
		-webkit-animation-fill-mode: forwards;
		-ms-animation-fill-mode: forwards;
		animation-fill-mode: forwards;
		background: #110C08;
		display: inline-block;
		opacity: 0;
		padding-left: 4em;
		padding-top: 5em;
		padding-right: 3em;
		padding-bottom: 3em;
		text-align: left;
		background-repeat: no-repeat;
		background-size: 92.5% 78.5%;
		background-position: center;
		position: relative;
		width: 100%;
		height: 300px;
	}

		#bannersmall2 .inner img{
			position: absolute;
			top: 0;
			right: 0;
			margin-top:70px;
			margin-right: 52px;
			height: 230px;
		}

		#bannersmall2 .inner header {
			display: inline-block;
			margin: 0 0 2em 0;
			padding: 3px 0 3px 0;
		}

			#bannersmall2 .inner header h2 {
				font-weight: 900;
				letter-spacing: 0.2em;
				margin-top: 45px;
				padding-left: 0.05em;
				position: relative;
				text-transform: uppercase;
			}

		#bannersmall2 .inner p {
			letter-spacing: 0.1em;
			margin: 0;
		}

		div.inner p {
			margin: 5%;
			font-weight: bolder;
			color: #ffffff;
		  }

/* AboutMe */
	.color-section {
		background-color: #C29A5D;
		color: #000000;
		width: 100%;
		height: 480px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 40px;
	}
	
	.image-container {
		width: calc(33.33% - 50px);
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 20px;
	}
	
	.image-container img {
		height: 100%;
		max-width: 100%;
	}
	
	.text-container2 {
		width: calc(66.67% - 50px);
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin: 0 0 0 80px;
	}
	
	.text-container2 h2 {
		font-weight: bold;
		color: #000000;
		margin: 0 0 10px;
	}
	
	.text-container2 p {
		margin: 0;
		margin-bottom: 0.5em;
	}
	
	.text-container2 p + p {
		margin-top: 0.5em;
	}
	
	.link-container2 {
		display: flex;
		align-items: center;
		margin-top: 20px;
		padding: 10px;
		background-color: black;
		border-radius: 8px;
		width: 200px;
	}
	
	.link-container2 a {
		color: #FFFFFF;
	}
	
	.link-container2 a:hover {
		color: #C5C6C2;
	}
	
	.link-container2 img {
		height: 30px;
		margin-left: 10px;
	}

/* CV */

  #CV {
	padding-top: 2vw;
	padding-bottom: 5vw;
}

.cv-container {
	margin-left: 10vw;
	margin-right: 10vw;
}

.cv-container img {
	display: block;
	max-width: 70vw;
	height: auto;
	margin: 0 auto;
}
  
 /* Main */
	
	#main {
		background-color:#F1F1F1;
		color: #000000;
		display: flex;
		justify-content: center;
		height: 45vh;
	}

	.header{
		display: flex;
		justify-content: center;
		align-items:flex-start;
		margin-top: 40px;
	}

	.title {
		font-weight: bold;
		margin-bottom: 20px;
	}
	
	.container-row {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	#main .container {
		width: 280px;
		height: 250px;
		background-color: #C29A5D;
		overflow: hidden;
		padding: 20px;
		border-radius: 8px;
		margin: 0 10px;
	}

	.image {
		width: 50px;
		height: 50px;
		display: block;
		margin: auto;
	}
	
	.text {
		font-size: 16px;
		line-height: 1.5;
		margin-top: 10px;
		text-align: center;
	}

	.link-container2{
		text-align: center;
	}

	.link-container2 a {
		display: inline-block;
	}

	.container a {
		text-decoration: underline;
	}

	.container2 {
		width: 280px;
		height: 250px;
		background-color: #000000;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 8px;
		margin-left: 10px;
	}

	.content {
		text-align: center;
	}

	.container2 a{
		margin-top: 10px;
		text-decoration: underline;
		color: #FFFFFF;
	}

/* ServiceList */

.container4 {
		max-width: 627px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		color: #000000;
	}
	
	.row {
		display: flex;
		justify-content: space-between;
	}
	
	.box {
		width: 600px;
		background-color: #D9C3A4;
		padding: 20px;
		margin-right: 30px;
		margin-top: 30px;
		border-radius: 8px;
	}
	
	.box img {
		display: block;
		float: left;
		margin-right: 10px;
		width: 50px;
		height: auto;

	}
	
	.box h2 {
		margin-top: 0;
	}
	
	.box p {
		margin-bottom: 10px;
	}

/* Article Filter */
#filter-system {
	margin-left: 200px;
	/* overflow: hidden; */
	margin-top: 10px;
  }
  
  #filter-system .horizontal-list {
	display: flex;
	justify-content: flex-start;
	list-style: none;
	padding: 0;
	color: #000;
	font-size: 16px;
  }
  
  #filter-system .horizontal-list li {
	width: 320px;
	height: 60px;
	background-color: white;
	border: 1px solid black;
	border-radius: 8px;
	cursor: pointer;
	margin-right: 30px;
	display: flex;
	align-items: center;
	justify-content: center; /* Center the content horizontally */
	position: relative; /* Add position property */
	transform: translateX(-100px); /* Move the boxes to the left by 200px */
  }
  
  #filter-system .horizontal-list li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%; /* Set width to 100% */
	height: 100%; /* Set height to 100% */
	z-index: -1;
  }

  #filter-system .horizontal-list li img {
	max-width: 50%;
	max-height: 50%;
	margin-right: 8px;
  }

  
  #filter-system .vertical-list {
	display: none;
	list-style: none;
	padding: 0;
	color: #000;
  }
  
  #filter-system .vertical-list li {
	width: 900px;
	height: 250px;
	background-color: #DAC4A4;
	border: 1px solid black;
	border-radius: 8px;
	margin-bottom: 30px;
	position: relative;
  }
  
  #filter-system .box-content {
	display: flex;
	align-items: center;
	height: 100%;
	padding: 20px;
	box-sizing: border-box;
  }
  
  #filter-system .box-image {
	margin-right: 30px;
  }
  
  #filter-system .box-image img {
	width: 60px;
	height: 80px;
  }
  
  #filter-system .box-details {
	flex-grow: 1;
	display: flex;
	align-items: center;
  }
  
  #filter-system .box-header {
	margin: 0;
	font-size: 20px;
  }
  
  #filter-system .box-text {
	margin-left: 10px;
  }
  
  #filter-system .box-text p {
	margin: 5px 0;
  }
  
  #filter-system .box-text .bold {
	font-weight: bold;
  }
  
  #filter-system .box-link {
	display: flex;
	align-items: center;
	margin-top: 60px;
	margin-right: 80px; /* Adjust the value as needed */
  }
  
  #filter-system .box-link img {
	width: 50px;
	height: 50px;
	margin-left:10px;
  }
  
  
  
  
  /* CSS for hover effect */
  #filter-system .horizontal-list li:hover,
  #filter-system .horizontal-list li.selected {
	background-color: #0267C5;
  }
  
  /* CSS for show/hide effect */
  #filter-system .vertical-list.show {
	display: block;
  }
  
  /* Responsive CSS */
  @media (max-width: 768px) {
	#filter-system {
	  margin-left: 0;
	}
  }
  
  

/* Contact Form */

.contact-form {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	background-color: #F1F1F1;
}

.contact-form img {
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 30px;
	max-width: 100%;
}

.contact-form form {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	max-width: 400px;
	width: 100%;
	padding: 0 20px;
}

.contact-form h6 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 1px;
}

.contact-form input,
.contact-form textarea {
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 5px;
	border: 1px solid #ccc;
	font-size: 16px;
	width: 100%;
}

.contact-form input:focus,
.contact-form textarea:focus {
	outline: none;
	border-color: #555;
}

.contact-form button {
	padding: 10px 20px;
	border-radius: 5px;
	border: none;
	background-color: #007bff;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	margin-bottom: 20px;
	width: 100%;
}

.contact-form button:hover {
	background-color: #0062cc;
}

/* Services */

	#services {
		color: #000000;
		margin: 0 auto;
		margin-bottom: 45px;
	}

	#services .content{
		background-color: #C29A5D;
		padding: 50px;
	}

	#services .image{
		width: 50%;
		margin: 0;
		text-align: center;
	}

	#services .text{
		width: 50%;
		margin: 0;
		text-align: center;
	}

	h6{
		color: #000000;
		font-weight: 300;
		line-height: 1.75em;
		margin-bottom: 1em;
		text-transform: uppercase;
	}

	.horizontal-list3 {
		list-style: none;
		margin-left: 30px;
		margin-bottom: 40px;
		padding: 0;
		display: flex;
	  }
	  
	  .horizontal-list3 li {
		margin-right: 20px;
	  }
	  
	  .horizontal-list3 h6 {
		margin: 0;
	  }
	  
	  .horizontal-list3 p {
		margin: 0;
	  }

	.image-with-caption{
		list-style-type: none;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		margin-right: 30px;
	}

	.image-with-caption figure{
		margin-right: 80px;
	}

	.image-with-caption img{
		max-width: 100%;
		height: auto;
		margin-right: 10px;
		display: inline-block;
		text-align: center;
	}

	.image-with-caption figcaption{
		text-align: center;
	}
	
	.container3 {
		width: 200px;
		height: 120px;
		background-color: #000000;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 8px;
	  }

	  .content2 {
		text-align: center;
	  }

	  .container3 a{
		margin-top: 10px;
		text-decoration: underline;
		color: #FFFFFF;
	  }

/* CTA */

	#cta {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: #1F2839;
		background-position: top left, top right, top left, bottom center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 5em, 25em, auto, cover;
		color: #fff;
		padding: 2em;
		text-align: left;
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

		.grid-container{
			display: grid;
			grid-template-columns: auto auto;
		}

		.text-container{
			display: grid;
			grid-template-rows: auto auto;
			margin-top: 20px;
			margin-left: 1px;
		}

		#cta header p{
			text-align: left;
			grid-row: 2;
		}

		#cta header h2{
			grid-row: 1;
			margin-right: 10px;
		}

		#cta form{
			background: #fff;
			display: flex;
			flex: 1;
			width: fit-content;
			border-radius: 8px;
			margin-left: 60px;
			margin-top: 60px ;
		}
		
		#cta form input{
			border: 0;
			outline: none;
			padding: 10px 20px;
			height: 70px;
			width: 250px;
			font-size: 16px;
			flex: 2;
		}
		
		#cta form button {
			background: #0267C5;
			border: none;
			outline: none;
			height: 70px;
			width: 80px;
			cursor: pointer;
			border-radius: 8px;
			flex: 1;
			display: flex;
			justify-content: center;
			align-items: center;
		  }
		  
		  .custom-text {

			text-transform: none;
			color: #FFFFFF;
			font-family: 'Volkhov', serif;
			font-size: large;
			margin: 0; /* Optional: Remove any default margins on the <p> element */
		  }
		  

		#cta p.message {
			text-align: center;
		  }


/* Footer */

	footer{
	background-color:#C29A5D;
	color: #000000;
	}

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

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

	footer ul {
		list-style-type: none;
		display: inline-block;
		vertical-align: top;
	}
	
	.vertical-list {
		margin-right: 200px;
		margin-top: 30px;
	}
	
	.horizontal-list li {
		display: inline-block;
		margin-right: 50px;
		margin-top: 90px;
	}

/* FooterSpace */
	footer #footerspace{
		background-color:#C29A5D;
		color: #000000;
		margin-top: 30px;
		}

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

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

		footer ul {
			list-style-type: none;
			display: inline-block;
			vertical-align: top;
		}
		
		.vertical-list {
			margin-right: 200px;
			margin-top: 30px;
		}
		
		.horizontal-list li {
			display: inline-block;
			margin-right: 50px;
			margin-top: 90px;
		}

/* Wide */

	@media screen and (max-width: 1680px) {

		/* Basic */

			body, input, select, textarea {
				font-size: 14pt;
			}

		/* Section/Article */

			header.special {
				padding-top: 5.5em;
				margin-bottom: 4em;
			}

	}

/* Normal */

	@media screen and (max-width: 1280px) {

		/* Basic */

			body, input, select, textarea {
				font-size: 13pt;
				letter-spacing: 0.025em;
				line-height: 1.65em;
			}

			h1, h2, h3, h4, h5, h6 {
				line-height: 1.5em;
			}

		/* Section/Article */

			header.major {
				padding-bottom: 1.5em;
			}

			footer.major {
				padding-top: 2em;
			}

		/* Wrapper */

			.wrapper {
				margin-bottom: 4em;
				padding: 4em 3em;
			}

				.wrapper.style4 {
					padding: 3em;
				}

		/* Header */

			#header nav ul li {
				margin-left: 1em;
			}

		/* Banner */

			#banner {
				background-attachment: scroll;
			}

			#bannersmall {
				background-attachment: scroll;
			}

			#bannersmall2 {
				background-attachment: scroll;
			}

		/* CTA */

			#cta {
				padding: 4em;
				background-attachment: scroll;
			}

		/* Footer */

			#footer {
				padding: 4em;
			}

	}



