@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);

/*Typography*/
.html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    border: none;
    background-color: #fff;
    font-family: Arial, Helvetica, San-serif;
    color: #FFFFFF;
    font-size: 16px;
    text-align: justify;
    margin-left: 0px;
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
    background: #fff;
    color: #000;
    /*
    font-family: Molde,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1;
    min-height: 100%;
    overflow-x: hidden;
        */
}


.maincontent {
    background-color: #fff;
    width: 100%;
    text-align: justify;
    color: #333;
    font-size: 18px;
    margin: auto;
    min-height: 1000px;
}

/*---------------------------------------------------------------------------------------------------------------------------------*/
/* Small devices (Taz added this one at 344px) */
@media (min-width: 344px) {
    p, .pi, .pir, .ph, .ptl, .ptl:hover, .paralink, ol, ul, li, td, th {
        font-size: 14px;
    }

        ol, ul.listmargin {
            margin-left: -20px;
            margin-right: 20px;
        }

    .letterheader {
        font-size: 12px;
        color: red;
        font-weight: bold;
        text-align: right;
    }

    .letterintro {
        font-size: 12px;
        color: red;
        text-align: center;
        margin: 10px 0 0 0;
    }

    .crosstalkbytaz { /* Main div container sets page layout for articles */
        padding: 0;
    }

    .letter { /* Main div container sets page layout for letters */
        padding: 0
    }

    .catbanner {
        height: 130px;
        width: 100%;
        margin: 0 0 10px 0;
    }

    .banner {
        height: 150px;
        width: 100%;
        align-content: center;
        margin: 0 0 10px 0;
    }



    h1 {
        font-size: 24px !important;
    }

    h2 {
        font-size: 22px !important;
    }

    h3 {
        font-size: 20px !important;
    }

    h4 {
        font-size: 18px !important;
    }

    h5 {
        font-size: 16px !important;
    }

    h6 {
        font-size: 15px !important;
    }
}
/*---------------------------------------------------------------------------------------------------------------------------------*/
/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {
    p, .pi, .pir, .ph, .ptl, .ptl:hover, .paralink, ol, ul, li, td, th {
        font-size: 15px;
        padding: 0;
    }

        ol, ul.listmargin {
            margin-left: 10px;
        }

    .letterheader {
        font-size: 12px;
        color: red;
        font-weight: bold;
        text-align: right;
    }

    .letterintro {
        font-size: 12px;
        color: red;
        text-align: center;
        margin: 10px 0 0 0;
    }

    .crosstalkbytaz { /* Main div container sets page layout for articles */
        padding: 0;
    }

    .letter { /* Main div container sets page layout for letters */
        margin: 0
    }

    .catbanner {
        height: 180px;
        width: 100%;
        align-content: center;
        margin: 0 0 10px 0;
    }

    .banner {
        height: 200px;
        width: 100%;
        align-content: center;
        margin: 0 0 10px 0;
    }

    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 21px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 19px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 17px;
    }
}
/*---------------------------------------------------------------------------------------------------------------------------------*/
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
    p, .pi, .pir, .ph, .ptl, .ptl:hover, .paralink, ol, ul, li, td, th {
        font-size: 16px;
        padding: 0;
    }

        ol, ul.listmargin {
            margin-left: 30px;
        }

    .letterheader {
        font-size: 14px;
        color: red;
        font-weight: bold;
        text-align: right;
    }

    .letterintro {
        font-size: 14px;
        color: red;
        text-align: center;
        margin: 10px 0 0 0;
    }

    .gpotext {
        font-size: 14px;
        color: white;
    }

    .catbanner {
        height: 220px;
        width: 100%;
        align-content: center;
        margin: 0 0 10px 0;
    }

    .banner {
        height: 250px;
        width: 100%;
        align-content: center;
        margin: 0 0 10px 0;
    }
}
/*---------------------------------------------------------------------------------------------------------------------------------*/
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    p, .pi, .pir, .ph, .ptl, .ptl:hover, .paralink, ol, ul, li, td, th {
        font-size: 16px;
    }

        ol, ul.listmargin {
            margin-left: 40px;
        }

    .crosstalkbytaz { /* Main div container sets page layout for articles */
        padding: 0 50px 0 50px;
    }

    .letterheader {
        font-size: 16px;
        color: red;
        font-weight: bold;
        text-align: right;
    }

    .letterintro {
        font-size: 16px;
        color: red;
        text-align: center;
        margin: 10px 0 0 0;
    }


    .letter { /* Main div container sets page layout for letters */
        padding: 0 75px 0 75px !important;
    }

    .catbanner {
        height: 330px;
        width: 100%;
        align-content: center;
        margin: 0 0 10px 0;
    }

    .banner {
        height: 350px;
        width: 100%;
        align-content: center;
        margin: 0 0 10px 0;
    }

    h1 {
        font-size: 28px !important;
    }

    h2 {
        font-size: 25px !important;
    }

    h3 {
        font-size: 24px !important;
    }

    h4 {
        font-size: 23px !important;
    }

    h5 {
        font-size: 22px !important;
    }

    h6 {
        font-size: 20px !important;
    }
}
/*---------------------------------------------------------------------------------------------------------------------------------*/
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    p, .pi, .pir, .ph, .ptl, .ptl:hover, .paralink, ol, ul, li, td, th {
        font-size: 18px;
        color: #333;
    }

        ol, ul.listmargin {
            margin-left: 50px;
        }

    .letterheader {
        font-size: 16px;
        color: red;
        font-weight: bold;
        text-align: right;
    }

    .letterintro {
        font-size: 16px;
        color: red;
        text-align: center;
        margin: 10px 0 0 0;
    }

    .catbanner {
        height: 330px;
        width: 100%;
        align-content: center;
        margin: 0 0 10px 0;
    }

    .banner {
        height: 350px;
        width: 100%;
        align-content: center;
        margin: 0 0 10px 0;
    }

    h1 {
        font-size: 30px !important;
    }

    h2 {
        font-size: 25px !important;
    }

    h3 {
        font-size: 24px !important;
    }

    h4 {
        font-size: 23px !important;
    }

    h5 {
        font-size: 22px !important;
    }

    h6 {
        font-size: 20px !important;
    }
}


