/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #f1f1f1;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/*  BigVideo Styles 
    You may need to adjust these styles to get this working right in your design. 
*/
#big-video-wrap{ 
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

#big-video-vid,#big-video-image{
    position: absolute;
}

#big-video-control-container{
    position: fixed;
    bottom: 0;
    padding: 10px;
    width: 100%;
    background: rgba(0,0,0,.25);
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

#big-video-control{
    width: 100%;
    height: 16px;
    position: relative;
}

#big-video-control-middle{
    margin: 0 56px 0 24px;
}

#big-video-control-bar{
    width: 100%;
    height: 16px;
    position: relative;
    cursor: pointer;
}

#big-video-control-progress{
    position: absolute;
    top: 7px;
    height: 3px;
    width: 0%;
    background: #fff;
}

#big-video-control-track{
    position: absolute;
    top: 8px;
    height: 1px;
    width: 100%;
    background: #fff;
}

#big-video-control-bound-left{
    left: 0;
}

#big-video-control-bound-right{
    right: -1px;
}

#big-video-control-track .ui-slider-handle {
    opacity: 0;
}

#big-video-control-playhead{
    left: 30%;
}

#big-video-control-play{
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-image: url('bigvideo.png');
}

#big-video-control-timer{
    position: absolute;
    top: 1px;
    right: 0;
    color: #fff;
    font-size: 11px;
}

#big-video-control-playhead,
#big-video-control-bound-left,
#big-video-control-bound-right{
    position: absolute;
    top: 0;
    height: 16px;
    width: 1px;
    background: #fff;
}

#big-video-control .ui-slider-handle{
    border-left: solid 1px #fff; 
    width: 16px;
    height: 16px;
    position: absolute;
    top: -8px;
}

.transparent{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter:alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.vjs-big-play-button{
    display: none !important;
}

.vjs-control-bar {
    visibility: hidden;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html, body {
    height: 100%;
}

body {
    background: #383D42 url(../img/video-fallback.jpg) no-repeat 50% 50%;
    background-size: cover;
    font-family: 'Source Sans Pro', sans-serif;
}

h2 {
    font-size: 2.5em;
    font-weight: 200;
    letter-spacing: 1px;
    margin: 0 0 1em;
    text-transform: uppercase;
}

.content {
    background: #7D8992;
    /*background: rgba(22,160,133,0.92);*/
    min-height: 100%;
    position: relative;
    width: 100%;
    z-index: 2;
}

.fancybox-overlay{
    background: #383D42 !important;
}

/* ==========================================================================
   START
   ========================================================================== */

#start {
    height: 100%;
    position: relative;
    text-align: center;
    width: 100%;
}

#start .btn-video {
    display: none;
}

.touch #start .btn-video {
    background: #7D8992 url(../img/video-icon.svg) no-repeat 1em 50%;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 1.25em;
    font-weight: 600;
    height: 2.8em;
    line-height: 2.8em;
    margin: 2em 1em;
    padding: 0 0.5em 0 3.75em;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
}

.no-svg.touch #start .btn-video {
    background: #7D8992 url(../img/video-icon.png) no-repeat 1em 50%;
}

#start .separator {
    bottom: 0;
    left: 0;
    position: absolute;
}

#start .separator polygon {
    fill: #7D8992;
    stroke: #7D8992;
    stroke-width: 0;
}

#start h1 {
    background: #383D42;
    /*background: rgba(0,0,0,0.9);*/
    color: #fff;
    font-size: 1.75em;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0;
    padding: 20px 0;
    text-transform: uppercase;
}

#start .arrow-bottom {
    bottom: 70px;
    display: block;
    height: 3.125em;
    left: 50%;
    margin: 0 0 0 -1.5625em;
    position: absolute;
    width: 3.125em;
    z-index: 80;
}

/* ==========================================================================
   CONTACT
   ========================================================================== */

#contact {
    background: #7D8992;
    font-size: 1.25em;
    font-weight: 300;
    padding: 4em 0;
    text-align: center;
}

#contact + .separator polygon {
    fill: #383D42;
    stroke: #383D42;
    stroke-width: 0;
}

