@font-face {
	
  font-family: boxer;
  src: url(boxer-script.ttf);
  
}

@font-face {
	
  font-family: gatha;
  src: url(gatha.ttf);
  
}

@font-face {
	
  font-family: deathe;
  src: url(deathe.ttf);
  
}

@font-face {
	
  font-family: gathabold;
  src: url(gathabold.ttf);
  
}

@font-face {
	
  font-family: alexreg;
  src: url(alexreg.ttf);
  
}

@font-face {
	
  font-family: alexbold;
  src: url(alexbold.ttf);
  
}

html {
	
  font-family: gatha;
  color: white;
  
}

body{
	
	width: auto;
	min-width: 100px;
	max-width:2000px;
	height:100%;
	margin:0 auto; 
	background-color:black;
	text-decoration:none;
	
}

a{
	
	text-decoration:none;
	color:white;
	
}

header {
	
  color:white;
  background-image: url(images.jpg);
  margin:0 auto;
  padding:44px ;
  text-decoration:none;
  
}

#headertext{
	
	font-family: boxer;
	font-size:2.5em ;
	margin:0px;
	color:white;
	text-decoration:none;
}

#header2text{
	
	font-size:1.7em;
	margin:0px;
	font-family:gathabold;
	color:white;
	
}

#headerlogo{
	
	float:left;
	padding-right:20px ;
	
}

nav {
	
	font-size:1.3em;
	font-family: deathe;
	background-color: #20232b;
	padding: 20px;
	padding-left:45px;
	
}



#anav{
	
	text-decoration:none;
	color: white;
	
}

#anavgap{
	
	text-decoration:none;
	color: white;
	padding-left:10px;
	padding-right:10px;
	
}

#insidebody{
	
	background-image: linear-gradient(145deg, rgba(88,100,124,1) 0%, rgba(56,56,56,1) 100%);
	
}

#aboutfoos{
	
	padding-left:15px;
	max-width:1400px;
	font-size:1.11em;
	
}

#aboutfoosheading{
	
	text-decoration:bold;
	font-family:gathabold;
	font-size:1.4em;
	padding-top:30px;
	
}

#aboutfoostext{
	
	padding-left:230px;
	padding-bottom:30px;
	font-size:1.11em;
	
}

#fooshistory{
	
	padding-left:15px;
	max-width:1400px;
	font-size:1.11em;
	
}

#fooshistoryheading{
	
	text-decoration:bold;
	font-family:gathabold;
	font-size:1.4em;
	padding-top:30px;
	
}

#fooshistorytext{
	
	padding-left:230px;
	padding-bottom:30px;
	font-size:1.11em;
	
}

#members{
	
	padding-top:25px;
	padding-left:15px;
	max-width:1400px;
	font-size:1.11em;
	
}

#memberheading{
	
	text-decoration:bold;
	font-family:gathabold;
	font-size:1.4em;
	
}

#membertext{
	
	padding-left:230px;
	padding-bottom:50px;
	font-size:1.11em;
	
}

#songs{
	
	min-width:1000px auto;
	margin:0px auto;
	
}

#spotify{
	
	padding:25px;
	
}

#amazon{
	
	padding:25px;
	
}

#songheader{
	
	padding:25px;
	font-size:2em;
	text-align:center;
	background-color:#20232b;
	
}

#songlink{
	
	color:#ADADAD;
	text-decoration:underline #ADADAD;
	
}

#songyoutube{
	
	padding:25px;
	
}

#pagenotfound{
	
	padding:25px;
	
}

#pagenotfoundheader{
	
	text-align:center;
	font-size:4em;
	font-family:deathe;
	
}

#pagenotfoundheader2{
	
	text-align:center;
	font-size:1.5em;
	font-family:alexbold;
}

footer{
	
	font-family:alexreg;
	text-align:center ;
	background-color: #20232b;
	color:white ;
	padding:25px ;
	margin-top:40px;
	
}