/*---------------------------------------------------------------------------------------------------------------------------------*/
/*Paragraph Formatting*/
p {
    text-align: justify;
    color: #333;
}

.pi {
    font-weight: bold;
    color: #333;
}

.pir {
    font-weight: bold;
    color: #333;
    text-align: right;
}



.ph {
    font-weight: bold;
    text-decoration: none;
    font-variant: small-caps;
    color: #333;
}

.pt {
    font-weight: bold;
    text-decoration: none;
    font-variant: small-caps;
    color: #333;
}

a.ptl {
    font-weight: bold;
    color: blue;
    text-decoration: none;
    font-variant: small-caps;
}

    a.ptl:hover {
        font-weight: bold;
        color: red;
        text-decoration: none;
    }

.red {
    color: red;
}

.green {
    color: green;
}

.black {
    color: black;
}

.break20 {
    margin-bottom: 50px;
}

.pendnote {
    font-size: 10px;
    font-weight: normal;
    color: #666666;
    text-decoration: none;
    line-height: 20px;
    float: right;
    text-align: right;
}

.implemented {
    font-size: 12px;
    font-weight: normal;
    color: #666666;
    text-decoration: none;
    line-height: 20px;
    float: right;
}



.shadow {
    border: solid 1px #c5c5c5;
    background-color: #FFFFFF;
    padding: 10px 20px 10px 20px;
    text-align: justify;
    box-shadow: 5px 5px 5px #e5e5e5;
}

.picture-shadow {
    width: 35%;
    float: right;
    padding: 1% 2% 1% 2%;
    box-shadow: 5px 5px 5px #999;
}

.none {
    display: none;
}


/*----------------------Quicklinks----------------------------*/

