body {
  color: #141C37;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: 1.5; }
  @media (max-width: 1199px) {
    body {
      font-size: 17px; } }

p {
  margin-bottom: 2rem; }
  p:last-child {
    margin-bottom: 0; }

a, button {
  transition: all .3s ease;
  text-decoration: none;
  color: #0055D4; }
  a:hover, a:focus, button:hover, button:focus {
    outline: none; }
    a:hover img, a:focus img, button:hover img, button:focus img {
      opacity: .9; }
  a img, button img {
    transition: all .3s ease; }

section, .page-header {
  padding: 100px 0;
  overflow: hidden; }
  @media (max-width: 1199px) {
    section, .page-header {
      padding: 80px 0; } }

.dark, .blue {
  background-color: #141C37;
  color: #ffffff; }
  .dark a, .blue a {
    color: #DBFF00; }
  .dark .button, .blue .button {
    color: #141C37; }

.grey {
  background-color: #F1F2F3; }

.blue {
  background-color: #0055D4; }

.container-fluid {
  padding: 0 40px; }
  @media (max-width: 1199px) {
    .container-fluid {
      padding: 0 20px; } }
  @media (max-width: 991px) {
    .container-fluid {
      padding: 0;
      width: 90%; } }

.site-header {
  z-index: 99; }

.navbar-toggler {
  padding: 0;
  z-index: 999;
  position: relative; }
  .navbar-toggler:hover, .navbar-toggler:active, .navbar-toggler:focus {
    box-shadow: none;
    outline: none;
    border: none; }

.menu-toggle {
  width: 32px;
  height: 29px;
  top: 4px;
  display: block;
  position: relative;
  margin: 0;
  transform: rotate(0);
  transition: .5s ease-in-out;
  cursor: pointer;
  -webkit-appearance: none; }
  .menu-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 5px;
    opacity: 1;
    left: 0;
    top: 7px;
    background-color: #DBFF00;
    transform: rotate(0);
    transition: .25s ease-in-out; }
    .menu-toggle span:nth-child(1), .menu-toggle span:nth-child(2) {
      transform-origin: left center; }
    .menu-toggle span:nth-child(1) {
      top: 0;
      transform-origin: left center; }
    .menu-toggle span:nth-child(2) {
      top: 10px;
      transform-origin: left center; }
    .menu-toggle span:nth-child(3) {
      top: 20px;
      transform-origin: left center; }
  .menu-toggle.open span:nth-child(1) {
    transform: rotate(45deg);
    top: -2px;
    left: 5px; }
  .menu-toggle.open span:nth-child(2) {
    width: 0%;
    opacity: 0; }
  .menu-toggle.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 20px;
    left: 5px; }

.button {
  background: #DBFF00;
  border-radius: 3px;
  padding: 15px 20px;
  color: #141C37;
  text-align: center;
  line-height: normal;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #DBFF00; }
  .button:hover {
    color: #DBFF00;
    background: #141C37;
    border-color: #141C37; }
  .button.button-outline {
    color: #DBFF00;
    background: #0055D4;
    border: 1px solid #DBFF00; }

.accent-bright {
  color: #DBFF00; }

.accent-blue {
  color: #0055D4; }

h1, h2, h3, h4, h5 {
  font-family: "sketchnote-square", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: .75em; }

h1 {
  font-size: 90px;
  margin-bottom: 10px; }
  @media (max-width: 768px) {
    h1 {
      font-size: 70px; } }
  @media (max-width: 600px) {
    h1 {
      font-size: 50px; } }

h2 {
  font-size: 40px; }
  @media (max-width: 600px) {
    h2 {
      font-size: 32px; } }

h3 {
  font-size: 23px; }
  @media (max-width: 600px) {
    h3 {
      font-size: 20px; } }

h4 {
  font-size: 18px; }

.bold, .navbar-expand-md .navbar-nav .nav-link, label {
  font-weight: 700; }

.large {
  font-size: 1.3rem; }

.smaller {
  font-size: .8rem; }

.padding-right-large {
  padding-right: 25%; }
  @media (max-width: 1199px) {
    .padding-right-large {
      padding-right: 5%; } }

.social {
  width: 52px;
  height: 52px;
  line-height: 48px;
  text-align: center;
  background: #0055D4;
  margin-right: 10px;
  display: inline-block;
  border-radius: 5px;
  color: #ffffff; }
  .social:hover, .social:focus {
    background: #141C37;
    color: #DBFF00; }

footer p {
  opacity: .8; }
  footer p a {
    opacity: 1; }

.navbar-brand {
  position: relative;
  z-index: 999; }
  @media (max-width: 600px) {
    .navbar-brand img {
      width: 70px; } }

.navbar-expand-md .navbar-nav .nav-link {
  color: #ffffff;
  padding: 0 15px; }
  .navbar-expand-md .navbar-nav .nav-link:hover, .navbar-expand-md .navbar-nav .nav-link:focus {
    color: #DBFF00; }

.main-banner {
  height: 100vh;
  padding-top: 70px; }
  @media (max-width: 991px) {
    .main-banner {
      padding-top: 120px; } }
  @media (max-width: 600px) {
    .main-banner {
      padding: 130px 0; } }
  .main-banner .button:hover {
    border-color: #DBFF00; }

.sketches-banner {
  width: 750px; }
  @media (max-width: 768px) {
    .sketches-banner {
      margin-bottom: 40px; } }
  @media (max-width: 600px) {
    .sketches-banner {
      max-width: none;
      width: 700px;
      margin-left: -150px;
      margin-bottom: 40px; } }

.scroll-container {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 20px; }
  @media (max-width: 600px) {
    .scroll-container {
      bottom: 20px; } }
  .scroll-container .scroll {
    animation: bounce 2s infinite; }

@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-5px);
    transform: translateY(-5px); }
  60% {
    -moz-transform: translateY(-2px);
    transform: translateY(-2px); } }
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  60% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); } }
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  60% {
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); } }
.star {
  left: -80px;
  top: -80px; }
  @media (max-width: 1280px) {
    .star {
      left: -20px; } }

.cloud {
  right: -40px;
  bottom: -40px; }

.star-trailing {
  left: 100px; }
  @media (max-width: 991px) {
    .star-trailing {
      left: 0;
      top: -30px; } }
  @media (max-width: 600px) {
    .star-trailing {
      top: -80px;
      left: 0;
      width: 80px; } }

.spiral {
  top: -150px;
  right: -100px; }
  @media (max-width: 991px) {
    .spiral {
      top: -120px;
      right: -80px; } }
  @media (max-width: 600px) {
    .spiral {
      top: auto;
      width: 120px;
      bottom: -120px;
      left: auto;
      right: 0; } }

.phone {
  top: -20px;
  right: 30px; }
  @media (max-width: 1199px) {
    .phone {
      right: 0; } }

@media (max-width: 600px) {
  .team img {
    width: 120px; } }

.event h2 {
  font-size: 4rem; }
  @media (max-width: 600px) {
    .event h2 {
      font-size: 3rem; } }
  @media (max-width: 414px) {
    .event h2 {
      font-size: 2.5rem; } }

.sponsors img {
  opacity: .85;
  margin: 0 30px; }
  @media (max-width: 600px) {
    .sponsors img {
      margin: 0 10px;
      max-width: 100px;
      max-height: 50px;
      width: auto;
      height: auto; } }

/*MAILCHIMP FORM*/
input, .form-control {
  border-radius: 3px !important;
  font-size: 16px !important;
  height: 45px;
  transition: all .3s ease;
  margin-bottom: 1rem; }
  input:focus, .form-control:focus {
    outline: none;
    border-color: #0055D4;
    box-shadow: inset 0 0 8px 0px #F1F2F3; }

label {
  margin-bottom: 5px; }

textarea.form-control {
  min-height: 100px; }

#mc_embed_signup form {
  margin: 0 !important; }

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  display: block !important; }

#mc_embed_signup .mc-field-group input[type="email"] {
  width: 75% !important; }

#mc_embed_signup .button {
  width: 25% !important;
  color: #DBFF00 !important;
  background: #0055D4 !important;
  border: 1px solid #DBFF00 !important;
  padding: 0 15px !important;
  font-size: 18px !important;
  font-weight: bold !important;
  height: 45px !important;
  line-height: 45px !important;
  text-indent: 0 !important;
  margin: 0 0 0 5px !important;
  transition: all .3s ease; }
  #mc_embed_signup .button:hover, #mc_embed_signup .button:focus {
    background: #141C37 !important;
    border-color: #141C37 !important;
    box-shadow: none !important; }

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  display: none !important; }

#mc_embed_signup div#mce-responses {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important; }

#mc_embed_signup div.response {
  padding: 0 !important;
  margin: 0 !important;
  color: #ffffff; }

#mc_embed_signup .mc-field-group {
  width: 100% !important; }

