#titlename {
  color: #76000F;
  font-family: "Dancing Script";
  font-weight: bold;
  text-align: center;
  background-color: #EFC3CA;
  border-radius: 20px;
  padding: 15px;
}

p {
	font-family: "Dancing Script";
  font-weight: bold;
  color: #76000F;
  background-color: #EFC3CA;
  border-radius: 20px;
  padding: 1em;
  text-align: center;
}

h2, ul, li {
	font-family: "Dancing Script";
  font-weight: bold;
  color: #76000F;
  background-color: #EFC3CA;
  font-size: 20px;
}


.center {
	display: block;
  margin-left: auto;
  margin-right: auto;
}

#ridinghooditems label, #hamburger {
	display: none;
}
#ridinghooditems {
	background-color: #EFC3CA;
  padding: 0.5em;
  text-align: center;
  font-family: "Dancing Script";
  display: flex;
  flex-grow: 1;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
a:link {
	color: #76000F;
  padding: 2em;
  text-decoration: none;
  font-weight: bold;
  
}
a:visited {
	color: rebeccapurple;
}
a:hover{
	background-color: #760220;
  color:#EFC3CA;
  text-shadow: 5px 5px black;
  padding: 2em;
}
a:active{
	color: blue;
}
body{
	background-image: url('https://images.unsplash.com/photo-1604601638406-edc29b54dcf7?q=80&w=1964&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
  min-height: 1300px;
}

details {
	font-family: "Dancing Script";
  font-weight: bold;
  font-size: 20px;
  color: #76000F;
  background-color: #EFC3CA;
  padding: 3em;
}
footer{
	background-color: white;
}

@media (min-width: 568px){
  .ridinghooditems {
  	width: 40%;
  }
}
@media (min-width: 789px) and (max-width: 1089px){
  .ridinghooditems {
  	width: 25%;
  }
}

@media (min-width: 991px) {
  .ridinghooditems {
  	width: 20%;
  }
}
