/*  Main layout for site */

html, body {
    background-color: transparent;
    color: #636b6f;
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
    font-size: 20px;
    margin: 0 auto;
    background-image: url("../images/grey.png");
    background-repeat: repeat;
}

a, a:visited {
    color: #bc3200;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

#wrapper-1-outer{
    width: 100%;
    background-image: url("../images/wild_oliva.png");
    background-repeat: repeat;
    position: relative;
    margin: 0 auto;
}

#wrapper-1-inner {
    width: 40.0rem;
    margin: 0 auto;
    /* background-color: #54226D; */
}

#wrapper-2-outer{
    width: 100%;
    position: relative;
    clear: left;
    margin: 0 auto;
    background-color: #2e5095;
}

#wrapper-2-inner {
    width: 40.0rem;
    margin: 0 auto;
}

#wrapper-3-outer{
    width: 100%;
    position: relative;
    clear: left;
    margin: 0 auto;
}

#wrapper-3-inner {
    width: 40.0rem;
    margin: 0 auto;
}

#wrapper-4-inner {
    width: 40.0rem;
    margin: 0 auto;
    background-color: #54226D;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrapper-4-message {
    font-size: 1.0rem;
    font-weight: 500;
    color: #C5BDEA;
    padding: 0.2rem 0.2rem 0.2rem 0.2rem;

}

.imageholder {
    width: 100%;
    margin: 0 auto;
    font-size: 0;
}

.mainimage {
    width: 100%;
}

.banner_img{
    width: 100%;
    object-fit: contain;
}

div.header-photo-credit-holder{
    width: 100%;
    height: 0;
    margin: 0 auto;
    background-color: black;
}

div.photo-credit-bottom-right{
    width: 100%;
    font-size: 0.4rem;
    font-weight: 900;
    color: #fdfaf0;
    bottom: 0.5rem;
    text-align: right;
    text-shadow: black 0.1em 0.1em 0.2em;
    transform: translate(-0.5em, -1.5em);
}

div.photo-credit-bottom-left{
    width: 100%;
    font-size: 0.4rem;
    font-weight: 900;
    color: #fdfaf0;
    bottom: 0.5rem;
    text-align: left;
    text-shadow: black 0.1em 0.1em 0.2em;
    transform: translate(0.5em, -1.5em);
}

.linksholder {
    display: flex;
    width: 100%;
    background-color: #2e5095;
    text-align: center;
    justify-content: center;
}

.links {
    padding: 0.6rem 0.6rem 0.6rem 0.6rem;
}

.links a {
    color: #fdfaf0;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 0.3rem 0 0.3rem;
    vertical-align: middle;
}

.links a:hover {
    color: #f8e398;
}

.contentholder{
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    background-color: white;
    margin: 0 0 3.6rem 0;
    border-radius: 0 0 1.25rem 1.25rem;
    padding: 0.9rem 0 0 0;
}

.content {
    position: relative;
    width: 90%;
    top: 0;
    left: 0;
    display: inline-block;
}

.footerholder {
    position: relative;
    display: inline-block;
    width: 100%;
    color: #636b6f;
    text-align: center;
    justify-content: center;
}

.footer-links {
    margin: 0.5rem 0 0.5rem 0;
    font-size: 0.8rem;
}

.footerholder a{
    color: #636b6f;
    text-decoration: none;
    font-weight: 600;
}

.footerholder a:hover{
    text-decoration: underline;
}

h1.contact-page{
    font-size: 1.2rem;
    text-decoration: underline;
    margin: 0 0 0.3rem 0;
}

h1.achievements-page{
    font-size: 1.8rem;
    text-decoration: none;
    margin: 0 0 0.5rem 0;
    color: #5B81CD;
}

h1.faninfo-page{
    font-size: 1.6rem;
    text-decoration: none;
    margin: 0 0 0.3rem 0;
}

h1.bandinfo-page{
    text-align: left;
    font-size: 1.6rem;
    text-decoration: none;
    margin: 0 0 0.3rem 0;
}


p.indent-1{
   padding: 0 0 0 0.9rem;
}

p.indent-2{
   padding: 0 0 0 1.8rem;
}

p.faninfo-page{
    line-height: 130%;
}
p.faninfo-page-alert{
    line-height: 130%;
    font-weight: bold;
    font-size: 0.9rem;
    color: red;
}

