/* basic styles used through all forms of layout */
/* Paul Irish's border-box declaration */
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image:linear-gradient( rgb(95, 189, 233), rgb(3, 3, 71));  
	color: white;
	margin: 0;
	padding: 0;
	
}

footer,
aside, 
section, 
article {
	padding: 1rem;
	border-radius: 1rem;
	
}






/* nav sidebar control CSS */
.sidebar {
    padding: 1rem;
	border-radius: 1rem;
	background-image:linear-gradient( rgb(12, 110, 238), rgb(3, 3, 70));
	max-width: 500px;
} 
/* Index page panel3 shadow control */
.pan3indexaside {
	text-align: center;
	font-size: 1.5em;
	text-shadow: 3px 3px 0 black;

}

/* Booking! Page*/
.policycol {
	color: yellow
}

.policygreenlr{
	color: greenyellow;
	text-align: center;
	font-size: 3em;
	text-shadow: 2px 2px 0 black;

}

.policygreensm{
	color: greenyellow;
	text-align: center;
	font-size: 2em;
	text-shadow: 2px 2px 0 black;

}



/* calendar Page CSS */
.calwidth {
	max-width: 100%;
}


/* Open House Page CSS */
.flyer {
	max-height: 55%;
	max-width: 55%;

}

.asideflyer {
	
	border-radius: 0;
}

.openh2{
	color: red;
	text-shadow:
	 3px 3px 0 black;
	 

}

.muc{
	color: red;
	text-shadow:
	 3px 3px 0 black;
	 

}

.openh2break {
	color: yellow
}

.openh3 {

	color: lime;
	text-shadow:
	3px 3px 0 #000,
	-1px -1px 0 #000,
	1px -1px 0 #000,
	-1px 1px 0 #000,
	1px 1px 0 #000;

}

.openh2b {
	color: white;
	text-shadow: 3px 3px 0 black;
}

.covid19 {
	color:white;
	background-color: red;
	border-radius: .1rem;
	text-align: center;
}


/* p-51 Gunfighter Page CSS */
.divcenter {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
         	
}





/* Museum Page CSS */
.musaside {
	border-radius: none;
}



/* Join Us Page CSS */

.donatebox{

	background-color: rgb(12, 110, 238);
	width: 250px;
	padding: 20px;
	border: 10px solid rgb(246, 250, 4);
	margin: auto;
	
}


/* Links Page CSS */
.asidelink a {
	color: yellow;
	background-color: black;
	border-radius: .5rem;
}

.asidelink a:hover {
	color: black;
	background-color: yellow;
}

.asidelink {
	border-radius: 1rem;
}
/* contact email link */

.contasidelink a {
	color:darkblue;
	background-color: lightsteelblue;
	border-radius: .5rem;
}

.contasidelink a:hover {
	color:midnightblue;
	background-color:steelblue;
}

/*.contasidelink {
	border-radius: 1rem;
}*/

	
footer {
	text-align: center;
}

/* porvides styling for the header */
   header {
	text-align: center;
	font-size: 100%;
	border-radius: 1rem;
}


.head3 {
	color: yellow;
	font-weight: bold;
}


.tophead {
	color: lightblue;
	font-size: 3vw;
	text-shadow: 3px 3px 0 black;

	

}
/* fine tune text center in the main header */
h1 img {
	float: right;
	margin: 0 5px 0 0;
}




h1 {
	display: inline;
}



.gpwimg {
	float: left;
	max-width: 15%;
	max-height: 15%;
	margin-left: 20px;

	
}

.cafimg {
	float: right;
	max-width: 25%;
	max-height: 25%;
	margin-right: 20px;
	
}

.picsize1 {
	float: center;
	max-width: 20%;
	min-height: 20%;
}






header,
footer {
	background-image:linear-gradient( rgb(12, 110, 238), rgb(3, 3, 70));
} 


aside, 
section {
	background-image:linear-gradient( rgb(12, 110, 238), rgb(3, 3, 70));
}

.famfun {
	
	color: #26ee2a;
	font-size: 1.5em;
	font-weight: 600;
}

.Ercoupe {
	background-color: rgb(8, 12, 95);
	color: #333;
}

/* H color changes */

.headeryg{
	color:rgb(244, 248, 4);
	text-shadow: 3px 3px 0 black;

	
	
}

.head2c{
	color:crimson;
	text-align: center;
	font-size: 1.5em;
	font-weight: 800;
}

.headerred{
	color: crimson;
	text-align: center;
	font-size: 1.5em;
	text-shadow: 2px 2px 0 black;
}
.summerfun{
	text-align: center;
	font-size: 1.35em;
	font-weight: 600;
	color: black
}

.demo{
	font-size: 2em;
	text-shadow: 2px 2px 0px black;
}

/* Index Open House*/

.openhi {
	background-color: green;
	color: #333;
}

