/* Core Stuff */
html{
    scroll-behavior: smooth;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Raleway', sans-serif;
}

body {
    font-size: 1rem;
    line-height: 2;
    color: #a3a4aa;
    background-color: #000;
    min-height: calc(100vh - 200px);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #eee;
    font-family: 'Cormorant SC', serif;
    letter-spacing: 2px;
}

a {
    color: #eee;
    text-decoration: none;
}

a:hover {
    color: #6a6d77;
}
h2{
    font-size: 28px;
}
pre {
    background: #F0F0F0;
    margin: 1rem 0;
    border-radius: 2px;
}

blockquote {
    border-left: 10px solid #42475e;
    color: #eee;
    margin: 0;
    padding: 0 2rem;
    font-style: italic;
}

#body{
    max-width: 1000px;
    margin: 0 auto;
}

/* Utility Classes */
.wrapper {
    margin: 0 3rem;
}

.columns #body > .wrapper {
    columns: 2;
    padding-top: 5rem;
}

.columns #body > .wrapper > p:first-child {
    margin-top: 0;
}

.padding {
    padding: 4rem 1rem;
}

.left {
    float: left;
}

.right {
    float: right
}

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

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.homepage .padding{
    padding: 0 0 3rem 0;
}
.homepage .home-img {
    margin-top: -5rem;
}

.footer .padding{
    padding: 3rem 0;
}
.genres .card {
    margin-right: 1rem;
}
/* Content Styling */
.header .padding {
    padding: 2rem 0;
}

.header {
    background-color: transparent;
    color: #eee;
    height: 100px;
}

.header a {
    color: #fff;
}

.header .logo {
    font-size: 1.7rem;
    text-transform: uppercase;
}

.footer {
    background-color: transparent;
    color: #fff;
    font-size: 13px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Menu Settings */
.main-nav ul {
    text-align: center;
    letter-spacing: -1em;
    margin: 0;
    padding: 0;

}

.main-nav ul li {
    position: relative;
    display: inline-block;
    letter-spacing: normal;
    padding: 0 10px;
}

.main-nav ul li a {
    position: relative;
    display: block;
    line-height: 30px;
    color: #fff;
    white-space: nowrap;
    font-family: 'Cormorant SC', serif;
}

/*Active dropdown nav item */
.main-nav ul li:hover > a {
    color: rgba(255, 255, 255, 0.7);
}

/* Selected Dropdown nav item */
.main-nav ul li.selected > a {
    box-shadow: 0 2px 0 #42475e;
}

/* Dropdown CSS */
.main-nav ul li ul {
    position: absolute;
    background-color: #1F8DD6;
    min-width: 100%;
    text-align: left;
    z-index: 999;

    display: none;
}
.main-nav ul li ul li {
    display: block;
}

/* Dropdown CSS */
.main-nav ul li ul ul {
    left: 100%;
    top: 0;
}

/* Active on Hover */
.main-nav li:hover > ul {
    display: block;
}

/* Child Indicator */
.main-nav .has-children > a {
    padding-right: 30px;
}
.main-nav .has-children > a:after {
    font-family: FontAwesome;
    content: '\f107';
    position: absolute;
    display: inline-block;
    right: 8px;
    top: 0;
}

.main-nav .has-children .has-children > a:after {
    content: '\f105';
}
#hamburger{
    display: none;
}
table{
    border: 1px solid #dce2e9;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
thead{
    color: #000;
}
tr, td, th {
    vertical-align: middle;
}

th{
    background: #eceff3;
    padding: 0.5rem;
}
td{
    padding: 0.5rem;
    border: 1px solid #dce2e9;
}
.table-title{
    font-family: 'Cormorant SC', serif;
    font-size: 20px;
}

hr{
    margin-top: 3rem;
    margin-bottom: 3rem;
    color: #2e2f31;
}
.home-img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
.card{
    /*border: 2px solid #2d2e31;*/
    min-height: 440px;
    /*background-color: #2a2c3757;*/
    background-color: #42475e33;
}
.card .hdr{
    background-color: #42475e;
    text-align: center;
}
.card .hdr .date{
    background-color: #222533;
}
.card .body{
    padding: 2rem;
}
.card ul{
    padding: 0;
    margin: 0;
}
.card ul li{
    display: block;
    list-style: none;
    margin: 0 0 0.5rem 2rem;
    padding: 0;
    position: relative;
}
.card ul li::before{
    color: #42475e;
    content: "\25CB";
    display: inline-block;
    font-size: 1.4em;
    left: -1.1225em;
    position: absolute;
    top: -0.4em;
}
.card .songs .artists li::before{
    content: "";
}
.card .songs h3 {
    padding-left: 2rem;
}
.card .songs h3.left {
    float: left;
}
.card .songs h3.right {
    float: right;
}
ul.songs {
    clear: both;
}
.setlists .card .songs .text-left{
    border-right: 2px solid #42475e;
}
.card .body i{
    margin-right: 0.5rem;
    color: white;
}
.card b{
    color: white;
}
.setlists .set{
    padding-top: 2rem;
}
#totop {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 30px;
    z-index: 99;
}
#totop h5 {
    margin: 0;
    background-color: #000;
    padding: 0.5rem 1rem;
}
hr.small{
    width: 50px;
    text-align: left;
    margin-left: 0;
    border: 2px solid #42475e;
    margin-top: 0;
    margin-bottom: 2rem;
}
/* Layouts */
.block-layout {
    display: flex;
}

