@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;700&display=swap");
body {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  color: #606060;
}

.bold {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
}

.heading {
  color: #333;
}

.upper {
  text-transform: uppercase;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.btn#btn_donate {
  color: white;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.1);
  margin-right: 0;
  padding: 0 30px;
}
.btn.ghost {
  padding: 15px 35px;
  border-radius: 150px;
  border: 2px solid grey;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}
.btn.ghost.secondary {
  border: 2px solid #ec5355;
  color: #ec5355;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  width: 100%;
  height: 100vh;
  z-index: 11;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader img {
  max-width: 350px;
}

::-moz-selection {
  background: #ec5355;
  color: white;
}

::selection {
  background: #ec5355;
  color: white;
}

.carousel-inner {
  height: 70vh;
}

nav {
  background: #31343a;
}
nav #nav_top {
  height: 80px;
  padding-top: 12px !important;
}
nav #nav_top .col-md-3 {
  display: flex;
  align-items: center;
  color: #b7bfcf;
}
nav #nav_top .col-md-3 .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
}
nav #nav_top .col-md-3 .icon {
  border: 2px solid #3b3e44;
  padding: 8px 12px;
  border-radius: 250px;
  margin-right: 1em;
}
nav #nav_top .col-md-3 .icon i {
  color: #ec5355;
}
nav #nav_bottom {
  height: 50px;
  background: #ec5355;
  display: flex;
  justify-content: space-between;
  padding-right: 0 !important;
}
nav #nav_bottom ul {
  display: flex;
  margin-bottom: 0;
  align-items: center;
  height: 100%;
  list-style: none;
}
nav #nav_bottom ul a {
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  padding: 10px 25px;
}
nav #logo {
  max-height: 60px;
}

.rule {
  width: 10%;
  border: 2px solid #ec5355;
  margin: 1.5em 0em;
}
.rule.center {
  margin: 1em auto;
}

header {
  background-image: url(../img/home_header.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 30vh;
}
header#home_header {
  height: 60vh;
}
header#about_header {
  background-image: url(../img/about-bg.jpg);
}
header#outreach_header {
  background-image: url(../img/outreach-bg.jpg);
}
header#gallery_header {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/gallery_bg.jpg);
}
header#donate_header {
  background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url(../img/donate_bg.jpg);
}

#home_welcome .item {
  display: flex;
  min-height: 100px;
  margin-bottom: 2.5em;
}
#home_welcome .item .icon_side {
  min-width: 100px;
  height: 100% !important;
  background: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1em;
}
#home_welcome .item .icon_side i {
  font-size: 3em;
  color: #ec5355;
}
#home_welcome .item .text_side {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 10px 4px;
}
#home_welcome .item .text_side p {
  margin-bottom: 0 !important;
}

#home_believe #left {
  background-image: url(../img/half-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
#home_believe #right {
  background: #31343a;
  color: white;
  padding-left: 2.5em;
}

#home_gallery {
  background: #f2f2f2;
}
#home_gallery .col-md-4 {
  padding: 0 !important;
  position: relative;
}
#home_gallery .col-md-4 img {
  display: block;
  margin: 0 auto;
  width: calc(100% - 8px);
  margin: 4px;
}

footer {
  background: #31343a;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

#map_container {
  height: 500px;
  max-height: 50vh;
  padding: 0;
}

#connect .connect_item .icon {
  width: 80px;
  height: 80px !important;
  background: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px auto;
  margin-bottom: 1.2em;
}
#connect .connect_item .icon i {
  font-size: 2em;
  color: #ec5355;
}

#form_container {
  background-image: url(../img/contact_img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.form-group {
  margin-bottom: 1em;
}
.form-group .form-control {
  border: 2px solid #dfdfdf;
  transition: all 0.5s linear;
}
.form-group .form-control:focus {
  box-shadow: none !important;
  border: 2px solid #ec5355;
}
.form-group label {
  font-weight: bold;
  color: #ec5355;
  margin-left: 0.5em;
  margin-bottom: 0.2em;
  font-size: 0.9em;
}

#one {
  background-image: url(../img/one.jpg);
}

#two {
  background-image: url(../img/two.jpg);
}

#about .icon {
  width: 80px;
  height: 80px !important;
  background: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px auto;
  margin-bottom: 1.2em;
}
#about .icon i {
  font-size: 2em;
  color: #ec5355;
}

#outreach_locations {
  background: #f2f2f2;
}
#outreach_locations .card {
  height: 100% !important;
  border: none !important;
}

.list-group {
  border-radius: 0;
}
.list-group .list-group-item {
  border: none !important;
  border-bottom: 1px solid #d1d1d1 !important;
  display: flex;
  justify-content: space-between;
}
.list-group .list-group-item.last {
  border: none !important;
}

@media only screen and (max-width: 768px) {
  nav {
    display: none !important;
  }
  .carousel-inner {
    height: 70vh;
    background-color: red;
  }
  .carousel-inner img {
    height: 100% !important;
    width: auto !important;
  }
  #mobile_nav {
    height: 60px;
    width: 100%;
    background: aliceblue;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #mobile_nav i {
    font-size: 2em;
    cursor: pointer;
  }
  #mobile_nav #mobile_logo {
    height: 50px;
  }
  #mobile_drawer {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100vh;
    background-color: aliceblue;
    z-index: 4000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease-in;
  }
  #mobile_drawer.active {
    left: 0;
  }
  #mobile_drawer i {
    font-size: 2.5em;
    margin-bottom: 1em;
    color: #31343a;
  }
  #mobile_drawer ul {
    padding-left: 0 !important;
    list-style: none;
  }
  #mobile_drawer ul li {
    margin-left: 0 !important;
  }
  #mobile_drawer ul li a {
    text-decoration: none !important;
    display: block;
    padding: 14px 100px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #31343a;
  }
  .about_thingy,
  .connect_item {
    margin-bottom: 48px;
  }
}
@media only screen and (min-width: 769px) {
  #mobile_drawer,
  #mobile_nav {
    display: none !important;
  }
}/*# sourceMappingURL=main.css.map */