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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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;
}
/* HTML5 display-role reset for older browsers */
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 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:18px;
	color:#85754e;	
	background:#000 url(mar-c.jpg) top center no-repeat;	
	background-attachment: fixed;
	background-size: cover;
}
hr {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	border: 1px solid #85754e;
}
/* 850 main */
.main {
	width:100%;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	height: 100vh;
	
}
.main .content {
	display: flex;
	flex-direction: column;
	text-align: center;
	width: 800px;
	margin-bottom: 30px;
}
.main .content img {
	width:100%;
	display: inline-block;
	margin-bottom: 50px;	
}
.main h1 {
	margin: 30px 0 30px 0;
	padding: 0;
	font-size: 42px;
	color: #85754e;
	text-transform: uppercase;
	text-shadow: 1px 1px 3px #000;
	visibility: hidden;
}

.main .content h2 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #85754e;
	text-transform: none;
}

.main .content h2 a {
	display: inline-block;
	padding: 8px 16px;
	background: #85754e;
	color: #FFF;
	border-radius: 20px;
	text-decoration: none;
}

.main .content h2 a:hover, .main .content h2 a:focus {
	background: #BF3F00;
	text-decoration: none;
	color: #FFF;
}
p {
	margin-bottom: 20px;
	font-size: 1rem;
    line-height: 1.4;
}
.mara p:last-of-type {
	margin-bottom: 0;
}
.main .content h2 {
	margin-bottom: 20px;
}
.mara u {
	text-decoration: none;
}
.mara u a {
	text-decoration: underline;
	color: #85754e;
}
.mainmenu {
	margin-bottom: 30px;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.mainmenu a {
	display: inline-block;
	padding: 10px 30px;
	background: #85754e;
	color: #FFF;
	border-radius: 20px;
	text-decoration: none;
	margin-right: 30px;
}
.mainmenu a:hover, .mainmenu a:focus {
	background: #6E6040;
	text-decoration: none;
	color: #FFF;
}
.mainmenu a:last-of-type {
	margin-right: 0;
}
.divWebsites {
    box-sizing: border-box;
    margin: auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 10px 0px;
}
.websiteButton {
    padding: 5px 8px;
    color: #fff;
    background-color: #3A3526;
    border: 2px solid #83744D;
    border-radius: 5px;
    text-decoration: none;
    margin-right: 20px;
}
.websiteButton:last-of-type {
	margin-right: 0;	
}
.divMediaIcons {
    box-sizing: border-box;
    margin: auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 10px 0px;
}
.divMediaIcons a {
	margin-right: 20px;
	width: 50px;
}
.divMediaIcons a img {
	width: 100%;
	display: block;
	height: auto;
}
.divMediaIcons a:last-of-type {
	margin-right: 0px;
}
.logo {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.logo img {
	width:400px !important;
	display: block;
}
.testimonials-wrapper {
	width:320px;
	text-align:center;	
	margin-bottom: 50px;
	margin-left: calc((100% - 320px)/2);
}
.testimonials p {
	font-family: "Georgia", serif;
	color:#FFF;
	font-size:24px;
	font-style:italic;
	margin-bottom:10px;
}
.testimonials p a {
	color: #FFF;
	text-decoration: none;
	display: block;
	line-height: 1.1;
	margin-bottom: 5px;
}
.testimonials p a:hover, .testimonials p a:focus {
	color: #F90;
	text-decoration: underline;
}
.testimonials .cd-author-info li {
	color:#FFF;
	font-size:18px;
	width:100%;
	text-align:center;
}
.testimonials .slick-prev.slick-arrow,
.testimonials .slick-next.slick-arrow {
	display:none !important;	
}
p a {
	color: #85754e;
	text-decoration: underline;
}
p a:hover, p a:focus {
	text-decoration: none;
}

.divIframes {
    text-align: center;
    width: 100%;
}

@media (max-width: 1400px) {

.main .content {
	width: 300px;
}

} 

@media (max-width: 768px) { 

	body {
		background:#000 url(mar-c.jpg) top center no-repeat;	
		background-size: auto 100%;
		background-attachment: fixed;
	}
	.main {
		width:100%;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: space-between;
		height: 100vh;		
	}
	.logo img {
		width:80% !important;
		display: block;
	}
	.main .content {
		display: block;
		flex-direction: column;
		text-align: center;
		width: 100%;
		margin-bottom: 80px; 
	}
	.main .content > p {
		padding: 0 20px;	
	}
	
	.main .content h1 {
		font-size: 24px;
	}
	.mainmenu a {
		display: inline-block;
		padding: 10px 14px;
		margin-right: 15px;
		font-size: 14px;
	}
	.mara {
		padding-left: 20px;
		padding-right: 20px;
	}
	.divMediaIcons, .divMediaIcons, .divWebsites {
		justify-content: center;
		flex-wrap: wrap;
	}
	.websiteButton {
		margin-bottom: 20px;	
	}
}