*, *:before, *:after {
  box-sizing: border-box;
}

body {
  	padding: 20px;
	font-family: 'Oswald', sans-serif;
	font-size: 15px;
	color: #e3c29c;
	line-height:1.4;
}

ul {
  padding-left: 1em;
}


.container {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 70px;
}

.header {
  text-align: center;
  grid-column-start: 1;
  grid-column-end: -1;
}

.container > * {
  border-radius: 0px;
  padding: 0px;
}

.footer {
  text-align: center;
  grid-column-start: 1;
  grid-column-end: -1;
}

@media (max-width: 800px) {
  .container {
    grid-template-columns: none;
  }
}

hr {border: 1px dotted #FFD4AE; border-style: none none dotted; margin: 20px 0;}

h1 { 
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 28px;
	letter-spacing: 0px; 
	margin: 50px 0 20px 0; 
	color: #1A3136;
	}
	

h2 { 
	font-family: 'Oswald', sans-serif;
    font-weight: 400;
	font-size: 16px;
	letter-spacing: 0px; 
	margin: 0 0 10px 0; 
	color: #ffecdb;
	}

h3 { 
	font-family: 'Oswald', sans-serif;
    font-weight: 400;
	font-size: 15px;
	letter-spacing: 0px; 
	margin: 0 0 2px 0; 
	color: #ffecdb;
	}

h4 { 
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 20px;
	letter-spacing: 0px; 
	margin: 50px 0 20px 0; 
	color: #ffecdb;
	}
	
a:link, a:visited {
		text-decoration:none;
		color:#7f9196;
		outline: none;
		}
	
a:hover, a:active {
		text-decoration:none;
		color:#8ab0bc;
		outline: none;
	}

hr.footer { border: 1px dotted #1A3136; }

.button {
	font-family: 'Oswald', sans-serif;
	font-size: 15px;
	color: #fff!important;
	background: #7f9196;
	padding: 4px 14px;
	border-radius: 3px;
	white-space: nowrap;
}


.button:hover {
	background: #392f27;
	color:#fff!important;
	padding: 4px 14px;
	white-space: nowrap;
}

.largebutton {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	color: #fff!important;
	background: #7f9196;
	padding: 6px 16px;
	border-radius: 3px;
	white-space: nowrap;
}


.largebutton:hover {
	background: #392f27;
	color:#fff!important;
	padding: 6px 16px;
	white-space: nowrap;
}


.no-display {display:none;}

#fullbackground {
  background: url('bg.jpg');
  background-size:cover;
  color: #866a55;
  min-height:100%;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: -999;
  margin:0;
  padding:0;
  }

.video { margin-right:0; margin-left: 0; position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%;  } 

.video iframe, .video object, .video embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%;  border: 0px solid #ed1e26; }

.video-vimeo { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto;} 

.video-vimeo iframe, .video-vimeo object, .video-vimeo embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.video-outer { margin: 0px; }

.four-columns {
  width: 24%;
  height: auto;
  display: inline-block;
  padding:0;
}

.menu { 
	margin: 0 auto;
	text-align: center;
	max-width:100%;
    background: transparent;
    padding:20px;
	}

.anchorLink { 
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	letter-spacing: 0px; 
	margin: 0; 
	padding: 20px;
	}
	
.anchorLink:hover{ 
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	letter-spacing: 0px; 
	margin: 0; 
	padding: 20px;
	}



#follow {
	margin:0 auto;
	padding: 5px;
	text-align:center;
	width:100%;
	background: transparent;
	} 


#followicon {
	padding: 10px 20px;
	margin-right:15px;
	}


#followicon:hover {
	padding: 10px 20px; 
	margin-right:15px;
	}

/* Basic Responsive Image */
.imgresponsive {
  width: 100%;
  height: auto;
}

/* Responsive Images in Columns */
.two-columns {
  width: 48%;
  display: inline-block;
}

.three-columns {
  width: 32%;
  display: inline-block;
}
/* Responsive Images with Conditional Breakpoints  */

.breakpoint { /* One column for smartphones */
  max-width: 100%;
  display: inline-block;
}
@media (min-width: 420px) { /* Two columns for tablets */
  .breakpoint {
    max-width: 48%;
  }
}
@media (min-width: 760px) { /* Four columns for large devices */
  .breakpoint {
    max-width: 24%;
  }
}

section {
  margin: 60px auto;
}

.lightwidget-widget {
	font-color: #ffffff;
}
