@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  font-family: "Outfit", sans-serif;
}

.main-wrapper #social-media-control {
  background: #E3;
  position: fixed;
  top: 30%;
  left: 0;
  border-radius: 0 5px 5px 0;
  font-size: 20px;
  color: #fff;
  z-index: 997;
  cursor: pointer;
  padding: 10px;
}

.main-wrapper #social-media-control a {
  display: block;
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 10px;
}

.highlights ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  list-style: none;
}
.highlights ul li {
  padding: 10px 20px;
  background: #E30D7D;
  color: #fff;
  font-size: 20px;
}
.highlights ul li:nth-child(even) {
  background: #FBC210;
  color: #000;
}

.main-wrapper {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.main-wrapper #social-media-control {
  background: #E30D7D;
  position: fixed;
  top: 30%;
  left: 0;
  border-radius: 0 5px 5px 0;
  font-size: 20px;
  color: #fff;
  z-index: 997;
  cursor: pointer;
  padding: 10px;
}
.main-wrapper #social-media-control a {
  display: block;
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 10px;
}
.main-wrapper .head-wrapper .header {
  height: 150px;
  display: flex;
  align-items: center;
}
.main-wrapper .head-wrapper .header img {
  width: 200px;
  height: 80px;
  object-fit: contain;
}
.main-wrapper .head-wrapper nav {
  width: 100%;
  border-radius: 3px;
  margin-bottom: -25px;
  background-color: #E30D7D !important;
}
.main-wrapper .head-wrapper nav li {
  text-transform: uppercase;
  margin: 0 20px;
}
.main-wrapper .head-wrapper nav li a {
  color: #fff !important;
}
.main-wrapper .wrapper {
  background: #fff;
}
.main-wrapper .wrapper .banner {
  background-image: linear-gradient(rgba(251, 194, 16, 0.5), rgba(251, 194, 16, 0.5)), url("../../images/pensive-man-riding-down-hill.jpg");
  background-size: cover;
  background-position: center;
  height: 600px;
  width: 100%;
  display: flex;
  align-items: center;
}
.main-wrapper .wrapper .banner h2 {
  font-size: 50px;
  font-weight: 600;
  color: #000;
}
.main-wrapper .wrapper .banner h1 {
  font-size: 60px;
  font-weight: 800;
  color: #E30D7D;
}
.main-wrapper .wrapper .banner h1 span {
  color: #000;
}
.main-wrapper .wrapper .banner .line {
  width: 100%;
  height: 5px;
  border-radius: 50px;
  background: #000;
  display: block;
  margin: 20px 0;
}
.main-wrapper .wrapper .banner h3 {
  color: #000;
}
.main-wrapper .wrapper .banner p {
  font-size: 30px;
  font-weight: 300;
  color: #000;
}
.main-wrapper .wrapper section.about {
  margin-top: 30px;
}
.main-wrapper .wrapper section.about h1.title {
  font-weight: 800;
  text-transform: uppercase;
  color: #4E4E4E;
}
.main-wrapper .wrapper section.about h1.title span {
  color: #E30D7D;
  font-weight: 900;
}
.main-wrapper .wrapper section.about .links {
  margin: 30px auto;
}
.main-wrapper .wrapper section.about .links a {
  padding: 10px 20px;
  background: #E30D7D;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  border-radius: 3px;
  text-transform: uppercase;
}
.main-wrapper .wrapper section.about .links a:last-child {
  padding: 10px 20px;
  background: none !important;
  outline: 3px solid #4E4E4E;
  color: #4E4E4E;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  border-radius: 3px;
  text-transform: uppercase;
  margin-left: 10px;
}
.main-wrapper .wrapper section.about h4 {
  margin: 20px 0;
}
.main-wrapper .wrapper section.about p {
  font-size: 16px;
  font-weight: 300;
  text-align: justify;
}
.main-wrapper .wrapper section.about b {
  font-weight: 800;
}
.main-wrapper .wrapper section.summary {
  background-image: linear-gradient(rgba(251, 194, 16, 0.726), rgba(251, 194, 16, 0.719)), url("../../images/pensive-man-riding-down-hill.jpg");
  background-size: cover;
  margin-top: 30px;
  padding: 20px 0;
}
.main-wrapper .wrapper section.summary h1.title {
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  font-size: 40px;
}
.main-wrapper .wrapper section.summary h1.title span {
  color: #008DC9;
  font-weight: 400;
}
.main-wrapper .wrapper section.summary h4 {
  margin: 0 10px;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
}
.main-wrapper .wrapper section.summary p {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  text-align: justify;
}
.main-wrapper .wrapper section.product {
  margin-top: 30px;
  padding: 20px 0;
}
.main-wrapper .wrapper section.product img {
  width: 40px !important;
  height: 40px !important;
  filter: grayscale(1);
}
.main-wrapper .wrapper section.product h1.title {
  font-weight: 800;
  text-transform: uppercase;
  color: #4E4E4E;
  font-size: 30px;
}
.main-wrapper .wrapper section.product h1.title span {
  color: #E30D7D;
  font-weight: 900;
}
.main-wrapper .wrapper section.product h4 {
  margin: 0 10px;
  color: #4E4E4E;
  font-weight: 400;
  text-transform: uppercase;
}
.main-wrapper .wrapper section.product p {
  margin: 10px 0;
  font-size: 18px;
}
.main-wrapper .wrapper section.trade {
  background: #0079c9;
  margin-top: 30px;
  padding: 30px 0;
}
.main-wrapper .wrapper section.trade h1.title {
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  font-size: 30px;
}
.main-wrapper .wrapper section.trade h1.title span {
  color: #E30D7D;
  font-weight: 900;
}
.main-wrapper .wrapper section.trade h2 {
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
}
.main-wrapper .wrapper section.trade p {
  font-size: 18px;
  text-align: justify;
  color: #fff;
}
.main-wrapper .wrapper section.venue {
  background: #E30D7D;
  padding: 20px 0 0 0;
}
.main-wrapper .wrapper section.venue h2 {
  color: #fff;
  font-weight: 600;
  font-size: 40px;
}
.main-wrapper .wrapper section.venue p {
  font-weight: 400;
  color: #fff;
  font-size: 20px;
}
.main-wrapper .wrapper section.venue li {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}
.main-wrapper .wrapper section.venue .note {
  background-image: linear-gradient(rgba(251, 194, 16, 0.726), rgba(251, 194, 16, 0.719)), url("../../images/press-dl-fairgrounds.jpg");
  background-size: cover;
  background-position: top;
  background-attachment: fixed;
  padding: 20px 0;
}
.main-wrapper .wrapper section.venue .note h3 {
  color: #000;
}
.main-wrapper .wrapper section.venue .note ol {
  margin-left: 20px;
}
.main-wrapper .wrapper section.venue .note ol li {
  color: #000;
}
.main-wrapper .wrapper section.reimburse {
  margin: 30px 0;
}
.main-wrapper .wrapper section.reimburse p {
  font-size: 20px;
}
.main-wrapper .wrapper section.reimburse .guideLink {
  padding: 8px 20px;
  text-decoration: none;
  background: #E30D7D;
  color: #fff;
  font-size: 20px;
  margin: 20px 0;
  display: inline-block;
  text-transform: uppercase;
}
.main-wrapper .wrapper section.reimburse .note {
  background: #f2f2f2;
  padding: 15px;
}
.main-wrapper .wrapper section.reimburse .note small {
  font-size: 17px;
}
.main-wrapper .wrapper section.payment {
  margin: 30px 0;
}
.main-wrapper .wrapper section.payment .left {
  background: #E30D7D;
  padding: 20px;
  color: #fff;
}
.main-wrapper .wrapper section.payment .right {
  background: #FBC210;
  padding: 20px;
}
.main-wrapper .wrapper section.payment .right h1 {
  color: #000;
}
.main-wrapper .wrapper section.payment .right p {
  color: #000;
  margin: 20px 0;
}
.main-wrapper .wrapper section.payment .right ul {
  margin-left: 20px;
}
.main-wrapper .wrapper section.payment .right ul li {
  color: #000;
  font-size: 20px;
  font-weight: 300;
}
.main-wrapper .wrapper section.payment h1 {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 10px;
}
.main-wrapper .wrapper section.payment p {
  font-size: 20px;
  margin: 0;
}
.main-wrapper .wrapper section.payment h2 {
  font-size: 30px;
  margin: 20px 0;
  font-weight: 800;
  color: #fff;
}
.main-wrapper .wrapper section.payment h3 {
  font-size: 20px;
  margin: 20px 0;
  font-weight: 800;
}
.main-wrapper .wrapper section p {
  font-size: 20px !important;
}
.main-wrapper .wrapper section.submission p {
  font-size: 20px;
}
.main-wrapper .wrapper section.submission p span {
  color: #E30D7D;
  font-weight: 900;
}
.main-wrapper .wrapper section.submission a {
  padding: 10px 20px;
  background: #E30D7D;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  border-radius: 3px;
  text-transform: uppercase;
}
.main-wrapper .wrapper .footer {
  width: 100%;
  padding: 10px 0;
  background: #E30D7D;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.main-wrapper .wrapper .footer p {
  margin: 0 !important;
}

