

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


@font-face {
    font-family: 'montserratbold';
    src: url('../fonts/montserrat/montserrat-bold-webfont.eot');
    src: url('../fonts/montserrat/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat/montserrat-bold-webfont.ttf') format('truetype'),
         url('../fonts/montserrat/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ubuntumedium';
    src: url('../fonts/ubuntu/ubuntu-m-webfont.eot');
    src: url('../fonts/ubuntu/ubuntu-m-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ubuntu/ubuntu-m-webfont.ttf') format('truetype'),
         url('../fonts/ubuntu/ubuntu-m-webfont.svg#ubuntumedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    font-family: 'ubuntumedium';
}
 



 .jumbotron {
 
   font-family: 'montserratbold';

    margin-bottom: 0; 
 
 
    background-position: center;
    -webkit-background-size: cover;
 
    background-size: cover;

    background-image:
     url('../img/next2025Soldout.png'),
    linear-gradient(193deg, rgba(4,60,116,1) 0%, rgba(28,152,228,1) 100%);
   
    min-height: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    color: white;
    padding: 20px;
        text-shadow: -1px 0 #000000, 0 1px #000000, 1px 0 #121212, 0 -1px #000000;


}

.panel-heading{
    display: table;
    width: 100%;
}

@-moz-document url-prefix() {
    input[type="checkbox"] {
        margin-top: -5px;
    }
    input[type="date"] {
        line-height: initial;
    }



}




@media screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) { @media { 
    

}}


