@font-face {
    font-family: 'Kenyan Coffee Rg';
    src: url('KenyanCoffeeRg-BoldItalic.woff2') format('woff2'),
        url('KenyanCoffeeRg-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Kenyan Coffee Rg';
    src: url('KenyanCoffeeRg-Bold.woff2') format('woff2'),
        url('KenyanCoffeeRg-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kenyan Coffee Rg';
    src: url('KenyanCoffeeRg-Italic.woff2') format('woff2'),
        url('KenyanCoffeeRg-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Kenyan Coffee Rg';
    src: url('KenyanCoffeeRg-Regular.woff2') format('woff2'),
        url('KenyanCoffeeRg-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'socicon';
    src: url('socicon.eot');
    src: url('socicon.eot?#iefix') format('embedded-opentype'),
         url('socicon.woff') format('woff'),
         url('socicon.ttf') format('truetype'),
         url('socicon.svg#sociconregular') format('svg');
    font-weight: normal;
    font-style: normal;
    text-transform: initial;
}

.storm {
    background-color: #000;
    background-image: url("../images/storm2.gif");
    background-repeat: no-repeat;
    background-size: 100%;
}

.norm {
    background-color: #000;
    background-image: url("../images/lightning-dark-large.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
}


@media (min-width: 1px) and (max-width: 1000px) {
    #social a {
        font-size: 16px;
    }
    #full-nav {
        display: none;
    }
    #mobile-nav {
        display: block;
    }
    .marquee img {
        height: 200px;
        padding: 0px;
        margin: 0px;
        display: inline-block;
    }

    #film-reel {
        overflow: hidden;
        height: 200px;
        display: inline-block;
        white-space: nowrap;
        margin-right: 0px !important;
        margin-left: 0px;
    }
    .home-max-size {
        max-height: 800px;
        overflow: hidden;
        -webkit-transition : all 1000ms ease-in;
        -moz-transition : all 1000ms ease-in;
        -o-transition : all 1000ms ease-in;
        transition : all 1000ms ease-in;
    }
    .home-max-size-expand {
        max-height: 5000px !important;
        -webkit-transition : all 1000ms ease-in;
        -moz-transition : all 1000ms ease-in;
        -o-transition : all 1000ms ease-in;
        transition : all 1000ms ease-in;
    }
}

@media (min-width: 1001px) and (max-width: 1500px) {
    #social a {
        font-size: 24px;
    }
    #full-nav {
        display: block;
    }
    .top-40 {
        margin-top: -24px !important;
    }
    #mobile-nav {
        display: none;
    }
    #full-nav a {
        font-size: 20px;
    }
    .header-presenting {
        letter-spacing: 3px;
        font-family: 'Kenyan Coffee Rg', sans-serif;
        color: #fff;    
        font-size: 22px;
    }
    .marquee img {
        height: 360px;
        padding: 0px;
        margin: 0px;
        display: inline-block;
    }

    #film-reel {
        overflow: hidden;
        height: 360px;
        display: inline-block;
        white-space: nowrap;
        margin-right: 0px !important;
        margin-left: 0px;
    }
    .marquee {
        margin-top: -60px !important;
    }
    .home-max-size {
        max-height: 800px;
        overflow: hidden;
        -webkit-transition : all 1000ms ease-in;
        -moz-transition : all 1000ms ease-in;
        -o-transition : all 1000ms ease-in;
        transition : all 1000ms ease-in;
    }
    .home-max-size-expand {
        max-height: 5000px !important;
        -webkit-transition : all 1000ms ease-in;
        -moz-transition : all 1000ms ease-in;
        -o-transition : all 1000ms ease-in;
        transition : all 1000ms ease-in;
    }
}

@media (max-width: 1380px) {
    .tour-date-location {
        font-size: 24px !important;
    }
    .tour-date-month {
        font-size: 24px !important;
    }
    .tour-date-day {
        font-size: 24px !important;
    }
    #mailing-list a {
        background-color: #e00b00;
        color: #fff;
        padding-right: 12px;
        padding-left: 12px;
        padding-top: 3px;
        padding-bottom: 3px;
        margin-top: 0px;
        margin-right: 0px;
        font-size: 14px;
        letter-spacing: 0px;
        font-family: 'Kenyan Coffee Rg', sans-serif;
        -webkit-transition : background-color 300ms ease-out;
        -moz-transition : background-color 300ms ease-out;
        -o-transition : background-color 300ms ease-out;
        transition : background-color 300ms ease-out;
    }

    #mailing-list a:hover {
        text-decoration: none;
        background-color: #bd0009;
        -webkit-transition : color 300ms ease-out;
        -moz-transition : background-color 300ms ease-out;
        -o-transition : background-color 300ms ease-out;
        transition : background-color 300ms ease-out;
    }
}

