/* Headings */

.big-heading {
  font-size: 2rem;
  line-height: 1.5;
  padding: 0px 20px 40px 0px; 
  text-align: left;
  text-shadow: 2px 2px 5px black;
}

.kouros-title {
  font-size: 7.5rem;
  text-shadow: 2px 2px 5px black;
  color:  #fdc13f; 
  font-family: 'Pinyon Script', cursive;
  text-align: left;
}

.schedule-title{
  margin-top: 40px;
}

@media(max-width:500px){
  .kouros-title {
    font-size: 3.5rem;
    text-align: center;
  }
}