<style>{}
	
body{
	background-color: rgba(250,255,255,1);
}
	
	
.circle_image {
  border-radius: 50%;
	max-width: 200px;
	width: auto;
}	

.square_image {
	max-width: 600px;
	

}	
	
.banner_image {
	
	height: 300px;
	object-fit: cover;
}



/* Style the input elements and the submit button */
input[type=text], input[type=submit], input[type=email]  {
  width: 80%;
  padding: 12px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

clear foot{
	width: 100%;
}

/* Style the submit button */
input[type=submit] {
	background-color: #e7ebc8;
	border: none;
	padding: 10px 24px;
	color: #152b09;
	font-size: 20px;
	border-radius: 8px
}

input[type=submit]:hover{
cursor: pointer;}

input[type=submit]:hover {
  opacity: 0.8;
} 


/* Style the newsletter form */

input{
	max-width: 350;
}
span{
	max-width: 350;
}
	
mc_embed_signup{
	margin: auto;
}



h1 {
	font-family: 'Montserrat', sans-serif;
	font-variant-caps: small-caps;
	text-align: center;
}
	
h2 {
	font-family: 'Montserrat', sans-serif;
	font-variant-caps: small-caps;
	text-align: center;
}
	
p {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	text-align: left;
	
}

.flex-container {
  display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 20px;
	align-content: space-around;
	justify-content: space-around;
	flex-basis: 100%;

}


blockquote {
  text-indent: -0.45em;
	font-size: 28;
	font-style:italic;
	font-family: alice;
}
blockquote::before {
  content: open-quote;
}
blockquote::after {
  content: close-quote;
}
blockquote {
  quotes: "“" "”" "‘" "’";
}

	
li {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	text-align: left;
	
}

.darkBackground{
		
		background-color: rgba(60,60,60,0.8);
		color: rgba(240,240,240,1.00);
		padding: 30px;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 7px;
		margin-bottom: 7px;
	}
	
.lightBackground{
		
		background-color: rgba(245, 245, 245, 0.3);
		max-width: 1000px;
		color: rgba(20,20,20,1.00);
		padding: 50px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
		margin-bottom: 20px;

	}

.lightestBackground{
		
		background-color: rgba(250, 250, 250, 0.8);
		max-width: 1000px;
		color: rgba(20,20,20,1.00);
		padding: 50px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
		margin-bottom: 20px;

	}


img{
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		display: block;
	
	}


.portrait {
/*   padding:2px;*/
   border:2px solid rgba(220, 220, 220, 1);
	width:75%;
	margin-bottom: 40px;
}

.showcase {
/*   padding:2px;*/
   border:2px solid rgba(220, 220, 220, 1);
	width:40%;
	margin-bottom: 40px;
}

.article {
/*   padding:2px;*/
   
	width:100%;
	cursor: pointer;
  	transition: 0.3s;
	
	
}



/*Embedded videos*/
.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
 
.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}
 
/* 4x3 Aspect Ratio */
.iframe-container-4x3 {
  padding-top: 75%;
}


a.button {
    background-color: #e6b800;
	border: none;
	padding: 10px 24px;
	color: black;
	font-size: 18px;
	font-family: 'Montserrat';
	text-decoration: none;
}

a.button:hover{
}

button{
	background-color: #e7ebc8;
	border: none;
	padding: 10px 24px;
	color: #152b09;
	font-size: 20px;
	border-radius: 8px
	}
button:hover{
cursor: pointer;}
	
.spacer1{
	padding: 12;
}	

.h_line {
    border-bottom: 4px solid rgb(80, 80, 78);
    width: 200px;
    margin: auto;
}
	footer{
		text-align: center;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 10px;
		margin-bottom: 0px;
		padding: 30px;
		padding-bottom: 10px;
		color: gray;
		font-family: Arial, sans-serif;
		font-size: 12px;
		background-color: #e7ebc8;
	}

/*Navigation*/


header{
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 00px;
		margin-bottom: 7px;
		padding: 40px;
		background-color: #e7ebc8;
		font-family: 'Montserrat', sans-serif;
		
	}

.nav{
	
	margin: 7px;
		background-color: rgba(30,30,30,0.95);
		font-family: 'Montserrat', sans-serif;
}

.navigation-bar{
	
	margin: 7px;
		background-color: rgba(30,30,30,0.95);
		font-family: 'Montserrat', sans-serif;
}

.nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
	text-align: center;
}

.navigation-bar ul   {
	padding: 0px;
	margin: 0px;
  text-align:center;
}




.nav li {
/*    float: left;*/
	border-right: 1px solid #bbb;
	display: inline;
}



.nav li a {
    display: inline-block;
    color: white;
	font-variant-caps: small-caps;
    text-align: center;
    padding: 20px 26px;
    text-decoration: none;
	font-family: 'Montserrat', sans-serif;
}


/* Change the link color to #111 (black) on hover */
.nav li a:hover {
    background-color: #111;
}
	
.nav li:last-child {
    border-right: none;
}
	
.nav 	.active {
		border-bottom: thick;
		border-color: #e6b800;
		border-bottom-style:solid;
}
	

/*social media icons*/
.fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}




/*Change navigation for small screen sizes*/
@media screen and (max-width: 740px) {

	.nav li a {
    
		font-size: 14px;
		padding: 10px 20px;
	}
	
	.nav{
		
		position: fixed; /* Set the navbar to fixed position */
/*    	bottom: 0;  Position the navbar at the bottom of the page */
		top: 0;
		width: 100%;
		margin: 0;
		z-index: 10;
	}
	
/*
	footer{
		margin-bottom: 50px;
	}
*/
	
}

@media screen and (max-width: 400px) {

	.nav li a {
    
		font-size: 12px;
		padding: 10px 10px;
	}
	
}

	
	
	
</style>