ul.faninfo-page{
    font-size: 0.9rem;
}

ul.faninfo-page li{
    padding: 0 0 0.6rem 0;
}

p.bandinfo-page{
    text-align: left;
    line-height: 130%;
}

span.bold{
    font-weight: 600;
}

span.band-info-instruments{
    font-size: 0.8rem;
    text-decoration: none;
    font-weight: normal;
}

div.copyright-credit{
    width: 100%;
    text-align: left;
    font-size: 0.8rem;
    padding: 0 0 0.3rem 0;
}

div.copyright-notice{
    width: 100%;
    text-align: left;
    font-size: 0.6rem;
    font-style: italic;
    line-height: 110%;
    padding: 0 0 0.6rem 0;

}

p.copyright-notice-footer{
    width: 100%;
    text-align: center;
    font-size: 0.6rem;
    font-style: italic;
    line-height: 110%;
}

.full-height {
    /* height: 100vh; */
    height: 100%;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 0.5rem;
    top: 0.9rem;
}


#topline {
    width: 100%;
    margin: 0 auto;
    clear: none;
    background-color: blue;
}

.title {
    font-size: 4.2rem;
    clear: both;
}

.m-b-md {
    margin-bottom: 0.3rem;
}

.tour-dates {
    position: relative;
    width: 30.0rem;
    background-color: transparent;
    border-color: #000000;
    margin: 0 auto;
}

.socialmediaholder{
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    background-color: #f3f3f3;
    margin: 0 0 0.9rem 0;
    padding: 0.3rem 0 0.3rem 0;
    font-size: 1.0rem;
    white-space: nowrap;
    vertical-align: middle;
}

.socialmedialink {
    display: flex;
    height: 1.8rem;
    margin: 0 0.6rem 0 0;
    align-items: center;
    white-space: nowrap;
}

.socialmedialink a{
    color: #2e5095;
    text-decoration: none;
    font-weight: 600;
}

.socialmedialink a:hover {
    text-decoration: underline;
}

.socialmedialinkimg {
    display: flex;
    width: 1.8rem;
    height: 1.8rem;
    margin: 0 0.3rem 0 0;
    align-items: center;
}

.socialmedialinkimg img{
    vertical-align: middle;
    max-width: 1.8rem;
    max-height: 1.8rem;
    border-radius: 0.3rem;
}

.socialmedialinkimg a:hover{
    text-decoration: none;
}

.content-block{
    color: #636b6f;
    text-decoration: none;
    text-align: left;
    font-size: 0.9rem;
    font-weight: 300;
    padding: 0 0 0.9rem 0;
}

.content-block-centered{
    color: #636b6f;
    text-decoration: none;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 300;
    padding: 0 0 0.9rem 0;
}

.content-block p{
    margin: 0 0 0.9rem 0;
}

.content-img-holder{
    float: right;
    margin: 0.5rem 0 0.5rem 0.5rem;
    background-color: white;
 }

.content-img-caption{
    clear: both;
    text-align: center;
    font-size: 0.7rem;
    width: 100%;
    margin: 0 0 0 0;
    overflow-wrap: break-word;
}

.content-img-144{
    width: 7.2rem;
    margin: 0 0 0 0;
}

.content-img-216{
    width: 10.8rem;
    margin: 0 0 0 0;
}

.content-img-288{
    width: 14.4rem;
    margin: 0 0 0 0;
}

.content-img-360{
    width: 18.0rem;
    margin: 0 0 0 0;
}

.cover-container {
    margin-right: auto;
    margin-left: auto;
}

.album-container{
    margin: 0.9rem 0 0 0;
    padding: 0.9rem 0 0 0;
    border-top: #d4d6d7 0.2rem dotted;
    border-bottom: #d4d6d7 0 dotted;
    font-size: 0.9rem;
    clear: left;
}

.album-container-release-date{
    width: 100%;
    font-size: 0.9rem;
    text-align: left;
}

.album-container-record-label{
    width: 100%;
    font-size: 0.7rem;
    text-align: left;
}

.album-container-title{
    width: 100%;
    font-size: 1.8rem;
    line-height: 110%;
    padding: 0 0 0.15rem 0;
    font-weight: bold;
    color: #2e5095;
}

