@import url('https://fonts.googleapis.com/css2?family=Handlee&family=Major+Mono+Display&display=swap');

* {
  box-sizing: border-box;
  margins: 0;
  padding: 0;
}
body{
	background-color: #ba5b43 !important;
}

h1, h3{
	font-family: 'Major Mono Display', monospace;
}
.banner
{
	text-align:center;
	background-image:
	url(images/pumpkin.jpg);
	background-size: cover;
	height: 500px;
	font-family:'Alkalami', sans-serif;
 }
 
 .highlight{
 	color: #10181c !important;
 	background-color: #ecb2a9 !important;
 }
 
 a{
	text-decoration-line: underline overline !important;
	font-variant: small-caps;
	font-size: 25px;
	font-family: 'Handlee', cursive;
	color: #3b404e !important;
 	
}

.nav{
	color:#e0925f !important;
	background-color:#754b4a !important;
}

.nav-link {
  color: ##e0925f !important;
  text-decoration-line: none !important;
}

.nav-link:hover {
  color: #e0925f !important;
  background-color:#80252e !important;
}

.nav-link.visited {
  color: #e0925f !important;
  }
  
 img {
 	padding: 30px;
 	text-align: center;
 	}