@media only screen and (max-width: 800px) {
  .main-wrapper {
    max-width: 1920px;
    margin: 0 auto;
  }
  .main-wrapper .head-wrapper {
    background: #535755;
  }
  .main-wrapper .head-wrapper .header {
    height: 80px;
    display: flex;
    align-items: center;
  }
  .main-wrapper .head-wrapper .header img {
    width: 150px !important;
    height: 80px;
    object-fit: contain;
  }
  .main-wrapper .head-wrapper nav {
    width: 100%;
    border-radius: 3px;
    margin-bottom: -25px;
  }
  .main-wrapper .head-wrapper nav li {
    text-transform: uppercase;
    margin: 0 20px;
  }
  .main-wrapper .wrapper {
    background: #fff;
  }
  .main-wrapper .wrapper .banner {
    background-image: linear-gradient(rgba(251, 194, 16, 0.5), rgba(251, 194, 16, 0.5)), url("../../images/pensive-man-riding-down-hill.jpg");
    background-size: cover;
    height: 500px !important;
    width: 100%;
    display: flex;
    align-items: center;
  }
  .main-wrapper .wrapper .banner h2 {
    font-size: 30px !important;
    font-weight: 600;
    color: #fff;
  }
  .main-wrapper .wrapper .banner h1 {
    font-size: 40px !important;
    font-weight: 800;
    color: #375509;
  }
  .main-wrapper .wrapper .banner h1 span {
    color: #fff;
  }
  .main-wrapper .wrapper .banner .line {
    width: 100%;
    height: 5px;
    border-radius: 50px;
    background: #fff;
    display: block;
    margin: 20px 0;
  }
  .main-wrapper .wrapper .banner h3 {
    color: #fff;
  }
  .main-wrapper .wrapper .banner p {
    font-size: 20px !important;
    font-weight: 300;
  }
  .main-wrapper .wrapper section.about {
    margin-top: 30px;
  }
  .main-wrapper .wrapper section.about h1.title {
    font-weight: 800;
    text-transform: uppercase;
    color: #4E4E4E;
    font-size: 30px;
    text-align: left !important;
  }
  .main-wrapper .wrapper section.about h1.title span {
    color: #E30D7D;
    font-weight: 900;
  }
  .main-wrapper .wrapper section.about .links {
    margin: 30px auto;
  }
  .main-wrapper .wrapper section.about .links a {
    padding: 10px 20px;
    background: #E30D7D;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    font-size: 13px !important;
    border-radius: 3px;
    text-transform: uppercase;
  }
  .main-wrapper .wrapper section.about .links a:last-child {
    padding: 10px 20px;
    background: none !important;
    outline: 3px solid #4E4E4E;
    color: #4E4E4E;
    text-decoration: none;
    display: inline-block;
    font-size: 13px !important;
    border-radius: 3px;
    text-transform: uppercase;
  }
  .main-wrapper .wrapper section.about h4 {
    margin: 20px 0;
  }
  .main-wrapper .wrapper section.about p {
    font-size: 16px;
    font-weight: 300;
    text-align: justify;
  }
  .main-wrapper .wrapper section.about b {
    font-weight: 800;
  }
  .main-wrapper .wrapper section.summary {
    background: #FBC210;
    margin-top: 30px;
    padding: 20px 0;
  }
  .main-wrapper .wrapper section.summary h1.title {
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    font-size: 30px;
  }
  .main-wrapper .wrapper section.summary h1.title span {
    color: #E30D7D;
    font-weight: 900;
  }
  .main-wrapper .wrapper section.summary h4 {
    margin: 0 10px;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
  }
  .main-wrapper .wrapper section.product {
    margin-top: 30px;
    padding: 20px 0;
  }
  .main-wrapper .wrapper section.product h1.title {
    font-weight: 800;
    text-transform: uppercase;
    color: #4E4E4E;
    font-size: 30px;
  }
  .main-wrapper .wrapper section.product h1.title span {
    color: #E30D7D;
    font-weight: 900;
  }
  .main-wrapper .wrapper section.product h4 {
    margin: 0 10px;
    color: #4E4E4E;
    font-weight: 400;
    text-transform: uppercase;
  }
  .main-wrapper .wrapper section.product p {
    margin: 10px 0;
    font-size: 18px;
  }
  .main-wrapper .wrapper section.trade {
    background: #E30D7D;
    margin-top: 30px;
    padding: 30px 0;
  }
  .main-wrapper .wrapper section.trade h1.title {
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    font-size: 30px;
  }
  .main-wrapper .wrapper section.trade h1.title span {
    color: #E30D7D;
    font-weight: 900;
  }
  .main-wrapper .wrapper section.trade h2 {
    color: #292929;
    font-weight: 800;
    text-transform: uppercase;
  }
  .main-wrapper .wrapper section.trade p {
    font-size: 14px !important;
    text-align: justify;
  }
  .main-wrapper .wrapper section.venue {
    background: #E20B7B;
    padding: 20px 0 0 0;
  }
  .main-wrapper .wrapper section.venue h2 {
    color: #fff;
    font-weight: 600;
    font-size: 30px !important;
  }
  .main-wrapper .wrapper section.venue p {
    font-weight: 400;
    color: #fff;
    font-size: 14px !important;
  }
  .main-wrapper .wrapper section.venue li {
    color: #fff;
    font-size: 14px !important;
    font-weight: 300;
  }
  .main-wrapper .wrapper section.venue .note {
    background: #ddd;
    padding: 20px 0;
  }
  .main-wrapper .wrapper section.venue .note ol {
    margin-left: 20px;
  }
  .main-wrapper .wrapper section.venue .note ol li {
    color: #333;
  }
  .main-wrapper .wrapper section.reimburse {
    margin: 30px 0;
  }
  .main-wrapper .wrapper section.reimburse p {
    font-size: 14px !important;
  }
  .main-wrapper .wrapper section.reimburse .guideLink {
    padding: 8px 20px;
    text-decoration: none;
    background: #E30D7D;
    color: #363636;
    font-size: 14px !important;
    margin: 20px 0;
    display: inline-block;
    text-transform: uppercase;
  }
  .main-wrapper .wrapper section.reimburse .note {
    background: #f2f2f2;
    padding: 15px;
  }
  .main-wrapper .wrapper section.reimburse .note small {
    font-size: 14px !important;
  }
  .main-wrapper .wrapper section.payment {
    margin: 30px 0;
  }
  .main-wrapper .wrapper section.payment .left {
    background: #E30D7D;
    padding: 20px;
    font-size: 14px !important;
  }
  .main-wrapper .wrapper section.payment .right {
    background: #4E4E4E;
    padding: 20px;
  }
  .main-wrapper .wrapper section.payment .right h1 {
    color: #fff;
  }
  .main-wrapper .wrapper section.payment .right p {
    color: #fff;
    margin: 20px 0;
    font-size: 14px !important;
  }
  .main-wrapper .wrapper section.payment .right ul {
    margin-left: 20px;
  }
  .main-wrapper .wrapper section.payment .right ul li {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
  }
  .main-wrapper .wrapper section.payment h1 {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 10px;
  }
  .main-wrapper .wrapper section.payment p {
    font-size: 14px !important;
    margin: 0;
  }
  .main-wrapper .wrapper section.payment h2 {
    font-size: 30px;
    margin: 20px 0;
    font-weight: 800;
    color: #fff;
  }
  .main-wrapper .wrapper section.payment h3 {
    font-size: 20px;
    margin: 20px 0;
    font-weight: 800;
  }
  .main-wrapper .wrapper section p {
    font-size: 14px !important;
  }
  .main-wrapper .wrapper section.submission p {
    font-size: 14px !important;
  }
  .main-wrapper .wrapper section.submission p span {
    color: #E30D7D;
    font-weight: 900;
  }
  .main-wrapper .wrapper section.submission a {
    padding: 10px 20px;
    background: #E30D7D;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    font-size: 14px !important;
    border-radius: 3px;
    text-transform: uppercase;
  }
}