.quicklinksnote {
    font-size: 12px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.quicklinkscatlink {
    color: indianred;
    font-size: 18px;
}

a.quicklinks {
    color: #353535;
    font-size: 18px;
}


hr.quicklinks {
    margin: 0;
}


hr.quicklinksend {
    border-top: 1px solid #333;
    margin: 0;
}


.offset:before {
    display: block;
    content: " ";
    height: 150px; /* Give height of your fixed element */
    margin-top: -150px; /* Give negative margin of your fixed element */
    visibility: hidden;
}

.topoffset {
    display: block;
    content: " ";
    height: 110px; /* Give height of your fixed element */
    margin-top: -110px; /* Give negative margin of your fixed element */
    visibility: hidden;
}




/*------------------------------*/


/*-------------------------------*/
/*----Font Awesome List Icons----*/
/*------------------------------*/
.iconlist li {
    text-align: justify;
    padding: 5px 20px 5px 0;
    line-height: 20px;
    list-style: none;
    margin: .9em 0 0 0em;
}

.iconlistcss li {
    text-align: justify;
    padding: 5px 20px 5px 0;
    line-height: 20px;
    list-style: none;
    margin: .9em 0 0 0em;
    position: relative;
    text-indent: 2em;
}

.thumbs-o-up li:before {
    font-family: 'FontAwesome';
    content: '\f087';
    position: absolute; /* position bullet relative to list item */
    left: -2em; /* position the bullet L- R relative to list item */
    aria-hidden ="true";
}

.thumbs-o-down li:before {
    font-family: 'FontAwesome';
    content: '\f088';
    position: absolute;
    left: -2em;
    aria-hidden ="true";
}

.hand-o-right li:before {
    font-family: 'FontAwesome';
    content: '\f0a4';
    position: absolute;
    left: -2em;
    aria-hidden ="true";
}

/*Navigation Bar Top*/
.navbar {
    border-radius: 0;
    margin-bottom: 0;
    background: #000 !important;
    padding: 0px 130px 0px 0;
}

.navbar-nav {
    margin-top: 0;
}

    .navbar-nav > li {
        margin-left: 0px;
        padding: 0px 5px 0 5px;
    }

.navbar-inverse .navbar-nav > li > a {
    padding: 0px 6px 0px 6px;
    margin: 0 0 10px 0;
    border-radius: 3px;
    color: #fff !important;
    line-height: 24px;
    display: inline-block;
}





/*Added for Small Screen*/
.navbarsm .navbar-nav > li > a {
    padding: 2px 2px;
    margin: 0;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
}

/*End Added*/

.navbar-inverse .navbar-nav > li > a:hover {
    background-color: #000;
    text-decoration: none;
    color: #fff;
}

.navbar-inverse {
    border: none;
}

.navbar-inverse {
    font-size: 36px;
    line-height: 50px;
    color: #fff;
}

    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:hover,
    .navbar-inverse .navbar-nav > .active > a:focus,
    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: #000;
        color: cyan !important;
        text-decoration: none;
    }

/* Top nav link border highlighting */
ul .navborder {
    border: none;
    height: 44px;
}

    ul .navborder:hover {
        border-top: none;
        border-bottom: solid 4px blue;
    }


/*---------------------------*/






.bottomnavlink {
    padding: 0 4px;
}


/*Headers*/
h {
    background-color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
    text-align: center;
    font-weight: bold;
    color: #666666;
}


.cattitle {
    background-color: black;
    font-size: 30px;
    color: white;
    text-align: center;
    padding: 10px 0 10px 0;
}

/*--------------------------------------------------------------------------------------------------------------------------------------*/
ul {
    text-align: justify;
    font-size: 18px;
    font-weight: normal;
    color: #333;
    text-decoration: none;
}


.paratitle {
    color: #666666;
}

/*Various Links*/
a {
    text-decoration: none;
}


/*--------------------Lyrics and Links New--------------------*/

.lyrics {
    max-width: 900px;
    margin: auto;
    padding-bottom: 40px;
    color: #333;
    min-height: 1000px;
}

.songtitle {
    margin-top: -10px;
    color: #333;
    text-align: center;
    font-size: 28px;
    text-align: center;
}

@media (min-width: 1000px) {
    :root {
        --gutter: 100px;
        --fontsize: 100px;
        --terrortop: 100px;
    }
}

@media (max-width: 1000px) {
    :root {
        --gutter: 20px;
        --fontsize: 80px;
        --terrortop: 80px;
    }
}

