@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
body {
    color: #333;
    font-family: lato,sans-serif;
    font-size: 17px;
}
h1, h2, h3, h4, h5 {
    color: #333;
    font-family: lato,sans-serif;
}

h2 {
  font-size: 35px;
  line-height: 130%;
  text-align: center;
}
@media (max-width: 600px) {
  h2 {
  font-size: 30px;
}
}

/*-- CONTENT BLOCKS --*/
.wtm-content-section p {
    font-size: 17px;
    max-width: 1020px;
    margin: 0 auto 10px;
    line-height: 140%;
}
.wtm-content-block {
    padding: 20px 20px;
}
@media (max-width: 500px) {
.wtm-content-block {
    padding-left: 0;
    padding-right: 0;
}
}
.content-wrapper {
    max-width: 1020px;
    margin: auto;
}
.wtm-content-block.colour-block {
    background: rgba(20,97,242,.12);
}
.content-block-inner-wrapper {
    margin-left: 20px;
    margin-right: 20px;
}
.content-block-inner-wrapper.colour-box {
    background: rgba(20,97,242,.12);
    max-width: 1060px;
    margin: 20px auto;
    padding: 20px;
    border-radius: 15px;
    color: #ffffff;
}
@media (max-width: 600px) {
  #transformation-intro.content-block-inner-wrapper.colour-box {
    margin: 0;
    padding: 20px;
    border-radius: 0;
}
}
@media (max-width: 600px) {
  #transformation-harry-quote.content-block-inner-wrapper.colour-box {
    margin: 20px;
}
}

.red-border-top {
    border-top: solid 5px #EF1F08;
}
.red-border-bottom {
    border-bottom: solid 5px #EF1F08;
}
.white-border-top {
    border-top: solid 10px #ffffff;
}

.background-box {
   background-color: #ffffff;
   border-radius: 15px;
   border: 2px solid #EF1F08;
   padding: 30px 20px 20px;
   max-width: 850px;
   margin: 30px auto;
}
@media (max-width: 1030px) {
  .background-box {
   margin: 30px;
}
}
@media (max-width: 600px) {
  .background-box {
   margin: 20px 20px;
   padding: 25px 20px 15px;
}
}

/*-- Global Styles --*/
.bold {
    font-weight: 700;
    font-family: lato,sans-serif;
}
.em {
  font-style: italic;
}
.centred-text {
  text-align: center;
}
@media (max-width: 600px) {
  .centred-text {
  text-align: left;
}
}
.wtm-content-section .quote {
  font-size: 16px;
  font-weight: bold;
}
.wtm-content-section .quote-source {
  font-size: 13px;
  font-weight: normal;
}
.paragraph-quote {
  font-size: 95%;
  font-weight: bold;
}
.paragraph-quote-source {
  font-size: 85%;
}
.paragraph-digit-allcap {
  font-size: 95%;
}
.bold-underline {
    font-weight: 700;
    text-decoration: underline;
}
.bold-italic {
    font-weight: bold;
    font-style: italic;
}
a {
    text-decoration: none;
    color: #EF1F08;
    font-weight: bold;
}
.image-caption {
  font-size: 15px;
  text-align: center;
}

