@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Tenor+Sans&display=swap" rel="stylesheet" rel="stylesheet">');
body {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
   -webkit-text-size-adjust: 100%;
}

h1 {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    text-align: left;
    margin: 0px 0px 20px 40px;
}
@media (max-width: 1100px) {
  h1 {
    margin: 0 0 20px;
  }
}
@media (max-width: 600px) {
  h1 {
    font-size: 1.7em;
  }
}
h2, h3, h4, h5 {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    text-align: left;
}
/*-- Global Styles --*/
.wtm-content-block {
    
}
.content-wrapper {
    padding: 20px;
}
.content-block-inner-wrapper {
    margin: 20px auto;
    max-width: 1100px;
}
.yellow-border-box {
    margin: 30px auto;
    padding: 30px 40px 20px;
    border: 6px solid #FFCD13;
    max-width: 960px;
    border-radius: 30px;
    background: rgb(255, 255, 255, 0.9);
}
@media (max-width: 600px) {
  .yellow-border-box {
    margin: 20px auto;
    padding: 30px 30px 10px;
  }
}
.yellow-border-top {
    border-top: 15px solid #FFCD13;
}
.blue-background {
  background-color: #0329F8;
}
.colour-block {
    background: #0329F8;
    padding: 20px;
    color: #fff;
}
.white-box {
  background-color: #fff;
  max-width: 1100px;
  margin: auto;
  color: #000;
  padding: 15px 40px;
  border-radius: 30px;
}
@media (max-width: 600px) {
  .white-box {
  padding: 15px 20px;
  }
}
.wtm-content-section p {
    font-size: 17px;
    max-width: 1020px;
    margin: 0 auto 10px;
    line-height: 140%;
}
.wtm-content-section a {
    color: #0329F8;
    text-decoration: none;
    font-weight: 500;
}
.wtm-content-section .quote a {
    font-weight: 600;
}
.bold {
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}
.em {
  font-style: italic;
}
.bold-italic {
  font-weight: 600;
  font-style: italic;
  font-family: "Montserrat", sans-serif;
}
.centred-text {
  text-align: center;
}
@media (max-width: 600px) {
  .centred-text {
  text-align: left;
}
}
.wtm-content-section .quote {
  font-weight: bold;
  font-style: italic;
}
.wtm-content-section .quote-source {
  font-size: 15px;
  font-weight: normal;
}
.paragraph-quote {
  font-weight: normal;
  font-style: italic;
}
.bold-underline {
    font-weight: 700;
    text-decoration: underline;
    font-family: "Montserrat", sans-serif;
}
p.image-caption {
  text-align: center;
  font-size: 14px;
  max-width: 700px;
  margin: -10px auto;
}

/*-- Header Styles --*/
.wtm-header-banner {
  background: #0329F8;
  padding: 15px 5px;
  justify-content: center;
}
.wtm-header-banner-text {
   font-size: 90px;
   color: #fff;
   font-style: normal;
   font-family: "Tenor Sans", sans-serif;
}
@media(max-width: 975px) {
.wtm-header-banner-text {
   font-size: 65px;
}
}
@media(max-width: 750px) {
.wtm-header-banner-text {
   font-size: 50px;
}
}
@media(max-width: 600px) {
.wtm-header-banner-text {
   font-size: 34px;
}
}
@media(max-width: 410px) {
.wtm-header-banner-text {
    font-size: 30px;
}
}
.wtm-header-banner-text span {
    color: #fff;
}

/*-- Navigation --*/
@media(min-width: 701px) {
.wtm-mobile-menu-icon {
    display: none;
  }  
}
@media (max-width: 700px) {
    .wtm-mobile-menu-icon i {
        font-size: 35px;
        color: #0329F8;
        background: rgb(255, 255, 255, 0.7);
        padding: 7px 12px;
        border-radius: 26px;
    }
}
.wtm-navigation {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
}
.wtm-nav-menu {
    line-height: 120%;
    padding: 20px 0px 15px;
    font-weight: 600;
    font-size: 16px;
    background: rgb(255, 255, 255, 0.9);
    margin: 0px auto;
    border-radius: 30px;
    max-width: 1600px;
}
.wtm-nav-menu a {
    text-decoration: none;
    color: #0329F8;
    font-weight: 600;
    font-style: italic;
}

