


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

/* Body text */

body {
font-family: 'Roboto Mono', monospace;
background-image: url('img/fdf_back1.png');
background-size: 110%;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: 50% 50%; 
font-size: 15px;
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: 60%;
	max-width: 1200px;
	padding-bottom: 15px;
	padding-top: 15px;
	flex-direction: column;
  	height: 100%;
	min-height: 100vh;
	}

	/* HTML5YO */

	header {
	width:90%;
	/*padding-left: 2.3vw;*/
	padding-top: 1vw;
	  padding: 5px;;
	  background-color: yellow;
    width: 130px;
    z-index: 100;
    position: fixed;
    bottom: 0px;
    right: 0px;
	}

	a {
		color: black;

		}

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

	main h1 {
	color: black;
	font-weight: bold;
	color: #black;
	font-family: 'Work Sans', sans-serif;
	font-size: 45px;
	}

	main h2 {
	color: black;
	font-family: 'Work Sans', sans-serif;
	font-weight: bold;
	font-size: 25px;
	}

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

	/* Images */

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


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

	}

	.logo {
	width:  70px;
	/*height: auto;*/
	/*padding-bottom: 5px;*/
	color: white;
	}


	img.logo{
	width: 45%;
	padding: 3px;
	}

	img.logotwo{
	width: 25%;
	padding: 3px;
	}


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

	img.supportona{
	width: 13%;
	padding: 3px;
	}



	a {
	color: purple;
  text-decoration: none;
  /*cursor: auto;*/
	}

	a:link:active, a:visited:active {
  color: lightpink;
	}



 /* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: lightcyan;
  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: cyan; 
  /*color: blue;*/
  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;
} 
