@font-face {
  font-family: "Gotham Round Book";
  src: url("../fonts/GothamRnd-Book_Web.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
body {
  font-family: "Gotham Round Book", Helvetica, Arial, Lucida, sans-serif;
  line-height: 1.5em;
  color: #000;
  font-size: 18px;
}

.mt-2 {
  margin-top: 2em;
}

.mb-2 {
  margin-bottom: 2em;
}

.navbar {
  margin-bottom: 0;
  padding: 15px 0;
  transition: all 0.75s ease-in;
  background-color: #1e1434;
  color: #fff;
  border: none;
}
.navbar .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  height: 60px;
  transition: all 0.75s ease-in;
}
.navbar .navbar-brand img {
  transition: all 0.35s ease;
  height: 60px;
}

.nav-collapse {
  padding: 0.5rem 0;
  transition: all 0.75s ease-in;
}
.nav-collapse .navbar-brand {
  height: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all 0.75s ease-in;
}
.nav-collapse .navbar-brand img {
  transition: all 0.35s ease-in;
  height: 40px;
}

.top-section {
  padding-top: 5em;
  background-color: #1e1434;
}

.hero-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  position: relative;
  margin-top: 5em;
}
.hero-image.home {
  background-image: linear-gradient(180deg, #1e1434 3%, rgba(255, 255, 255, 0) 97%), url("../img/homepage_banner_bw.jpg");
  height: 90vh;
}
.hero-image.contact {
  background-image: linear-gradient(180deg, #1e1434 3%, rgba(255, 255, 255, 0) 97%), url("../img/homepage_banner_bw.jpg");
  height: 50vh;
}

.hero-text {
  font-weight: 500;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  margin: 20px auto;
  width: 80%;
  max-width: 800px;
}
.hero-text h1 {
  font-size: 50px;
  line-height: 1.3em;
  text-align: center;
}
.hero-text p {
  font-size: 20px;
}
.hero-text button {
  margin-top: 20px;
  padding: 0.3em 1em;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50px;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #b21f65;
  transition: color 300ms ease 0ms, background-color 300ms ease 0ms, border 300ms ease 0ms, border-radius 300ms ease 0ms, letter-spacing 300ms ease 0ms;
}
.hero-text button:hover {
  color: #000;
  border: 2px solid #b21f65;
  border-radius: 50px;
  letter-spacing: 3px;
  background-color: #fff;
}

h2 {
  font-size: 40px;
  margin: 1.5em 0 0.5em;
}

.sub {
  line-height: 1.6em;
  padding-bottom: 1em;
}

a, a:hover, a:active, a:focus, a:visited {
  text-decoration: none;
}

a {
  color: #b21f65;
}

.navbar-default .navbar-nav > li.selected > a {
  color: #b21f65;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #999;
}

.card {
  text-align: center;
}
.card img {
  width: 95%;
}
.card h3 {
  font-size: 18px;
}
.card p {
  line-height: 1.5em;
  font-size: 16px;
}

footer {
  background-color: #1e1434;
  color: #fff;
  padding: 1.5em 0 1.5em;
}
footer p {
  font-size: 14px;
  line-height: 1;
  text-align: center;
}

input, textarea {
  border-width: 1px;
  border-color: #333;
  -webkit-appearance: none;
  background-color: rgba(136, 196, 221, 0.13);
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  border-radius: 0;
  color: #000;
  font-size: 14px;
  padding: 12px;
  margin-bottom: 30px;
}

.contact-submit {
  color: #fff;
  border: none;
  border-radius: 10px;
  letter-spacing: 2px;
  font-size: 18px;
  padding: 6px 10px;
  text-transform: uppercase;
  background-color: #b21f65;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .navbar .navbar-brand img {
    height: 100%;
  }
}
.loader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

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