#main-h1, #main-h2{
  font-family: 'Shadows Into Light Two', cursive;
  text-align: left;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  padding-left: 40px;
  color: #333333;
}

#main-h1{
  text-transform: uppercase;
  font-size: 40px;
  padding-top: 80px;
}

#main-h2{
  font-size: 34px;
  text-transform: none;
}

h1{
  font-family: 'Shadows Into Light Two', cursive;
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  margin-top: 30px;
  padding-bottom: 20px;
}

h2{
  font-family: 'Shadows Into Light Two', cursive;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  padding: 10px;
}

h3{
  font-size: 24px;
  font-weight: 400;
  padding: 10px 0 10px 0;
}

h4{
  font-size: 20px;
  font-weight: 400;
  padding: 20px 0 10px 0;
}

h5{
  font-size: 18px;
  padding-bottom: 20px;
}

p{
  padding-bottom: 10px;
}

ul{
  padding: 0 0 20px 40px;
}

li{
  list-style-type: square;
}

span{
  font-weight: 400;
}