@import url('https://fonts.googleapis.com/css?family=Inter:400,700&display=swap');

/* Body */
body {
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  background-color: #191948;
  margin: 0;
  padding: 0;
}

/* Fonts */
@font-face {
  font-family: 'WebbEllisCup-Regular';
  src: url('../fonts_landing/WebbEllisCup-Regular.ttf') format('truetype'); /* Oldest Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'WebbEllisCup-Heavy';
  src: url('../fonts_landing/WebbEllisCup-Heavy.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.coming-soon-heavy-font {
  font-family: 'WebbEllisCup-Heavy', 'Inter', Arial, Helvetica, sans-serif;
  font-size: 2.2em;
  text-align: center;
}

.heavy-font {
  font-family: 'WebbEllisCup-Heavy', 'Inter', Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  text-align: center;
  margin-top: -22px;
  padding: 0;
}

.reg-font {
  font-family: 'WebbEllisCup-Regular', 'Inter', Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  text-align: center;
  margin-top: -2px;
  padding: 0;
}

/* Links */
a:link {
  text-decoration: none;
}

/* visited link */
a:visited {
  color: grey;
}

/* mouse over link */
a:hover {
  color: red;
}

/* selected link */
a:active {
  color: grey;
}

/* Images */
img {
  max-width: 100%;
  height: auto; /
  display: block;
}

.image-container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  overflow: hidden;
  background-color: black;
}

.background-image {
  flex-grow: 1;
  background-size: cover;
  background-position: center;
  width: 100%;
}

.content-container {
  background-color: #FFFFFF;
}

/* Banners */
.banner-usa-eagles-tours {
  padding: 60px 70px 15px 70px;
}

.banner-gullivers {
  padding: 15px 10px 30px 10px;
}

.banner-time-to-see {
  margin-bottom: 30px;
}

/* Footer */
footer.footer {
  background-color: #263C6D;
  color: white;
  padding-top: 40px;
  padding-bottom: 40px;
}

footer.footer a {
  color: white;
}

footer.footer img {
  max-width: 100%;
  height: auto;
  padding-top: 0px;
}


/* Cols */
.col-4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.col-12 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 20px;
}

/* Content */


.upcoming-tours-border-left {
  border: 1px solid #5D0000;
}

.upcoming-tours-footer-left {
  height: 60px;
  color: #F6CF46;
  background-color: #9A1E15;
  border-top: 1px solid #F6CF46;
  border-bottom: 1px solid #5C0000;
  border-left: 1px solid #5C0000;
  border-right: 1px solid #5C0000;
  display: flex;
  align-items: center;
  justify-content: center;
}


.upcoming-tours-border-right {
  border: 1px solid #191948;
}

.upcoming-tours-footer-right {
  height: 60px;
  color: white;
  background-color: #DA2E20;
  border: 1px solid #191948;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-outline {
  border: 1px solid #191948;
}

.past-tours-footer {
  height: 72px;
  background-color: #263C6D;
  border: 1px 1px 0px 1px solid #191948;
  color: white;
  padding: 10px;
}

.standard-border {
  border: 1px solid #191948;
}

.standard-margin-bottom {
  margin-bottom: 30px;
}

.copyright {
  padding: 40px 0 0 0;
  margin: 0;
}

.connect {
  width: 60px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


/* responsive adjustments */
@media (min-width: 768px) {
  .footer-align-center {
    text-align: center;
  }
  .footer-align-right {
    text-align: right;
  }
}

@media (max-width: 998px) {
  .heavy-font {
    font-family: 'WebbEllisCup-Heavy', 'Inter', Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    text-align: center;
    padding-top: 3px;
  }

  .reg-font {
    font-family: 'WebbEllisCup-Regular', 'Inter', Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    text-align: center;
    margin-top: 6px;
    padding: 0;
  }


@media (max-width: 768px) {
  .heavy-font {
    font-family: 'WebbEllisCup-Heavy', 'Inter', Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    text-align: center;
    padding-top: 2px;
  }

  .reg-font {
    font-family: 'WebbEllisCup-Regular', 'Inter', Arial, Helvetica, sans-serif;
    font-size: 1em;
    text-align: center;
    margin-top: 1px;
    padding: 0;
  }

  /* Banners */
  .banner-usa-eagles-tours {
    padding: 40px 10px 0px 10px;
  }

  .banner-gullivers {
    padding: 10px 0px 10px 0px;
  }

  .connect {
    width: 60px;
    margin-left: 0;
    margin-bottom: 20px;
  }

  .small-margin-bottom {
    margin-bottom: 30px;
  }

  .footer-align-center {
    text-align: left;
  }

  .footer-align-right {
    text-align: left;
  }
}

@media (max-width: 575px) {
  .heavy-font {
    font-family: 'WebbEllisCup-Heavy', 'Inter', Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    text-align: center;
    margin-top: -20px;
    padding: 0;
  }

  .reg-font {
    font-family: 'WebbEllisCup-Regular', 'Inter', Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    text-align: center;
    margin-top: 1px;
    padding: 0;
  }

  .past-tours-footer {
    height: 82px;
  }
}