@media (max-width: 600px) {
    :root {
        --gutter: 0px;
        --fontsize: 40px;
        --terrortop: 40px;
    }

    .songtitle {
        font-size: 22px;
    }
}

.songlinks {
    max-width: 900px;
    margin: auto;
    padding: 0px 50px 50px 50px;
}

a.songlinksleft {
    font-size: 14px;
    color: #333;
    padding: 0 10px;
    float: left;
}

a.songlinksright {
    font-size: 14px;
    color: #333;
    padding: 0 10px;
    float: right;
}

a.songlinksleft:hover {
    color: #0000FF;
    text-decoration: none;
}

a.songlinksright:hover {
    color: #0000FF;
    text-decoration: none;
}

.new {
    color: red;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
}



/*Tables*/

table .pops {
    width: 100%;
    border: solid 1px #e5e5e5;
    background-color: #FFFFFF;
    text-align: center;
    border-collapse: collapse;
}

    table.pops th {
        border: solid 1px #e5e5e5;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        color: #333;
        background-color: aliceblue;
        padding: 5px;
    }

    table.pops td {
        width: 8%;
        border: solid 1px #e5e5e5;
        font-size: 18px;
        font-weight: normal;
        color: #333;
        padding: 5px 12px 5px 12px;
        text-align: center;
    }

        table.pops td.popquest {
            width: 76%;
            text-align: justify;
        }


/*---SETLIST TABLE---*/




.songlink {
    font-size: 14px;
    color: #0033FF;
    padding: 2px 2px 2px 2px;
    vertical-align: middle;
    text-align: right;
}

a.songlink {
    font-size: 14px;
    color: #333;
    text-decoration: none;
}

    a.songlink:hover {
        font-size: 14px;
        color: #0000FF;
        text-decoration: none;
    }


.songlistfootnote {
    font-weight: normal;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
}



.songhead2 {
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    font-variant: small-caps;
}

a.songhead2 {
    font-size: 14px;
    color: #333;
    font-weight: normal;
    text-align: left;
    font-variant: small-caps;
    text-decoration: none;
}

    a.songhead2:hover {
        font-size: 14px;
        color: #FF0000;
        font-weight: bold;
        text-align: left;
        font-variant: small-caps;
        text-decoration: none;
    }


/* Added from old website css */



.cattitle {
    background-color: black;
    color: white;
    text-align: center;
    margin: 0 0 0 0;
    padding: 5px 0 10px 0;
}

.cattitle2 {
    background-color: black;
    font-size: 16px !important;
    color: white;
    text-align: center;
    margin: -10px 0 0 0;
    padding: 2px 0 10px 0;
}

.ctbytaztitle {
    font-size: 4em;
    font-family: Gabriola;
    color: #999;
    text-align: center;
    margin-top: 2px;
    margin-bottom: -15px;
}

.ctbytaztitle2 {
    font-family: Gabriola;
    color: #999;
    text-align: center;
    margin-top: 2px;
    margin-bottom: -20px;
    font-size: 24px;
}

.ctbytazarticletitle {
    font-size: 28px;
    /*
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        */
    color: #333;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.ctbytazdate {
    font-size: 11px;
    font-weight: bold;
    color: #666666;
    text-decoration: none;
    line-height: 20px;
    text-align: right;
}

.ctbytaznote {
    font-size: 14px;
    color: #333;
    margin-top: 0px;
    margin-bottom: 2px;
}

hr.ctbytaz {
    margin-bottom: 10px;
    margin-top: 10px;
    color: red;
}

a.ctbytaz {
    color: steelblue;
}

a.ctbytazlink {
    text-decoration: none;
    font-size: 13px;
    margin-top: 4px;
    text-align: right;
}



/*For links to labels at right point on page (apply class to ID) */

.commentintro {
    font-size: 16px;
    color: green;
    text-align: left;
}

.letterheadermaintitle {
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    position: absolute;
    top: 37px;
    left: 750px;
}

/*----------General Formating----------*/
.a4photo {
    height: 500px;
    width: 100%;
    align-content: center;
    margin: 0 0 10px 0;
}