@media (min-width: 1380px) {
    #mailing-list a {
        background-color: #e00b00;
        color: #fff;
        padding-right: 24px;
        padding-left: 24px;
        padding-top: 3px;
        padding-bottom: 3px;
        margin-top: 0px;
        margin-right: 0px;
        font-size: 22px;
        letter-spacing: 0px;
        font-family: 'Kenyan Coffee Rg', sans-serif;
        -webkit-transition : background-color 300ms ease-out;
        -moz-transition : background-color 300ms ease-out;
        -o-transition : background-color 300ms ease-out;
        transition : background-color 300ms ease-out;
    }

    #mailing-list a:hover {
        text-decoration: none;
        background-color: #bd0009;
        -webkit-transition : color 300ms ease-out;
        -moz-transition : background-color 300ms ease-out;
        -o-transition : background-color 300ms ease-out;
        transition : background-color 300ms ease-out;
    }
    #social a {
        font-size: 24px;
    }
    #full-nav {
        display: block;
    }
    .top-40 {
        margin-top: -24px !important;
    }
    #mobile-nav {
        display: none;
    }
    #full-nav a {
        font-size: 28px;
    }
    .marquee img {
        height: 550px;
        padding: 0px;
        margin: 0px;
        display: inline-block;
    }

    #film-reel {
        overflow: hidden;
        height: 550px;
        display: inline-block;
        white-space: nowrap;
        margin-right: 0px !important;
        margin-left: 0px;
    }
    .home-max-size {
        max-height: 800px;
        overflow: hidden;
        -webkit-transition : all 1000ms ease-in;
        -moz-transition : all 1000ms ease-in;
        -o-transition : all 1000ms ease-in;
        transition : all 1000ms ease-in;
    }
    .home-max-size-expand {
        max-height: 5000px !important;
        -webkit-transition : all 1000ms ease-in;
        -moz-transition : all 1000ms ease-in;
        -o-transition : all 1000ms ease-in;
        transition : all 1000ms ease-in;
    }
}

@media (min-width: 1501px) {
    #full-nav a {
        font-size: 32px;
    }
    .top-40 {
        margin-top: -24px !important;
    }
    .header-presenting {
        letter-spacing: 3px;
        font-family: 'Kenyan Coffee Rg', sans-serif;
        color: #fff;    
        font-size: 22px;
    }
    .marquee img {
        height: 620px;
        padding: 0px;
        margin: 0px;
        display: inline-block;
    }

    #film-reel {
        overflow: hidden;
        height: 620px;
        display: inline-block;
        white-space: nowrap;
        margin-right: 0px !important;
        margin-left: 0px;
    }
    .marquee {
        margin-top: -80px !important;
    }
}

body {
    font-family: Tahoma, 'Hind Siliguri', sans-serif;
}

#mobile-nav-menu a {
    -webkit-transition : color 300ms ease-out;
    -moz-transition : color 300ms ease-out;
    -o-transition : color 300ms ease-out;
    transition : color 300ms ease-out;
    color: #fff;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: 0px;
    font-family: 'Kenyan Coffee Rg', sans-serif;
    margin-right: 20px;
    font-size: 20px;
}

#mobile-nav-menu a.active {
    color: #e00b00;
}

#mobile-nav-menu a:hover {
    -webkit-transition : color 300ms ease-out;
    -moz-transition : color 300ms ease-out;
    -o-transition : color 300ms ease-out;
    transition : color 300ms ease-out;
    color: #e00b00;
    text-decoration: none;
}

#header-container {
    background-color: rgba(0, 0, 0, 0);
    padding-bottom: 10px;
}

#full-nav a {
    -webkit-transition : color 300ms ease-out;
    -moz-transition : color 300ms ease-out;
    -o-transition : color 300ms ease-out;
    transition : color 300ms ease-out;
    color: #fff;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: 0px;
    font-family: 'Kenyan Coffee Rg', sans-serif;
}

#full-nav a.active {
    -webkit-transition : color 300ms ease-out;
    -moz-transition : color 300ms ease-out;
    -o-transition : color 300ms ease-out;
    transition : color 300ms ease-out;
    color: #e00b00;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: 0px;
    font-family: 'Kenyan Coffee Rg', sans-serif;
}

#full-nav a:hover {
    -webkit-transition : color 300ms ease-out;
    -moz-transition : color 300ms ease-out;
    -o-transition : color 300ms ease-out;
    transition : color 300ms ease-out;
    color: #e00b00;
    text-decoration: none;
}

