@import "https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Montserrat:300,400,500,600,700&display=swap";
body {
  font-family: montserrat, sans-serif;
  font-size: 16px;
  color: #9d9ea5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: montserrat, sans-serif;
  font-weight: 600;
  color: #00113e;
}

body {
  color: #222;
  font-family: sans-serif;
  padding-top: 100px;
}

a {
  color: #00e;
  text-decoration: none;
}

section#supporters {
  background-color: #add6d2;
}

section#events {
  background-color: #343a40;
}

section#expertise {
  background-color: #add6d2;
}

.site-hero {
  position: relative;
  height: 100vh;
  background-size: cover;
  background-position: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .site-hero {
    height: auto;
    padding: 200px 0;
  }
}

@media (max-width: 575px) {
  .site-hero {
    padding: 150px 0;
  }
}

.site-hero-content h1 {
  margin-bottom: 45px;
}

@media (max-width: 1200px) {
  .site-hero-content h1 {
    font-size: 50px;
    margin-bottom: 50px;
  }
}

@media (max-width: 575px) {
  .site-hero-content h1 {
    font-size: 40px;
  }
}

.site-hero-content-heading {
  font-size: 50pt;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.site-hero-content-subheading {
  font-size: 20pt;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  color: #fff;
  margin-bottom: 60px;
}

.site-hero-content-tagline {
  font-size: 20pt;
  font-weight: 400;
  padding-bottom: 30px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

.site-hero-content-button {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.site-hero-content-buttons {
  margin: 0;
  padding: 0;
}

.site-hero-content-buttons li {
  display: inline-block;
}

@media (max-width: 575px) {
  .site-hero-content-buttons li {
    display: block;
  }
}

.site-hero-content-buttons li:not(:last-child) {
  margin-right: 30px;
}

@media (max-width: 575px) {
  .site-hero-content-buttons li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.site-hero-content-buttons li .btn {
  font-weight: 600;
}

@media (max-width: 575px) {
  .site-hero-content-buttons li .btn {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
}

.site-hero-scroll {
  position: absolute;
  left: 50%;
  bottom: 70px;
  transform: translateX(-50%);
}

.sub-title {
  font-size: 20pt;
  font-weight: 300;
  margin-bottom: 30px;
}

span.green {
  font-weight: 800;
  color: #31b997;
}

p.green {
  color: #31b997;
}

div.section-title h2 {
  text-transform: uppercase;
  font-size: 30pt;
  font-weight: 300;
}

a.nav-link.active {
  border-bottom: #31b997 2px solid;
}

h3.greenline {
  border-bottom: #31b997 5px solid;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

a.sitemap-active {
  border-left: #31b997 8px solid;
  padding-left: 4px;
}

section#events h5.card-title {
  color: #31b997;
  border-bottom: #31b997 3px solid;
}

ul.list-group li {
  background-color: #add6d2;
  font-size: 20pt;
}

li.gs-highlight {
  font-weight: 600;
}

.custom-btn {
  background-color: #31b997;
  color: #fff;
  &:hover {
    background-color: transparent;
    color: #31b997;
    border: 1px solid #31b997;
  }
  border-radius: 5px;
}

a.text-groundspace {
  color: #31b997;
  font-weight: 600;
}

.custom-outline-btn {
  background-color: transparent;
  border: 1px solid #31b997;
  &:hover {
    background-color: #31b997;
    color: #fff;
  }
  color: #31b997;
  border-radius: 5px;
}

h1.site-contact-title {
  font-size: 40pt;
  font-weight: 300;
  margin-bottom: 30px;
}

.form-control {
  background: 0 0;
  border-radius: 0;
  margin-bottom: 30px;
  padding: 0 0 10px;
  border-width: 0 0 2px;
  border-color: #31b997;
  font-weight: 300;
  letter-spacing: 1px;
  -webkit-appearance: none;
  height: 42px;
}
.form-control:focus {
  box-shadow: none;
  background: 0 0;
  border-color: #9d9ea5;
}
select.form-control {
  height: 42px !important;
  position: relative;
}
.select-wrapper {
  position: relative;
}
.select-wrapper::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 10px;
  background: url(../images/angle-down-select.svg);
  background-size: contain;
  background-repeat: no-repeat;
  right: 15px;
  top: 50%;
  transform: translateY(-80%);
}
textarea.form-control {
  height: auto;
}
