@charset "UTF-8";
body {
  font-size: 16px;
  line-height: 1.7em;
  color: #7F8C8D;
  padding-top: 70px;
}
h1 {
  font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
  color: #000080;
}
h2 {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 2em 0 1em;
  color: #000080;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5em;
}
h3 {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  color: #1F8DD6;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 1.17em;
  margin: 1em 0px;
}
/* The following styles are required for the "scroll-over" effect */
#top {
  background-color: #1f8dd6;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 80%;
  top: 0;
  left: 0;
  position: fixed !important;
  background-image: url("images/banner-europe.jpg");
  background-size: cover;
}
#top-logo {
  width: 80%;
  height: 50%;
  margin: auto;
  position: absolute;
  top: 100px;
  left: 0;
  bottom: 0;
  right: 0;
}
.content-wrapper {
  position: absolute;
  top: 87%;
  width: 100%;
  min-height: 12%;
  z-index: 2;
  background: white;
}
/* pages */
#locations {
  background-color: #3272B4;
  color: #000;
}
#locations h2 {
  color: #fff;
}
#locations h3 {
  color: #000080;
}
#locations img {
  border: 15px solid rgba(255, 255, 255, 1.00);
}
#events {
  background-color: #EE5031;
  color: #000;
}
/* This is the class used for the footer */
.footer {
  background: navy;
  padding: 1em;
  color: #000080;
}
/* Navigation */
.navbar-dark {
  background-color: navy;
  border-color: navy;
}
.navbar-dark .navbar-brand {
  color: #DEBC5F;
  font-weight: 700;
  letter-spacing: 2px;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #DEBC5F !important;
  background-color: transparent;
}
.navbar-nav {
  display: inline-block !important;
}
.nav-link {
  color: #DEBC5F !important;
  letter-spacing: 1px;
}
.nav-link:hover, .nav-link:focus {
  color: #E54C00 !important;
  background-color: transparent;
}
.navbar-nav .show > .nav-link, .navbar-nav .active > .nav-link, .nav-link.show, .nav-link.active {
  color: #DEBC5F !important;
  background-color: #000080;
  display: inline-block !important;
}
.accordion {
  margin-bottom: 20px;
}
.d-block {
  border: thick outset #E54C00;
  background: #F7F3F1;
  padding: 10px 20px;
}
.form-group {
  width: 500px;
  padding: 20px;
  background-color: #E54C00;
  background-image: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 1.00) 65.96%, rgba(229, 76, 0, 0.52) 100%);
  background-image: -moz-linear-gradient(270deg, rgba(255, 255, 255, 1.00) 65.96%, rgba(229, 76, 0, 0.52) 100%);
  background-image: -o-linear-gradient(270deg, rgba(255, 255, 255, 1.00) 65.96%, rgba(229, 76, 0, 0.52) 100%);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 1.00) 65.96%, rgba(229, 76, 0, 0.52) 100%);
  color: #000080;
}
p {
  text-align: center;
  justify-content: center;
}
.social {
  background-color: white;
  text-color: white;
  border-radius: 50px;
}
a {
  display: inline-block !important;
  padding: 10px;
  margin: 10px;
  align-content: center;
}
.foop {
  color: white;
}