/*!
 * Start Bootstrap - One Page Wonder v5.0.7 (https://startbootstrap.com/template-overviews/one-page-wonder)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-one-page-wonder/blob/master/LICENSE)
 */
html {
  height: 100%;
  overflow:hidden;
}
body {
  font-family: 'Lato';
  margin: 0;
  padding: 0;
  perspective: 1px;
  transform-style: preserve-3d;
  height: 100%;
  overflow-y: scroll;
  overflow-x:hidden;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Catamaran';
  font-weight: 800 !important;
}

.btn-xl {
  text-transform: uppercase;
  padding: 1.5rem 3rem;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}

.bg-black {
  background-color: #a50d24 !important;
}

.bg-yellow {
  background-color: #a50d24 !important;
}

.rounded-pill {
  border-radius: 5rem;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
}
.navbar-custom {
  /* padding-top: 1rem; */
  /* padding-bottom: 1rem; */
  background-color: #ffffff;
}

.navbar-custom .navbar-brand {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  font-weight: 700;
}

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #a50d24;
}

.navbar-custom .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    text-align: right;
}

header.masthead {overflow: hidden;padding-top: calc(7rem + 72px);padding-bottom: 7rem;background-position: center center;background-attachment: scroll !important;background-size: cover;font-family: 'Montserrat', sans-serif !important;position: relative;min-height: 80vh;padding: 30vw 0 5vw;transform-style: inherit;width: 100vw;}

header, header:before {
  background: 50% 50% / cover;
}

header::before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
    background: linear-gradient(rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0)), url(../img/bg4.jpg) no-repeat;
  background-size:cover;
  tramsform-origin: center center 0;
  transform: translateZ(-1px) scale(2);
  min-height: 100vh;
  background-position: bottom;

}

header.masthead .masthead-content {
  z-index: 1;
  position: relative;

  
}

header.masthead .masthead-content .masthead-heading {
  font-size: 3rem;


}

.masthead-heading {
  color: #ffffff;
  font-size: 3.5rem !important;
  margin-top: 2rem;
  margin-top: 150px;
}

header.masthead .masthead-content .masthead-subheading {
  font-size: 2rem;
}

.rounded-circle {
    border-radius: 0%!important;
}

.display-4 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width:766px) {
  #myModal .btn-light {
    color: #ffffff;
    background-color: #ad744b;
    border-color: #f8f9fa;
    margin-top: 5px;
    padding: 15px;
   
}
#myModal .btn-light:first-child {
    color: #ffffff;
    background-color: #ad744b;
    border-color: #f8f9fa;
    margin-top: 5px;
    padding: 15px;
    padding-left: 40px !important;
    padding-right: 40px !important;
    margin-bottom: 0px;
   
}

}

@media (min-width: 992px) {

  header.masthead {
    padding-top: calc(10rem + 55px);
    padding-bottom: 10rem;
  }
  header.masthead .masthead-content .masthead-heading {
    font-size: 6rem;
  }
  header.masthead .masthead-content .masthead-subheading {
    font-size: 4rem;
  }
}

.bg-primary {
  background-color: #a50d24 !important;
}

.btn-primary {
    color: #fff;
    background: #9e0d23 none repeat scroll 0 0;
    border: solid 1px #9f0d23;
    border-radius: 0px !important;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    padding: 12px 30px;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    margin-top: 20px;
    outline: none !important;
}
.btn-primary:hover {
    color: #fff;
    background: #860811 none repeat scroll 0 0;
    border: solid 1px #860811;
    text-decoration: none;
    outline: none !important;
    transition: all 0.4s ease 0s;
}


.btn-secondary {
  background-color: #ff6a00;
  border-color: #ff6a00;
}

.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
  background-color: #cc5500 !important;
  border-color: #cc5500 !important;
}

.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 106, 0, 0.5);
}

.full-screen {
  position: absolute !important;
  top: 20rem;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000b12 !important;
  color:#ad744b;



}
.display-4 {
    margin-top: 4rem;
}
.flex-container-center{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 100 !important;
}