.album-container-album-version{
    width: 100%;
    line-height: 100%;
    font-size: 0.9rem;
    font-weight: bold;
    text-align: left;
    padding: 0 0 0.3rem 0;
    color: #2e5095;
}

.album-container-left {
    float: left;
    width: 33%;
    padding: 0 0.6rem 0 0;
    margin: 0.6rem 0 0.9rem 0;
 }

.album-cover-img{
    width: 10.8rem;
    height: 10.8rem;
    background-color: #f4f4f4;
}

.album-container-retailers{
    display: inline-block;
    clear: left;
    width: 10.8rem;
    margin: 0.3rem 0 0 0;
    font-size: 1.2rem;
    color: #a9aeb0;
    text-align: center;
    line-height: 1.2rem;
}

.album-container-retailers p{
    line-height: 100%;
    margin: 0 0 0.6rem 0;
    padding: 0;
    font-size: 1.1rem;
    font-weight: bold;
    color: #2e5095;
    text-align: center;
}

.album-container-right{
    width: 65%;
    float: right;
    text-align: left;
    margin: 0.6rem 0 0.9rem 0;
}

.album-container-description{
    clear: right;
    margin: 0 0 0 0;
}

.album-container-description p{
    font-size: 1.1rem;
    line-height: 130%;
}

.article-block{
    margin: 0 0 0.9rem 0;
    padding: 0 0.3rem 0.6rem 0.3rem;
    border-bottom: 0.2rem dotted #d4d6d7;
}

table.singles-chart-data{
    border-collapse: collapse;
    border: 0.05rem solid #c6c6c6;
    width: 100%;
}

table.singles-chart-data th{
    /* background-color:#2e5095;*/
    background-color: #5B81CD;
    padding: 0.45rem 0.3rem 0.45rem 0.3rem;
    text-align: left;
    font-size: 0.625rem;
    font-weight: bold;
    color: white;
}

table.singles-chart-data th+th+th{
    text-align: center;
}

table.singles-chart-data td{
    background-color: transparent;
    padding: 0.3rem 0 0.3rem 0.3rem;
    text-align: left;
    font-size: 0.625rem;
    font-weight: normal;
    color: #494e51;
    border-bottom: 0.05rem solid #c6c6c6;
}

table.singles-chart-data td+td{
    padding: 0.3rem 0.3rem 0.3rem 0.3rem;
    font-weight: bold;
    color: #5B81CD;
}

table.singles-chart-data td+td+td{
    text-align: center;
    font-weight: normal;
    color: #494e51;
}

table.singles-chart-data td.chart-topper{
    font-size: 0.625rem;
    font-weight: bold;
    color: #5B81CD;
    background-color: #f9f9f9;
}

table.singles-chart-data tr:hover {
    background-color: #f8e398;
}

table.singles-chart-data tr:hover td.chart-topper {
    background-color: #f8e398;
}

.singles-chart-song-title{
    word-wrap: break-word;
}

ul.legacy{
    margin: 0;
    padding:0 0 0 1.5rem;
    border: none;
    list-style: square;
}

p.legacy{
    margin: 0;
    padding:0 0 0 0;
    border: none;
}

ul.legacy li {
    padding: 0 0 0.3rem 0;
}

ul.awards-shows{
    margin: 0;
    padding: 0.5rem 0 0 0.9rem;
    border: none;
    list-style: none;
}

p.awards-shows{
    margin: 0;
    padding:0 0 0 0;
    border: none;
}

p.awards-shows strong{
    font-size: 1.0rem;
    font-weight: bold;
    color: #5B81CD;
}

ul.awards-shows-sublist{
    margin: 0;
    padding:0 0 0 1.2rem;
    border: none;
    list-style: square;
}

ul.album-track-list{
    list-style-type: none;
    margin:0;
    padding:0;
}

