@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');
body {
    color: #515151;
    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: 'Kaushan Script', cursive;
    font-weight: 600;
    max-width: 1020px;
    margin: 20px auto 20px;
}
@media (max-width: 600px) {
h1, h2, h3, h4, h5 {
    margin: 20px auto 10px;
  }
}
h1 {
  font-style: normal;
}
a {
  color: #ce5c00;
  text-decoration: none;
}
/*-- Global Styles --*/
.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: #ce5c00;
}
b {
  font-family: Gibson-SemiBold;
  font-weight: 400;
  color: #2d2d2d;
/*   -moz-osx-font-smoothing: grayscale; */
}

.bold {
    font-family: Gibson-SemiBold;
    font-weight: 400;
    color: #515151;
/*     -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%;
}
.centred-text, .centred-img {
  text-align: center;
}
@media (max-width: 600px) {
  .centred-text {
  text-align: left;
  }
}
.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-yellow {
  background: #FED000;
}
.background-grey {
  background: #d2d2d2;
}
hr.yellow-hr {
  border: 4px solid #FED000;
  margin: 10px auto;
}

/*-- Header Styles --*/
.wtm-header-banner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    justify-content: center;
    flex-direction: column;
    padding: 0;
}
.wtm-header-banner-text {
   font-size: 8vw;
   color: #fff;
   font-family: 'Kaushan Script', cursive;
   text-align: center;
}
.wtm-banner > picture {
    display: block;
    width: 100%;
}
.wtm-logo-header img {
    max-width: 12vw;
}
@media (max-width: 600px) {
.wtm-logo-header img {
  max-width: 20vw;
}
}
.wtm-banner > picture > img {
    display: block;
    min-height: 200px;
    object-fit: cover;
    max-height: 500px;
}

/*-- Navigation --*/
@media(min-width: 701px) {
.wtm-navigation.type-normal {
  position: relative;
  z-index: 9;
}
.wtm-mobile-menu-icon {
    display: none;
}
.wtm-nav-menu li {
  margin: 10px 0;
}
.wtm-nav-menu a {
  color: #2d2d2d;
  text-decoration: none;
  font-size: 16px;
  margin: 10px;
}
.wtm-nav-menu .nav-active a {
  color: #ce5c00;
}
}

@media (max-width: 700px) {
.menu-open .wtm-nav-menu {
  background: #ce5c00;
}
.menu-open .wtm-nav-menu a {
  color: #fff;
  text-decoration: none;
}
}

/*-- Home --*/
.home-h1 {
  font-family: 'Kaushan Script', cursive;
}
.box-note {
  background: #fff;
  border: 1px solid #ce5c00;
  padding: 20px;
  font-size: 16px;
  font-family: Gibson-SemiBold;
} 
#irish-times-list {
    display: flex;
    list-style: none;
    align-items: center;
}
#irish-times-list img {
    margin: 0 20px 10px 0;
    max-width: 200px;
}
#book-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    justify-content: center;
}
#book-list > li {
    width: 100%;
    max-width: 300px;
    height: 300px;
    margin: 5px 5px 5px 5px;
    text-align: center;
    background: lightgrey;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.the-interview-wrapper {
    background: #fff;
    padding: 20px 0;
}
/*-- About page --*/
#book-covers {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    max-width: 800px;
    justify-content: center;
    margin: 10px auto;
}
.quote-linda p {
    padding-top: 20px;
}
/* --JG Page-- */
#jg-img img {
  float: right;
  margin: 0 0 10px 20px;
}
@media (max-width: 750px) {
#jg-img img {
  float: none;
  margin: 0 auto 10px;
  display: block;
} 
}

/* --FIX THE WORLD-- */
#ftw-page-video {
    background: #fff;
    padding: 20px 0;
}

/*-- Fearless Honesty --*/
#paintings-first, #paintings {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 10px 0;
    flex-wrap: wrap;
    text-align: center;
    font-size: 14px;

}
#paintings li {
    margin: 10px;
}


/*--Footer styles--*/
footer {
    background-color: #2d2d2d;
    padding: 20px 20ps 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;
}
