@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap');
body {
    color: #000;
    font-family: 'Gibson-Regular', Sans-serif;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5 {
    color: #404040;
    font-family: 'Montserrat', Sans-serif;
    font-weight: 700;
    max-width: 1020px;
    margin: 30px auto 20px;
}
@media (max-width: 600px) {
h1, h2, h3, h4, h5 {
    margin: 20px auto 10px;
  }
}
h1 {
  font-style: normal;
}

/*-- Global Styles --*/
.content-wrapper {
    padding: 20px;
}
.content-block-inner-wrapper {
    margin: 0 auto;
    max-width: 1100px;
}

.wtm-content-section p, #video-transcript p {
    max-width: 1020px;
    margin: 0 auto 15px;
    line-height: 140%;
    color: #404040;
}
.wtm-content-section a {
    color: #005796;
    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; */
}
.background-blue {
  background: rgb(47 154 173);
}
.background-dblue {
  background: #006fb5;
}
.background-white {
  background: #fff;
  padding: 20px;
}
p.youtube-button {
  background-color: transparent;
}
.background-blue p.facebook-follow-button a {
    max-width: 350px;
}


/*-- Header Styles --*/
.wtm-header-banner {
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: start;
    margin: 0 0 0 40px;
}
.wtm-header-banner a {
    text-decoration: none;
}
.wtm-header-banner-text {
  font-family: "Montserrat", Sans-serif;
  font-weight: 700;
   font-size: 25px;
   color: #000;
}
.wtm-header-banner-text a {
  color: #000;
  text-decoration: none;
}
@media (max-width: 600px) {
.wtm-header-banner-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
    display: block;
}  
}
@media (max-width: 500px) {
.wtm-header-banner {
    margin: 0;
    padding: 20px;
    text-align: center;
}
}
/*-- Navigation --*/
@media(min-width: 701px) {
.wtm-mobile-menu-icon {
    display: none;
}
.wtm-nav-menu {
    position: absolute;
    right: 20px;
    top: 60px;
}
.wtm-nav-menu li {
  margin: 0 8px;
}
.wtm-nav-menu a {
    color: #000;
    font-size: 13px;
    font-family: "Montserrat", Sans-serif;
    font-weight: 700;
    text-decoration: none;
}
}
@media(max-width: 700px) {
.wtm-mobile-menu-icon {
  color: #000;
}  
.menu-open .wtm-nav-menu {
    background-color: rgb(47 154 173);
}
.menu-open .wtm-nav-menu a {
    color: #fff;
    text-decoration: none;
}
}

/*-- Home --*/
.min4-video-wrapper {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    color: #3b3b3b;
}
.min4-video-wrapper h2 {
    color: #fff;
}
.min4-video-wrapper .read-text {
  font-size: 20px;
  text-align: center;
  margin: 10px auto 0;
}
.min4-video-wrapper .read-text a {
    color: #fff;
}
.video-wrapper {
    max-width: 700px;
    margin: 0 auto;
}


/*-- About page --*/
#intro > img {
    float: left;
    margin: 0 20px 10px 0;
    max-width: 230px;
}
.pete-quote-wrapper {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
    color: #fff;
}
.pete-quote-wrapper h3 {
    color: #fff;
    margin: 10px;
}
p.read-text {
    text-align: center;
    margin: 10px;
}
.video-size {
    max-width: 560px;
    margin: 30px auto 0;
}
/* --JG Page-- */
#jg-image {
    float: right;
    max-width: 250px;
    text-align: center;
    font-size: 15px;
}
.image-caption {
    text-align: center;
}
.pete-note h2, .pete-note h2 a {
    color: #fff;
}
#tas-tiger-img {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}
#tas-tiger-img p {
    margin-top: 10px;
    font-size: 15px;
}
.jg-vidoeo-wrapper {
    max-width: 700px;
    margin: 30px auto;
    text-align: center;
}
.jg-vidoeo-wrapper p {
    margin-top: 20px;
}
#book-covers {
    text-align: center;
}
/* --FIX THE WORLD-- */


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