#fairy-tale {
  font-family: "Cookie";
  color: #f171aa;
  text-align: center;
  border: 6px solid black;
  background-color: black; 
}
#fairy-delivery a {
	text-decoration: none;
  font-family: "Tagesschrift";
  padding: 1.2em;
  font-weight: bold;
  background-color: #377e9b;
  color: white;
  margin: 1.2em;
}
#fairy-delivery {
	display:flex;
}
#fairy-delivery a {
  flex-grow: 1;
  flex-basis: 0;
	text-decoration: none;
  font-family: "Tagesschrift";
  text-align: center;
  padding: 1.2em;
  font-weight: bold;
  background-color: #377e9b;
  color: white;
  margin: 1.2em;
}
#nav {
	width: 100%;
  background-color: #f171aa;
  color: white;
}
#nav label,
#hamburger {
	display: none;
}
#fairy-delivery a:hover{
	color: red;
  text-shadow: 2px 2px black;
}
.center{
	display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
#tagline {
	font-size: 30px;
  border: 3px solid black;
  font-family: "Cookie";
  text-align: center;
  color: #f171aa;
  background-color: black;
}

h2 {
	font-family: "Cookie";
  background-color: black;
  color: #f171aa;
  font-size: 25px;
}
p{
	background-color: white;
}

div.img-gallery {
	border: 1px solid #ccc;
  background-color: black;
}
div.img-gallery:hover {
	border: 1px solid #777;
}
div.img-gallery.img {
	width: 100%;
  height: auto;
}
div.desc {
	padding: 10px;
  text-align: center;
  background-color: black;
  color: #f171aa;
  font-family: "Roboto";
  font-weight: bold;
}
.responsive {
	padding: 0.6px;
  float: left;
  width: 25%;
}


body {
background:url("https://projects.codecraftworks.com/web/ldstIfy2o1oiTyc66ATw/assets/istockphoto-546022488-1024x1024.jpg")
}

@media only screen and (max-width: 700px) {
  .responsive {
  	width: 50%;
    margin: 6px 0;
  }
}
@media only screen and (max-width: 500px) {
  .responsive {
  	width: 100%;
  }
}

@media (max-width: 576px) {
  #fairy-delivery a {
    box-sizing: border-box;
  	display: block;
    width: 100%;
    border-top: 1px solid #333;
  }
  #nav label {
  	display: inline-block;
    color: white;
    background-color: #f171aa;
    font-style: normal;
    font-size: 1.2em;
    padding: 20px;
    cursor: pointer;
  }
  #fairy-delivery {display: none;}
  #nav input:checked ~ #fairy-delivery {display: block;}
}

#copyright {
	background-color: black;
  color: #f171aa;
  font-family: "Roboto";
  font-weight: bold;
}
#about {
	background-color: black;
  color: #f171aa;
  font-family: "Roboto";
  font-weight: bold;
}