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 20px;
}
@media (max-width: 600px) {
h1, h2, h3, h4, h5 {
    margin: 10px auto 10px;
  }
}
h1 {
  font-style: normal;
}
a {
  color: #2b7bb9;
  text-decoration: none;
}
/*-- Global Styles --*/
.content-wrapper {
    padding: 20px;
}
.content-block-inner-wrapper {
    margin: 0 auto;
    max-width: 1100px;
}

.wtm-content-section p {
    max-width: 1020px;
    margin: 0 auto 15px;
    line-height: 140%;
}
.wtm-content-section a {
    color: #2b7bb9;
}
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: #014455;
  color: #fff;
  font-family: Gibson-SemiBold;
  text-align: center;
  font-size: 20px;
}
.lines {
    width: 100%;
    height: 55px;
    background: linear-gradient(
        to bottom,
        #3E8134 0 20px,
        #17420B 20px 35px,
        #1B4354 35px 55px
    );
}

/*-- Header Styles --*/
.wtm-header-banner {
    position: absolute;
    bottom: 0;
    left: 4vw;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
}
.wtm-logo-header {
  margin-right: 20px;
}
.wtm-header-banner-text {
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-weight: 900;
  font-size: 5vw;
  color: #fff;
}
.wtm-header-banner-text span {
  display: block;
  font-size: 50px;
  font-weight: 600;
}
@media (max-width: 1000px) {
.wtm-header-banner-text {
  font-size: 6.5vw;
}
.wtm-header-banner-text span {
  font-size: 5vw;
}
.wtm-logo-header img {
  width: 14vw;
}
}
@media (max-width: 600px) {
}

/*-- Navigation --*/
@media(min-width: 701px) {
.wtm-mobile-menu-icon {
    display: none;
}
.wtm-navigation {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    background: #00000054;
    box-shadow: 0 8px 24px -10px rgba(0, 0, 0, 0.8);
}
.wtm-nav-menu {
    justify-content: flex-end;
    margin: 22px;
}
.wtm-nav-menu li {
    margin: 0 10px;
    text-align: center;
}
.wtm-nav-menu li a {
    color: #fff;
    text-shadow: 0px 0px 9px #000;
    text-decoration: none;
    font-family: Gibson-SemiBold;
    font-size: 18px;
}
.wtm-nav-menu .nav-active a {
  color: yellowgreen;
}
}
@media (max-width: 850px) {
.wtm-nav-menu li a {
    font-size: 15px;
}  
}

@media (max-width: 700px) {
.menu-open .wtm-nav-menu {
  background: #014455;
}
.menu-open .wtm-nav-menu a {
  text-decoration: none;
  color: #fff;
}
.close-nav {
  color: #fff;
}
}

/*-- Home --*/
p.top-quote {
  margin: 0 auto;
}
.name {
  font-family: Gibson-Regular;
  display: block;
}
.doug-vid-wrapper {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}
p.read-text {
  margin-top: 15px
}
#video-transcript.fancybox-content {
    max-width: 800px;
}
#quotes-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    list-style: none;
    margin: 0;
    padding: 0;
}
#quotes-list li {
    margin: 0;
}
#quotes-list img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.text-box {
    background: #064f60;
    color: #fff;
    padding: 20px;
}
@media (max-width: 900px) {
#quotes-list {
    grid-template-columns: 1fr 1fr;
}
#quotes-list li.text-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 20px;
}
#quotes-list li.image-box {
    margin-top: 20px;
}
.text-box hr {
    width: 100%;
}
}
@media (max-width: 550px) {
#quotes-list {
    grid-template-columns: 1fr;
}
#quotes-list li.image-box, #quotes-list li.text-box {
    margin-top: 0;
}
#quotes-list li:nth-child(2), #quotes-list li:nth-child(4), #quotes-list li:nth-child(6), #quotes-list li:nth-child(8), #quotes-list li:nth-child(10) {
    margin-bottom: 20px;
}
}
#freedom-flexbox.transparent-box {
    background: #014455;
    color: #fff;
    margin: 0;
    padding: 0;
}
#freedom-flexbox.transparent-box h2  {
  color: #fff;
}
#freedom-flexbox.transparent-box .button  {
  border-radius: 20px;
}
@media (max-width: 450px) {
#freedom-flexbox.transparent-box .button  {
  padding: 10px 5px;
  font-size: 4vw;
} 
}
.background-trees {
    background-image: url(https://images.wtmfiles.com/NZ-fern-forest_WEB_1280x788.jpg);
    background-position: center;
    background-size: cover;
}
#freedom-quotes {
    background: #ffffff;
    padding: 50px 50px 25px;
    max-width: 900px;
    margin: 50px auto 5px;
    font-size: 20px;
    font-family: 'Gibson-SemiBold';
    color: #014455;
}
#freedom-quotes .name-text {
    font-family: Gibson-Regular;
}
#freedom-quotes .blue-button {
    background-color: #014455;
    border: none;
    color: #ffffff;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    display: block;
    max-width: 263px;
    margin: 15px auto;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    border-radius: 15px;
}
#social-media {
  background: #fff;
  padding: 20px;
  color: #2d2d2d;
  font-family: Gibson-Regular;
  font-size: 18px;
}

/*-- About page --*/
#doug-img {
  float: left;
  margin: 10px 30px 0px 0;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #0000004d;
}
@media (max-width: 600px) {
  #doug-img {
  float: none;
  display: block;
  margin: 0 auto 25px;
}
}
p.top-quote {
    padding: 20px;
}
p.top-quote .top-name {
    font-family: Gibson-Regular;
    font-size: 15px;
}
#bridge {
  border-radius: 5px;
  box-shadow: 0px 0px 10px #0000004d;
}

/*-- Teenage Mind page --*/
span.large-text {
    font-size: 21px;
}
.wtm-content-block.background-dblue.doug-children-minds {
    text-align: left;
}
.wtm-content-block.background-dblue.doug-children-minds p.reg {
    font-family: Gibson-Regular;
}
.doug-children-minds {
  font-family: Gibson-Regular;
}
/* --JG Page-- */


/* --FIX THE WORLD-- */
.colour-box {
    background: #014455;
    padding: 40px 40px 20px;
    margin: 30px auto 30px;
    max-width: 1040px;
}
.colour-box p {
    color: #fff;
    text-align: center;
}
@media (max-width: 600px) {
  .colour-box {
    padding: 20px;
}
}
/*--Footer styles--*/
footer {
    background-color: #fff;
    padding: 0;
    border-top: 1px solid #d2d2d2;
}
#social-list {
  padding: 0 auto;
}
#social-list a {
    color: #2d2d2d;
}
.footer-p {
    margin: auto;
    color: #2d2d2d;
    font-family: Gibson-SemiBold;
    font-weight: 400;
    max-width: 260px;
    text-align: center;
    font-size: 15px;
    padding-bottom: 10px;
}