/* barlow-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  src: url('../webfonts/barlow-v13-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* barlow-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  src: url('../webfonts/barlow-v13-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* barlow-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 800;
  src: url('../webfonts/barlow-v13-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

:root {
  --blue: #48a0ae;
  --text: #112a3e;
}

html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	scroll-behavior: smooth;
	scroll-padding-top: 60px;
}

*{
	margin:0;
	border:0;
	padding:0;
	box-sizing: border-box;
}

body {
	font-size: 1.1rem;
	line-height: 1.5rem;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 600;
	color: var(--text);
	-moz-hyphens: manual;
	-o-hyphens: manual;
	-webkit-hyphens: manual;
	-ms-hyphens: manual;
	hyphens: manual; 
   
}

a:link, a:visited {
	text-decoration:none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: var(--text);
}

a:hover {
	text-decoration:none;
}

h1 {
	font-size: 4.5rem;
	line-height: 4.8rem;
	font-weight: 800;
	margin-bottom: 5px;
	hyphens: none;
	text-transform: uppercase;
}

h1 .normal {
	font-weight: 600;
	color: var(--text);
	font-size: 4.2rem;
	line-height: 4.8rem;
}

header h1 {
	color: #FFF;
	margin-bottom: 0;
}

h2 {
	font-size: 1.8rem;
	line-height: 2rem;
	font-weight:bold;
	margin-bottom: 5px;
	hyphens: none;
}

h3 {
	font-size: 1.6rem;
	line-height: 1.8rem;
	font-weight:bold;
	margin-bottom: 5px;
	hyphens: none;
}

h4 {
	font-size: 1.3rem;
	line-height: 1.5rem;
	font-weight:normal;
	margin-bottom: 5px;
	hyphens: none;
}

h5 {
	font-size: 1.1rem;
	font-weight:normal;
	margin-bottom: 5px;
	hyphens: none;
}

input, textarea, select {
	border: 1px solid #999;
	padding: 6px;
	-webkit-appearance: none;
}

.small {
	font-size: .9rem;
}

.ce_form input, .ce_form textarea, .ce_form select {
	border: 1px solid #999;
	padding: 6px;
}

.ce_form label, .ce_form legend{
	float: left;
	width: 30%;
	font-weight: bold;
}

.ce_form input[type=text], .ce_form input[type=tel], .ce_form input[type=email], textarea{
	color: #555;
	padding: 5px 10px;
	width: 60%;
	border: 1px solid var(--lblue);
	height: 50px;
	box-shadow: none;
	border-radius: 0px;
	box-sizing: border-box;
	outline: 0;
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 400;
	font-size: 1.1rem;
	line-height: 1.6rem;
	color: var(--text);
}

textarea {
	height: 200px;
}

.ce_form .widget {
	margin-bottom: 20px;
}

.checkbox_container input, .radio_container input {
	float: left;
	padding: 0;
	margin-top: 5px;
	margin-right: 5px;
}

.ce_form .formlegals label{
	width: 60%;
}

p {
	margin-bottom: 20px;
	word-wrap:break-word;
}

.invisible {
	display:none;
}

.active, .trail
{
}

.centered {
	text-align: center;
}

.mb40 {
	margin-bottom: 40px;
	overflow: hidden;
}

.mb60 {
	margin-bottom: 60px;
	overflow: hidden;
}

.mb80{
	margin-bottom: 80px;
	overflow: hidden;
}

.mb100 {
	margin-bottom: 100px;
	overflow: hidden;
}

#wrapper {
}

header {
	background-color: var(--blue);
	padding: 75px 40px;
	text-align: center;
	margin: auto;
}

#logo {
	max-width: 400px;
	width: 100%;
	margin: auto auto 40px auto;
}


#mnavlink {
	display:none;
}

#mainnav {
}

#mainnav a:link, #mainnav a:visited {
}

#mainnav a:hover {
}

#sliderbox {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

#sliderbox img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

#container {
}

#main {
	max-width: 1200px;
	margin: auto;
}

#main .mod_article {
	padding: 60px 0;
}

footer {
	clear: both;
	float: none;
	display: flex;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: auto;
	padding: 40px 0;
}

.fbox {
	width: 49%;
}

.fbox1 {
	margin-right: 2%;
}

footer .times {
	width: 70%;
	float: left;
}

footer .bird {
	width: 30%;
	float: right;
}

footer .bird {
	width: 30%;
}

footer a:link, footer a:visited {
	color: var(--text);
}

footer a:hover {
	color: var(--blue);
}

.footernav {
	margin-top: 30px;
	padding-top: 20px;
	font-size: .9rem;
	text-align: center;
	border-top: 1px solid #DDD;
	width: 100%;
}

@media only screen and (max-width: 1220px) {
	header, footer, #main {
		padding-left: 20px;
		padding-right: 20px;
	}
}


@media only screen and (max-width: 908px) {
	.fbox {
		width: 100%;
	}
	
	.fbox1 {
		margin-bottom: 40px;
	}
	
	footer .bird, footer .times {

	}
	
	footer .bird {
		text-align: center;
	}
	
	footer .bird img{
		max-width: 240px;
		margin-top: 60px;
	}
}

@media only screen and (max-width: 860px) {
	h1, h1 .normal {
		font-size: 3rem;
		line-height: 3.4rem;
	}
}

@media only screen and (max-width: 578px) {
	h1, h1 .normal {
		font-size: 2rem;
		line-height: 2.4rem;
	}
}

@media only screen and (max-width: 480px) {
	h1, h1 .normal {
	font-size: 1.6rem;
	line-height: 1.8rem;
	}
}