/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.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: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * 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 audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
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;
    font-size: 20px;
    color: black;
}

input {
  color: black;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* Navbar CSS */

body {
          font-family: 'Roboto', sans-serif;
          overflow-x: hidden;
          color: #fff;
          background-color: #000 !important;
      }
a,
a:hover,
a:focus,
a:active,
a.active {
  outline: none;
}
a {
  color: #50C878;
}
a:hover,
a:focus,
a:active,
a.active {
  color: #013220;
}



.navbar-custom {
  background-color: #222;
  border-color: transparent;
}
.navbar-custom .navbar-brand {
  color: #50C878;
  font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: #013220;
}
.navbar-custom .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
}
.navbar-custom .navbar-toggle-always {
  background-color:transparent;
  border-color: transparent;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: white;
  font-size: 12px;
}

.navbar-header{
  margin-left:5px;
  width:100%;
}

}
.navbar-custom .navbar-toggle-always:hover,
.navbar-custom .navbar-toggle-always:focus {
  background-color: #ffffff;
}
.navbar-custom .nav li a {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  color: white;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus {
  color: #50C878;
  outline: none;
}
.navbar-custom .navbar-nav > .active > a {
  border-radius: 0;
  color: white;
  background-color: #50C878;
}
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
  color: white;
  background-color: #013220;
}

.fa {
  font-size: 50px;
}

.btn {
    font-weight: bolder;
}

@media (max-width: 3500px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}

.btn-outline {
    background-color: transparent;
    color: inherit;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.whats_on_button {
    margin-bottom: 50px;
  width: auto;
  height: auto;
  font-size: 64px;
}

.center {
    text-align: center;
    display: block;
    margin: 0 auto;
}


/*  front page CSS */


.logo-llmco {
    font-size: 30px;
}

.logo-llmco-link {
    font-size: 35px;
    font-weight: 900;
}

.white {
    color: white !important;
}

.logo-presents {
    font-family: 'Roboto', serif;
    font-size: 33px;
}

.logo-jazz {
    font-family: 'Roboto', serif;
    text-transform: uppercase;
    font-size: 99px;
}

.logo-town-name {
    font-size: 99px;
    text-transform: uppercase;
}

.landing-link {
    color: #b6955d;
}

.landing-link {
    color: #b6955d;
}

.landing-link:hover{
    color: #ffffff;
}

.landing-subtext{
    font-size: 20px;
}

#squeeze {
    margin-top: -5px;
}

#standout {
    font-size: 70px;
}

#shift {
    margin-top: 50px;
}

.welcome-row-pic-index {
    background: #000000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white;
    height: 100vh;
    text-align: center;
}

.landing-logo-img {
    text-align: center;
    margin-top: 75px;
}

/* Audio CSS */

.audio-wrap {
  text-align: center;
}

/* Grid CSS */

.grid-background {
    background: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 1));
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.coming-soon {
    text-align: center;
    font-size: 48px;
    padding: 20px 0 20px 0;
    font-family: 'Roboto', serif;
}

.price {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

.opening {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.grid-row {
    padding: 50px;
}

.thumbnail-wrapper {
  background: linear-gradient(rgba(34, 34, 34, 1), rgba(34, 34, 34, 1));
  margin-bottom: 25px;
  min-width: 100%;
  min-height: 850px;
  position: relative;
}

.thumbnail-band-image {
  width: 100%;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  -webkit-transition: filter 1s;
  transition: filter 1s,
}

.thumbnail-band-image:hover {
  filter: none;
}

.modal-band-image {
  width: 100%;
  margin-bottom: 20px;
}

.modal {
  color: black;
}

.modal-title {
  font-size: 24px;
  font-family: 'Roboto', serif;
}

.centre-modal-text {
    font-weight: bolder;
}

.band-name {
  text-align: center;
  font-size: 30px;
  font-weight: bolder;
}

.link-name-title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}

.link-name {
    text-align: center;
    margin-bottom: 20px;
    font-size: 14px;
    vertical-align: middle;
}

.date {
    text-align: center;;
    font-size: 20px;
}

.short-band-desc {
  padding: 0 20px 20px 20px;
}

.bottom-fix {
  margin-top: 10%;
  position: absolute;
  bottom: 0;
  left: 0;
}


/* button css */

.book-button{
  min-width: 700px;
  text-align: center;
  color: black;
  margin: 5px;
  font-size: 18px;
}


/*  Link Footer CSS */

.links-bottom {
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 20px 0 80px 0;
}

.border {
    color: #fff;
    border-style: solid;
    border-color: white;
    border-width: 0 0 0 1px;

}

.link-bottom {
    color: #fff;
    padding-right: 3%;
    padding-left: 3%;
    margin-top: 50%;
    margin-bottom: 30px;
}

.link-bottom:hover {
    color: #aaa;
    text-decoration: none;
}

.fixed-bottom-link {
    bottom: 0;
    text-align: left;
    position: fixed;
}


/* Google Maps CSS */

#map {
    width: 100%;
    height: 400px;
    margin-top: 50px;
    margin-bottom: 30px;
}

/* secondary page text and images */
.top-gap {
  margin-top: 100px;
}

.top-gap-medium {
  margin-top: 50px;
}

.top-gap-small {
  margin-top: 25px;
}

.bottom-gap {
  margin-bottom: 100px;
}

.logo-jazz-secondary {
    font-size: 50px;
    font-family: 'Roboto', serif;
}

.secondary-title {
    font-family: 'Roboto', serif;
}

.secondary-text {
    font-size: 20px;
}

.secondary-text-bold {
    font-weight: bolder;
}


.secondary-image-wrap {
  text-align: center;
}

.secondary-pic-half {
    width: 100%;
    margin: 80px auto 0 auto;
    max-width: 500px;
}

.secondary-pic {
  width: 75%;
  margin: 80px auto 0 auto;
}

.contact {
    font-size: 18px;
}

.about-link {
    text-decoration: underline;
}

.about-link:hover {
    color: white;
}

.archive {
  margin-top: 80px;
  font-size: 20px;
}

.book-text {
  margin: 20px 0 40px 0;
}

.warning-background {
    background-color: black;
}

.warning-pad {
    margin: 25px 0 25px 0;
}

.warning-text {
    color: white;
    font-size: 18px;
}

.landing-logo-img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
  }



/* css for small screen size */

@media screen and (max-width: 768px) {

    .book-button {
        font-size: 12px;
        min-width: 450px;
    }

    .whats_on_button {
        font-size: 32px;
        margin-bottom: 150px;
    }

    .logo-jazz {
        font-size: 66px;
    }

    .thumbnail-wrapper {
      min-height: 800px;
    }


}

/* Gallery CSS */

.hide-bullets {
    list-style:none;
    margin-left: -40px;
    margin-top:20px;
}

.thumbnail {
    padding: 0;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    width: 100%;
}

}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.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:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, 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 (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        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 that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }@

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
