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: #1e73be;
  text-decoration: none;
}
/*-- Global Styles --*/
.wtm-content-wrapper {
    background: #212121;
}
.content-block-inner-wrapper {
    margin: 0 auto;
    max-width: 1100px;
    background: #fff;
    padding: 30px 20px 20px;
}
.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: #1e73be;
}
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;
  }
}
.centred-img {
  text-align: center;
}
.quote {
    font-size: 92%;
}
.imagecaption-wt {
    font-size: 92%;
    line-height: 135%;
}
.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;
}
}
hr.separator {
    border: 0;
    height: 2px;
    background: #000;
    margin: 20px auto;
    max-width: 400px;
}
/*-- Header Styles --*/
.wtm-header-banner {
    justify-content: center;
    padding: 10px 0 5px;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.wtm-logo-header {
  margin-right: 20px;
}
.wtm-header-banner-text {
    font-size: 30px;
    color: #808080;
    text-align: center;
}
.wtm-header-banner span {
    display: block;
    font-size: 36px;
    font-family: 'Gibson-SemiBold';
}
.wtm-banner > picture img {
    display: block;
}
@media (max-width: 450px) {
.wtm-header-banner-text {
    font-size: 7vw;
}
.wtm-header-banner span {
    font-size: 8vw;
}
}
/*-- Navigation --*/
@media(min-width: 701px) {
.wtm-mobile-menu-icon {
    display: none;
}
.wtm-nav-menu {
    background: #d2d2d2;
    padding: 10px 0;
}
.wtm-nav-menu a {
    font-size: 15px;
    color:#000;
}
}
.wtm-nav-menu .nav-active a {
    color: #1e73be;
    font-family: Gibson-SemiBold;
}
@media (max-width: 700px) {
.wtm-mobile-menu-icon {
  color: #808080;
}
.menu-open .wtm-nav-menu {
  background: #808080;
}
.wtm-nav-menu a, .menu-open .close-nav {
  color:#fff;
  text-decoration: none;
}
}

/*-- Home --*/
.black-section {
    background: #212121;
    color: #fff;
}
.black-section .main-quote {
    font-size: 22px;
    font-family: Gibson-SemiBold;
}
.black-section .name {
    font-size: 15px;
    color: #FFCC00;
}
#freedom-flexbox.transparent-box {
    margin: 0 auto;
    padding: 0;
}
@media (max-width: 600px) {
    #freedom-flexbox.transparent-box {
        margin: 0 auto;
    }
}
#post-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#post-list li {
    width: 333px;
    margin: 10px;
    background: #d9d7d7;
    font-size: 15px;
}
#post-list li p {
    padding: 10px;
}

/*-- About page --*/
#craig-movie {
    float: right;
    margin: 0 0 10px 20px;
}
@media (max-width: 800px) {
#craig-movie {
    float: none;
    display: block;
    margin: 10px auto;
}
}
#craig-award, #freedom {
    float: left;
    margin: 0 20px 10px 0;
}
img#freedom {
  max-width: 350px;
  width: 100%;
}
@media (max-width: 600px) {
#craig-award, #freedom {
    float: none;
    display: block;
    margin: 10px auto;
}
}
ul#paintings-first.about-images {
    margin-bottom: 15px;
}
/*-- images on about page and pain of art page --*/
ul#paintings-first, #paintings {
    display: flex;
    list-style: none;
}
ul#paintings-first li, #paintings li {
    width: 50%;
    margin: 0 10px;
    text-align: center;
}
@media (max-width: 700px) {
    ul#paintings-first, #paintings {
        flex-direction: column;
        margin: 10px auto 15px;
    }
    ul#paintings-first li, #paintings li {
        width: 100%;
        margin: 0 auto;
    }
}
ul#paintings-first img, #paintings img {
    height: 300px;
    object-fit: cover;
}
@media (max-width: 700px) {
    ul#paintings-first img, #paintings img {
        height: auto;
    }
}
/* --JG Page-- */
#ftw-page-video {
    background: #fff;
    max-width: 1100px;
    margin: 0 auto;
    padding-bottom: 1px;
}

/* --FIX THE WORLD-- */

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