@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
body {
    background: url(/fixtheworldbroome/img/broome-background.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #333;
    font-family: Gibson-Regular;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5 {
    color: #2d2d2d;
    font-weight: bold;
    font-family: lato,sans-serif;
    max-width: 1020px;
    margin: 30px auto 20px;
}
@media (max-width: 600px) {
h1, h2, h3, h4, h5 {
    margin: 20px auto 10px;
  }
}
h1 {
  font-style: normal;
  text-align: center;
  font-size: 30px;
}
a {
    color: #c94e22;
    text-decoration: none;
}
/*-- Global Styles --*/
.wtm-page-wrapper {
    background-color: #ffffffd4;
    margin: 30px auto;
    max-width: 1000px;
}
@media (max-width: 1020px) {
.wtm-page-wrapper {
    margin: 0 auto;
}  
}
.content-wrapper {
    padding: 20px;
}
.content-block-inner-wrapper {
    margin: 0 auto;
    max-width: 1100px;
}

.wtm-content-block p, .transcript-wrapper p {
    max-width: 1020px;
    margin: 0 auto 15px;
    line-height: 140%;
}
.background-white {
    background-color: #fff;
}
.background-grad-blue {
  background-image: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(112, 219, 219, 1)); 
}
.background-grad-orange {
  background-image: linear-gradient(to right, rgba(254, 254, 149), rgba(255, 102, 1)); 
}
.background-grad-orange .transparent-box {
  background:none;
}
/*-- Header Styles --*/
.wtm-banner {
  height: 220px;
}
.wtm-header-banner {
    display: flex;
    align-items: center;
    padding: 30px 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url(/fixtheworldbroome/img/broome-banner.png) no-repeat center center;
    background-size: cover;
    color: #fff;
    padding-left: 50px;
}
.wtm-header-banner-text {
    font-family: 'Gibson-SemiBold';
    font-size: 32px;
    line-height: 110%;
}
@media (max-width: 500px) {
.wtm-header-banner {
    padding-left: 0;
}
.wtm-header-banner-text {
    text-align: center;
} 
}
@media (max-width: 400px) {
.wtm-header-banner-text {
    font-size: 28px;
}
}

/*-- Navigation --*/
@media(min-width: 701px) {
.wtm-nav-menu li {
    padding: 10px;
}
.wtm-nav-menu li.nav-active {
    height: 100%;
    background-color: #c94e22;
}
.wtm-mobile-menu-icon {
    display: none;
}
.wtm-navigation.type-normal {
  z-index: 9;
  background: #8080808c;
  font-size: 14px;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}
.wtm-navigation.type-normal a {
  color: #fff;
  text-decoration: none;
  font-family: Gibson-SemiBold;
}
}
@media (min-width: 701px) and (max-width: 800px) {
.wtm-nav-menu li {
    font-size: 12px;
}
}
@media (max-width: 700px) {
.menu-open .wtm-nav-menu {
    background: #23d7ed;
}
.menu-open .wtm-nav-menu a {
    color: #fff;
    text-decoration: none;
}
}

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

/*-- Home --*/
p.intro-text {
    text-align: center;
    margin: 20px 0 0;
    font-size: 30px;
    font-weight: bold;
}
h1.home-h1 {
    font-size: 22px;
    text-align: center;
    margin: 0 auto 20px;
}
.mick-song-title {
    margin-bottom: 35px;
}
.mick-song-wrapper {
    max-width: 600px;
    margin: 0 auto;
}
p.mick-song-sub {
    font-family: 'Gibson-SemiBold';
    text-align: center;
    font-size: 15px;
    line-height: 120%;
    margin: 10px 0;
}
p.read-text {
    text-align: center;
    font-family: 'Gibson-SemiBold';
}
#freedom-text .button {
  padding: 0;
}
#song-quote {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    max-width: 900px;
    margin: 0 auto;
}
@media (max-width: 700px) {
#song-quote {
    flex-direction: column;
}  
}
#song-quote li {
    margin: 0 20px;
    width: 50%;
}
@media (max-width: 700px) {
#song-quote li {
    margin: 10px 0;
    width: 100%;
    text-align: center;
} 
}
#song-quote img {
    border-radius: 100%;
    max-width: 350px;
} 
@media (max-width: 700px) {
#song-quote img {
    max-width: 100%;
} 
}
.lyrics-quote .bold {
    line-height: 180%;
}
span.reference-text {
    font-size: 75%;
}
#community-list {
    display: flex;
    justify-content: center;
    align-items: start;
    max-width: 700px;
    margin: 0 auto;
    list-style: none;
}
#community-list li {
    width: 50%;
}
@media (max-width: 700px) {
#community-list {
    flex-direction: column;
    text-align: center;
}
#community-list li {
    width: 100%;
} 
#community-list li:first-child {
    margin: 10px 0;
} 
}
.wtm-content-block p.youtube-button {
  background-color: transparent;
}

/*-- Whole Bloody Mess Explained --*/
#summary {
    border: 1px solid black;
    padding: 20px;
    border-radius: 50px;
    margin-bottom: 30px;
    background-color: #70DBDB;
    box-shadow: 10px 10px 5px grey;
}
#summary .quote {
    font-family: 'Gibson-Regular';
    font-size: 16px;
}
p.whole-bloody-p .bold {
    font-size: 95%;
}

/* --JG Page-- */
#jg-img {
    float: right;
    margin: 0 0 10px 20px;
    max-width: 400px;
}
.jg-page .read-text {
    margin-top:15px;
}

/* --ABOUT MICK-- */
#portrait {
    float: right;
    border-radius: 50%;
}
#jimmy-img {
    float: left;
    border-radius: 20px;
    box-shadow: 1px 3px 5px 4px #888;
    margin: 0 20px 0 10px;
}
#guitar-img {
    float: right;
    max-width: 250px;
    border-radius: 20px;
    box-shadow: 1px 3px 5px 4px #888;
    margin: 0 0 10px 20px;
}
#bnd-photos, #bnd-wtm {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    list-style: none;
    margin: 10px 0 20px;;
}
#bnd-photos li, #bnd-wtm li {
    flex: 0 0 auto;
}
#bnd-photos img, #bnd-wtm img {
    display: block;
    height: 250px;
    width: auto;
    border-radius: 20px;
}
