h1 {
  color: cyan;
	text-align: center;
	text-shadow: 4px 2px 2px black;
	font-family: "Sekuya";
  letter-spacing: 4px;
}
p, h2{
  font-family: "Covered By Your Grace";
    font-size: 1rem;
}

body{
  background-image: url(https://codecraftworks.dev/web/E7oGi3zIdKL5HDr56z22/assets/alexas_fotos-grades-786136.jpg);
}
.box {
  text-align: center;
  background-color: #f78dc6;
  border-color: black;
	border-radius: 1em;
  margin-bottom: 1em;
  font-weight: bold;
  padding: 0.5em;
  box-shadow: 2px 2px 5px black;
  box-sizing: border-box;
}
header {
  text-align: center;
}
nav {
  display: flex;
  background-color: #f78dc6;
  flex-direction: column;
  gap: 1em;
  color: white;
  padding: 1em 2em;
  flex-wrap: wrap;
  font-family: "Permanent Marker", cursive;
}
main {
	background-color: #f4f849;
	text-align: justify;
  margin-bottom: 1em;
  padding: 1em;
}
summary {
  text-decoration: underline;
  font-family: "Covered By Your Grace";
  font-weight: bold;
  cursor: pointer;
}
details{
  padding: 1em;
  font-family: "Covered By Your Grace";
  font-weight: bold;
}
figcaption{
  text-align: center;
  font-family: "Georgia", bold;
}
ul{
  color: #674839;
  display: inline-block;
}
footer {
  text-align: center;
  margin: 0 1em;
  justify-content:center;
  display: flex;
}
.sr-only {
  position: absolute;
  left: -10000px;
  display: none;
  top: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.sr-only:focus {
	position: static;
  width: auto;
  height: auto;
}
#sidenav {
  position: sticky;
  color: #D2F591;
  margin-bottom: 1em;
  justify-content: space-around;
  width: 100%;
  margin: 0 0em;
  flex-wrap: wrap;
  
}
#navitems {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  background-color: purple;
  display:none;
  
}
#navitems a:hover {
  color: white;
  cursor: pointer;
}
#navitems a:link {
  color: yellow;
}
#sidenav label{
  display: inline-block;
  cursor: pointer;
  font-size: 1.2em;
  font-weight:normal;
  padding: 10px;
}
#mobile{
  display: none;
}
#record{
  text-align: center;
}
#sidenav{
	background-color: purple;
  color: white;
  padding: 1em 2em;
}
#sidenav label{
	display: inline-block;
  font-style: normal;
  font-size: 1.2em;
  cursor: pointer;
}
#sidenav items{
  cursor: pointer;
  flex-direction: column;
}
#sidenav input:checked ~ #navitems {
  display: flex;
}
.container{
  justify-content: center;
}
img, .img-responsive {
  max-width:"100%";
}
aside{
  background-color: gold;
  border-radius: 0.5em;
  padding: 0.2em;
  margin: 0 0 0em;
  text-align: center;
}
/* 
	Media Query 

	Recommended Breakpoints
	• Mobile ~ 576px
	• Tablet ~ 768px or 992px
	• Small Desktop/Laptop ~ 1200px
	• Large Desktop ~ 1400px
*/
@media screen and (min-width: 576px){
  main {
  color: #004180;
  }
  #navitems {
  	display: flex;
  }
  #sidenav label {
  	display: none;
  }
}
  @media screen and (min-width: 768px){
  main {
  color: #1f7c4e;
    }
  }
