#titlename {
  position: sticky;
  top: 0;
  color: #76000F;
  font-family: "Dancing Script";
  font-weight: bold;
  text-align: center;
  background-color: #EFC3CA;
  border-radius: 20px;
  box-shadow: 4px 4px black;
  padding: 15px;
}

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

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

figcaption {
	color:#76000F;
  background-color: #EFC3CA;
  font-family: "Dancing Script";
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

figure img {
  display: block;
	margin-left: auto;
  margin-right: auto;
}

table caption {
	border: 2px solid black;
  color:#76000F;
  background-color: #EFC3CA;
  font-family: "Dancing Script";
  font-weight: bold;
  font-size: 20px;
} 
td, tr, th {
	color:#76000F;
  background-color: #EFC3CA;
  font-family: "Dancing Script";
  font-weight: bold;
  font-size: 20px;
}
.center {
	display: block;
  margin-left: auto;
  margin-right: auto;
}


#ridinghooditems label, 
#hamburger {
	display: none;
}

#ridinghoodfact {
 width: 30%; 
 padding-left: 25px;
 margin-left: 25px;
  float: right;
}

#ridinghood {
	display: flex;
}

#ridinghood a{
	flex-grow: 1;
  flex-basis: 0;
  padding: 15px;
  text-decoration: none;
  text-align: center;
}
#ridinghooditems {
	background-color: #EFC3CA;
  padding: 0.5em;
  text-align: center;
  font-family: "Dancing Script";
  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: 1em;
}
footer{
	background-color: white;
}

@media screen and (max-width: 576px) {
  #ridinghood a {
  	box-sizing: border-box;
    display: block;
    width: 100%;
    border-top: 1px solid #333;
  }
  #ridinghooditems label {
  	display: inline-block;
    color: #76000F;
    background:#EFC3CA; ;
    font-style: normal;
    font-size: 1.2em;
    padding: 10px;
    cursor: pointer;
  }
  
  #ridinghood {
  	display: none;
  }
  
  #ridinghooditems {
  	display:block;
  }
  #ridinghooditems input:checked ~ #ridinghood {
  	display: block;
  }
}