@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
body {
    color: #000;
    font-family: Gibson-Regular;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #f1f1f2;
}
h1, h2, h3, h4, h5 {
    color: #2d2d2d;
    font-family: lato,sans-serif;
    font-weight: 600;
    max-width: 1020px;
    margin: 10px auto 20px;
}
h1 {
    text-align: center;
}
h3 {
    margin-top: 25px;
    margin-bottom: 15px;
}
@media (max-width: 600px) {
  h1 {
    font-size: 28px;
    font-style: normal;
    text-align: center;
}
}
a {
  color: #ef2317;
}
/*-- Global Styles --*/
.wtm-page-wrapper {
    max-width: 1100px;
    margin: 0 auto;
}
.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: #ef2317;
    font-family: Gibson-SemiBold;
    font-weight: 400;
    text-decoration: none;
}
b {
  font-family: Gibson-SemiBold;
  font-weight: 400;
  color: #2d2d2d;
/*   -moz-osx-font-smoothing: grayscale; */
}

.bold {
    font-family: Gibson-SemiBold;
    font-weight: 400;
    color: #2d2d2d;
/*     -moz-osx-font-smoothing: grayscale; */
}
.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;
  }
}
.background-dblue {
  background: #314360;
  color: #fff;
}
.colour-box {
    background: #F0C805;
    color: #fff;
    padding: 40px 40px 20px;
    margin: 30px auto 30px;
    max-width: 1040px;
}
.background-mustard {
  background: #F0C805;
  color: #000;
  padding: 25px 0 0;
}


/*-- Header Styles --*/
.wtm-header-banner {
    background: #314360;
    padding: 15px 5px;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.wtm-logo-header {
    margin-right: 20px;
}
.wtm-logo-header img {
    border-radius: 100%;
    width: 115px;
}
.wtm-header-banner-text {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 50px;
  color: #fff;
  line-height: 1;
}
.wtm-header-banner-text span {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #ef2317;
}
@media (max-width: 950px) {
.wtm-logo-header img {
    width: 11vw;
}
.wtm-header-banner-text {
  font-size: 5vw;
}
}
@media (max-width: 700px) {
.h-br {
  display: block;
}
.wtm-header-banner {
    padding: 15px 15px;
    justify-content: left;
    left: 0;
    right: 0;
    top: 0;
}
  .wtm-logo-header img {
    width: 14vw;
}
.wtm-logo-header {
    margin-right: 10px;
}
}
@media (max-width: 500px) {
.wtm-header-banner-text {
  text-align: left;
  font-size: 7vw;
}
  .wtm-logo-header img {
    width: 19vw;
}
.wtm-header-banner {
  flex-direction: row;
  justify-content: flex-start;
}
.wtm-mobile-menu-icon {
  top: 25px;
}
}
@media (max-width: 350px) {
    .wtm-mobile-menu-icon i {
        font-size: 30px;
    }
}
/*-- Navigation --*/
@media(min-width: 701px) {
.wtm-mobile-menu-icon {
    display: none;
}
.h-br {
    display: none;
} 
.wtm-nav-menu {
    margin-top: -10px;
    background: #314360;
    height: 50px;
    align-items: center;
}
.wtm-nav-menu a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
.wtm-nav-menu li.nav-active a {
    color: #e1050d;
}
}

@media (max-width: 700px) {
.wtm-nav-menu .nav-active a {
    color: #314360;
}
}

/*-- Home --*/
p.quote {
    font-family: Gibson-SemiBold;
    text-align: center;
    margin-bottom: 10px;
}
p.quote-source {
    text-align: center;
    font-size: 16px;
}
.greg-video-wrapper {
    max-width: 600px;
    margin: 0 auto;
}
#video-text {
    box-shadow: 1px 3px 7px #888;
    max-width: 600px;
    margin: 0 auto 20px;
    text-align: center;
    padding: 20px 20px 10px;
}
.debunking-wrapper h2 {
   color: #fff;
   text-align: center;
}

#quotes-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style:none;
}
#quotes-list li {
  width: 30%;
  margin: 10px 1%;
  border: 1px solid #333;
  color: #000;
  align-content: center;
  min-width: 300px;
}
#quotes-list li:nth-child(even) {
  background: #F0C805;
  text-align: center;
  padding: 20px 10px;
}
#quotes-list img {
    display: block;
    margin: 0 auto;
}
@media (max-width: 350px) {
  #quotes-list li {
  min-width: 100%;
}
}

#freedom-flexbox.transparent-box {
  background: none;
  margin: 0 auto 0px;
}
#freedom-flexbox h2 {
  color: #fff;
}
#interview-box {
  background: #fff;
  padding: 15px 20px 20px;
  color: #2d2d2d;
  margin: -15px 10px 10px;
}
#social-media {
  background: #fff;
  padding: 20px 20px;
  color: #2d2d2d;
  margin: 10px 10px;
}
.flowers-banner .content-wrapper {
  padding: 0;
}
.flowers-banner .content-block-inner-wrapper {
    margin: 0 auto -6px;
}

.girl-sunset .content-wrapper {
  padding: 0;
}
.girl-sunset img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

/*-- About page --*/
.center-img {
  text-align: center;
}

/* --JG Page-- */
#jeremy-griffith h1 {
  text-transform: uppercase;
}

/* --FIX THE WORLD-- */

/* --Honest Biology-- */
#honest-biology h1 {
  margin-bottom: 0px;
}

/*--Footer styles--*/
footer {
    background-color: #314360;
    padding: 20px 20px;
}
#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;
}