
.logo-image {
  height: auto;
  max-height: 100px;
  width: auto;
  max-width: 100%;
}
#navbarSupportedContent {
  top: 20px !important;
  position: absolute;
  right: 0;
}
.navbar {
  width: 92% !important;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px !important;    
}
.container-fluid {
  background-color: transparent; 
  /* font-family: Georgia, 'Times New Roman', Times, serif;  */
  font-family: Arial, Helvetica, sans-serif !important;
  width: 95%; 
  margin-left: auto; 
  margin-right: auto; 
  margin-top: 40px;
}
figure {
  margin: 0;
}

.header-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 180px 0 155px;
  display: block;
  background-color: black;
}
.footer-copyright {
  padding-right: 15px;
}
a {
  /* color: rgba(18, 206, 194, 0.9) !important; */
  color: rgba(13, 86, 19, 1) !important;
}

.nav-item a {
  /* color: rgba(18, 206, 194, 0.9) !important; */
  color: white!important;
  text-transform: uppercase;
  /* font-size: 0.85em; */
  padding: 1em 1.5em;
  letter-spacing: 2px;
}

.nav-link.corner-button {
  transition: all 0.2s ease;
  display: table;
  height: 50px;
  padding-left: 1.5em;
  padding-right: 1.5em;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: transparent;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  /* border: 2px solid rgba(18, 206, 194, 0.9); */
  border: 2px solid white;
  /* color: rgba(18, 206, 194, 0.9); */
  color: white!important;
  padding: 0.75em 1em !important;
}

.nav-link.corner-button:hover {
  /* background-color: rgba(18, 206, 194, 0.9); */
  background-color: black;
  color: white !important;
}

body {
  margin: 0;
  /* font-family: futura-pt, Futura, Futura-Medium, sans-serif; */
  font-family: Arial, Helvetica, sans-serif !important;
  font-style: normal;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(26, 26, 26, 0.7);
  text-align: left;
  background-color: #fff;
}

.jumbotron {
  color: white;
  background-color: black;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  position: relative;
  padding: 110px 0px 50px 0px;
  /* background-blend-mode: multiply; */
  background-color: gray;
}

.color-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.menu-toggle-button {
  color: white;
}

.blockquote {
  margin-left: 1.5em;
}

.quote {
  font-weight: 400;
  font-size: 18px;
  /* font-family: futura-pt; */
  font-family: Arial, Helvetica, sans-serif !important;
}

.column-image {
  width: 100%;
}

.dropdown-menu {
  background-color: rgba(0, 0, 0, 0.9);
}

.dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.dropdown-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.mobile-only {
  display: none;
}

.desktop-only {
  font-size: 35px;
  /* display: inline-block; */
  display: none !important;
  position: absolute;
  bottom: 0;
  margin-left: 100px;
}
@media (max-width: 1800px) {
  .desktop-only {
    font-size: 30px !important;
  }
  .mobile-only {
    display: none;
  }
}
@media (max-width: 1400px) {
  .mobile-only {
    display: none;
  }
  .desktop-only {
    font-size: 25px !important;
  }
}
@media (max-width: 992px) {
  .mobile-only {
    display: inline-block;
    position: absolute;
    z-index: 1;
    text-align: center;
    margin-top: 20px;
    font-size: 20px !important;
  }
  .desktop-only {
    display: none;
  }
  
  .navbar-collapse {
    padding: 1em;
    background-color: rgba(0, 0, 0, 0.9);
  }
}

h1,
h2,
h3,
h4,
h5 {
  /* color: rgba(18, 206, 194, 0.9); */
  color: #1abab3;
  font-family: Arial, Helvetica, sans-serif !important;
}

h1 {
  width: 100%;
  text-align: center;
  font-size: 4em;
}

.flex-row > h1 {
  font-size: 71px;
  font-weight: 700;
  letter-spacing: 0.056338em;
}

.flex-row > p {
  text-align: center;
  color: rgba(18, 206, 194, 0.9);
  font-size: 2em;
  font-weight: 700;
}

.btn-donate-fb {
  font-size: 1.8rem;
}

.tagline {
  font-size: 1.55rem;
}


@media (max-width: 992px) {
  h2 {
    font-size: 2rem;
  }

  .tagline {
    font-size: 1.5rem;
  }

  p {
    font-size: 1.5em;
  }

  .btn-donate-fb {
    font-size: 1.8rem;
  }
  

}

@media (max-width: 768px) {
  h2 {
    font-size: 1.5rem;
  }

  .tagline {
    font-size: 1rem;
  }

  p {
    font-size: 1em;
  }
  .btn-donate-fb {
    font-size: 1.65rem;
  }  
}

@media (max-width: 576px) {
  .footer-copyright {
    text-align: center !important;
    padding-right: 0px;
  }
  .btn-donate-fb {
    font-size: 1.45rem;
  }

  .tagline {
    max-width: 305px;
    font-size: 0.85rem;
  }

  .flex-row > p {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .btn-donate-fb {
    font-size: 1rem;
  }

  .tagline {
    max-width: 170px;
    font-size: 0.75rem;
  }

  .flex-row > p {
    font-size: 1em;
  }
}

.btn-primary {
  border-color: #36b3a8;
  background-color: #36b3a8;
}

.btn-pill {
  transition: opacity 0.1s ease;
  border-radius: 300px;
  padding: 1em 2em 1em 2em;
  opacity: 1;
}

.btn-pill:hover {
  border-color: #36b3a8;
  background-color: #36b3a8;
  opacity: 0.8;
}
