


/* Whats behind */
/*https://uigradients.com/#Celestial*/

html {
/*background: gray;*/

}

/* Body text */

body {
font-family: 'Spartan', sans-serif;
background-size: 150%;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: 50% 50%; 
font-size: 10px;
font-weight: normal;
font-style: normal;
color: black; 
align-items: center;
margin:0;
text-decoration: none;
}


/* Links and Highlights */


	/* MUHFLEXBOAX */

	#container {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
	}

	/* Main text block */

	#centeritem {
	background-color: white;
	/*display: flexx;*/
	width: 1000%;
	max-width: 800px;
	flex-direction: column;
  	height: 100%;
	min-height: 100vh;
	}

	/* HTML5YO */

	header {
	width:90%;
	/*padding-left: 2.3vw;*/
	padding-top: 1vw;
	}

	nav {
	color: white;
	font-family: 'Spartan', sans-serif;
	font-weight: bold;
	font-size: 25px;
	width: 70%;
	padding-top: 2em;
	padding-left: 0.1em;
	padding-right: 0.1em;
	/*margin-left: 2vw;*/
	/*margin-right: 2vw;*/
	align-items: center;
	text-decoration: none;
	}

	p {
	color: black;
	font-weight: normal;
	font-family: 'Spartan', sans-serif;
	font-size: 14px;
	}


	h1 {
	color: black;
	font-weight: bold;
	font-family: 'Spartan', sans-serif;
	font-size: 60px;
	}
		h4 {
	color: black;
	font-weight: bold;
	font-family: 'Spartan', sans-serif;
	font-size: 60px;
	}


	h2 {
	color: black;
	font-family: 'Spartan', sans-serif;
	font-weight: bold;
	font-size: 18px;
	}

		h3 {
	color: black;
	font-weight: bold;
	font-family: 'Spartan', sans-serif;
	font-size: 20px;
	}


	main {
	font-family: 'Spartan', sans-serif;
	font-size: 14px;
	padding-top: 2em;
	padding-left: 0.1em;
	padding-right: 0.1em;
	margin-right: 8vw;
	}


	/* Images */

	img {
	width: 75%;
	padding: 3px;
	}


	h4 {
	font-family: 'Spartan', sans-serif;
	text-decoration-style: underline;
	font-size: 10px;
	display: flex;
	flex-direction: column;

	}

img{
	width: 90%
	}

	img.logo{
	width: 40%
	}

	img.spons{
	width: 20%
	}

	img.support{
	width: 20%;
	padding: 3px;
	}



	a {
   text-decoration: none;
	}

.map {
         filter: grayscale(100%);         
}

 /* Style the button that is used to open and close the collapsible content */
.collapsible {
  /*background-color:  #c9471c;*/
  color: black;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;

}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
  background-color: #7ec322;
  text-decoration: none;
}

/* Style the collapsible content. Note: hidden by default */
.content {
 padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
} 

@media only screen and (max-width: 700px) {
    #wrapper {
 	margin-right: 10px;
	}	

	#content {
  	float: left;
  	width: 100%;
 	background-color: white;
	}

 	#wrapper {
 	/*background-color: black;*/
 	margin-right: 10px;
	}	

	#content {
  	position: left;
  	width: 100%;
 	background-color: white;
	}

	#sidebar {
  	position: left;
  	width: 100%;
 	/*margin-left: 20px;*/
 	background-color: white;
	}

	img.photo{
	/*padding-left: 20px;	*/
	width: 100%;
	/*height:  70%;*/
	}

	
    }