body {
	font-size: 1.38em;
	/* base font size is 14px */
font-family: 'Oswald', sans-serif;
	line-height: 1.38;
	text-align: left;
	background-color: #3A3A58;
	background-repeat: repeat;
	background-position: 0% 0%; 
	background-attachment: fixed;
	background-image: url("background.png"); 
  background-size: 100% 100%; 
  

  

}


/* HAMBURGER TIME */

/* [ON SMALL SCREENS] */
@media screen and (max-width: 599px){

.ham-container  {
  
  margin-top: 0%;

}

/* [ON BIG SCREEN] */
/* Wrapper */
#hamnav {
  width: 100%;
  background: #000;
  /* Optional */
  position: sticky;
  top: 0;
}

/* Hide Hamburger on Big Screens */
#hamnav label, #hamburger { display: none; }

/* Horizontal Menu Items */
#hamitems { display: flex; }
#hamitems a {
  width: 20%; /* 100% / 5 tabs = 20% */
  padding: 10px;
  color: white;
  text-decoration: none;
  text-align: center;
}
#hamitems a:hover {
  background: #152a55;
}


  /* Show Hamburger Icon */
  #hamnav label { 
    display: inline-block; 
    color: white;
    background: #9d5bff;
    font-style: normal;
    font-size: 1em;
    padding: 10px; 
        
  }

  /* Break down menu items into vertical */ 
  
  
  #hamitems a {
    box-sizing: border-box;
    display: block;
    width: 100%;
    border-top: 1px solid #333;
    font-family: 'BenchNine', sans-serif; 
      
  }

  /* Toggle Show/Hide Menu */
  #hamitems { display: none; }
  #hamnav input:checked ~ #hamitems { display: block; }
}

/* END HAMBURGER */

.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: #aa95ff;
}
a:hover, a:active {
	background-color: #FFF;
	color: #aa95ff;
}

.splash-float {

  font-size: 2.3vw;
  color: white;
  float: left;
  margin-left: 2%;
  width: 20%;
  max-width: 200px;  

}


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


}

.mainheader img {
	width: 100%;
}
.mainheader nav {
  float: right;
  padding: 0% 0% 0% 0%;
  margin-top: 0%;
  margin-left: 2%;
	width: 80%;
	border-radius: 1px;
	font-size: 1.19em;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px; 


}
.mainheader nav ul {
	list-style: none;
	margin: 0 auto;
  float: right; 
  padding-right: 2%;
}
.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: #aa95ff;
	text-shadow: none;
background-color: transparent;
}
.mainheader nav .active a:link, .mainheader nav .active a:visited {
	color: #aa95ff;
	text-shadow: none;
}
.mainheader nav ul li a {
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
}


.float-left {
  
  float: left;
  margin-left: 2%;

}


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

.p-margin-left {
  
  margin-top: 1%;
  float: left;
  color: white;
  font-size: 2.3vw;

}




.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 {
  
  color: white;
  width: 62%;
  margin: 5% 19%;
  padding: 2%;
  float: left;
  background: rgba(0, 0, 0, 0.81); 
  border-radius: 1em;
  

}

.content-main p {
  
 padding: 1% 0%;
  

}

.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 {
	float: right;
  margin-top: 1%;
  width: 100%;
	height: 40px;
  background: rgba(0, 0, 0, 0.38)  ; 
  position: fixed;
  bottom: 0;
}



.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: 600px) and (max-width: 799px) {
	.hide-when-big {
		display: none;
	}
	.mainfooter p {
		font-size: .75em;
		text-align: center;
	}
	.mainheader nav ul {
		padding-left: 0px;
		padding-right: 0px;

	}
	.mainheader nav ul li {
		text-align: center;
		padding-left: 0px;
		padding-right: .1em;
		font-size: .75em;
	}  
  

	h1 {
		font-size: 1.62em;
	}
	h2 {
		font-size: 1.38em;
	}
	h3 {
		font-size: 1.19em;
	}
}
@media only screen and (min-width: 150px) and (max-width: 599px) {
	body {

    width: 100%;
    margin-left: 0%;
	}   
  
  .mainheader nav ul {
  float: left; 
}

  .logo-mobile  {
    
    width: 62%;
    margin: 1% 19%;
  
  }

  
  .content-main  {
    
  width: 98%;
  margin: 2% 0%;
  padding: 1%;
  
  }
  
  .top-social {
    
    display: none;
  
  } 
  
  
  
	.hide-when-small {
		display: none;
	}
	.mainfooter p {
		font-size: .882em;
		text-align: center;
	}
	.mainheader img {
		width: 100%;
	}
	
}