body {
	font-size: 1em;
	/* base font size is 14px */
	font-family: 'Didact Gothic', sans-serif;
	line-height: 1.38;
	text-align: left;
	background-color: #1d1d1d;

}



* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {

  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2s;
  animation-name: fade;
  animation-duration: 2s;
}

@-webkit-keyframes fade {
  from {opacity: .1}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .1}
  to {opacity: 1}
}








.contact-box  {
  
  width: 62%;
  margin-left: 19%;
  margin-right: 19%;
  background-color: #28a050;
    color: #fff;

}


.splash  {
  
  width: 100%; 
      border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
  margin-bottom: 0%;


}

.splash-image  {
  
  width: 100%; 
      border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
        

}

.splash-image-small  {
  
  width: 100%; 
      border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
        

}



.top-social {  
  width: 4%;
  margin-left: 93%;
  margin-right: 3%;
  margin-top: 5%;
  position: fixed;
   
}  

.top-social-main {  
  width: 38%;
  margin-bottom: 1%;
  float: right;

   
}            

.top-social-image {          
  max-width: 3em;
  margin-bottom: 1em;
  margin-top: 0.5%;
  margin-right: 6%;
  width: 100%;
  float: right;  

}  

.social {
	width: 10%;
	float: right;
	max-width: 1.91em;
	margin-left: 1%;
}






.wide {
	width: 98%;
	margin: 1% 1%;
}




p {
	margin: .382em;
}
a {
	text-decoration: none;
}
a:link, a:visited {
	color: #414141;
}
a:hover, a:active {
	background-color: #FFF;
	color: #414141;
}


.mainheader {
  
  width: 100%;
  margin-bottom: 1%;

}

.mainheader img {
	width: 100%;
}
.mainheader nav {
  margin-top: 0%;
	width: 100%;
	height: 40px;
	border-radius: 1px;
	font-size: 1.19em;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	font-family: 'Anton';
  	background-color: #414141;
}
.mainheader nav ul {
	list-style: none;
	margin: 0 auto;
 float: right;
}
.mainheader nav ul li {
	float: left;
	display: inline;
	font-size: 1em;
}
.mainheader nav a:link, .mainheader nav a:visited {
	color: #fff;
	display: inline-block;
	padding: 10px 20px;
	height: 20px;
}
.mainheader nav a:hover, .mainheader nav a:active {
	color: #fb999b;
	text-shadow: none;
	background-color: #65050d;
}
.mainheader nav .active a:link, .mainheader nav .active a:visited {
	color: #fb999b;
	text-shadow: none;
}
.mainheader nav ul li a {
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
}



h1 {
	display: block;
	font-size: 1.62em;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 5%;
	margin-right: 0;
  	font-family: 'Anton';
}
h2 {
	display: block;
	font-size: 1.38em;
	margin-top: 0;
	margin-bottom: 1%;
	margin-left: 5%;
	margin-right: 0;
  	font-family: 'Anton';
}
h3 {
	display: block;
	font-size: 1.19em;
	margin-top: 0;
	margin-bottom: 1%;
	margin-left: 5%;
	margin-right: 0;
  	font-family: 'Anton';
}





.break-me {
	width: 100%;
	margin: 2% 0%;
	height: 1px;
}




#slideshow {
	position: relative;
	width: 36%;
	height: 100%;
	float: right;
	margin-top: 26.2%;
	margin-right: 1%;
}
#slideshow>div {
	position: absolute;
	top: .3%;
	left: .3%;
	right: .3%;
	bottom: .3%;
}
.photo-image {
	width: 100%;
}


.content-main   {
  
  width: 98%;
  background-color: #FFF;
  padding: 1%;
  margin: 2% 0%; 

}

.content-main-left   {
  
  width: 58%;
  background-color: #FFF;
  padding: 1%; 
  float: left;
  margin-bottom: 1%;
  margin-right: 2%;
  
}

.content-main-right   {
  
  width: 36%;
  background-color: #FFF;
  padding: 1%;
  float: right;
  margin-bottom: 2%;
  
}

.content-main-right-half   {
  
  width: 16%;
  background-color: #FFF;
  padding: 1%;
  float: right;
  margin-bottom: 1%;
  
}

.margin-spacer  {
  
  width: 2%;
  margin: 0%;
  float: right;

}

.content-contact {
	width: 62.8%;
	margin-top: 9.55%;
	margin-left: 19.1%;
	margin-right: 19.1%;
	color: white;
}
.contact-form {
	padding: 2% 2%;
}
.content-contact p {
	padding: 2% 2%;
}



.mainfooter {
	width: 100%;
	height: 80px;
	float: left;
	margin-top: 4%;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	background-color: #414141;
}
.mainfooter p {
	width: 92%;
	margin: 10px auto;
	color: #FFF;
	font-size: 1em;
	text-align: center;
}
.quote {
	font-size: .9em;
	/* base font size is 14px */
	line-height: 1.5;
	text-align: left;
}
.read-more {
	width: 100%;
	text-align: right;
}
@media only screen and (min-width: 1000px) {
	h1 {
		font-size: 1.96em;
	}
	h2 {
		font-size: 1.76em;
	}
	h3 {
		font-size: 1.38em;
	}
	.article-preview {
		height: 6em;
	}
}
@media only screen and (min-width: 800px) {
	.hide-when-big {
		display: none;
	}
}

@media only screen and (min-width: 150px) and (max-width: 799px) {
	body {

    width: 100%;
    margin-left: 0%;
	} 
  .top-social {
    
    display: none;
  
  } 
   
  .contact-box  {
  
  width: 98%;
  margin-left: 1%;
  margin-right: 1%;

}

  
  
	.hide-when-small {
		display: none;
	}
	.mainfooter p {
		font-size: .882em;
		text-align: center;
	}
	.mainheader img {
		width: 100%;
	}
	.mainheader nav {
		height: 160px;
		width: 100%;

  margin-left: 0%;
	}
	.mainheader nav ul {
		padding-left: 0;
		width: 100%;
   margin-left: 0%;
	}
	.mainheader nav ul li {
		width: 100%;
		text-align: center;
		padding-left: 0;
		color: #fff;
	}

	.mainheader nav a:hover, .mainheader nav a:active {
		background-color: #65050d;
		text-shadow: none;
		padding-left: 0;
	}
	.mainheader nav a:link, .mainheader nav a:visited {
		color: #fff;
		display: inline-block;
		padding: 10px 10px;
		height: 20px;
	}
	.mainheader nav .active a:link, .mainheader nav .active a:visited {
		width: 100%;
		color: #fb999b;
		text-shadow: none;
		background-color: #414141;
		padding: 10px 0px;
	}
   
  
  .mainheader {
  
  width: 100%;
  margin-left: 0%;

}
}