@font-face {
	font-family: 'Barlow';
	src: url('../fonts/Barlow-Light.woff2') format('woff2'),
	url('../fonts/Barlow-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Barlow';
	src: url('../fonts/Barlow-Bold.woff2') format('woff2'),
	url('../fonts/Barlow-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Roboto Slab';
	src: url('../fonts/RobotoSlab-Medium.woff2') format('woff2'),
	url('../fonts/RobotoSlab-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Roboto Slab';
	src: url('../fonts/RobotoSlab-Bold.woff2') format('woff2'),
	url('../fonts/RobotoSlab-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Roboto Slab';
	src: url('../fonts/RobotoSlab-ExtraBold.woff2') format('woff2'),
	url('../fonts/RobotoSlab-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}
html{
	scroll-behavior: smooth;
	font-size: 10px;
}
body{
	font-family: 'Barlow', sans-serif;
	font-size: 2.2rem;
	font-weight: 300;
	color: #004d5b;
	line-height: 1.2;
	margin: 0;
	min-width: 320px;
	padding: 0;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img{
	display: inline-block;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
table,
td,
th{
	border-collapse: collapse;
}
iframe{
	max-width: 100%;
}
b,
strong{
	font-weight: bold;
}
:focus{
	outline: none;
}
a,
.button,
label,
input[type="submit"]{
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	outline: none!important;
}
a{
	color: #25805c;
	display: inline-block;
	text-decoration: none;
}
a:hover{
	color: #164933;
}
.button{
	background: #25805c;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: bold;
	min-width:  8.2em;
	letter-spacing: -0.01em;
	line-height: 1.2;
	padding: 0.8em 2em;
	text-align: center;
}
.button:hover{
	background: #164933;
	color: #fff;
}
p,
ul,
ol{
	margin: 0 0 1.45em;
}
p:last-child,
ul:last-child,
ol:last-child{
	margin-bottom: 0;
}
ul{
	padding-left: 1.2em;
}
u{
	border-bottom: 1px dotted #004d5b;
	text-decoration: none;
}
h1,h2,h3,h4{
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
}
h2{
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 4.6rem;
	margin: 0 0 1.55em;
}
.container{
	margin: 0 auto;
	max-width: 100.4rem;
	padding-left: 2rem;
	padding-right: 2rem;
	width: 100%;
}
.no-gutters{
	margin-left: 0;
	margin-right: 0;
}
/*--------------Header--------------*/
.wrapper{
	margin: 0 auto;
	max-width: 201rem;
	padding: 0 4.5rem;
	width: 100%;
}
.header{
	padding: 5.4rem 0;
	position: relative;
	z-index: 3;
}
.header-row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 92%;
}
.header-logo{
	line-height: 1;
	min-width: 32%;
	padding-right: 4rem;
	position: relative;
}
.header-logo a{
	display: inline-block;
	vertical-align: middle;
}
.header-logo img{
	height: 3.4rem;
	display: inline-block;
	vertical-align: middle;
	width: auto;
}
.header-nav{
	align-self: center;
	font-family: 'Roboto Slab', serif;
	font-size: 2.2rem;
	font-weight: 500;
}
.header-nav ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.header-nav li{
	display: inline-block;
	padding: 0 1.47em;
}
.header-nav li:first-child{
	padding-left: 0;
}
.header-nav li:last-child{
	padding-right: 0;
}
.header-nav a{
	color: #004d5b;
	display: block;
	position: relative;
	text-decoration: none;
}
.header-nav a:after{
	background: #004d5b;
	bottom: -8px;
	content: "";
	height: 2px;
	display: block;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	transition: all 0.2s linear;
	width: 0;
}
.header-nav a:hover:after{
	width: 80%;
}
#touch-menu{
	display: none;
	cursor: pointer;
	font-size: 1rem;
	height: 1.6em;
	margin: -0.8em 0 0;
	right: 2rem;
	top: 50%;
	position: absolute;
	width: 2.6em;
	z-index: 10;
}
#touch-menu span:after,
#touch-menu span:before{
	content: "";
	position: absolute;
	left: 0;
	top: -0.7em;
}
#touch-menu span:after{
	top: 0.7em;
}
#touch-menu span{
	position: relative;
	display: block;
	top: 0.7em;
}
#touch-menu span,
#touch-menu span:after,
#touch-menu span:before{
	border-radius: 0.2em;
	height: 2px;
	width: 100%;
	background-color: #004d5b;
	transition: all 0.3s;
	backface-visibility: hidden;
}
#touch-menu.on span{
	background-color: transparent;
}
#touch-menu.on span:before{
	transform: rotate(45deg) translate(0.5em, 0.5em);
}
#touch-menu.on span:after{
	transform: rotate(-45deg) translate(0.5em, -0.5em);
}
/*-----------Footer---------*/
.footer-top{
	background: #004d5b;
	color: #fff;
	padding: 6.9rem 0 11.5rem;
}
.footer-top-row{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer-copyright{
	max-width: 57rem;
	padding-right: 4rem;
	width: 65%;
}
.footer-contact{
	max-width: 29rem;
	width: 35%;
}
.footer-contact p{
	margin: 0 0 1.2em;
}
.footer-contact p:last-child{
	margin: 0;
}
.footer-contact a{
	color: inherit;
}
.footer-contact a:hover{
	opacity: 0.6;
}
.footer-bot{
	background: #995115;
	color: #fff;
	padding: 2.3rem 0;
}
.footer-bot .container{
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	width: 92%;
}
.footer-logo{
	line-height: 1;
}
.footer-logo img{
	height: 3.4rem;
	display: inline-block;
	vertical-align: middle;
	width: auto;
}
/*-----------Homer-------*/
.banner-section{
	position: relative;
}
.banner-section img{
	display: block;
	height: auto;
	width: 100%;
}
.tile-block{
	background: #995115;
	border-radius: 1em 0 1em 0;
	color: #fff;
	font-size: 1rem;
	min-width: 60.8em;
	max-width: 60.8em;
}
.tile-block h1,
.tile-block h2{
	border-bottom: 1px solid #fff;
	font-size: 6.3em;
	font-family: 'Roboto Slab', serif;
	font-weight: 800;
	line-height: 1.15;
	margin: 0;
	padding: 0.65em 1em 0.8em;
}
.tile-block p{
	font-size: 4.4em;
	line-height: 1.16;
	margin: 0;
	padding: 0.95em 1.5em 1.35em;
}
.tile-block a{
	color: inherit;
	display: inline;
}
.tile-block a:hover{
	opacity: 0.6;
}
.tile-green{
	background: rgba(0,77,91,0.8);
}
.tile-brown{
	background: rgba(153,81,21,0.8);
}
.tile-left{
	left: 0;
	position: absolute;
	top: 0;
	z-index: 2;
}
.tile-right{
	border-radius: 0 0 0 1em;
	right: 0;
	position: absolute;
	top: 0;
	z-index: 2;
}
.info-section{
	padding: 6.3rem 0 12.9rem;
}
.info-section-brown{
	background: #995115;
	color: #fff;
	padding-bottom: 7rem;
}
.info-section-green{
	background: #004d5b;
	color: #fff;
	padding-bottom: 7rem;
}
.fz-32{
	font-size: 3.2rem;
	line-height: 1.4375;
}
.tile-section{
	padding-bottom: 12.3rem;
}
.tile-row{
	display: flex;
	align-items: flex-start;
}
.tile-row .tile-block{
	margin-right: 7rem;
}
.tile-row-content{
	max-width: 78.2rem;
	padding-top: 6rem;
	padding-right: 2rem;
}
.gallery-section{
	overflow: hidden;
}
.gallery-section img{
	display: block;
	float: left;
	height: auto;
	width: 50%;
}