body {
  background: #203864 url('../img/background_atlas.png') no-repeat;
  background-size: contain;
  background-position: 0 60px;
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.bg-white,
.bg-light {
  background-color: transparent!important;
}
.shadow-sm {
  padding: 50px 155px;
  text-align: center;
  background: #fff;
}
.boxtop {
  width: auto;
  height: 500px;
  margin-bottom: 50px;
  background-size: contain;
  background-position: top;
}
.boxtop-left {
  width: 100%;
}
.boxtop-left h1 {
  color: #ffffff;
  font-family: 'Intro-Inline',Arial,sans-serif;
  font-size: 2rem;
}
.boxtop-left h2 {
  color: yellow;
  font-size: 1.5rem;
}
.boxtop-left p {
  color: #ffffff;
  width: 85%;
  font-size: 1.1rem;
}
.col-sm.col-sm-left {
  padding: 80px 0 0 135px;
}
.col-sm.col-sm-right {
  height: 470px;
}
.bg-white.pb-3 {
  height: 470px;
}
.col-sm.col-sm-right iframe {
  width: 100%;
  height: 100%;
}
.col-sm.col-sm-right img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.col-md-3 {
  text-align: left;
}
.col-md-3 p.whats-inside-title {
  font-size: 26px;
  line-height: 80%;
}
.col-md-6 {
  text-align: left;
}
.col-md-6 p strong {
  text-transform: uppercase;
  font-size: 1.7rem;
  font-weight: 300;
  font-family: 'Intro-Inline',Arial,sans-serif;
}
.home-sponsors {
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  background: #fff;
  padding: 0 160px 40px;
}
.home-sponsors h1 {
  font-family: 'Intro',Arial,sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 2rem;
}
.home-sponsors h2 {
  color: #7f131e;
  font-size: 25px;
  font-weight: bold;
}
.home-sponsors p img {
  max-width: 30%;
  width: 8%;
}
.col-sm {
  color: #919191;
  font-weight: 300;
  padding: 0;
}
.col-sm img {
    max-width: 130px;
    height: 65px;
}
.home-sponsors hr {
  margin-top: 0;
  margin-bottom: 40px;
}
.sponsors-container {
  margin: 22px auto 30px;
  padding: 0;
}
.sponsors-container .row {
  display: inline-flex;
  text-align: justify;
  width: 100%;
}
.map-thumbnail {
  cursor: pointer;
}
.row.navbar.navbar-dark {
  margin-left: 0;
  margin-right: 0;
}
.boxtop-left .row {
   margin-right: 0;
   margin-left: 0;
}
@media (min-width: 320px) and (max-width: 649px) {
  .boxtop-left h1 {
    width: 85%;
    font-size: 2rem;
  }
  .boxtop-left h2 {
    width: 85%;
    font-size: 1.5rem;
  }
  .boxtop-left p {
    width: 85%;
    font-size: 1.1rem;
  }
}
@media (min-width: 650px) and (max-width: 1320px) {
  .shadow-sm > .row > .col-md-6 {
    -ms-flex:auto;
    flex: auto;
    max-width: 100%;
  }
  .shadow-sm > .row > .col-md-3 {
    -ms-flex: auto;
    flex: auto;
    max-width: 50%;
    margin-top: 30px;
  }
}
@media (min-width: 650px) and (max-width: 959px) {
  .boxtop-left h1 {
    width: 85%;
    font-size: 2rem;
  }
  .boxtop-left h2 {
    width: 85%;
    font-size: 1.5rem;
  }
  .boxtop-left p {
    width: 85%;
    font-size: 1.1rem;
  }
}
@media (max-width: 1580px) {
  .col-sm.col-sm-left {
    padding: 70px 0 0 110px;
  }
}
@media (min-width: 960px) and (max-width: 1680px) {
  .body {
    background-size: auto;
  }
  .boxtop-left h1 {
    width: 85%;
    font-size: 2rem;
  }
  .boxtop-left h2 {
    width: 85%;
    font-size: 1.5rem;
  }
  .boxtop-left p {
    width: 85%;
    font-size: 1.1rem;
  }
  .shadow-sm {
    margin: -51px auto;
  }
}
@media (max-width: 1680px) {
  .home-sponsors hr {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  body.bg-dark {
    padding-bottom: 0;
  }
  .col-sm.col-sm-right {
    text-align: center;
    height: 419px;
  }
  .shadow-sm {
    padding: 25px 155px;
  }
  .shadow-sm > .row > .col-md-6 {
    max-width: 100%;
  }
  .shadow-sm > .row > .col-md-3 {
    max-width: 50%;
    margin-top: 10px;
  }
}
@media (min-width: 780px) and (max-width: 1680px) {
  .bg-dark {
    /* background-color: #203864!important; */
  }
  .navbar,
  .footer {
    /* background-color: #343a40; */
  }
}
@media (min-width: 650px) and (max-width: 767px) {
  .col-sm.col-sm-right iframe {
    width: 400px;
    height: 200px;
  }
}
@media (min-width: 320px) and (max-width: 779px) {
  .bg-dark {
    /* background-color: #203864!important; */
  }
  .navbar,
  .footer {
    /* background-color: #343a40; */
  }
}

body.with-cookie-bar {
  padding-top: 30px;
  background-position: 0 90px;
}
.cookie-bar {
  position: fixed;
  width: 100%;
  top:0;
  text-align:center;
  height:30px;
  line-height: 30px;
  background: #eee;
}