.openhiheader{
	color: yellow;
	text-align: center;
	font-size: 1.7em;
	text-shadow: 2px 2px 0 black;
}
.openhindex{
	text-align: center;
	font-size: 1.5em;
	font-weight: 800;
	color: black
}

/* Newsletter Page */

.nlt{
	color:white;
	font-size: 2.0em;
	text-shadow: 2px 2px 0 black;
}


.pt19his{
	font-size: 1.2em;
	text-shadow: 2px 2px 0 black;
}
 .pt19bold{
	font-size: 1.5em;
	text-shadow: 2px 2px 0 black;
 }



/* contols the attributes of all aside, section and a tags */ 
 section  a {
	color:yellow;
	text-decoration: none;
	background-color: none;
	border-radius: 1em;
	font-size: 1em;
	font-weight: bold;
	padding: 0.5em; 
	margin-top: 1em;
	display: inline-block;
}
 section a:hover {
	color: greenyellow;
	background-color: none; 
}
 
footer a{
	color:lightskyblue;
}
 /* section class to control link colors */
 .contsection a {
    color:lightskyblue;
	text-decoration: underline;
	background-color: none;
 }

/* our people nested box and Future Events */

.ourpeople {
	background-color:rgb(3, 3, 58);
}

.fevents {
	background-color:rgb(3, 3, 58);
}

.fheader {
	color: greenyellow;
}


/* Family Fun nested box */
.hred {
	color: crimson;
}
.famfunart {
	background-color: rgb(6, 77, 6);
	
	
}

/* link page aside CSS */
.asidelink a {
	color: yellow;
	background-color: black;
}



/* image hack to make images "responsive". */
img {
	max-width: 100%;
	height: auto;
	border-radius: 1em;
}




.foot1 {
	font-size: 1em;
	font-family: Georgia, serif;
	font-style: bold;
}

/* Iframe Responsive CSS */

.iframecont {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-top: 56.25%; /* 16:9 Aspect Ratio */
  }
  
  .responsive-iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: none;
  }


/* Image Gallery CSS */

 .picgallery {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-flow: row wrap;
	

} 
 
nav{
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border-radius: 1em;
	background-image:linear-gradient( rgb(12, 110, 238), rgb(3, 3, 70));
  }
  nav ul{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
  }
  nav ul li{
	padding: 4px 0;
	cursor: pointer;
  }
  nav ul li.items{
	position: relative;
	width: auto;
	margin: 0 10px;
	text-align: center;
	order: 3;
  }
  nav ul li.items:after{
	position: absolute;
	content: '';
	left: 0;
	bottom: 5px;
	height: 2px;
	width: 100%;
	background: #33ffff;
	opacity: 0;
	transition: all 0.2s linear;
  }
  nav ul li.items:hover:after{
	opacity: 1;
	bottom: 8px;
  }
  nav ul li.logo{
	flex: 1;
	color: white;
	font-size: 18px;
	font-weight: 600;
	cursor: default;
	user-select: none;
  }
  nav ul li a{
	color: white;
	font-size: 18px;
	text-decoration: none;
	transition: .4s;
	text-shadow: 3px 3px 0 black;
  }
  nav ul li:hover a{
	color: cyan;
  }
  nav ul li i{
	font-size: 28px;
  }
  nav ul li.btn{
	
	margin-right: 40px;
	
	display: none;
  }
  nav ul li.btn.hide i:before{
	content: '\f00d';
  }


  @media (max-width: 300px) {
	/*nav{
	  padding: 0 20px;
	} */
	nav ul li a{
		color: white;
		font-size: 12px;
		text-decoration: none;
		transition: .4s;
	  }
	


	/* nav ul li.items{
	  width: 100%;
	  display: none;
	} 
	nav ul li.items.show{
		margin-right: 40px;
	  display: block;
	}*/
	 nav ul li.btn{
	  display: block;
	} 
	nav ul li.items:hover{
	  border-radius: 5px;
	  box-shadow: inset 0 0 5px #33ffff,
				  inset 0 0 10px #66ffff;
	}
	nav ul li.items:hover:after{
	  opacity: 0;
	}
  }
  

  @media (min-width: 800px) {
	/* header and nav borders rearranged for desktop */
	header, main {
		border: none;
		margin: .5rem;
	}

   
}


    
    	

	
	
	.gpwimg {
		float: left;
		max-width: 15%;
		max-height: 15%;
		margin-left: 10px;
	
		
	}
	
	.cafimg {
		float: right;
		max-width: 25%;
		max-height: 25%;
		margin-right: 10px;
		
	}


/*@media (min-width: 880px) {
	.tophead{
		font-size: 25px;
	}
}*/

/*@media (min-width: 500px) {
	.tophead {
		font-size: small;
	}
}*/

/* top nav bar */


/*Responsive iFrame*/
.responsive-iframe-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	}
	
	.responsive-iframe-container iframe,
	.vresponsive-iframe-container object,
	.vresponsive-iframe-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}

 


 
