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: 20px auto;
}
@media (max-width: 600px) {
h1, h2, h3, h4, h5 {
    margin: 15px auto 10px;
  }
}
@media (max-width: 600px) {
h2 {
    margin: 0 auto 10px;
  }
}
h1 {
  font-style: normal;
}
a {
    color: #bf0a30;
    text-decoration: none;
}
/*-- Global Styles --*/
.wtm-content-wrapper {
    background-size: cover;
    background-image: url(https://images.wtmfiles.com/web/Antelope-cave.jpg);
    background-repeat: no-repeat;
}
.content-wrapper {
    padding: 20px;
}
.content-block-inner-wrapper {
    margin: 0 auto;
    max-width: 1100px;
    background: #fff;
    padding: 30px 20px 10px;
}
.content-block-inner-wrapper.transparent-yellow-box {
    background: rgba(242,165,20, 0.85);
}
.wtm-content-section p {
    max-width: 1020px;
    margin: 0 auto 15px;
    line-height: 140%;
}
.wtm-content-section a {
    color: #bf0a30;
    text-decoration: none;
}
b {
  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, .quote-wt {
    font-family: Gibson-SemiBold;
    font-size: 92%;
}
.sidebyside {
    display: flex;
    justify-content: center;
    list-style: none;
}
.sidebyside li {
    margin: 0 10px;
}
.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;
}
@media (max-width: 700px) {
.sidebyside {
  flex-direction: column;
  align-items: center;
}
.sidebyside li {
  margin: 10px 0;
}
}
.background-gold {
  background: #F2A514;
}
.background-white {
  background: #fff;
}
/*-- Header Styles --*/
.wtm-header-banner {
    background: #f2a514;
    padding: 15px 5px;
    justify-content: center;
    flex-direction: column;
}
.wtm-logo-header {
  margin-bottom: 50px;
}
.wtm-header-banner-text {
   font-size: 40px;
   color: #fff;
   text-align: center;
}
.wtm-header-banner-text span {
   color: #bf0a30;
}
@media (max-width: 700px) {
.wtm-logo-header {
  margin-bottom: 5px;
}
.wtm-header-banner-text {
   font-size: 35px;
}
.wtm-header-banner-text span {
   display: block;
}
}
@media (max-width: 375px) {
.wtm-header-banner-text {
   font-size: 9vw;
}
}
/*-- Navigation --*/
@media(min-width: 701px) {
.wtm-mobile-menu-icon {
    display: none;
}
ul.wtm-nav-menu {
    position: absolute;
    top: 115px;
    left: 0;
    right: 0;
    font-size: 15px;
    max-width: 900px;
    margin: 0 auto;
}  
}
.wtm-nav-menu .nav-active a {
  color: #fff;
  font-family: Gibson-SemiBold;
}
@media (max-width: 700px) {
.menu-open .wtm-nav-menu {
  background-color: #f2a514;
  color:#fff;
}
.menu-open .close-nav {
  color:#fff;
}
}

/*-- Home --*/
h2.white-h2, #freedom-flexbox h2 {
  color: #fff;
  text-align: center;
}
.may-video .content-block-inner-wrapper {
    max-width: 600px;
    padding: 10px 10px 5px;
}
.transcript-wrapper {
    max-width: 1020px;
}
.white-quote-box {
    background: #fff;
    padding: 20px;
    margin: 20px auto;
    text-align: center;
    max-width: 800px;
}
#freedom-flexbox {
    background: none;
    margin: 0 auto;
}
.yellow-text {
    color: #F2A514;
}
.may-freedom-quote .bold {
  font-style: italic;
}
.may-freedom-quote .name {
  font-size: 15px;
  margin-top: 10px;
}
#great-guilt {
    margin-bottom: 2%;
}
@media (max-width: 500px) {
#great-guilt {
    margin-bottom: 10px;
}
}

/*-- About page --*/
img.may-about-img {
    float: right;
    max-width: 250px;
    margin: 0 0 10px 20px;
}
@media (max-width: 700px) {
  img.may-about-img {
    float: none;
    display: block;
    max-width: 100%;
    margin: 10px auto 10px auto;
  }
}
/* -- The Transformation page -- */
@media (max-width: 450px) {
.page-the-transformation h1 {
  font-size: 1.5em;
}
}
.the-transformation-page .centred-img {
  margin: 10px auto;
}

/* --FIX THE WORLD-- */

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