.alert-old {
  left: 0;
  margin: 0 auto;
  max-width: 422px;
  position: fixed;
  right: 0;
  text-align: center;
  width: auto;
  z-index: 9999999;
  top: 2%;
  border-radius: 1000px;
  font-weight: 400;
  -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, .07);
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, .07);
  background-color: var(--Primary);
  color: white;
  border: none;
}

.alert {
  left: 0;
  right: 0;
  top: 0;
  margin: 0;
  max-width: 100%;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 9999999;
  border-radius: 0;
  font-weight: 400;
  -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, .07);
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, .07);
  background-color: var(--Primary);
  color: white;
  border: none;
  word-break: break-all;
}

.alert-error {
  background-color: #fb3b5b;
  color: #ffffff;
}

.alert.alert-danger {
  background-color: #fb3b5b;
  color: #ffffff;
}

.covid-header {
  background-image: linear-gradient(#187aea, #ffffff);
  width: 100%;
  height: 75px;
}

.covid-link {
  color: #ffffff;
  font-size: 1.2em;
  text-decoration: underline;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.navbar {
  background-color: #fff;
  min-height: 5.7em;
  border: none;
}

.icon-bar {
  background-color: #187aea;
}

.nav-item {
  margin-top: 0.7em;
  margin-right: 1.4em;
}

.nav-container {
  width: 100%;
  padding-left: 15px;
}

.navbar-right {
  margin-right: 24px;
}

.nav-item {
  margin: 0 -20px 0 0;
}

.nav-item.round-border {
  border-radius: 1.4em;
  border: 0.07em solid #ebebeb;
  min-width: 6.4em;
  -webkit-box-shadow: 0.7em 0.7em 0.4em 0em rgba(102, 102, 102, 0.15);
  -moz-box-shadow: 0.7em 0.7em 0.4em 0em rgba(102, 102, 102, 0.15);
  box-shadow: 0.7em 0.7em 0.4em 0em rgba(102, 102, 102, 0.15);
}


.nav-item.round-border.red a {
  border: 2px solid #FB3B5B !important;
  color: #FB3B5B !important;
  border-radius: 2em !important;
}

.nav-item.round-border.red a:hover {
  background-color: #FB3B5B !important;
  color: white !important;
}

#btn-navbar-host {
  color: #FB3B5B !important;
  border: 2px solid #FB3B5B !important;
}

#btn-navbar-host:hover {
  border-radius: 2em !important;
  background-color: #FB3B5B !important;
  color: white !important;
}

#btn-navbar-host:hover,
#btn-navbar-host:focus,
#btn-navbar-host:active {
  transform: none;
}

.navbar-nav>li>a {
  padding: 0.7em;
  text-align: center;
  font-size: 1.15em;
}

.navbar-nav>li>a:hover {
  background-color: unset;
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
  color: #000;
}

.nav-item {
  margin-left: 1.5em;
}

.fab {
  color: #000;
}

.footer-content {
  display: flex;
  width: 90%;
  margin-left: 5%;
}

.footer-col {
  display: inline-block;
}

.footer-col .header {
  font-family: 'Roboto Slab';
  font-size: 1.4em;
  color: rgba(0, 0, 0, 0.89);
  margin-bottom: 0.6em;
}

.footer-col-top {
  display: inline;
}

@media only screen and (min-width:1302px) {
  .footer-col-top:nth-child(1) {
    display: inline-block;
    width: 126.41px;
  }
}

@media only screen and (min-width:1302px) {
  .footer-col-top:nth-child(2) {
    display: inline-block;
    width: 98.92px;
  }
}

@media only screen and (min-width:1302px) {
  .footer-col-top:nth-child(3) {
    display: inline-block;
    width: 89px;
  }
}

@media only screen and (min-width:1302px) {
  .footer-col-top:nth-child(4) {
    display: inline-block;
    width: 69.02px;
  }
}

