/* CSS Document */

body {
	background-color: hsla(358,93%,5%,1.00);
	background-image: url("../Images/red196.gif")
	
}



.logo {
	display: block;
	margin: auto;
	width: 60%;
	height: 70%;
	justify-content: center;
}


header {
top: auto;
background-color:hsla(0,80%,4%,1.00);
	
	
}



main {
	background-color: lightcoral;
	padding-bottom: 2%;
	padding-left: 19px;
	padding-right: 19px;
	font-size: 1.50em;
	
}

table, th, td {
	border: 4px  hsla(336,93%,37%,1.00);
	border-style: dotted;
	padding: 15px;
	text-align: center;
	
}

table {
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;

}

tr:nth-child(even) {
	background-color: rgba(164,85,86,1.00)
}

th:nth-child(even), td:nth-child(even) {
	background-color: rgba(143,27,29,1.00)
}

hr.solid {
	border-top: 3px solid hsla(0,88%,48%,1.00);
}

.divider1 {
	height: 100px;
	width: 100%;
	background-image: url(https://pixelsafari.neocities.org/dividers/more/hearts4.png);
	background-repeat: no-repeat; 
	background-position: bottom;
	margin: 20px;
	
	
	
}

.divider2 {
	height: 100px;
	width: 100%;
	background-image: url(https://pixelsafari.neocities.org/dividers/misc/oil2.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: 40px;
}




#Buttons {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 10px;

}

#Buttons img {
	width: 150px;
	height: auto;
	display: block;
	
}


.Buttons2 {
	display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 10px;

}

#Adbanner {
	display: block;
	margin-left: auto;
	margin-right: auto;
	
}

nav {
	
	font-family: "Berkshire Swash"; 
	
}

ul {
list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #1c1010;
	display: flex;
	justify-content: center;
}

ul li {
	
	border-right: 1px solid hsla(359,100%,24%,1.00);
	
}

ul li a {
	display: block;
	color: crimson;
	padding: 14px 16px;
	text-decoration: underline;
	
}

ul li:last-child {
	border-right: none;
	
}


h1 {
	color: crimson;
	text-align: center;
font-family:  "Orbitron", "Berkshire Swash"; 
}

h2 {
	color: firebrick;
	text-align: center;
	font-family: "Fira Sans", "Orbitron";
}

p {
	font-family: "Caudex", "Fira Sans", "Orbitron", "Berkshire Swash"; 
	color: hsla(359,80%,35%,1.00);
	text-align: center;
		
}




