/* @import url('https://fonts.googleapis.com/css?family=Cabin'); */

/* cabin-regular - latin */
@font-face {
	font-family: 'Cabin';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/cabin-v26-latin-regular.eot');
	/* IE9 Compat Modes */
	src: local(''),
		url('../fonts/cabin-v26-latin-regular.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/cabin-v26-latin-regular.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('../fonts/cabin-v26-latin-regular.woff') format('woff'),
		/* Modern Browsers */
		url('../fonts/cabin-v26-latin-regular.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../fonts/cabin-v26-latin-regular.svg#Cabin') format('svg');
	/* Legacy iOS */
}

html {
	box-sizing: border-box;
	overflow-x: hidden;
}

body {
	margin: 0;
	display: block;
	font: 18px 'Cabin', sans-serif;
	background-color: #ffffff;
	word-break: break-word;
}

.main-container {
	max-width: 1170px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #ffffff;
	border: solid;
	border-width: 1px;
	border-color: #eaeaea;
	border-radius: 5px;
	box-shadow: 20px 20px 60px #eaeaea,
		-20px -20px 60px #ffffff;
}

.header-centered {
	text-align: center;
}

.header {
	/*border-bottom: 1px solid #eaeaea;*/
}

.social {
	position: relative;
	top: 8px;
	left: 100%;
	margin-left: -60px;
	height: 0px;
}

.headerpicture {}

.navigation {
	position: relative;
	top: 0px;
	height: 0px;
	border-top: 6px solid #80303f;
	font-weight: semibold;
}

.openwidget {
	position: relative;
	top: 0px;
	height: 0px;
}

.opentext {
	float: left;
	margin-left: 12px;
	width: 300px;
	margin-top: 8px;
	font-size: 16px;
}

.content {
	position: relative;
	margin-top: 35px;
	display: block;
	padding-bottom: 10px;
	padding-top: 30px;
	color: #666666;
	padding-left: 120px;
	padding-right: 120px;
	border-bottom: 1px solid #ffebd1
}

.mapscontent {
	postion: relative;
	margin: 0;
	display: block;
	padding-bottom: 40px;
	padding-top: 20px;
	color: #666666;
}

.centered-content {
	margin-left: 10%;
	margin-right: 10%;
}

.footer {
	color: #000000;
	position: relative;
	bottom: 0px;
	padding: 2px 5px 2px 5px;
	font-size: 10px;
	height: 20px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

.footerleft {
	float: left;
	margin-top: 3px;
}

.footerright {
	float: right;
	margin-top: 3px;
	margin-right: 3px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.animate-fading {}

.read-more-button {
	background-color: #80303f;
	border-radius: 9999px;
	padding: 2px 10px 2px 10px;
	color: white !important;
	text-decoration: none;
	line-height: 0.5;
}

.center-paragraph {
	text-align: center;
}

ul.topnav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	/* //background: #ffebd1; */
	border-bottom: 1px solid #ffebd1;
	margin-bottom: 0px !important;
	line-height: 1;
}

ul.topnav li {
	float: right;
}

ul.topnav li a {
	display: inline-block;
	color: #0c0c0c;
	text-align: center;
	padding: 7px 5px;
	text-decoration: none;
	font-size: 14px;
	margin-right: 5px;
	margin-bottom: 0px !important;

}

ul.topnav li:hover {
	border-bottom: 3px solid #80303f;
	margin-bottom: 0px !important;

}

ul.topnav li.active {
	border-bottom: 3px solid #80303f;
	margin-bottom: 0px !important;

}

ul.topnav li.icon {
	display: none;
}

hr {
	display: block;
	-webkit-margin-before: 0.5em;
	-webkit-margin-after: 0.5em;
	-webkit-margin-start: auto;
	-webkit-margin-end: auto;
	border-style: inset;
	border-width: 1px;
}

p {
	margin-bottom: 15px;
	font-family: 'Cabin', sans-serif;
	font-size: 18px;
	line-height: 1.5;
	text-align: justify;
}

ul {
	font-family: 'Cabin', sans-serif;
	font-size: 18px;
	line-height: 1.8;

}


strong {
	font-weight: bold;
}

cite,
em,
i {
	font-style: italic;
}

pre {
	background-color: #fff;
	margin-bottom: 20px;
	overflow: auto;
	padding: 20px;
	border: 1px solid #EAEAEA;
}

pre,
code,
kbd,
var,
samp,
tt {
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 14px;
	line-height: 19px;
	white-space: pre-wrap;
}

abbr,
acronym,
dfn {
	border-bottom: 1px dotted #666666;
	cursor: help;
}

address {
	display: block;
	font-style: italic;
	margin: 0 0 15px;
}

ins {
	background: #F8F8F8;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #80303f;
	font-weight: bold;
	font-family: 'Cabin', sans-serif;
}

h1 {
	font-size: 28px;
	margin-bottom: 36px;
}

h2 {
	font-size: 24px;
	margin-bottom: 20px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

hr {
	border-color: #ffebd1;
	border-style: solid none none;
	border-width: 2px 0 0;
	height: 0;
	margin: 32px 0;
}


a:link {
	color: #80303f;
}

/* visited link */
a:visited {
	color: #777777;
}

/* mouse over link */
a:hover {
	color: #b1b1b1;
}

/* selected link */
a:active {
	color: #777777;
}

.fa-bars {
	display: none;
	margin: 10px;
	text-align: right;
}

/*Responsive Design*/
@media only screen and (max-width: 500px) {
	.main-container {
		max-width: 100%;
		margin: 0;
		border-radius: 0;
	}

	.contentcentered {
		margin: 0;
		margin-top: 5px;
	}

	body {
		min-width: 300px;
	}
}

@media only screen and (max-width: 768px) {
	.fa-bars {
		display: block
	}

	.topnav {
		display: none;
		background-color: #ffebd1;
		z-index: 9999;
		position: relative;
	}

	ul.topnav li {
		float: unset;
		padding: 0px 20px;
	}

	.centered-content {
		margin-left: 20px;
		margin-right: 20px;
	}

	ul.topnav li.active {
		border-bottom: 0px !important
	}
}

@media only screen and (max-width: 1000px) {
	.main-container {
		max-width: 100%;
		margin: 0;
		border-radius: 0;
	}

	.content {
		padding-left: 20px;
		padding-right: 20px;
	}
}