/* LESS Document */
/* --------------------- Variables ------------------------- */
/* ----------------------Typography------------------------ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  line-height: 1.1em;
  margin: 0;
  color: #945f9a;
  text-transform: uppercase;
  margin-bottom: .875em;
}
h1 {
  font-size: 47px;
}
h2 {
  font-size: 39px;
}
h3 {
  font-size: 33px;
}
h4 {
  font-size: 27px;
}
h5 {
  font-size: 23px;
}
h6 {
  font-size: 19px;
}
p,
ol,
ul {
  font-weight: 400;
  line-height: 1.65em;
  margin: 0 0 1.5em;
}
.intro {
  color: #945f9a;
  font-size: 1.25em;
  margin-bottom: 0;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
/* ----------------------Structure / Helper------------------------ */
.section {
  padding: 3em 0;
}
.back-primary {
  background: #aa7daf;
  padding-left: 1.5em;
  padding-right: 1.5em;
  color: white;
}
.back-primary a {
  color: white;
  text-decoration: underline;
}
.back-primary h3 {
  text-align: center;
  color: white;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.back-secondary {
  background: #ffce71;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.back-secondary h3 {
  text-align: center;
  color: white;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.clockwise {
  transform: rotate(2deg);
}
.counter-clockwise {
  transform: rotate(-2deg);
}
.primary {
  color: #945f9a;
}
.secondary {
  color: #ffbc3e;
}
.btn-primary {
  color: #fff;
  background-color: #aa7daf;
  border-color: #aa7daf;
}
.btn-primary:hover {
  background-color: #945f9a;
  border-color: #945f9a;
}
/* ----------------------Base Layout------------------------ */
body {
  background-color: white;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #404040;
  border-top: 10px solid #ffce71;
}
.feature {
  padding: 3em 0 0;
  background-size: cover;
  background-position: center center;
  border-top: 1px solid #fff1d7;
  border-bottom: 1px solid #fff1d7;
}
.feature .title {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: auto;
  margin-bottom: 2em;
}
.feature h5 {
  color: #ffbc3e;
  text-align: center;
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff, 2px 0px 0 #fff, -2px 0px 0 #fff, 0px 5px 20px rgba(0, 0, 0, 0.35);
}
.date {
  background-color: #ffce71;
  padding: 3em 1em;
}
.date h1 {
  margin-bottom: .25em;
  color: white;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.date p {
  font-weight: 700;
  margin: .875em 0 0;
}
.date p a {
  text-decoration: none;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 1.25em;
  letter-spacing: .03em;
  color: white;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.date p a:hover {
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  color: #aa7daf;
}
.photos div {
  display: inline-block;
}
.photos img {
  display: inline-block;
  max-width: 170px;
  height: auto;
  border: 5px solid white;
  box-shadow: 2px 10px 20px 0 rgba(0, 0, 0, 0.35);
  margin: 1em .5em;
}
.ice-cream {
  display: inline-block;
  width: 100%;
  max-width: 353px;
  height: auto;
  margin: auto;
  padding: 1em;
}
.sponsors img {
  padding: 10px;
  max-width: 163px;
  height: auto;
}
