@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200..1000&display=swap');
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: "Nunito Sans",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 {
  text-align: center;
  font-size: 45px;
}
ul {
  line-height: 140%;
}
a {
  color: #0081cc;
}
/*-- 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: #0081cc;
    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%;
}
hr.double-hr {
    border-top: 8px double #8c8b8b;
    margin: 0 auto;
    max-width: 1100px;
}
.background-blue {
  background-color: #0081cc;
}


/*-- Header Styles --*/
.wtm-banner {
    background-image: url("/fixtheworldnorthqueensland/img/nq-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    height: 400px;
}
.wtm-header-banner {
    display: flex;
    align-items: center;
    padding: 30px 0;
    flex-direction: column;
    font-size: 46px;
}
@media (max-width: 700px) {
.wtm-banner {
  height: 300px;
}
.wtm-header-banner {
    font-size: 7vw;
} 
}
.wtm-header-banner-text {
  color: #fff;
  font-family: Gibson-SemiBold;
  text-align: center;
}
/*-- Navigation --*/
@media(min-width: 701px) {
.wtm-mobile-menu-icon {
    display: none;
}
ul.wtm-nav-menu {
  border-bottom: 1px solid #d2d2d2;
}
ul.wtm-nav-menu li {
  margin: 10px 20px;
}
ul.wtm-nav-menu a {
  color: #000;
  text-decoration: none;
}
ul.wtm-nav-menu .nav-active a {
  color: #0099cc;
  font-family: Gibson-SemiBold;
}
}


@media (max-width: 700px) {
.wtm-mobile-menu-icon {
    color: #fff;

}  
}




/*-- Home --*/
.joseph-video {
    max-width: 600px;
    margin: 35px auto 0;
}
p.read-text {
    font-family: 'Gibson-SemiBold';
    text-align: center;
}
.center-img {
    text-align: center;
    margin: 15px auto;
}
.freedom-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.freedom-wrapper a {
    margin: 0 20px 0 0;
    min-width: 280px;
}
@media (max-width: 700px) {
.freedom-wrapper {
    flex-direction: column;
}
.freedom-wrapper a {
    margin: 15px 0 0;
    min-width: 180px;
    max-width: 250px;
} 
}
#interview-box {
    background: white;
    padding: 20px;
}

/*-- Contact page --*/
.contact-p {
    font-size: 25px;
    margin: 25px auto 15px;
    text-align: center;
}

/* --JG Page-- */
ul.biography-list {
    margin: 0 0 20px 50px;
}
.biography-list li {
    margin: 0 0 15px 10px;
}

/* --FIX THE WORLD-- */
.video-size-jg {
  max-width: 600px;
  margin: 0 auto;
}
.video-size-jg p {
    margin: 10px 0 0;
}
/*--Footer styles--*/
footer {
    background-color: #0081cc;
    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;
}