.all-content {
    margin: 0 auto;
    padding: 10px;
    max-width: 90%;
    font-family: DM Serif Text, sans-serif; 
    background-color: #ffffff;
}
body, html{
    background-color: #e3f1f5;
}

h2{
    font-size: 25px;
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
     .sidenav a {font-size: 20px;}
}

.about{
    background-color: #394a6e;
    border: 2px solid #1A1A1A;
    border-radius: 10px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 16px;
    margin: 0;
    min-height: 10px;
    min-width: 0;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    transition: transform 0.3s ease, color 0.3s ease;
    display: inline-block;
    line-height: normal;
    height: auto;
    margin-bottom: 7px;
}

.about:hover {
    transform: scale(1.2);
}

.logo{
    width: 100px;
}

.hero-image {
  background-image: url("photos/hero_image_placeholder.jpg");
  height: 450px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.sparkle-joy-poster {
  max-width: 300px;
  height: auto;
  float: right;
  margin: 20px;
}

footer {
    background-color: #5583be;
    padding: 20px;
    text-align: center;
    color: white;
    font-family: DM Serif Text, sans-serif; 
}