/* ========================== */
/* Global
/* ========================== */
:root {
  --icofblue: #283781;
  --icofyellow: #dcb93e;
}
html {
scroll-behavior: smooth;
font-size: 62.5%;
overflow-x: hidden;
}
body {
  margin: 0;
  font-weight: normal !important;
  overflow-x: hidden;
  font-family: 'Nunito Sans', sans-serif;
}
a {
  text-decoration: none !important;
}

/* ========================== */
/* Header
/* ========================== */ 
.header-container {
  width: 100%;
  height: auto;
  margin: 1% 0 0;
}
.icof-banner-logo{
  display: block;
  width: 95% !important;
  height: auto;
  margin: auto;
}

/* NavBar */
.nav-container {
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 0.5em;
  background-color: #fff;
}
.nav-item {
  color: rgb(0, 0, 0) !important;
  font-size: 1.2rem !important;
  font-weight: 800 !important;
  height: 4ch !important;
  background-color: #fff !important;
  border-color: #fff !important;
}
.nav-item:hover,.nav-item:focus {
  background-color: var(--icofblue) !important;
  color: var(--icofyellow) !important;
}
@media (min-width: 1000px) {
  .icof-banner-logo {
    width: 50% !important;
  }
  .nav-container {
    gap: 3em;
  }
}

/* ========================== */
/* Our Mission
/* ========================== */
/* Carousel */
.carousel-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.carousel-item {
  height: 76vh;
  background: rgb(0, 0, 0);
  color: #fff;
  position: relative;

  font-weight: 800 !important;
}
.overlay-image {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-position: center;
  background-size: cover;
  opacity: 0.75;
}
.our-mission{
  /* .current-projects */
  width: 100%;
  height: auto;
  position: relative;
}
.our-mission-text {
  width: 100%;
  height: auto;
  margin-top: 2%;
  margin-bottom: 2%;
}
.our-mission-title {
  font-family: "Raleway", sans-serif !important;
  text-align: center;
  font-weight: 700;
  font-size: 5rem;
  text-transform: uppercase;
  /* font-size: 2.5rem; */
  margin: auto;
  padding-bottom: 1%;
  text-shadow: 2px 2px 2px black;
}
.our-mission-content {
  margin: auto;
  width: 55%;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  text-shadow: 2px 2px 2px black;
}

/* ========================== */
/* Current & Ongoing Projects
/* ========================== */
.current-projects-title {
  font-family: "Raleway", sans-serif !important;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding: 5%;
  margin: auto;
}
.project-container {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 1em 0;
  text-align: center;
  gap: 2em;
}
@media (min-width: 1000px) {
  .project-container {
    flex-direction: row;
    padding: 1em 3em;
    gap: 3em;
  }
}
.project-item {
  display: flex;
  flex: 1;
  flex-direction: column;
  height: auto;
  background: #f1f1f1;
  text-align: center;
  font-family: "Raleway", sans-serif !important;
}
.project-image {
  width: 100%;
  height: auto;
}
.project-title {
  font-weight: 600;
  font-size: 2.2rem;
  text-transform: uppercase;
  margin: 12%;
}
.project-subtitle {
  font-weight: 600;
  font-size: 1.8rem;
  text-transform: uppercase;
  margin-bottom: 10%;
}
.project-text {
  width: 75%;
  margin: 0 auto auto;
  font-size: 1.5rem;
  line-height: 1.6em;
  font-weight: 500 !important;
}
.learn-more-button {
  font-family: 'Nunito Sans', sans-serif !important;
  color: black !important;
  font-size: 1.2rem;
  font-weight: 700;
  border: 0.1em solid black !important;
  border-radius: 0;
  margin: 10% auto;
}
.learn-more-button:hover {
  border: 0.1em solid black !important;
  font-weight: 800 !important;
  background-color: black !important;
  color: white !important;
}

/* ========================== */
/* Quote
/* ========================== */
.quote-box {
  background-color: #f1f1f1 !important;
  width: 100%;
  height: auto;
  margin-top: 1em;
}
.quote {
  font-weight: 500;
  font-size: 2.3rem;
  text-align: center;
  padding-top: 9%;
}
.quote-author {
  font-weight: 500;
  font-size: 1.8rem;
  text-align: center;
  padding-top: 1%;
  padding-bottom: 8%;
}

/* ========================== */
/* Contact Us
/* ========================== */
.contact-us-container {
  padding-top: 5%;
  display: flex;
  flex-wrap: wrap;
}
.contact-us-container > * {
  flex: 1 1 50%;
}
.contact-us-content {
  display: block;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.contact-us-header {
  font-size: 3.8rem;
  font-weight: 550;
  text-transform: uppercase;
  margin: auto;
}
.contact-us-text {
  max-width: 100vw;
  font-size: 1.4rem;
  font-weight: 500;
  color: black !important;
}
.facebook-button{
  color: black;
  border: 0;
  margin: auto;
  font-size: 1.5em !important;
  width: 1.5em !important;
  height: 1.5em !important;
}

/* ========================== */
/* Footer
/* ========================== */
.footer {
  font-family: "Nunito Sans", sans-serif !important;
  font-weight: 500;
  text-align: center;
  font-size: 1.2rem;
  margin-left: 2%;
  margin-right: 2%;
}
.footer-text1 {
  margin-top: 5%;
  margin-bottom: 3%;
}
.footer-text2 {
  font-style: italic;
}
.footer-text3 {
  margin-bottom: 3%;
}
@media (min-width:1000px){
  .footer {
    margin-left: 15%;
    margin-right: 15%;
  }
}