/* NAV SECTION */

.navbar {
  background: rgba(8, 8, 8, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navbar-toggler {
  background: #ec8319;
}
.navbar-brand {
  font-size: 20px;
  font-weight: 800;
  padding: 20px 5px;
  color: #ec8319;
}

.navbar-brand:hover {
  color: #fff;
}

.navbar-nav li a {
  height: 40px;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
}

.navbar-nav li a:hover {
  color: #cd7f32;
  border-bottom: 4px solid;
}

/* HERO SECTION */

.hero {
  background-image: url(images/charity.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  text-align: center;
}

.hero h1 {
  font-weight: 900;
}

.hero p {
  color: rgb(182, 181, 181);
}

.hero .h3 {
  width: fit-content;
  max-width: 600px;
}

.hero .verse {
  font-size: 18px;
}

.hero .btn {
  border: 3px solid #cd7f32;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  width: 150px;
  padding: 10px 15px;
  margin: 5px;
  transition: 0.3s all ease-in-out;
}
.hero .donate {
  background: #cd7f32;
}
.hero .donate:hover {
  border: 3px solid #fff;
  background: #fff;
  color: #cd7f32;
}
.hero .reach:hover {
  background: #cd7f32;
}

/* ABOUT SECTION */

.about-us {
  background: #f1f1f1;
}

.about-us h1 {
  max-width: 250px;
  font-weight: 700;
  border-bottom: 3px solid #cd7f32;
}
.about {
  max-width: 700px;
  font-size: 22px;
  font-weight: 300;
}

.about-us .col-sm-12 {
  font-size: 20px;
  font-weight: 400;
}
.about-us .col-sm-12:hover {
  transition: 0.3s all ease-in-out;
  background: #cd7f32;
  color: #fff;
}

.about-us .row h2 {
  font-weight: 700;
  border-bottom: 3px solid #cd7f32;
}

/* FOUNDERS SECTION */

.founders .head {
  max-width: 250px;
  font-weight: 700;
  border-bottom: 3px solid #cd7f32;
}

.icons {
  padding-top: 10px;
  font-size: 22px;
  display: block;
}

a {
  text-decoration: none;
}

.fa {
  color: #ec8319;
  margin: 10px 5px 0;
  transition: 0.2s all ease-in;
}
.fa:hover {
  color: #fff;
}

/* SERVICES SECTION */

.services .srv {
  max-width: 180px;
  font-weight: 700;
  border-bottom: 3px solid #cd7f32;
}
.services .stk {
  max-width: 275px;
  font-weight: 700;
  border-bottom: 3px solid #cd7f32;
}
.services .btn {
  background: #000;
  color: #fff;
  margin: 5px;
  font-weight: 700;
  border-radius: 0px;
}
.services .serv .btn {
  font-size: 20px;
}
.services .serv .btn:hover {
  background: #ec8319;
}

.services p {
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
}

/* GALLERY AND EVENTS */

.container p{
  text-align: center;
  font-size: 22px;
}
.container h1{
  text-align: center;
  font-size: 65px;
}
.container span{
  color: #cd7f32;
  text-decoration: underline;
}

/* CONTACT US */

.contact-us {
  background: #cfcdcd;
}

.contact-us h1 {
  max-width: 250px;
  font-weight: 700;
  border-bottom: 3px solid #cd7f32;
}
.contact .cell {
  text-align: left;
  /* color: #ffffff; */
  background: #141414;
  border: 1px solid #494545;
  border-radius: 5px;
  padding: 35px 60px;
  margin: 10px auto;
}

.contact .cell h3 {
  color: #fff;
}
.contact p {
  text-align: left;
  font-size: 17px;
  font-weight: 350px;
  color: gray;
}

.contact .fa {
  font-size: 20px;
  padding: 10px 0 5px 0;
  margin-bottom: 2px;
  color: #ec8319;
}

.contact h3 {
  text-align: left;
  font-size: 20px;
}
.contact #h3 {
  color: #858585;
  padding-top: 20px;
}

#sns .fa {
  font-size: 25px;
  color: #ec8319;
}
#sns .fa:hover {
  color: #fff;
}

.contact .btn-dark {
  background: #ec8319;
  font-weight: 700;
  font-size: 16px;
}

/* FOOTER SECTION */
.footer {
  color: #817d7d;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  background: #111111;
  padding: 35px 0;
}

/* MEDIA QUERIES */

@media (max-width: 320px) {
  .navbar-brand {
    font-size: 15px;
  }
}