ul.album-track-list li{
    min-height: 0.9rem;
    vertical-align: middle;
    border-radius: 0.15rem;
    padding: 0.15rem 0.15rem 0.15rem 0.15rem;
    margin: 0 0 0.1rem 0;
    width: 100%;
    text-decoration:none;
    text-align: left;
    font-size: 0.8rem;

    font-weight: normal;
    color:#6c6c6c;
    /* background-color:#f4f4f4; */
    background-color: #fafbfe;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

ul.album-track-list li.highlight {
    background-color: #fafbfe;
    color:#6c6c6c;
}

ul.album-track-list li span.sequence {
    color: black;
    font-size: 0.5rem;
    font-weight: normal;
  }

ul.album-track-list li span.song-title {
    color: #4a74c7;
    font-weight: bold;
}

ul.album-track-list li span.song-title-repeat {
    color: #4a74c7;
    font-weight: normal;
}

ul.album-track-list li span.song-notes {
    /* color: #2e5095; */
    color: #95732e;
    font-weight: normal;
    font-size: 0.6rem;
}

ul.album-track-list li:hover {
    /* background-color: #e8e8e8; */
}

div.album-buy-links-container{
    margin: 0 0 0 0;
    text-align: center;
}

div.album-retailer{
    display: inline-block;
    clear: left;
    width: 3.0rem;
    height: 3.0rem;
    border-radius: 0.3rem;
    border: 0.15rem solid #2e5095;
    background-color: #2e5095;
    margin: 0.15rem 0.15rem 0.15rem 0.15rem;
}

div.album-retailer-notavail{
    display: inline-block;
    clear: left;
    width: 3.0rem;
    height: 3.0rem;
    border-radius: 0.3rem;
    border: 0.15rem solid #d4d6d7;
    background-color: #d4d6d7;
    margin: 0.15rem 0.15rem 0.15rem 0.15rem;
}

div.album-retailer:hover{
    background-color: #5B81CD;
    border: 0.15rem solid #5B81CD;
}

img.album-buy-link{
    color: transparent;
    max-width: 3.0rem;
    max-height: 3.0rem;
}

img.album-buy-link-notavail{
    color: transparent;
    max-width: 3.0rem;
    max-height: 3.0rem;
}

div.album-type-links{
    font-size: 0.9rem;
    font-weight: bold;
    color: #2e5095;
    text-align: center;
    padding: 0 0 0.9rem 0;
}

div.album-type-links a {
    color: #2e5095;
}

div.album-type-links a:hover {
    text-decoration: underline;
    color: #5B81CD
}

.news-container{
    margin: 0.9rem 0 0 0;
    padding: 0.9rem 0.9rem 0.9rem 0.9rem;
    border-top: #d4d6d7 0 dotted;
    border-bottom: #d4d6d7 0.2rem dotted;
    clear: left;
}

.news-item-date{
    width: 100%;
    font-size: 0.9rem;
    text-align: left;
}

.news-item-headline{
    width: 100%;
    font-size: 1.2rem;
    line-height: 110%;
    padding: 0.25rem 0 0.5rem 0;
    font-weight: bold;
    color: #2e5095;
}

.news-item-description{
    clear: right;
    margin: 0 0 0 0;
}

.news-item-description p{
    font-size: 1.1rem;
    line-height: 130%;
}

/* @media queries for different viewport sizes */

@media only screen and (max-width: 800px) {
    html {
        font-size: 18px;
    }

    #wrapper-1-inner {
        width: 100%;
    }

    #wrapper-2-inner {
        width: 100%;
    }

    #wrapper-3-inner {
        width: 100%;
    }

    #wrapper-4-inner {
        width: 100%;
    }

    .links {
        padding: 0.3rem 0.3rem 0.3rem 0.3rem;
    }

    .single-link {
        text-align: center;
    }

    .contentholder{
        width: 100%;
    }

    .content {
        width: 90%;
    }

    .socialmediaholder{
        font-size: 0.6rem;
    }

    .socialmedialinkimg {
        width: 1.2rem;
        height: 1.8rem;
    }

    .socialmedialinkimg img{
        vertical-align: middle;
        max-width: 1.2rem;
        max-height: 1.2rem;
        border-radius: 0.3rem;
    }
    .title {
        font-size: 2.5rem;
    }

    .album-container{
        width: 100%;
    }

    .album-container-left {
        width: 100%;
    }

    .album-cover-img{
        width: 50%;
        height: 50%;
    }

    .album-container-retailers{
        clear: none;
        float: right;
        width: 50%;
        margin: 0 0 0 0;
    }

    .album-container-right{
        width: 100%;
        float: left;
        margin: 0.15rem 0 0.6rem 0;
    }

    ul.album-track-list li{
        font-size: 1.0rem;
    }

    .content-img-216{
        width: 7.2rem;
        margin: 0 0 0 0;
    }
}
@media only screen and (min-width: 800px) {
    html {
        font-size: 24px;
    }
}
