@charset "utf-8";
/* CSS Document */

/* oswald-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/oswald-v53-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* oswald-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/oswald-v53-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* oswald-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/oswald-v53-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* bebas-neue-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/bebas-neue-v14-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



body {
   	width: 100%;
	height: 100.02%; 
    margin: 0;
    padding: 0;
	background-color: #fff;
	font-size: 16px;
	font-size: 1rem;
	font-family: 'Oswald', 'Tahoma', sans-serif;
	line-height: 1.2;
	color: #3b3b3a;

}

hr {
	
	height: 1px;
	background-color: #c8941a;
	margin: 0 auto;
	width: 100%;
}

h1 {
	font-size: 28px;
	font-size: 1.75rem;
	font-family: 'Bebas Neue', 'Tahoma', sans-serif;
	line-height: 1;
	color: #3b3b3a;
	margin-bottom:15px;
}

h2 {
	font-size: 22px;
	font-size: 1.375rem;
	font-family: 'Oswald', 'Tahoma', sans-serif;
	line-height: 1;
	color: #3b3b3a;
	margin-bottom:15px;
}

h3 {
	font-size: 18px;
	font-size: 1.125rem;
	font-family: 'Oswald', 'Tahoma', sans-serif;
	line-height: 1;
	color: #3b3b3a;
	margin-bottom:15px;
}


p {	
	font-size: 16px;
	font-size: 1rem;
	font-family: 'Oswald', 'Tahoma', sans-serif;
	line-height: 1.2;
	color: #3b3b3a;
	
}

p.subheading {font-size: 22px;font-size: 1.375rem;line-height: 1;margin-bottom:15px;color:#fff;margin-top:0px;font-weight:500;}

ul, li {list-style-type:none; margin-left:0px; padding-left:0px;}

ul.contact li {font-size:1.125rem;font-weight:bold;}

.eng-text {color: #c8941a !important;}

a:link { color: #c8941a; text-decoration: none; transition: color 1s ease;}
a:visited { color: #c8941a; text-decoration: none;}
a:hover { color: #f1dc8d; text-decoration: none; transition: color 1s ease;}

a.button {display:table-cell; padding:15px; margin-top:20px; background-color:rgba(255,255,255,0.0); border:3px solid #c8941a; color:#c8941a; text-transform:uppercase; font-size:1rem; transition:all 0.5s ease; font-weight:bold;}
a.button:hover {cursor:pointer;background-color:rgba(200,148,26,1); border:3px solid #614d42; color:#fff; transition:all 0.5s ease;}

@media (max-width: 500px) {a.button {display:block; text-align:center;}}

.section-wrapper {
    margin: 0 auto;
    position: relative;
    width: 100%;
	padding-bottom:100px;
	background: url('../img/site_bg.jpg') no-repeat fixed top center;
	background-size:cover;
}

div#logo {
	display: block;
	width:100%;
	height:auto;
	margin:0px auto;
	padding:50px 15px 50px 15px;
	box-sizing:border-box;
	text-align: center;
	background-color: rgba(255,255,255,0.7);
	
}

div#logo img {width:100%; max-width: 600px; height:auto;}

div#logo-sub-wrapper {
	width: 100%;
	margin: 0px auto;
	box-sizing:border-box;
	background-color: rgba(200,148,26,0.9);
	border-bottom: 3px solid #614d42;
	
}

div#logo-sub {
	display:flex;
	justify-content: center;
	flex-direction: row;
	flex-wrap:wrap;
	max-width:600px;
	padding-top:30px;
	padding-bottom:30px;
	box-sizing:border-box;
	margin:0 auto;
}

div.flex-item {flex:50%; padding-left:15px; padding-right:15px;	box-sizing:border-box; color:#fff;}

.icon-heading {display:flex;flex-direction:row;}
.icon-heading i {margin-right:5px; font-size:1.375rem;}

div.flex-item td {text-align:left;}

.l-header {padding-right:10px;}

@media (max-width: 500px) {  div#logo-sub {flex-direction: column;} .icon-heading {justify-content: center;} div.flex-item {flex: 100%; text-align:center;} p.subheading {text-align:left;} div#logo-sub table {margin: 0 auto;} .flex-item:first-of-type {margin-bottom:30px;}}

.content-wrapper {width:100%; background-color:rgba(255,255,255,0.9); padding:30px 0px; box-sizing:border-box}

div.article {
	width: 100%;
	max-width: 600px;
	box-sizing:border-box;
	margin:0px auto;
	padding:0px 15px;
	
}

div#bottom-spacer {width:100%; height:100px; background-image: linear-gradient(rgba(255,255,255,0.9), rgba(255,255,255,0.0));}

div#footer-wrapper {
	
	width: 100%;
	background-color: rgba(200,148,26,1);
	padding-top: 30px;
	padding-bottom: 30px;
	box-sizing:border-box;
	border-top: 3px solid #614d42;
	
}

div#footer {
	
	max-width:600px;
	margin:0 auto;
	font-family: 'Oswald', 'Tahoma', sans-serif;
	color:#fff;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing:border-box;
}

div#footer a {color:#fff; margin-right:10px;}
div#footer a:hover {color:#614d42;}

@media (max-width: 500px) {div#footer {text-align:center;}}
	
	




