 /*
 Theme Name: FaithCare Outreach
 Theme URI: https://faithcareoutreach.com/
 Author: Michael Muranaka
 Author URI: http://muranaka.ink/
 Description: Custom Theme
 Version: 1.0
 License: GNU General Public License
 License URI: https://www.gnu.org/licenses/gpl.html
 Tags: faithcare outreach
 */

html, body {
  scroll-behavior: smooth;
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  margin: 0;
  padding: 0;
  color: #000;
  background: #fff;
}

.m-by {
  display: none !important;
}

a {
  text-decoration: none;
  cursor: pointer !important;
  transition: all 1s;
}

img {
  display: block;
  object-fit: cover;
  pointer-events: none;
  width: 100%;
  height: auto;
}

p {
  line-height: 160%;
}

header {
  display: flex;
  box-sizing: border-box;
  padding: 15px 30px;
  max-width: 1920px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}

header img {
  width: 180px;
  height: auto;
}

header nav ul {
  display: flex;
  list-style: none;
  align-items: center;
}

header nav li {
  margin: 0 0 0 20px;
}

header nav li a {
  text-transform: uppercase;
  font-size: 16px;
  color: #7A7A7A;
}

header nav li a:hover {
  color: #F0A51F;
}

.button {
  display: inline-block;
  padding: 15px 45px;
  text-transform: uppercase;
  background: #F0A51F;
  border-radius: 10px;
  color: #fff;
}

.donate-button a, .trip-button a {
  display: inline-block;
  padding: 10px 30px;
  text-transform: uppercase;
  background: #D01648;
  border-radius: 10px;
  color: #fff !important;
}

.donate-button a:hover {
  background: #991135;
}
.trip-button a {
  background: #2e2d75;
}

.trip-button a:hover {
  background: #181847;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

h1 {
  font-size: 72px;
  line-height: 120%;
}

h2 {
  font-size: 48px;
  margin: 0 auto 30px;
}

h3 {
  font-size: 36px;
  margin: 0 auto 30px;
}

#fc-hero {
  position: relative;
  display: flex; 
  width: 100%;
  height: 92vh;
}

#fc-hero video {
  position: absolute;
  display: block;
  object-fit: cover;
  z-index: 10;
  width: 100%;
  height: 100%;
}

#fc-hero #content {
  position: absolute;
  display: flex;
  z-index: 20;
  width: 100%;
  height: 100%;
  justify-content: space-around;
  align-items: center;
}

#fc-hero #content h1 {
  color: #fff;
  text-align: center;
  display: block;
  width: 90%;
  max-width: 1000px;
}

.fc-info-cont {
  padding: 150px 0;
  color: #fff;
  text-align: center;
}

.fc-info-cont p {
  display: block;
  margin: 0 auto;
  width: 90%;
  max-width: 1000px;
}

.fc-info-cont p {
  margin: 0 auto 30px;
}

.fc-info-cont p:first-of-type {
  font-weight: 600;
}

#services {
  background: url(/wp-content/uploads/2025/07/services-bg-scaled.jpg) center center no-repeat;
  background-size: cover;
  font-size: 24px;
  font-weight: 600;
}

#trips {
  padding: 150px 0;
  text-align: center;
}

#trips .container {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  padding: 30px;
  text-align: left;
  clear: both;
  cursor: default;
  box-sizing: border-box;
}

#trips .container .headline {
  display: flex;
  align-items: center;
}

#trips .container .copy {
  padding: 0 0 20px 90px;
}

#trips .container .copy p {
  margin: 20px 0 0;
  font-size: 15px;
  line-height: 160%;
}

#trips .container:last-of-type {
  margin: 0 auto;
}

#trips img {
  width: 50px;
  height: auto;
  margin: 0 40px 0 0;
}

#trips h3 {
  font-size: 24px;
  margin: 0;
}

#trips div p {
  line-height: 100%;
  margin: 0;
  font-size: 14px;
}

#mission {
  background: url(/wp-content/uploads/2025/07/mission-bg-scaled.jpg) center center no-repeat;
  background-size: cover;
}

#last {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 90%;
  max-width: 1200px;
  text-align: center;
  margin: 100px auto 0;
}

#last div {
  width: 40%;
  padding: 50px 0;
}

#last div p {
  margin: 0 auto 40px;
}

#last hr {
  align-self: stretch;
  border: none;
  width: 1px;
  background: #E6E6E6;
}

footer {
  text-align: center;
  font-size: 14px;
  padding: 100px 5% 50px;
  box-sizing: border-box;
}

footer a {
  color: #000;
}

footer a:hover {
  color: #0000ee;
}

@media (max-width: 1100px) {
  h1 {
    font-size: 64px;
  }
}

@media (max-width: 1024px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 36px;
  }

  header {
    justify-content: space-around;
    flex-direction: column;
    padding: 30px 30px 0;
  }

  header nav {
    width: 100%;
  }

  header img {
    width: 220px;
  }

  header nav ul {
    margin: 0;
    padding: 0;
    width: 100%;
    justify-content: space-between;
  }

  header nav li {
    margin: 30px 0;
    width: 49%;
  }

  .donate-button a, .trip-button a {
    padding: 15px 30px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
  }

  #menu-item-14, #menu-item-15, #menu-item-16, #menu-item-17 {
    display: none;
  }

  .fc-info-cont {
    padding: 80px 0;
  }

  #services {
    font-size: 20px;
  }

  #trips {
    padding: 80px 0;
  }

  #trips div {
    font-size: 24px;
    width: 80%;
  }

  #last {
    flex-direction: column;
    margin: 80px auto 0;
  }

  #last div {
    width: 80%;
    padding: 0 0 60px;
  }

  #last hr {
    display: none;
  }

  footer {
      padding: 0 5% 50px;
  }
}

@media (max-width: 600px) {
  h1 {
    font-size: 36px;
  }

  h2 {
      margin: 0 auto;
  }

  #fc-hero {
    height: 60vh;
  }

  #trips .container .headline {
    flex-direction: column;
  }

  #trips .container .copy {
    padding: 0 0 20px 0;
  }

  #trips img {
    display: none;
  }

  #trips div {
    width: 100%;
  }

  #trips .container {
      padding: 30px 30px 0;
  }
}