@media (max-width: 1200px) {
  .wtm-nav-menu {
    font-size: 14px;
  }
}
@media (max-width: 996px) {
  .wtm-nav-menu {
    font-size: 11px;
  }
}
@media (max-width: 700px) {
    .menu-open .wtm-nav-menu li {
       margin-bottom: 30px;
       border-bottom: 2px solid #FFCD13;
       padding-bottom: 27px;
       list-style: none;
    }
    .wtm-nav-menu {
    font-size: 16px;
  }
}


/*-- VIDEOS --*/
.video-size {
    max-width: 560px;
    margin: 0 auto;
}

#video-wrapper {
    max-width: 560px;
    display: block;
    margin: 0 auto;
    padding-bottom: 0px;
    box-shadow: 1px 2px 8px #005B93;
}

#video {
    display: block;
    margin: 0px auto;
    width: 100%;
    max-width: 560px;
    text-align: center;
    line-height: 1.3;
    padding: 25px 20px 10px;
}

/*--Footer styles--*/
footer {
    background-color: #0329F8;
    padding: 20px 20ps 40px;
}
#social-list {
  padding: 0 auto;
}
#social-list a {
    color: #fff;
}
.footer-p {
    margin: auto;
    color: #fff;
    font-weight: 400;
    max-width: 320px;
    text-align: center;
    font-size: 15px;
    padding-bottom: 10px;
}

/* --Non home pages-- */
.other-page-title h2 {
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 34px;
    margin-left: 40px;
}
@media (max-width: 1140px) {
  .other-page-title h2 {
    margin-left: 0px;
  }
}
@media (max-width: 600px) {
  .other-page-title h2 {
    font-size: 30px;
  }
}
@media (max-width: 370px) {
  .other-page-title h2 {
    font-size: 28px;
  }
}

/* --About-- */
#friedrich-painting img {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 20px auto;
}
#friedrich-painting .image-caption {
  max-width: 480px;
  margin-bottom: 40px;
}
#about .yellow-border-box {
  max-width: 980px;
}
#about-flexbox {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   margin: 30px auto;
}
#about-flexbox img {
  margin: 20px;
  width: 100%;
  max-width: 350px;
}

@media (max-width:820px) {
#about-flexbox .image-caption {
  margin-bottom: 20px;
  }
}  

@media (max-width:600px) {
  #about-flexbox {
    margin: 20px auto;
  }
  #about-flexbox img {
    margin: 10px;
  }
}

/* --Teenage Mind-- */
#hodei-art img {
  max-width: 300px;
  width: 100%;
  display: block;
  margin: 20px auto;
}
#hodei-art .image-caption {
  margin-bottom: 20px;
}

/* --THE WTM-- */
#publishing-para .content-block-inner-wrapper {
  margin-top: 10px;
  margin-bottom: 0;
}
#publishing-para .content-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
#watch-video {
    margin-bottom: 40px;
    max-width: 800px;
}
/* --Translations-- */
#translation-flexbox {
  display: flex;
  flex-wrap: wrap;
  align-items: top;
  justify-content: center;
}

#flex-text {
  max-width: 650px;
}
#flex-image img {
  width: 100%;
  max-width: 200px;
  margin: 0 30px 20px;
}

@media (max-width: 950px) {
    #translation-flexbox {
    display: flex;
    flex-wrap: wrap;
  }
  #flex-text {
    max-width: 650px;
    text-align: center;
  }
  #flex-image {
  }
  #flex-image img {
    margin: 20px auto;
  }
}

@media (max-width: 600px) {
    #flex-text {
    text-align: left;
  }
  #translation-flexbox.content-wrapper {
  padding: 0 20px;
  }
}


