html {
  background-color:var(--mlfblue);
}

body {
  font-family: "Open Sans", sans-serif;
}

h1, h2, h3, h4, h5 {
  font-family: 'Montserrat', sans-serif;
}

.mlforange {
  color:var(--mlforange);
}
.mlfblue {
  color:var(--mlfblue);
}

#hero {
  background-image:url('../../assets/img/image2.jpg');
  background-repeat:no-repeat;
  background-position:center top;
}

#hero h1, 
#hero h2 {
  color:#fff;
}

.embed-youtube {
    position: relative;
    padding-bottom: 56.25%; /* - 16:9 aspect ratio (most common) */
    /* padding-bottom: 62.5%; - 16:10 aspect ratio */
    /* padding-bottom: 75%; - 4:3 aspect ratio */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.embed-youtube iframe,
.embed-youtube object,
.embed-youtube embed {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.btn-get-started {
  border-color:#fff !important;
  color:#fff !important;
  font-size:1.6rem !important;
}

.btn-donate {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: var(--mlfblue);
  border: 2px solid var(--mlfblue);
}

.btn-donate:hover {
  background: var(--mlfblue);
  color: #fff;
}

.btn-main {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: var(--mlfblue);
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid var(--mlfblue);
}

.btn-main:hover {
  background: var(--mlfblue);
  color: #fff;
  text-decoration: none;
}

.section-title h2::before, .section-title h2::after {
  content: "";
  width: 60px;
  height: 3px;
  background: var(--mlfblue);
  display: inline-block;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  color: var(--mlforange);
}

#header .logo img {
  max-height: 70px;
}

.counts {
  padding-top:60px;
}

.social-icon i {
  font-size:28px;
  vertical-align: bottom;
}
.social-icon i:before {
  display:inline-block;
  padding:5px;
  border:2px solid var(--mlfblue);
  border-radius:50%;
}

#footer {
  background-color: var(--mlfblue);
  color:#fff;
  box-shadow: none;
}

.footer-links a {
  color:#fff !important;
}
.footer-links a:hover {
  color:#fff !important;
  font-weight:bold;
}

.back-to-top {
  border:2px solid #fff;
}
.contact .contact-about p {
  color:#444444;
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
}
.contact .contact-about h3 {
  color:#444444;
}
.contact .contact-about li {
  font-size: 15px;
  line-height: 25px;
  font-family: "Raleway", sans-serif;
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color:#444444;
}

.faq-item {
  margin: 20px 0;
  padding: 20px 0;
  border-bottom: 1px solid #eeeeee;
}

#hero {
  background-size:cover;
  background-attachment: unset;
  min-height:600px;
}

.mobile-nav-toggle::before {
  content: "\f479" !important;
}
.bi-x::before {
  content: "\f62a" !important;
}

.mlflist {
  list-style-type: none;
  padding-left:0px;
}

.mlflist li i {
  color:var(--mlfblue);
}


/* MEDIA QUERIES */

@media (max-width: 576px) and (min-width: 0px) {
  #hero {
    background-size:cover;
    background-attachment: unset;
    max-height:400px;
  }
  .section-title h2::before, .section-title h2::after {
    content: "";
    width: 0px;
    height: 0px;
    background: none;
  }
}

@media (max-width: 768px) and (min-width: 577px) {
  #hero {
    background-size:cover;
    background-attachment: unset;
    max-height:400px;
  }
  .section-title h2::before, .section-title h2::after {
    content: "";
    width: 0px;
    height: 0px;
    background: none;
  }
}

@media (max-width: 991px) and (min-width: 769px) {
  #hero {
    background-size:cover;
    background-attachment: unset;
    max-height:400px;
  }
  .section-title h2::before, .section-title h2::after {
    content: "";
    width: 0px;
    height: 0px;
    background: none;
  }
}

@media (max-width: 1400px) and (min-width: 992px) {
}

@media (max-width: 1700px) and (min-width: 1401px) {
}

@media (min-width: 1701px) {
}

.outline-text {
    /*text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000;*/
    background-color: rgba(54, 79, 194, 1);
}
