body {
    color: #000;
    font-family: Gibson-Regular;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5 {
    color: #2d2d2d;
    font-family: lato,sans-serif;
    font-weight: 600;
    max-width: 1020px;
    margin: 30px auto 20px;
}
@media (max-width: 600px) {
h1, h2, h3, h4, h5 {
    margin: 20px auto 10px;
  }
}
h1 {
  font-style: normal;
}
a {
  color:#008080;
  text-decoration: none;
}
/*-- Global Styles --*/
.content-wrapper {
    padding: 20px;
}
.content-block-inner-wrapper {
    margin: 0 auto;
    max-width: 1100px;
}

.wtm-content-section p, .transcript-wrapper p {
    max-width: 1020px;
    margin: 0 auto 15px;
    line-height: 140%;
}
.wtm-content-section a {
    color: #FF4500;
}
b, strong {
  font-family: Gibson-SemiBold;
  font-weight: 400;
}

.bold {
    font-family: Gibson-SemiBold;
    font-weight: 400;
}
.em {
  font-style: italic;
}
.underline {
    text-decoration: underline;
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
}
u {
    text-decoration: underline;
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
}
.bold-italic {
  font-family: Gibson-SemiBold;
  font-weight: 400;
  font-style: italic;
/*   -moz-osx-font-smoothing: grayscale; */
}
.ftw {
  font-size: 97%;
}
.centred-text {
  text-align: center;
}
@media (max-width: 600px) {
  .centred-text {
  text-align: left;
  }
}
.centred-img {
  text-align: center;
}
.quote {
    font-family: Gibson-SemiBold;
    font-size: 92%;
}
hr.hr-brown {
  height: 10px;
  background-color: #c0470b;
  border: none;
  margin: 0 auto;
}
.background-brown {
  background-color: #c0470b;
  color: #fff;
}
/*-- Header Styles --*/
.site-description {
  background: #ff8e24;
  color: #fff;
  font-family: Gibson-SemiBold;
  font-size: 13px;
  text-align: center;
  padding: 10px 0;
}
.wtm-header-banner {
  background: #fff;
  padding: 10px 5px 0;
  justify-content: center;
}
.wtm-logo-header {
  margin-right: 10px;
}
.wtm-header-banner-text {
   font-size: 50px;
   color: #000;
}
@media (max-width: 700px) {
.wtm-logo-header {
  margin: 0 auto;
  max-width: 16vw;
}
.wtm-header-banner-text {
  font-size: 7vw;
  margin-bottom: 10px;
}
.wtm-mobile-menu-icon {
  color: #000;
  top: 50px;
}
}
.page-home .banner-img, .page-jeremy-griffith .banner-img, .page-fix-the-world .banner-img {
  background-image: url("/fixtheworldzambia/img/wtm_zambia_banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 50vw;
  max-height: 500px;
}
.page-contact .banner-img {
  background-image: url("/fixtheworldzambia/img/zambia-contact.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 50vw;
  max-height: 500px;
}
.background-franklin {
  background-image: url("/fixtheworldzambia/img/franklin-mukakanga.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  height: 500px;
}
/*-- Navigation --*/
@media(min-width: 701px) {
.wtm-mobile-menu-icon {
    display: none;
}
.wtm-nav-menu {
    padding: 10px 0;
}
.wtm-nav-menu a {
    font-family: Gibson-SemiBold;
    font-size: 14px;
    color: #000;
}
}
.wtm-nav-menu .nav-active a {
    color: #c0470b;

}
@media (max-width: 700px) {
.wtm-header-banner {
  flex-direction: column;
  align-items: center;
  text-align: center;
}   
}

/*-- VIDEOS --*/
.vid-wrapper {
  max-width: 560px;
  margin: 0 auto;
}
.vid-wrapper .vid-caption {
  font-size: 15px;
  text-align: center;
  margin-top: 10px;
  font-family: Gibson-SemiBold;
}
.vid-wrapper .read-text {
  font-size: 16px;
  text-align: center;
  margin-top: 5px;
}


/*-- Home --*/
#interview-box {
  padding: 20px;
  background: #fff;
  color: #000;
}


/*-- About page --*/


/* --JG Page-- */


/* --FIX THE WORLD-- */



/*--Footer styles--*/
footer {
    background-color: #ff8e24;
    padding: 20px 20px 40px;
}
#social-list {
  padding: 0 auto;
}
#social-list a {
    color: #000;
}
.footer-p {
    margin: auto;
    color: #000;
    font-family: Gibson-SemiBold;
    font-weight: 400;
    max-width: 260px;
    text-align: center;
    font-size: 15px;
    padding-bottom: 10px;
}