body {
    background-image: url('assets/background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Lato', sans-serif;
}

.header {
    margin: 40pt 0;
}

.header img {
    display: block;
    /*margin: auto;*/
}

.header .link {
    display: flex;
    color: black;
    text-transform: uppercase;
    font-size: 9pt;
    letter-spacing: 3pt;
    margin: 0 20pt 0 0;
    justify-content: center;
    align-items: center;
}

.header .col-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.header .col-links {
    flex: 1;
    display: flex;
    align-content: center;
    justify-items: center;
    min-height: 30pt;
}

h2.heading {
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    letter-spacing: 5pt;
    font-weight: 100;
    font-size: 24pt;
    margin: 0 0 10pt 0;
}

h3.subheading {
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    letter-spacing: 5pt;
    font-weight: 100;
    font-size: 16pt;
}

.logo {
    width: 150pt;
    height: 24pt;
}


.album-container {
    margin: auto;
    max-width: 100%;
}

.featurefm-link {
    display: block;
    height: 500px;
    max-height: 100%;
    margin: auto;
    position: relative;
    text-align: center;
    height: auto;
}

.featurefm-link img {
    max-height: 300pt;
    height: 100%;
    width: auto;
}

.featurefm-link:hover i {
    opacity: 0.6;
}

.featurefm-link i {
    color: white;
    opacity: 0.4;
    font-size: 140px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate( -50%, -50% );
}

.section {
    padding: 20pt;
    background-color: #ffffff;
    margin: 20pt 0;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.08);
}

.post .title {
    display: flex;
    flex: 1;
}

.post .title * {
    text-transform: uppercase;
    font-weight: 800;
    margin-right: 7pt;
}

.body {
    margin: 10pt 0;
    font-size: 10pt;
}

.body img {
    display: inline-block;
    width: 100%;

}

.tour-dates, .posts {
    padding: 0;
    list-style-type: none;
    margin: 0;
}

.row.tour-date {
    display: flex;
    margin: 5pt auto;
}

.tour-date .date {
    font-weight: 800;
}

.venue, .city {
    text-transform: uppercase;
    margin-left: 10pt;
}

.footer {
    display: flex;
    justify-content: flex-end;
    padding: 10px 0 30px 0;
}

.footer i {
    color: #ffffff;
    font-size: 40px;
    padding: 0 8px;
}

.footer-logo {
    margin-top: -10px;
    margin-left: 10px;
    height: 50px !important;
    width: auto !important;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    margin: 20px 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}