#nav-left a {
    margin-left: 20px;
}

#nav-right a {
    margin-right: 20px;
}

#subscribe a {
    display: block;
    color: #fff;
    background-color: #e00b00;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 0px;
    font-family: 'Kenyan Coffee Rg', sans-serif;
    width: 220px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0px;
}

#social a {
    color: #fff;
    margin-right: 8px;
    -webkit-transition : color 300ms ease-out;
    -moz-transition : color 300ms ease-out;
    -o-transition : color 300ms ease-out;
    transition : color 300ms ease-out;
}

#social a:hover {
    -webkit-transition : color 300ms ease-out;
    -moz-transition : color 300ms ease-out;
    -o-transition : color 300ms ease-out;
    transition : color 300ms ease-out;
    color: #e00b00;
    text-decoration: none;
}

h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 0px;
    font-family: 'Kenyan Coffee Rg', sans-serif;
    display: flex;
    align-items: center;
}

h2:after {
  content: '';
  flex: 1;
  margin-left: 1rem;
  height: 3px;
  background-color: #e00b00;
}

p {
    color: #fff;
    font-family: Tahoma, sans-serif;
}

#footer-nav-links a {
    -webkit-transition : color 300ms ease-out;
    -moz-transition : color 300ms ease-out;
    -o-transition : color 300ms ease-out;
    transition : color 300ms ease-out;
    color: #fff;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: 0px;

    display: block;
    padding-bottom: 6px;
    padding-left: 0px;
    margin-left: 0px;
}

#footer-nav-links a:hover {
    -webkit-transition : color 300ms ease-out;
    -moz-transition : color 300ms ease-out;
    -o-transition : color 300ms ease-out;
    transition : color 300ms ease-out;
    color: #e00b00;
    text-decoration: none;
}

#desktop-footer {
    border-top: 3px solid #e00b00;
}

#desktop-footer p {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0px;
    font-family: 'Kenyan Coffee Rg', sans-serif;
}

.h2-center {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 0px;
    font-family: 'Kenyan Coffee Rg', sans-serif;
    display: flex;
    align-items: center;
}

.h2-center:before {
  content: '';
  flex: 1;
  margin-left: 1rem;
  height: 3px;
  background-color: #e00b00;
}

.h2-center:after {
  content: '';
  flex: 1;
  margin-left: 1rem;
  height: 3px;
  background-color: #e00b00;
}

.fixed-size {
    height: auto !important;
    width: auto !important;
}

.marquee {
    width: 100%;
    overflow: hidden;
}

.film-top {
    height: 30px;
    background-image: url(../images/film-top.jpg?r=2);
    background-repeat: repeat-x;
}

.film-bottom {
    height: 30px;
    background-image: url(../images/film-bottom.jpg?r=2);
    background-repeat: repeat-x;
}

.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.section-title { 
    border-top: 1px solid #fff;
    position: relative;
    top: 50px;
    margin-bottom: 50px;
}


.section-title span { 
    text-transform: uppercase;
    font-size: 36px;
    letter-spacing: 0px;
    font-family: 'Kenyan Coffee Rg', sans-serif;
    color: #000; 
    text-decoration: none; 
    text-align: center; 
    padding: 2px 5px; 
    background: #fff; 
    width: 200px; 
    margin: 0 auto; 
    display: block; 
    position: relative; 
    top: -24px; 
}

.home-title { 
    border-top: 1px solid #e00b00;
    position: relative;
    top: 20px;
    margin-bottom: 10px;
}


.home-title span { 
    text-transform: uppercase;
    font-size: 36px;
    letter-spacing: 0px;
    font-family: 'Kenyan Coffee Rg', sans-serif;
    color: #fff; 
    text-decoration: none; 
    text-align: center; 
    padding: 2px 5px; 
    background-color: #e00b00;
    width: 200px; 
    margin: 0 auto; 
    display: block; 
    position: relative; 
    top: -24px; 
}

.merch-image-container {
    height: 300px;
    background-color: #fff;
    border-radius: 5px;
}

.merch-product a {
    text-decoration: none;
}

.merch-product a:hover {
    text-decoration: none;
}

.merch-product p {
    font-size: 13px;
    margin: 2px;
}

.merch-product-title {
    text-align: center;
}

.merch-product-price {
    text-align: center;
    color: #e00b00;
    font-weight: bold;
}

.merch-product-details h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
    letter-spacing: 0px;
    font-family: 'Kenyan Coffee Rg', sans-serif;
}