.left-block, .right-block {
    flex: 1;
}

/* Timeline */
.timeline {
    border-left: 4px solid #42475e;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: #0b0a0e;
    margin: 50px auto;
    position: relative;
    line-height: 1.4em;
    padding: 50px;
    list-style: none;
    text-align: left;
    max-width: 60%;
    color: #a3a4aa;
}
.timeline h2{
    color: #fff;
    line-height: 2.5rem;
}
.timeline .event {
    margin-bottom: 50px;
    position: relative;
}
.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}
.timeline .event:before,
.timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}
.timeline .event:before {
    font-family: 'Cormorant SC', serif;
    left: -217.5px;
    color: #8c8e98;
    content: attr(data-date);
    text-align: right;
    font-weight: 400;
    font-size: 1.3rem;
    min-width: 120px;
}
.timeline .event:after {
    box-shadow: 0 0 0 4px #42475e;
    left: -57.85px;
    background: #222533;
    border-radius: 50%;
    height: 11px;
    width: 11px;
    content: "";
    top: 5px;
}

.timeline ul{
   padding: 0;
}
.timeline ul li{
    display: block;
    list-style: none;
    margin: 0 0 0.9rem 0;
    padding: 0 0 0 2rem;
    position: relative;
    overflow: hidden;
}
.timeline .songs li.song:after{
    color: #42475e;
    content: "\25CB";
    display: inline-block;
    font-size: 1.4em;
    font-weight: 900;
    left: 0em;
    position: absolute;
}
.timeline .songs li.song:before{
    float: left;
    width: 0;
    white-space: nowrap;
    color: #42475e;
    font-size: 10px;
    content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";
}
.timeline .songs li.song span {
    float: right;
    background: #0b0a0e;
    padding-left: 2px;
    white-space: nowrap;
}
.timeline .songs li.song span:first-child {
    float: none;
    padding-left: 0;
    padding-right: 2px;
}
.timeline .songs h3{
    padding-left: 2rem;
}
.timeline h2{
    font-size: 36px;
    margin-top: 0;
}
.timeline.timeline-set h2{
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.timeline .mob-date{
    display: none;
}
.off-canvas {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
}
.off-canvas .main-nav ul li {
    display: block;
    margin-bottom: 1rem;
}
.default #body ul li{
    display: block;
    list-style: none;
    margin: 0 0 0.9rem 2rem;
    padding: 0;
    position: relative;
}
.default #body ul li::before{
    color: #42475e;
    content: "\25CB";
    display: inline-block;
    font-size: 1.4em;
    font-weight: 900;
    left: -1.1225em;
    position: absolute;
    top: -0.5rem;
}
@media only screen and (max-width: 1024px) {
    .wrapper{
        margin: 0 2.5rem;
    }
    .card{
        margin-bottom: 1rem;
    }
}
@media only screen and (max-width: 800px) {
    .block-layout {
        display: block;
    }
    .timeline .event:before,
    .timeline .event:after {
        display: none;
    }
    .timeline .mob-date{
        display: block;
        color: #5e616d;
        margin-top: 0;
    }
    .timeline{
        margin: 50px 0;
        max-width: 100%;
    }
    .timeline h2{
        font-size: 26px;
        line-height: 1.8rem;
    }
    .header .main-nav{
        display: none;
    }
    #hamburger{
        display: block;
        position: relative;
    }
    .timeline{
        padding: 25px;
    }
    .padding{
        padding: 0;
    }
    .off-canvas .padding{
        padding: 2rem 0;
    }
    .main-nav ul li a {
        display: inline-block;
    }
    .timeline ul li{
        margin: 0 0 0.9rem 1rem;
    }
    .timeline .songs h3{
        padding-left: 1rem;
    }
    .timeline .event h3{
        margin-bottom: 0;
    }
    .timeline .event .mob-date{
        margin-bottom: 1rem;
    }
    .timeline .event{
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 568px) {
    .card{
        min-height: unset;
    }
    .wrapper{
        margin: 0 2rem;
    }
    .genres .card {
        margin-right: 0;
    }
    #totop h5 {
        font-size: 11px;
    }
    hr.small{
        display: none;
    }
}