.tablecentre {
    text-align: center;
    margin: auto;
}


.bold {
    font-weight: bold;
}

.centre {
    text-align: center;
    margin: 10px;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}


.justify {
    text-align: justify;
}

.italic {
    font-style: italic;
}

.underline {
    text-decoration: underline;
}



a.homelink {
    font-size: 40px;
    color: white;
    margin: 0;
}

    a.homelink:hover {
        font-size: 40px;
        color: white;
        text-decoration: none;
    }




.re {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
    color: #616161;
}

a.paralink {
    font-weight: normal;
    color: #0033FF;
    text-decoration: none;
}

    a.paralink:hover {
        font-weight: normal;
        color: #FF0000;
        text-decoration: none;
    }


a.paralinklc {
    font-size: 14px;
    font-weight: normal;
    color: #0033FF;
    text-decoration: none;
}

    a.paralinklc:hover {
        font-size: 14px;
        font-weight: normal;
        color: #FF0000;
        text-decoration: none;
    }

a.paralink12 {
    font-size: 12px;
    font-weight: normal;
    color: #0033FF;
    text-decoration: none;
}

    a.paralink12:hover {
        font-size: 12px;
        font-weight: normal;
        color: #FF0000;
        text-decoration: none;
    }

a.paralink14 {
    font-size: 14px;
    font-weight: normal;
    color: #0033FF;
    text-decoration: none;
}

    a.paralink14:hover {
        font-size: 14px;
        font-weight: normal;
        color: #FF0000;
        text-decoration: none;
    }

a.paralink15 {
    font-size: 15px;
    font-weight: normal;
    color: #0033FF;
    text-decoration: none;
}

    a.paralink15:hover {
        font-size: 15px;
        font-weight: normal;
        color: #FF0000;
        text-decoration: none;
    }


a.paralink16 {
    font-size: 16px;
    font-weight: normal;
    color: #0033FF;
    text-decoration: none;
}

    a.paralink16:hover {
        font-size: 16px;
        font-weight: normal;
        color: #FF0000;
        text-decoration: none;
    }


.tsefquestion {
    color: #616161;
    color: green;
    margin: 5px 20px 0 0px;
    font-weight: bold;
}

.tsefanswer {
    margin: 0 20px 0 20px;
    color: #4e4e4e;
    color: red;
}

.hrbar {
    background-image: url('../images/hrbar.png');
    height: 25px;
    margin: 20px -15px 20px -15px;
}

.hrbar1 {
    background-image: url('../images/hrbar.png');
    height: 1px;
    margin: 20px -15px 20px -15px;
}

hr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
}

    hr.letter {
        border-top: 1px solid #333;
        margin: 30px 0 10px 0;
    }

    hr.endold {
        border-top: 1px solid #333;
        margin: 30px 0 10px 0;
    }


    hr.end {
        border-top: 1px solid #333;
        margin: 30px 0 10px 0;
    }


.ctlogolg {
    background-image: url(~/images/crosstalkmusiclogo1.png);
    height: 50px;
    width: 300px;
}

.ctlogomd {
    background-image: url(~/images/crosstalkmusiclogo1.png);
    height: 50px;
    width: 300px;
}

.ctlogosm {
    background-image: url(~/images/crosstalkmusiclogo1.png);
    height: 50px;
    width: 250px;
}

.ctlogoxs {
    background-image: url(~/images/crosstalkmusiclogo1.png);
    height: 40px;
    width: 200px;
}

.space {
    min-height: 500px;
}

.crosstile {
    width: 6.25em;
    margin: 0;
    padding: 0;
    margin: -2px -2px -5px -2px;
    border: none;
}


/*--------------------------------------------------------------------------------------------*/
/*-----------------------------------------NOTES----------------------------------------------*/
/*--------------------------------------------------------------------------------------------
The Bootstrap grid system has four classes:
xs (for phones - screens less than 768px wide)
sm (for tablets - screens equal to or greater than 768px wide)
md (for small laptops - screens equal to or greater than 992px wide)
lg (for laptops and desktops - screens equal to or greater than 1200px wide)

----------------------------------------------------------------------------------------------*/