/*-- Header Styles --*/
.wtm-header-banner {
    background: url(https://images.wtmfiles.com/web/Rotterdam-skyline.jpg?&trim-top=570);
    height: 0;
    padding-top: 33%;
    position: relative;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 20% 0;
}

@media (max-width: 1200px) {
.wtm-header-banner {
    background: url(https://images.wtmfiles.com/web/Rotterdam-skyline.jpg?&trim-top=350);
      height: 0;
    padding-top: 44%;
    position: relative;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 20% 0;
}
}

@media (max-width: 950px) {
.wtm-header-banner {
    background: url(https://images.wtmfiles.com/web/Rotterdam-skyline.jpg?&trim-top=300);
    height: 0;
    padding-top: 47%;
    position: relative;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 20% 0;
}
}

@media (max-width: 600px) {
  .wtm-header-banner {
    background: url(https://images.wtmfiles.com/web/Rotterdam-skyline-mobile.jpg);
    height: 0;
    padding-top: 81%;
    position: relative;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 20% 0;
}
}
/*-- Navigation --*/
.wtm-navigation {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
}
.wtm-nav-menu {
    line-height: 50px;
    font-weight: 700;
    font-size: 14px;
    background: rgb(255,255,255, 0.8);
    margin: 20px auto;
    border-radius: 24px;
    max-width: 1060px;
}
@media (max-width: 1100px) {
.wtm-nav-menu {
    margin: 20px 30px;
}
}
@media (max-width: 1000px) {
.wtm-nav-menu {
    font-size: 14px;
}
}
@media (max-width: 700px) {
.wtm-nav-menu {
    font-size: 16px;
}
}
.wtm-nav-menu a {
    text-decoration: none;
    color: #EF1F08;
}

@media (max-width: 700px) {
  .wtm-mobile-menu-icon i {
    font-size: 30px;
    color: #EF1F08;
    background-color: #ffffff;
    padding: 12px 15px;
    border-radius: 45px;
}
  .wtm-mobile-menu-icon {
    top: 8px;
}
}

/*-- OTHER PAGE TOP TITLES --*/
.top-name-home {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    flex-wrap: wrap;
}
.top-name-home img {
    margin: 0 20px -60px 0;
    width: 140px;
}
.top-name-home h1 {
    color: #EF1F08;
    font-weight: bold;
    font-size: 45px;
    letter-spacing: 0.05px;
    margin-right: 100px;
}
.top-name-home h2 {
    color: #EF1F08;
    font-weight: normal;
    font-size: 40px;
    line-height: 40px;
}
 .site-name.wtm-content-block {
    padding: 20px 0 40px;
  }


@media (max-width: 1200px) {
.top-name-home img {
    margin: 0 20px -50px 0;
    width: 120px;
}
.top-name-home h1 {
    font-size: 40px;
    margin-right: 30px;
}
.top-name-home h2 {
    font-size: 38px;
}
 .site-name.wtm-content-block {
    padding: 20px 0 30px;
  }
} 
  
@media (max-width: 990px) {
.top-name-home {
    max-width: 770px;
}
  .top-name-home img {
    margin: 0 auto;
    width: 105px;
}
.top-name-home h1 {
    font-size: 35px;
    margin: 0 10px;
    text-align: center;
}
.top-name-home h2 {
    font-size: 34px;
    line-height: 54px;
}
 .site-name.wtm-content-block {
    padding: 5px 0 20px;
  }
} 

@media (max-width: 730px) {
.top-name-home {
    max-width: 770px;
}
  .top-name-home img {
    margin: 0 auto;
    width: 105px;
}
.top-name-home h1 {
    font-size: 35px;
}
.top-name-home h2 {
    font-size: 28px;
    line-height: 50px;
}
 .site-name.wtm-content-block {
    padding: 5px 0 20px;
  }
} 

@media (max-width: 380px) {
.top-name-home {
    max-width: 770px;
}
  .top-name-home img {
    margin: 0 auto;
    width: 105px;
}
.top-name-home h1 {
    font-size: 30px;
}
.top-name-home h2 {
    font-size: 22px;
    line-height: 50px;
}
 .site-name.wtm-content-block {
    padding: 5px 0 20px;
  }
} 


/*-- 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 #002157;
}

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

.read-text {
    text-align: center;
    margin-top: 10px;
    color: #BF0A30;
}

.wtm-print-download-text a:hover, .wtm-print-download-text a {
    color: #001B47;
}

#video-description {
    padding: 20px 20px 10px;
}

@media (max-width: 600px) {
#video-description {
    text-align: left;
  }
    .read-text {
    text-align: left;
    padding: 0 auto 10px;
    margin-top: 0px;
  }
}

@media (max-width: 560px) {
    .video-wrapper {
    margin: 0;
    background-color: rgba(255,255,255, 0.99);
}
}

/* pop-up box */
#video-transcript {
    max-width: 800px;
    width: 100%;
}
.transcript-pdf-p {
    text-align: center;
}
#video-transcript p {
    margin: 0 auto 10px;
    line-height: 140%;
}
.transcript-title {
    line-height: 1.2;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 30px;
    color: #1A1A1B;
}
@media (max-width: 600px) {
	.fancybox-content {
		padding: 20px
	}
}
@media (max-width: 370px) {
    .transcript-title {
        font-size: 25px;
    }
	#video-transcript {
    padding: 20px;
}
}

/*--Footer styles--*/
footer {
    background-color: rgb(20 97 242 / 36%);
    padding: 20px 10px;
    text-align: center;
    font-size: 15px;
}
#social-list a {
    color: #333;
}
.footer-p {
    margin: 10px auto;
    color: #333;
    max-width: 290px;
}



