﻿/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */
/*html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, 
abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, 
strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, 
legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, 
mark, audio, video {	margin: 0;	padding: 0;	border: 0;	font-size: 100%;font: inherit;	vertical-align: baseline;}*/
/* HTML5 display-role reset for older browsers */
/*article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}body {	line-height: 1;}blockquote, q {	quotes: none;}blockquote:before, blockquote:after,q:before, q:after {content: '';	content: none;}table {	border-collapse: collapse;	border-spacing: 0;}*/

html, body {
    width: 100%;
    z-index: 0;
}

ul {
    list-style: none;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}


@font-face {
    font-family: 'epique';
    src: url('../fonts/EpiqueTypeface/EpiqueTypeface-webfont.eot');
    src: url('../fonts/EpiqueTypeface/EpiqueTypeface-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/EpiqueTypeface/EpiqueTypeface-webfont.woff2') format('woff2'), url('../fonts/EpiqueTypeface/EpiqueTypeface-webfont.woff') format('woff'), url('../fonts/EpiqueTypeface/EpiqueTypeface-webfont.ttf') format('truetype'), url('../fonts/EpiqueTypeface/EpiqueTypeface-webfont.svg#epique_typefaceregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: station_no4;
    src: url(../fonts/stationno4-webfont.eot);
    src: url(../fonts/stationno4-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/stationno4-webfont.woff) format('woff'), url(../fonts/stationno4-webfont.ttf) format('truetype'), url(../fonts/stationno4-webfont.svg#station_no4) format('svg');
    font-weight: normal;
    font-style: normal;
}

.copyright {
    font-family: 'Station No.4 Four';
    font-size: 20px;
    color: #fff;
}


/* padded section */
.pad-section {
    padding: 30px 0;
}

.bootStrapContainerFix {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

h1 {
    font-family: epique;
    color: black;
    text-shadow: 0px 3px white;
}

h2 {
    font-family: epique;
    color: black;
    text-shadow: 0px 3px white;
    font-size: 5em;
}

#mobileIconRow {
    margin: 0 auto;
}

.mobileIconsList {
    /*background-color: rgba(255,255,255,.5);*/
    width: 95%;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: 0 auto;
}

    .mobileIconsList li {
        display: inline;
    }

    .mobileIconsList a {
        color: #000;
        text-decoration: none;
    }

        .mobileIconsList a:link {
            color: #000;
            text-decoration: none;
        }

        .mobileIconsList a:visited {
            color: #000;
        }

        .mobileIconsList a:active {
        }

#menuIcon, .mobile_social img {
    padding: 2px 4px;
    display: inline;
}

#navAndHeader {
    background-color: rgba(255,99,71,0.5);
    padding-top: 30px;
    padding-bottom: 30px;
}

li.main_social {
    display: none;
}

#navigationDiv {
    display: none;
}

#navigation {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    width: 75%;
}

    #navigation li {
        padding: 5px 0;
        border-color: black;
        border-width: 1px;
        border-style: solid;
        background-color: rgba(255,255,255,0.5);
    }

        #navigation li a {
            color: #000;
            font-weight: bold;
            /*border-style: solid;
    border-bottom-width:2px;
    border-color: white;*/
        }

            #navigation li a:link {
            }

            #navigation li a:visited {
            }

            #navigation li a:hover {
                background-color: transparent;
                color: black;
                text-shadow: 1px 1px 1px #FF6347;
                font-weight: bolder;
                text-decoration: dotted underline;
            }

            #navigation li a.active {
            }


#mainImage {
    padding-top: 25px;
}

#home {
    background: url(../Images/yfhBlackAndWhite.png) no-repeat center center;
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#listenImg {
    background-image: url(../Images/yfhListeningToVinyl.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    height: 350px;
}

#flo {
    background-image: url(../Images/yfhface.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    padding: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
}

    #flo .container p iframe {
        border-style: double;
        border-width: 5px;
        border-color: white;
    }

#shows {
    background-image: url(../Images/yfhScores.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 30px;
    padding-bottom: 30px;
}

    #shows a {
        text-decoration: none;
        color: black;
        font-weight: bold;
    }

    #shows li {
        background-color: rgba(255,255,255,0.7);
        width: 85%;
        margin: 0 auto;
        padding: 0;
    }

    #shows p {
        background-color: rgba(255,255,255,0.7);
        width: 75%;
        margin: 0 auto;
    }

.showContainer {
    background-color: rgba(255,255,255,0.5);
    padding-top: 30px;
    padding-bottom: 30px;
}

.show-list-header {
    font-weight: bold;
    text-shadow: 0px 1px white;
}


#whoWeAre {
    background-image: url(../Images/trio.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    width: 100%;
    color: black;
    padding: 0;
}

    #whoWeAre p {
        font-size: 1em;
    }

    #whoWeAre .whoWeAreContainer {
        background-color: rgba(255,99,71,0.9);
        padding-top: 30px;
        padding-bottom: 30px;
    }



    #whoWeAre img {
        margin: 0 auto;
        border-style: dashed;
        border-width: 8px;
        border-color: #000;
        border-radius: 1000px;
        width: 65%;
    }

    #whoWeAre h3 {
        font-family: epique;
        color: black;
        text-shadow: 0px 2px white;
    }

#contactUs {
    background: url(../Images/yfhfancy.jpg) no-repeat center center fixed;
    display: table;
    height: 45%;
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.submitButtonStyling {
    /*text-shadow: 1px 1px 1px #000;*/
    color: #000;
    background-color: #fff;
    border-color: #fff;
    font-weight: bold;
}

    .submitButtonStyling:hover {
        background-color: #FF6347;
        border-color: #fff;
        text-shadow: 1px 1px 1px #000;
    }

    .submitButtonStyling:focus {
        color: #fff;
        background-color: #FF6347 !important;
        outline: #FF6347 !important;
        border: 2px solid !important;
        -webkit-box-shadow: 0px 1px 2px 2px rgba(255,99,71,1);
        -moz-box-shadow: 0px 1px 2px 2px rgba(255,99,71,1);
        box-shadow: 0px 1px 2px 2px rgba(255,99,71,1);
    }

.form-group label {
    color: #fff;
    text-shadow: 3px 3px 2px #000;
    font-weight: bold;
    font-size: 5em;
}

.form-group input:focus, .form-group textarea:focus {
    border-color: #000;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0) inset, 0 0 8px rgba(0, 0, 0, 0.6);
    outline: 0 none;
}

#banner {
    text-align: center;
    position: absolute;
    z-index: 500;
    color: black;
    font-family: epique;
    width: 100%;
    display: none;
}

.tyBanner {
    background-color: green;
}

.errorBanner {
    background-color: red;
}

.field-validation-error {
    color: red;
    font-weight: bold;
    text-shadow: 1px 1px 1px white;
    font-size: 15px;
}

.form-control.input-validation-error {
    border-color: red;
    box-shadow: 5px 4px 1px rgba(0, 0, 0, 0) inset, 0 0 4px rgba(255, 0, 0, 0.8);
    outline: 0 none;
}