.footer-col-top:not(.mobile) {
  margin-left: max(4vw, 3em);
}


@media only screen and (min-width:1302px) {
  .footer-col-top:not(.mobile) {
    margin-left: max(4vw, 3em);
  }
}

.footer-col.news {
  flex-grow: 100;
  max-width: 1237px;
}

.footer-col:not(.mobile) {
  margin-left: max(4vw, 3em);
}

.footer-right {
  display: flex;
  white-space: nowrap;
  justify-content: space-between;
  width: 45%;
  padding-left: max(4vw, 3em);
}

.footer ul {
  list-style: none;
  padding: 0em;
}

.footer li {
  display: block;
  line-height: 1.8em;
}

.footer li a {
  font-size: 20px;
  color: #000;
  opacity: 0.54;
  font-family: "Nunito Sans";
}

.footer-base {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto auto auto;
  padding: 0 24px;
}

.footer {
  position: absolute;
  width: 100%;
  background-image: url(../images/Footer_bg.png);
  background-repeat: no-repeat;
  overflow: hidden;
  margin-top: 3.6em;
  background-size: 100% 70%;
  background-position-y: -150px;
  padding-top: 21em;
}

.footer-bg {
  background-color: rgb(210, 232, 255);
  width: 100%;
  position: absolute;
  height: 100%;
  top: 30%;
  left: 0;
  z-index: -1;
}

.footer b {
  display: block;
  font-size: 1.4em;
  padding-bottom: 0.6em;
}

.footer ul {
  list-style: none;
  padding: 0em;
}

.footer li {
  display: block;
  line-height: 2.3em;
}

.footer-hr {
  border-color: var(--BlueDark);
  opacity: 0.2;
  margin-bottom: 1em;
  position: relative;
  margin-top: 20px;
}

footer .legal {
  padding-top: 20px;
  padding-bottom: 30px;
  float: left;
  text-align: center;
}

footer .legal * {
  font-size: 20px;
  font-family: "Nunito Sans";
  color: #000;
  opacity: 0.54;
}

footer .legal span.divider {
  padding: 0 15px;
}

footer .social {
  padding-top: 20px;
  padding-bottom: 30px;
  float: right;
}

footer .social i {
  margin-left: 1em;
  margin-top: auto;
  color: #424242;
}

footer .footer-links-group {
  flex-wrap: wrap;
  row-gap: 20px;
}

footer .newsletter-header {
  font-weight: bold;
  margin-top: 0;
}

footer .newsletter-label {
  font-size: 20px;
  font-family: "Nunito Sans";
  color: #000;
  opacity: 0.54;
}

footer .form-group {
  margin-top: 40px;
  max-width: 650px;
}

footer .form-group form {
  position: relative;
}

.last-footer hr {
  margin-bottom: 1em;
  margin-top: 0px;
}

.social-hr {
  display: none;
  border-color: #969ca3;
  margin-bottom: 2em;
}

.img-thumbnail {
  border: none;
}

.image_description {
  color: #333;
}

.container-fluid {
  position: relative;
}

.navbar .container-fluid {
  min-height: 80px;
}

.news-header {
  font-family: 'Roboto Slab';
  color: rgba(0, 0, 0, 0.89);
  font-size: 1.4em;
}