/* --Other Pages-- */
.sub-page-title h2 {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 35px;
}
@media (max-width: 600px) {
  .sub-page-title h2 {
    text-align: left;
    font-size: 27px;
}
}

/* --THE WTM-- */
.hc-explained-vid p {
    text-align: center;
    max-width: 800px;
}
.wtm-content-block .publishing-text-wrapper {
  padding-top: 20px;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* --About Page-- */
#about-text p {
  text-align: center;
}
@media (max-width: 600px) {
  #about-text p {
  text-align: left;
}
}
#sven-family-flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 1020px;
    margin: 30px auto 10px;
}

.sven-family-photo-box {   
    margin: 10px;
}
.sven-family-photo-box img {
    max-width: 300px;
    width: 100%;
    border-radius: 15px;
}
 #about-quote-box.background-box {
    margin-top: 0;
    margin-bottom: 30px;
  }

@media (max-width: 600px) {
    .sven-family-photo-box {
    max-width: 400px;
    margin: 10px auto;
}
  #about-quote-box.background-box {
    margin-top: 0;
    margin-bottom: 20px;
  }
}


#fb-post-flex-container-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 20px auto 10px;
}
#fb-post-flex-container-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 30px auto 30px;
}

#fb-post-flex-container-1 .text-box img {
    max-height: 350px;
    height: 100%;
}
#fb-post-flex-container-1 .image-box img {
    max-height: 300px;
    height: 100%;
    margin: 10px;
}
#fb-post-flex-container-2 .text-box img {
    max-height: 430px;
    height: 100%;
}
#fb-post-flex-container-2 .image-box img {
    max-height: 380px;
    height: 100%;
    margin: 10px;
}
@media (max-width: 920px) {
  #fb-post-flex-container-1 .text-box img {
    max-height: 300px;
  }
  #fb-post-flex-container-1 .image-box img {
    max-height: 250px;
  }
  #fb-post-flex-container-2 .text-box img {
    max-height: 360px;
  }
  #fb-post-flex-container-2 .image-box img {
    max-height: 330px;
  }
}

@media (max-width: 767px) {
  #fb-post-flex-container-1 {
    display: block;
}
#fb-post-flex-container-2 {
    display: block;
}
  #fb-post-flex-container-1 .text-box img {
    max-height: auto;
    max-width: 300px;
    margin: 0px auto;
    display: block;
  }
  #fb-post-flex-container-1 .image-box img {
    max-height: auto;
    max-width: 285px;
    width: 100%;
    margin: 5px auto;
    display: block;
  }
  #fb-post-flex-container-2 .text-box img {
    max-height: auto;
    max-width: 300px;
    margin: 0px auto;
    display: block;
  }
  #fb-post-flex-container-2 .image-box img {
    max-height: auto;
    max-width: 285px;
    width: 100%;
    margin: 5px auto 20px;
    display: block;
  }
}

.facebook-group-button {
    text-align: center;
    margin-top: 20px;
}
p.facebook-group-button a {
    color: white;
    background: #385898;
    padding: 10px 20px;
    border-radius: 30px;
}
p.facebook-group-button a i {
    font-size: 25px;
    line-height: 25px;
    position: relative;
    top: 4px;
    margin-right: 6px;
}
.wtm-content-section p.facebook-group-button {
    margin-bottom: 50px;
}

@media (max-width: 350px) {
  .facebook-group-button a {
    display: block;
    max-width: 200px;   
}
}  



/* --The Transformation-- */
#tgt.content-block-inner-wrapper.colour-box {
     color: #000000;
     margin: 50px auto 50px;
}
#tgt #tgt-text h2 {
  color: #000000;
}
#tgt.colour-box {
    margin: 50px auto 50px;
}