.contact-mail {
    margin-bottom: 3em;
}

.contact-mail table {
    margin: 0 auto;
}

.contact-mail table tr:first-child td {
    padding-bottom: .875em;
}

.contact-mail table .label-wrap {
    padding-right: .2em;
    text-align: right;
    vertical-align: middle;
}

.contact-mail table .btn-wrap {
    padding-left: .2em;
    text-align: left;
    vertical-align: middle;
}

.contact-mail .label {
    background: #ecf0f1;
    border: 2px solid #ecf0f1;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.25);
    color: #7D8992;
    display: block;
    font-size: .75em;
    font-weight: 400;
    height: 3.33333333333333em;
    line-height: 3.33333333333333em;
    padding: 0 1em;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

.contact-mail .label:after {
    content: '';
    border-style: solid;
    border-width: 0.93333333333333em 0 0.93333333333333em 1.2em;
    border-color: transparent transparent transparent #ecf0f1;
    height: 0px;
    left: 100%;
    margin: -0.93333333333333em 0 0;
    position: absolute;
    top: 50%;
    width: 0px;
    z-index: 90;
}

.contact-mail .btn-mail {
    border: 2px solid #fff;
    border: 2px solid rgba(255,255,255,0.4);
    border-radius: 4px;
    color: #fff;
    display: block;
    font-weight: 400;
    height: 2.5em;
    line-height: 2.5em;
    outline: none;
    padding: 0 1em;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
}

.contact-mail .btn-mail:after {
    background: #fff;
    content: '';
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    z-index: -1;
}

.contact-mail .btn-mail:active,
.contact-mail .btn-mail:focus,
.contact-mail .btn-mail:hover {
    border-color: #fff;
    color: #7D8992;
}

.contact-mail .btn-mail:active:after,
.contact-mail .btn-mail:focus:after,
.contact-mail .btn-mail:hover:after {
    height: 100%;
}

/* ==========================================================================
   DISCOGRAPHY
   ========================================================================== */

#discography {
    margin: 0 auto;
    max-width: 62.5em;
    padding: 4em 0;
    text-align: center; 
}

#discography table {
    text-align: left;
}

#discography table + h2 {
    margin-top: 1em;
}

#discography tr {
    border-bottom: 1px solid #383D42;
}

#discography td,
#discography th {
    background: transparent;
    border-top: 1px solid #383D42;
    font-size: .875em;
    font-weight: 300;
    padding: .5em 1em;
    vertical-align: top;
    -webkit-transition: background 0.3s ease-out; 
    -moz-transition: background 0.3s ease-out; 
    -o-transition: background 0.3s ease-out; 
    transition: background 0.3s ease-out; 
}

#discography th {
    color: #383D42;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;   
    vertical-align: bottom;
}

#discography th:last-child {
    text-align: right;
}

#discography tr:hover td {
    background: #6b767e;
    /*background: rgba(19,77,67,0.92);*/
}

#discography td:nth-child(6),
#discography td:last-child {
    /*white-space: nowrap;*/
}

#discography td:last-child {
    text-align: right;
}

.award-icon + .award-icon {
    margin-left: 5px;
}


/* ==========================================================================
   Biography
   ========================================================================== */

#biography {
    background: #383D42;
    font-weight: 300;
    padding: 5em 0 4em 0;
    text-align: center;
    position: relative;
}
#biography a {
    color: #fff;
}

#biography p {
    margin: 20px auto;
    font-size: 1em;
    max-width: 34.5em;
    padding: 0 1em;
    text-align: justify;
}

#biography .separator {
    top: 0;
    left: 0;
    position: absolute;
}

#biography .separator polygon {
    fill: #7D8992;
    stroke: #7D8992;
    stroke-width: 0;
}

#biography + .separator polygon {
    fill: #383D42;
    stroke: #383D42;
    stroke-width: 0;
}

.artist-pics {
    margin: 2em 0 0;
}

.artist-pics img {
    /*margin: 0 0 1em;*/
}

/* ==========================================================================
   LEGAL NOTICE
   ========================================================================== */

#legal-notice {
    background: transparent;
    bottom: 0;
    color: #fff;
    display: none;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 500;
}

