h1 {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  letter-spacing: 2px;
  font-size: 48px;
}
p {
  font-family: "Lato", sans-serif;
  letter-spacing: 1px;
  font-size: 14px;
  color: #333333;
}
.header {
  position: static;
  text-align: center;
  width: 100vw;
  height: 100vh;
  padding-bottom: 2px;
  bottom: 0;
}
.logo {
  width: 50px;
  padding-right: 15px;
  display: inline-block;
  vertical-align: middle;
}
.inner-header {
  height: 65vh;
  width: 100%;
  margin: 0;
  padding: 0;
}
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.waves {
  position: relative;
  width: 100%;
  height: 100vh;
  padding-bottom: 1px;
  margin-bottom: -7px;
  min-height: 100px;
  max-height: 150px;
}
.content {
  position: relative;
  height: 20vh;
  text-align: center;
  background-color: rgb(255, 251, 0);
} 
html{background-image: url(/img/school-season_top.png);
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
}

/* Animation */
svg{
  padding-bottom: 0;
  background-repeat: no-repeat;
  position: fixed;
}
.parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 30s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
} 

@media (max-width: 768px) {
  .waves {
    height: 40px;
    min-height: 40px;
  }
  .content {
    height: 30vh;
  }
  h1 {
    font-size: 24px;
  }
}

p{
  font-size: xx-large;
  font-family: 'Segoe UI';
}

body {
  margin:0;
  padding: 0;
  background-image: url(../res/images/school-season_top.png)!important;
  background-repeat: no-repeat;
  background-size: contain;
  user-select: none;
  mix-blend-mode: darken;
  scroll-behavior: smooth;
  font-size: xx-large;
  font-family: 'Segoe UI';
}
a{
  color: #000000;
  text-decoration: none;
  font-weight: bolder;

}
div.polaroid:hover{
  box-shadow: 0 4px 8px 10px rgba(255, 208, 0, 0.2), 0 6px 20px 0 rgba(60, 255, 0, 0.19);
  transition: box-shadow 2s;
}
div.polaroid {
width: 40%;
margin-top: 5%;
background-color: #ffb302;
box-shadow: 0 4px 8px 10px rgba(14, 148, 148, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
margin-bottom: 25px;
border-radius: 20px;
cursor: default;
border: 2px solid rgba(0, 0, 255, 0.452);
}
img{
  border-radius: 20px;
}

div.container {
text-align: center;
padding: 10px 20px;
}
header{
  height: 10vh;
  width: 100vw;
  display: flex;
  justify-content: flex-start;
}
.logo img{
  width: 7vw;
}
.main{
  display: flex;
  gap: auto;
  justify-content: space-evenly;
  bottom: 20%;
  margin: auto;
  flex-wrap: wrap;
}

@media only screen and (max-width: 900px) {
  .main{
      display: block;
      justify-content: space-around;
      
  }
  header{
      height: 5vh;
  }
  div.polaroid {
      width: 70%;
      margin: auto;
      margin-top: 20px;
    }
}
div.polaroid :first-child{
  background-color: rgb(22, 181, 192);
  border-radius: 10px;
}
div.polaroid{transition-timing-function: ease;}
.lower{
  padding-bottom: 1px;
}
