/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

.gates {
  background: url("earth.jpg") no-repeat center center fixed;
  background-size: cover;
  color: white;
  font-family: "Comic Sans MS";
  text-align: center;
}
  
.clouds {
  background: url("clouds.jpg") no-repeat center center fixed;
  background-size: cover;
  color: #ff8fbe;
  font-family: "Comic Sans MS";
  text-align: center;
}  

.revive {
  background: url(";-;.gif") no-repeat center center fixed;
  background-size: cover;      /* makes the image fill the screen */
  color: black;
  font-family: "Comic Sans MS";
  text-align: center;
}


blockquote {
  font-style: italic;
  
}
  .cursive {
  font-family: "Brush Script MT", "Lucida Handwriting", cursive ;
  font-size: 1.8em;
  color: #ff8fbe ;
  text-shadow: 0 0 5px #fff, 0 0 10px #ffb6c1;
}
.angel-image {
  display: block;          
  margin: 20px auto;       
  max-width: 300px;       
  border-radius: 10px;     
  box-shadow: 0 0 15px #ffc0cb;  
}

.culture-slides {
  display: block;          
  margin: 20px auto;   
  max-width: 600px;       
  border-radius: 10px;     
  box-shadow: 0 0 15px #ffc0cb;  
}