.banner-about {
  background: radial-gradient(at center, #11264E, #141C37, #141C37); }

.gradient-container {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #141C37; }

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border-color: #DBFF00;
  border-width: 2px;
  border-radius: 3px; }

.fancybox__button--zoom, .fancybox__button--slideshow, .fancybox__button--fullscreen, .fancybox__button--thumbs {
  display: none; }

.fancybox__backdrop {
  background: rgba(20, 28, 55, 0.95); }

.fancybox__button--close {
  color: #DBFF00; }

@media (max-width: 991px) {
  .page-header {
    padding-top: 120px;
    padding-bottom: 60px; } }

.help-block.with-errors {
  color: #FF6B3B;
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 43px; }

.alert-danger {
  color: #FF6B3B;
  font-size: 14px;
  background-color: rgba(255, 107, 59, 0.1);
  border-radius: 2px;
  border: none;
  font-size: 16px; }

.alert-success {
  color: #5f9e27;
  background-color: rgba(119, 255, 0, 0.1);
  font-size: 16px;
  border-radius: 2px;
  border: none; }

.loading {
  display: none; }

@media (max-width: 768px) {
  .navbar-collapse {
    opacity: 0;
    width: auto;
    background: #141C37;
    position: fixed;
    top: 0;
    lefT: 0;
    right: 0;
    max-height: none;
    height: 100%;
    transition: opacity .2s linear; }

  .navbar-collapse.collapse.show {
    opacity: 1; }

  .navbar-nav {
    position: relative;
    top: 50%;
    transform: translateY(-50%); }

  .navbar-expand-md .navbar-nav .nav-link {
    text-align: center;
    font-size: 20px;
    padding: 10px 30px; }

  .mobile-social {
    position: absolute;
    bottom: 40px;
    text-align: center;
    width: 100%; }
    .mobile-social a {
      margin: 0 10px;
      display: inline-block; } }
.past-events img {
  height: 160px;
  object-fit: cover;
  border: 2px solid #0055D4;
  padding: 4px; }

/*# sourceMappingURL=style.css.map */