#legal-notice h2 {
    font-size: 2em;
    font-weight: 200;
    margin: 1.5625em 0 1em;
}

#legal-notice h4 {
    font-size: 1.08em;
}

#legal-notice p {
    font-weight: 300;
}

/* ==========================================================================
   DATA PRIVACY
   ========================================================================== */

#data-privacy {
    background: transparent;
    bottom: 0;
    color: #fff;
    display: none;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 500;
}

#data-privacy h2 {
    font-size: 2em;
    font-weight: 200;
    margin: 1.5625em 0 1em;
}

#data-privacy h4 {
    font-size: 1.08em;
}

#data-privacy p {
    font-weight: 300;
}

#data-privacy a {
    color: currentColor;
    text-decoration: underline;
}

/* ==========================================================================
   MAIN FOOTER
   ========================================================================== */

.main-footer {
    background: #7D8992;
    border-top: 1px solid #D0D9E0;
    color: #D0D9E0;
    font-size: .875em;
    padding: 3em 0;
    text-align: center;
}

.main-footer a:link,
.main-footer a:visited {
    color: #D0D9E0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-width: 35em) {
    #start h1 {
        font-size: 1.25em;
        padding: 20px;
    }

    .contact-mail table td {
        display: block;
        float: none;
    }

    .contact-mail table .label-wrap,
    .contact-mail table tr:first-child td {
        padding-bottom: .2em;
        padding-right: 0;
    }

    .contact-mail table .label-wrap .label:after {
        border-width: 1.2em 0.93333333333333em 0 0.93333333333333em;
        border-color: #ecf0f1 transparent transparent transparent;
        left: 50%;
        margin: 0 0 0 -0.93333333333333em;
        top: 100%;
    }

    .contact-mail table tr:first-child .btn-wrap {
        padding-bottom: .875em;
    }

    .contact-mail table .btn-wrap {
        padding-left: 0;
    }

    /* Discography Table */

    #discography table,
    #discography thead,
    #discography tbody,
    #discography th,
    #discography td,
    #discography tr {
        display: block;
    }

    #discography thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #discography tr { 
        border: 1px solid #383D42;
        margin-bottom: 1em;
    }

    #discography td {
        border: none;
        border-bottom: 1px solid #383D42;
        position: relative;
        padding-left: 50%;
    }

    #discography td:last-child {
        border-bottom: 0;
    }

     #discography .album-singles td:nth-of-type(7) {
        min-height: 3em;
    }

    #discography td:before {
        font-weight: 600;
        position: absolute;
        line-height: 100%;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
    }

    #discography th:last-child,
    #discography td:last-child {
        text-align: left;
    }

    #discography .discography-singles td:nth-of-type(1):before { content: "SINGLES Songtitle"; }
    #discography .discography-singles td:nth-of-type(2):before { content: "Artist"; }
    #discography .discography-singles td:nth-of-type(3):before { content: "Best Chart position"; }
    #discography .discography-singles td:nth-of-type(4):before { content: "Sales/Airplay"; }
    #discography .discography-singles td:nth-of-type(5):before { content: "Country"; }
    #discography .discography-singles td:nth-of-type(6):before { content: "Year of release"; }
    #discography .discography-singles td:nth-of-type(7):before { content: "Notes"; }
    #discography .discography-singles td:nth-of-type(8):before { content: "Awards"; }

    #discography .album-singles td:nth-of-type(1):before { content: "ALBUM Songtitle"; }
    #discography .album-singles td:nth-of-type(2):before { content: "Artist"; }
    #discography .album-singles td:nth-of-type(3):before { content: "Best Chart position"; }
    #discography .album-singles td:nth-of-type(4):before { content: "Country"; }
    #discography .album-singles td:nth-of-type(5):before { content: "Year of release"; }
    #discography .album-singles td:nth-of-type(6):before { content: "Notes"; }
    #discography .album-singles td:nth-of-type(7):before { content: "Awards"; }

    /* Footer */

    .main-footer .link-legal-notice {
        display: block;
    }

    .main-footer .middledot {
        display: none;
    }
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #383D42 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
