/* ----------------------------- */
/* BASIC SETUP */
/* ----------------------------- */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  background-color: #fff;
  color: #555;
  font-family: "Lato", "Arial", sans-serif;
  font-weight: 300;
  font-size: 20px;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

/* ----------------------------- */
/* RESUSABLE COMPONENTS */
/* ----------------------------- */

.row {
  max-width: 1140px;
  margin: 0 auto;
}

section {
  padding: 80px 0;
}

.section-actions {
  text-align: center;
}

.box {
  padding: 1%;
}

/* ----- HEADINGS ----- */
h1,
h2,
h3 {
  font-weight: 300;
  text-transform: uppercase;
}

h1 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #fff;
  font-size: 240%;
  word-spacing: 4px;
  letter-spacing: 1px;
}

h2 {
  font-size: 180%;
  word-spacing: 2px;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

h3 {
  font-size: 110%;
  margin-bottom: 15px;
}

h2:after {
  display: block;
  height: 2px;
  background-color: orange;
  content: " ";
  width: 100px;
  margin: 0 auto;
  margin-top: 30px;
}

/* ----- LISTS ----- */
/* .col ul {
    width: 100%;
    margin-left: 40px;
} */

/* li{
    float:left;
    font-size: 90%;
} */
.double li {
  width: 50%;
  float: left;
  font-size: 90%;
}
.triple li {
  width: 33.333%;
  float: left;
  font-size: 90%;
}

.no-bullet {
  list-style-type: none;
}

.row ul {
  padding-left: 15px;
}

/* ----- LINKS ----- */

a:link,
a:visited {
  color: #e67e22;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid #e67e22;
  -webkit-transition:
    border-bottom 0.2s,
    color 0.2s;
  transition:
    border-bottom 0.2s,
    color 0.2s;
}

a:hover,
a:active {
  color: #555;
  border-bottom: 1px solid transparent;
}

/* ----- PARAGRAPHS ----- */
.long-copy {
  line-height: 145%;
  width: 70%;
  text-align: center;
  margin-left: 15%;
}

.box p {
  font-size: 90%;
  line-height: 145%;
}

.box ul {
  margin-left: 5%;
}

.btn:link,
.btn:visited {
  display: inline-block;
  padding: 10px 30px;
  font-weight: 300;
  text-decoration: none;
  border-radius: 200px;
  transition:
    background-color 0.2s,
    border 0.2s,
    color 0.2s;
}

.btn-full:link,
.btn-full:visited {
  background-color: orange;
  border: 1px solid orange;
  color: white;
  margin-right: 15px;
}

.btn-full:hover,
.btn-full:active {
  background-color: #dd8f00;
  border: 1px solid #dd8f00;
}

.btn-ghost:link,
.btn-ghost:visited {
  border: 1px solid orange;
  color: orange;
  margin-right: 15px;
  margin-bottom: 15px;
}

.btn-ghost:hover,
.btn-ghost:active {
  background-color: #dd8f00;
  border: 1px solid #dd8f00;
  color: white;
}

/* ----- ICONS ----- */
.icon-big {
  font-size: 350%;
  display: block;
  color: #e67e22;
  margin-bottom: 10px;
}

.icon-small {
  display: inline-block;
  width: 30px;
  text-align: center;
  color: #e67e22;
  font-size: 120%;
  margin-right: 10px;

  /*secrets to align text and icons*/
  line-height: 120%;
  vertical-align: middle;
  margin-top: -5px;
}

.download-pdf {
  margin-right: 30px;
}

/* ----------------------------- */
/* HEADER SECTION */
/* ----------------------------- */

header {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.72)),
    url("/resources/img/175923a8-d83f-4889-b497-c8c7a8e87bb5.png");
  background-size: cover;
  background-position: center;
  height: 100vh;
}

.hero-text-box {
  position: absolute;
  width: 1140px;
  top: 68%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero-text-box h2 {
  color: white;
  text-align: left;
  margin-bottom: 10px;
}

.hero-text-box h2:after {
  display: none;
}

.hero-text-box h3 {
  word-spacing: 2px;
  color: white;
  text-align: left;
  margin-bottom: 30px;
}

.hero-text-box h3:after {
  display: none;
}

.hero-sponsors {
  position: absolute;
  top: 90%;
  float: right;
  list-style: none;
}

.hero-sponsors li {
  display: inline-block;
  margin-left: 20px;
}

.sponsor-logo img {
  height: 40px;
  width: auto;
  float: left;
}

.logo {
  margin-top: 10px;
  height: 100px;
  width: auto;
  float: left;
}

.logo-black {
  display: none;
  height: 50px;
  width: auto;
  float: left;
  margin: 5px 0;
}

.main-nav {
  margin-top: 50px;
  float: right;
  list-style: none;
}

.main-nav li {
  display: inline-block;
  margin-left: 40px;
}

.main-nav li a:link,
.main-nav li a:visited {
  padding: 4px 0;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 90%;
  border-bottom: 2px solid transparent;
  transition: border-bottom 0.2s;
}

.main-nav li a:hover,
.main-nav li a:active {
  border-bottom: 2px solid orange;
}

/* Mobile navi */
.mobile-nav-icon {
  float: right;
  margin-top: 30px;
  cursor: pointer;
  display: none;
}

.mobile-nav-icon i {
  font-size: 200%;
  color: #fff;
}

/* Sticky navi */
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.98);
  box-shadow: 0 2px 2px #efefef;
  z-index: 9999;
}

.sticky .main-nav {
  margin-top: 20px;
}

.sticky .main-nav li a:link,
.sticky .main-nav li a:visited {
  padding: 16px 0;
  color: #555;
}

.sticky .logo {
  display: none;
}
.sticky .logo-black {
  display: block;
}

/* ----------------------------- */
/* FOOD SECTION */
/* ----------------------------- */

.section-food {
  padding: 80px;
  margin-bottom: 20px;
}

.section-food .long-copy {
  margin-bottom: 30px;
}

.food-showcase {
  list-style: none;
  width: 100%;
}

.food-showcase li {
  display: block;
  float: left;
  width: 25%;
}

.food-photo {
  width: 100%;
  margin: 0;
  overflow: hidden;
  background-color: #000;
}

.food-photo img {
  opacity: 0.7;
  width: 100%;
  height: auto;
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition:
    -webkit-transform 0.5s,
    opacity 0.5s;
  transition:
    transform 0.5s,
    opacity 0.5s;
}

.food-photo img:hover {
  opacity: 1;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.food-title {
  text-align: center;
  font-size: 100%;
  color: #555;
}

/* ----------------------------------------------- */
/* ENTERTAINMENT SECTION */
/* ----------------------------------------------- */

.section-entertainment {
  background-color: #f4f4f4;
}

.box img {
  width: 90%;
  height: auto;
  margin-bottom: 15px;
}

.entertainment-feature {
  margin-bottom: 5px;
}

/* ----------------------------------------------- */
/* SPONSORS SECTION */
/* ----------------------------------------------- */

/* .section-sponsors {
    background-color: #f4f4f4;
} */

.sponsor-premium {
  margin-bottom: 5px;
}

/* ----------------------------------------------- */
/* VENDORS SECTION */
/* ----------------------------------------------- */

.section-vendors {
  background-color: #f4f4f4;
}

/* ----------------------------------------------- */
/* VOLUNTEERS SECTION */
/* ----------------------------------------------- */

/* .section-volunteers {
    background-color: #f4f4f4;
} */

/* ----------------------------------------------- */
/* ABOUT US SECTION */
/* ----------------------------------------------- */

.section-about-us {
  background-color: #f4f4f4;
}