.flag-header {
  font-family: "Nunito Sans";
  color: #000;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}

.flag-second-header {
  font-family: 'Roboto Slab';
  color: rgba(0, 0, 0, 0.89);
  font-size: 1.4em;
  margin-bottom: 0.6em;
  margin-left: 0px;
}

.news-label {
  font-size: 1.2em;
  color: #7d8287;
}

.news-email {
  outline: none !important;
  padding: 0 40px !important;
  font-family: "Nunito Sans";
  border-radius: 2.5em;
  border: none;
  height: 70px;
  font-size: 20px;
  box-shadow: 10px 10px 20px 0 rgba(0, 68, 173, 0.06);
  width: 100%;
}

.news-email::placeholder {
  font-style: italic;
  margin-left: 2.5em;
  font-size: 1em;
}

.news-submit {
  position: absolute;
  font-family: "Nunito Sans";
  font-size: 1em;
  border-radius: 2.5em;
  height: 70px;
  width: 100px;
  right: 0;
  margin-left: -6em;
  background-color: var(--Primary);
  color: #ffffff;
  border: none;
}

.news-submit svg {
  width: 50px;
  height: 50px;
  fill: white;
}

.mobile-image {
  height: 3.5em;
  display: block;
}

.google-play {
  margin-top: 1.7em;
}

.legal {
  color: rgba(0, 0, 0, 0.54);
  font-size: 1.2em;
}

.become-host {
  margin-top: 16px;
  margin-right: 16px;
  border-radius: 2em !important;
}

.become-host-link {
  margin: 0 !important;
  padding: 16px 32px !important;
}

.become-host:hover {
  text-decoration: none !important;
}

.become-host-link:hover {
  text-decoration: none !important;
}

.navbar-collapse {
  border: none !important;
  left: 0;
  max-height: fit-content !important;
}

.navbar-fixed-top .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (max-width: 1612px) {
  .footer {
    background-size: contain;
    padding-top: 25em;
    background-position-y: top;
  }
}

@media only screen and (max-width: 1024px) {
  body {
    font-size: 12px;
  }

  .footer {
    padding-top: 21em;
  }
}

@media only screen and (max-width: 992px) {
  body {
    font-size: 14px;
  }

  footer .footer-links-group > div {
    min-width: 35%;
  }

  .footer {
    padding-top: 16em;
  }

  .news-email,
  .news-submit {
    height: 50px;
  }

  .news-email {
    font-size: 16px;
    padding: 0 15px !important;
  }

  .news-submit {
    width: 80px;
  }

  .news-submit svg {
    width: 40px;
  }

  .footer-bg {
    top: 10%;
  }

  .footer-content {
    display: block;
  }

  .footer-col {
    display: inline;
    margin-left: 2.5em;
    margin-bottom: 4em;
  }

  .mobile {
    display: inline-block;
    width: 100%;
  }

  .mobile-image {
    height: 3em;
  }

  .apple-store {
    float: left;
  }

  .google-play {
    margin-top: 0;
    margin-right: 2.5em;
    float: right;
  }

  .footer-right {
    display: block;
    margin-top: 4em;
  }

  .social {
    float: unset;
  }

  .social-hr {
    display: block;
  }
}

@media (max-width: 991px) {
  .navbar-header {
    float: none;
  }

  #navbar .navbar-nav {
    height: auto !important;
  }

  .navbar-left,
  .navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    margin-left: 0 !important;
    padding-top: 10px;
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  .navbar-fixed-top .container-fluid {
    padding: 10px 20px;
  }

  .navbar-fixed-top .container-fluid .navbar-brand {
    margin-top: 5px;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-collapse.in {
    overflow: unset !important;
  }

  .navbar-nav {
    float: none !important;
    margin-top: 10px;
    flex-direction: column !important;
  }

  .navbar-nav.inline-menu {
    flex-direction: row !important;
    flex-wrap: wrap;
  }

  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.no-streams {
  min-width: inherit;
}

@media only screen and (max-width: 700px) {
  .footer-bg {
    top: 6%;
  }

  .footer {
    padding-top: 12em;
  }
}

@media only screen and (max-width: 550px) {
  .no-streams {
    margin-left: 17vw !important;
  }

  .footer-bg {
    top: 4%;
  }
}

@media only screen and (max-width: 450px) {
  .no-streams {
    margin-left: 12vw !important;
  }
}

@media only screen and (max-width: 375px) {
  .no-streams {
    margin-left: 5vw !important;
  }
}

.ml-0 {
  margin-left: 0;
}