.merch-product-details span {
    color: #fff;
    font-family: Tahoma, sans-serif;
}

.merch-product-details-price {
    color: #fff;
    font-size: 24px;
    padding-bottom: 10px;
    margin-left: 10px;
}

.merch-special {
    background-color: #fff;
    color: #000;
    text-align: center;
    padding: 6px;
    border: 1px solid #000;
}

.merch-special span {
    color: #000 !important;
}

#top-container {
    padding-right: 0px !important;
    padding-top: 0px !important;
}

#newsletter-header {
    background-color: #e00b00;
    padding: 6px;
}

#newsletter-header p {
    color: #fff;
    font-size: 22px;
    letter-spacing: 0px;
    font-family: 'Kenyan Coffee Rg', sans-serif;   
    text-align: center;
    margin: 0px;
}

#newsletter-content {
    padding: 12px;
    background-image: url("../images/newsletter-bricks.jpg");
}

#newsletter-content {
    color: #fff;
}

#newsletter-content p {
    font-size: 11px;
    margin: 6px;
}

.newsletter-success-header {
    font-size: 16px !important;
}

.brick {
    background-image: url("../images/purple-bricks.jpg");
    background-repeat: repeat;
}

.tour-date-month {
    color: #e00b00;
    font-size: 28px;
    letter-spacing: 0px;
    font-family: 'Kenyan Coffee Rg', sans-serif;   
    text-align: center;
    margin: 2px;  
    text-transform: uppercase;
    display: block;
}

.tour-date-day {
    color: #fff;
    font-size: 28px;
    letter-spacing: 0px;
    font-family: 'Kenyan Coffee Rg', sans-serif;   
    text-align: center;
    margin: 2px;
    text-transform: uppercase;
    display: block;
}

.tour-date-location {
    color: #fff;
    font-size: 36px;
    letter-spacing: 0px;
    font-family: 'Kenyan Coffee Rg', sans-serif;   
    margin: 2px;
    text-transform: uppercase;
    display: block;    
}

.tour-date-special {
    color: #e00b00;
    font-size: 36px;
    letter-spacing: 0px;
    font-family: 'Kenyan Coffee Rg', sans-serif;   
    margin: 2px;
    display: block;    
}

.logo-shrink {
    width: 300px;
}

.red-bottom {
    border-bottom: 1px solid #e00b00;
}

.red-top {
    border-top: 4px solid #e00b00;
}

#merch-delivery, #merch-returns {
    background-color: #fff;
}

#merch-delivery p, #merch-returns p {
    color: #000;
}

#merch-delivery h3, #merch-returns h3, #merch-related h3 {
    color: #e00b00;
    font-size: 28px;
    letter-spacing: 0px;
    font-family: 'Kenyan Coffee Rg', sans-serif;   
    margin: 2px;
    text-transform: uppercase;
}

.h3-header {
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
    letter-spacing: 0px;
    font-family: 'Kenyan Coffee Rg', sans-serif;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #000;
}

.media-overlay:hover .overlay {
  opacity: 0.8;
}

.overlay p {
  color: white;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}





.modal-body {
  position:relative;
  padding:0px;
}
.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}

.instagram-post {
    color: #fff;
    font-family: Tahoma,sans-serif;
}

.instagram-post a {
    color: #e00b00;
}

.home-guestbook-header {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 0px;
    font-family: 'Kenyan Coffee Rg', sans-serif;
}

.home-guestbook-date {
    color: #ccc;
    font-size: 14px;
    float: right;
}

.card {
    border: none !important;
}

#media-show-image h3 {
    color: #000;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 0px;
    font-family: 'Kenyan Coffee Rg', sans-serif;
}

#media-show-image p {
    color: #000;
}

div {
    color: #fff;
}

h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 0px;
    font-family: 'Kenyan Coffee Rg', sans-serif;
}

a {
    color: #e00b00;
}

a:hover {
    color: #e00b00;
}

#film-reel img {
    border-right: 8px solid #000;
    border-left: 8px solid #000;
    margin-left: -5px;
}

#film-reel {
    margin-bottom: -5px;
}

td {
    vertical-align: top;
}

.home-guestbook-container p {
    color: #fff;
    font-style: italic;
}

#merch-basket-contents {
    border: 1px solid #e00b00;
    padding: 10px;
}

.btn-outline-primary.disabled {
    color: #e00b00 !important;
}

.marq {

}

.marq p {
    font-family: 'Kenyan Coffee Rg', sans-serif;
    color: #fff;    
    font-size: 30px;
}

.xl {
    font-size: 44px !important;
}

.img-sel {
    cursor: pointer;
}