.hidden {
  display: none;
}
section.download {
    position: relative;
    padding: 150px 0;
}

#download {
  font-size: 20px;
  color: #fff;
}
section.download .badges .badge-link img {
    height: 60px;
}

#download h2 {
  color: #ffd200;
  font-size: 2.8rem;
}
.testimonials {

    padding-top: 7rem;
    padding-bottom: 7rem;
}

.testimonials .masthead-heading {
  color: #ffffff;
  font-size: 3.5rem !important;
  margin-top: 2rem;
  margin-top: 20px;
}

.about {
   background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/slide1.jpg) no-repeat;
  background-size:cover;
  tramsform-origin: center center 0;
  background-attachment:fixed;

  background-position: center;

}

.openinghours {
   background: #fff;
  background-size:cover;
  tramsform-origin: center center 0;
  background-attachment:fixed;

  background-position: center;
}

.testimonials h2 {
  color: #ffd200;
}

.testimonials h5 {
  color: #ffffff;
}

@media (max-width: 480px) {

  header.masthead {
    overflow: hidden;
    padding-top: calc(7rem + 72px);
    padding-bottom: 7rem;
    background-position: center center;
    background-attachment: scroll !important;
    background-size: cover;
    font-family: 'Montserrat', sans-serif !important;
    position: relative;
    min-height: 100vh;
    padding: 30vw 0 5vw;
    transform-style: inherit;
    width: 100vw;
}


  .openinghours h2 {
    margin-top: -1rem
  }

  .openinghours .masthead-heading {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;

}

  .testimonials .masthead-heading {
 
    margin-top: -4rem;
   
}
  .masthead-heading {
    font-size: 2.5rem !important;
    margin-top: 4rem;
    padding-left: 5px;
    padding-bottom: 0px;
}

.masthead .btn-primary {
 margin-top: 10px !important;
}
  #download h2 {
    color: #f2c800;
    font-size: 1.3rem;
}
  .testimonials .col-lg-4 {
    margin-bottom: -40px;
  }
 .masthead-content .btn-xl {
    text-transform: uppercase;
    padding: 1.5rem 3rem;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
}
 .masthead-content .btn-xl:last-child {
    margin-top: 20px !important;
     padding: 1.5rem 2.9rem;
    
}

.display-4 {
  font-size: 2rem;
  text-align:center !important;
  margin-bottom: 2rem;
 
  

}

.about .display-4 {
  font-size: 3rem !important;
  text-align:center !important;
  margin-bottom: 2rem;
  margin-top: -2rem;
}
.about p{
  text-align: center;
  margin-left: -35px !important;
  margin-right: -35px !important;
}
section.download .badges .badge-link img {
    height: 60px;
    margin-top: 5px;
    margin-left: 0px !important;
}
#myModal .btn-light {
    color: #ffffff;
    background-color: #ad744b;
    border-color: #f8f9fa;
    margin-top: 5px;
    padding: 15px;
   
}
#myModal .btn-light:first-child {
    color: #ffffff;
    background-color: #ad744b;
    border-color: #f8f9fa;
    margin-top: 5px;
    padding: 15px;
    padding-left: 40px !important;
    padding-right: 40px !important;
    margin-bottom: 20px;
   
}
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    background: #000b12;
}
.btn-light {
    color: #ffffff;
    background-color: #ad744b;
    border-color: #f8f9fa;
}


  #myModal .text-center {
    text-align: center!important;
    margin-left: 13px;

}

#footer {
    text-align: center;
    padding: 15px 0;
    color: #fff;
      font-size: 12px; 
}
#footer h1 {
    color: #fff!Important;
    font-size: 18px; 
    margin-top: 0;
}


.openinghours .row {
   margin-top: -50px;
}

.openinghours .masthead-heading {
  color: #ffd200;
  font-size: 3.5rem !important;
  margin-top: 130px;
}

.openinghours h2 {
    color: #a50d24;
    text-align:center;
    font-size: 2.1rem;
}

.about .display-4 {
  font-size: 4rem;
}
.display-4 span{color: #ffd200 !important;}
