
body,h1,h2,h3,h4,h5,h6 {font-family:"Lato",sans-serif}

.w3-red,.w3-hover-red:hover{
	color:#f49636!important;
	background-color:#674215!important
}

.w3-red-icon {
	color:#674215!important;
}

.w3-red-icon-1 {
	color:#674215!important;
}

.w3-red-icon-2 {
	color:#f49636!important;
}

.header {
	padding:128px 16px;	
	background-image: url("../img/home-background.jpg");
}

.header h1 {
	font-size:64px!important;
	font-style: italic;
	font-weight: 900;
	color:#674215!important;
	background-color:#f49636!important
}

.header h1 span {
	display:block;
	font-size:24px!important;
	font-style: normal;
	padding-bottom:20px;
}

@media only screen and (max-width: 600px) {
	.header h1 {
		font-size:32px!important;
	}
}

.responsive-image {
  width: 100%;
  height: auto;
}

.gallery-image {
	padding:2px;
}

.w3-bar,h1,button {font-family:"Montserrat",sans-serif}

.fa-anchor,.fa-firefox-browser {font-size:200px}

/* Flexible iFrame */
.Flexible-container {
	position:relative;
	padding-bottom:50%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
