@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700&display=swap');
body {
    color: #000;
    font-family: Gibson-Regular;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #1f1c1c;
}
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: #0847db;
  text-decoration: none;
}
/*-- Global Styles --*/
.wtm-page-wrapper {
    background-color: #fff;
    max-width: 1100px;
    margin: 20px auto;
}
@media (max-width: 1100px) {
.wtm-page-wrapper {
  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: #0847db;
    font-family: Gibson-SemiBold;
    font-weight: 400;
    text-decoration: none;
}
b {
  font-family: Gibson-SemiBold;
  font-weight: 400;
}

.bold {
    font-family: Gibson-SemiBold;
    font-weight: 400;
}
.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-family: Gibson-SemiBold;
    font-size: 92%;
}
.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;
}
}

.background-blue {
  background-color: #4B9AC8;
  color: #fff;
}
/*-- Header Styles --*/
.wtm-header-banner {
    justify-content: center;
    flex-direction: column;
    padding: 17px 0 10px;
}
.wtm-logo-header {
  margin-right: 20px;
}
.wtm-header-banner-text {
    font-size: 40px;
    color: #000;
    text-align: center;
    font-family: 'Gibson-SemiBold';
}
@media (max-width: 600px) {
.wtm-header-banner-text {
    font-size: 7.5vw;
}
}

/*-- Navigation --*/
@media(min-width: 701px) {
.wtm-mobile-menu-icon {
    display: none;
}
.wtm-nav-menu a {
    color: #2d2d2d;
    font-size: 16px;
}
.wtm-nav-menu .nav-active a {
    color: #4B9AC8;
    font-family: Gibson-SemiBold;
}
.wtm-nav-menu {
    border-bottom: 1px solid #d2d2d2;
    padding: 10px 0;
}
}

@media (max-width: 700px) {
.wtm-mobile-menu-icon {
    color: #000;
}
.menu-open .wtm-nav-menu {
  background: #000;
}
.menu-open .wtm-nav-menu a {
    color: #fff;
}
.menu-open .close-nav {
  color: #fff;
}
.wtm-nav-menu .nav-active a {
    color: #337ab7;
}
}

/*-- Home --*/
.earth-background {
    background-image: url(https://images.wtmfiles.com/Earth-sunrise_WEB_1100x383.jpg);
    background-position: center;
    background-size: cover;
    height: 400px;
    color: #fff;
    position: relative;
}
.earth-background .content-block-inner-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding:20px;
}
.earth-background p {
    text-align: left;
    margin: 0 0 10px 0;
}
.earth-background .bold {
    font-size: 22px;
}
@media (max-width: 600px) {
.earth-background .bold {
    background-color: rgba(60, 60, 60, 0.2);
    padding: 10px;
}
}
#good-heading {
  color: #fff;
}
#hero-list {
    list-style: none;
}
#hero-list li {
    display: inline-block;
    vertical-align: middle;
}
@media (max-width: 700px) {
#hero-list li {
    display: block;
    margin: 0 auto;
}
}
#hero-list li:nth-child(1) {
    width: 40%;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
    margin-right: 40px;
}
@media (max-width: 700px) {
#hero-list li:nth-child(1) {
    width: 90%;
    margin: 30px auto 0;
}
}
#hero-list li:nth-child(2) {
    width: 53%;
    position: relative;
}
@media (max-width: 700px) {
#hero-list li:nth-child(2) {
    width: 90%;
}
}
.no-margin {
    margin-bottom: 0;
}
.name-text {
    font-size: 15px;
    font-weight: 400;
}
#copyright {
    font-size: 9px;
    transform: rotate(269deg);
    position: absolute;
    right: -129px;
    top: 130px;
}
@media (max-width: 930px) {
#copyright {
    right: -110px;
}
}
@media (max-width: 450px) {
#copyright {
    font-size: 8px;
    right: -100px;
    top: 75px;
}
}
div#freedom-flexbox {
  background: #4B9AC8;
}
div#freedom-flexbox h2 {
  color: #fff;
}
.oxford-background {
    background-image: url(https://images.wtmfiles.com/Oxford-buildings-aerial-view_WEB_1100x851.jpg);
    background-position: center;
    background-size: cover;
}
#freedom-quotes {
    background: rgba(255, 255, 255, 0.8);
    padding: 40px 50px 25px;
    max-width: 640px;
    margin: 50px auto 5px;
    font-size: 22px;
    font-family: Gibson-SemiBold;
}
#social-media {
    background: #fff;
    color: #2d2d2d;
    padding: 20px;
}
/*-- About page --*/
#photos-list {
    list-style: none;
    display: flex;
    justify-content: center;
}
#photos-list li {
    margin: 0 10px;
}
#photos-list img {
    object-fit: cover;
    max-width: 300px;
}
@media (max-width: 620px) {
    #photos-list {
        flex-direction: column;
        align-items: center;
    }
    #photos-list li {
        margin: 10px 0;
    }
    #photos-list img {
        max-width: 100%;
    }
}
.star-background {
    background-image: url(https://images.wtmfiles.com/Man-looking-up-at-colourful-stars_WEB_1100x585.jpg);
    background-position: center;
    background-size: cover;
    height: 500px;
    color: #fff;
    position: relative;
}
/* -- STORY OF LIFE-- */
.background-sunrise {
    background-image: url(https://images.wtmfiles.com/Freedom-frm-cave_NoTxt_Crp_WEB_1100x500.jpg);
    background-position: center;
    background-size: cover;
    height: 550px;
}

/* --FIX THE WORLD-- */

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