html,
body {
  overflow-x: hidden;
}

#logo {
  width: 40%;
  height: auto;
  padding-left: 0px;
  padding-bottom: 10px;
  margin-left: 0px;
}

#logo_text h4 {
  font-family: "Courgette", cursive;
  font-weight: 700;
  font-size: 3vh;
  font-weight: 400;
}

.jumbo1 {
  height: 650px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background: linear-gradient(
      to bottom,
      rgba(1, 1, 1, 1) 0%,
      rgba(1, 1, 1, 0) 100%
    ),
    url("./pics/jumbo.jpg");
}

.jumbo2 {
  background: linear-gradient(
      to bottom,
      rgba(1, 1, 1, 0.5) 0%,
      rgba(1, 1, 1, 0.8) 100%
    ),
    url("./pics/pic2.jpg");
  height: 650px;
  position: relative;
  opacity: 0.9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

p {
  font-size: 2.5vh;
  text-align: center;
}

h1 {
  font-size: 5vh;
  text-align: center;
}

h4 {
  font-size: 3.25vh;
  text-align: center;
}

.spacing {
  margin: 15vh;
}

.title_section .title h1 {
  font-family: "Alegreya SC", serif;
  font-size: 7vh;
  font-weight: 550;
  text-align: center;
  margin: 30px;
  padding-top: 20px;
  padding-bottom: 10px;
  color: #fefefa;
}

.title_section .support_text p {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5vh;
  font-weight: 300;
  text-align: center;
  margin-bottom: 30px;
  padding: 10px;
  color: #fefefa;
  text-align: center;
}

.aboutus {
  margin-top: 40px;
  margin-bottom: 20px;
  background-color: #fefefa;
}

#about_pic {
  background-image: url("./pics/aboutus.jpg");
  width: 400px;
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
}

#about_data {
  margin-bottom: 2vh;
  font-weight: 400;
}

.aboutus p,
.aboutus h1 {
  text-align: left;
  padding: 20px;
  color: #212529;
  font-family: "Montserrat", sans-serif;
}

.aboutus h1 {
  font-family: "Alegreya SC", serif;
  color: #9a1a1a;
}

.sub_section .title h1 {
  font-family: "Alegreya SC", serif;
  font-size: 6vh;
  text-align: center;
  margin: 30px;
  padding-top: 20px;
  padding-bottom: 10px;
  color: #9a1a1a;
}

.sub_section p {
  font-family: "Montserrat", sans-serif;
  font-size: 3vh;
  text-align: center;
  margin-bottom: 30px;
  padding: 10px;
  color: #212529;
}

.sub_section .support_text h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 4vh;
  text-align: center;
  margin-bottom: 30px;
  padding: 10px;
  color: #212529;
}

.location .title h1 {
  font-family: "Alegreya SC", serif;
  font-size: 6vh;
  text-align: center;
  margin: 30px;
  padding-top: 20px;
  padding-bottom: 10px;
  color: #fefefa;
}

.location .support_text h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 4vh;
  text-align: center;
  margin-bottom: 30px;
  padding: 10px;
  color: #fefefa;
}

.location .support_text h6 {
  color: #fefefa;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5vw;
  padding: 10px;
}

.sub_section h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 4vh;
  text-align: center;
  margin-bottom: 30px;
  padding: 10px;
  color: #212529;
}

.service {
  width: 100%;
  height: auto;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background: linear-gradient(
      to bottom,
      rgba(1, 1, 1, 0.5) 0%,
      rgba(1, 1, 1, 0.5) 100%
    ),
    url("./pics/service.jpg");
}

.service .fas {
  background: #ED8728;
  padding:30px;
  border-radius: 50%;
  color: #2f2f2f ! important;
}


.data {
  padding-top: 3vh;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 3vh;
}

#data1:hover {
  background-color: #9a1a1a;
}

#data2:hover {
  background-color: #fefefa;
}

#data2:hover h4 {
  color: #9a1a1a;
}

#data2:hover p {
  color: #212529;
}

#data2:hover i {
  color: #212529;
}

#data3:hover {
  background-color: #212529;
}

.data h4 {
  position: relative;
  font-family: "Alegreya SC", serif;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
  color: #fefefa;
}

.data p {
  position: relative;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  padding: 10px;
  color: #fefefa;
}


.contact h2 {
  padding-top:10px;
  font-family: "Alegreya SC", serif;
  font-size: 4vh;
  color: #fefefa;
  margin-bottom: 2vh;
  text-align: center;
}


.btn-primary {
  background-color: #fefefa;
  color: #9a1a1a;
  border-color: #fefefa;
  margin-left: 1vw;
  margin-bottom: 5vh;
  box-shadow: #9a1a1a;
  font-family: "Montserrat", sans-serif;
}

#touch {
  background-color: #fefefa;
  color: #9a1a1a;
  border-color: #212529;
  box-shadow: #9a1a1a !important;
  font-family: "Montserrat", sans-serif;
}

#touch:hover {
  background-color: #9a1a1a;
  color: #fefefa;
  border-color: #212529;
  box-shadow: #9a1a1a !important;
  font-family: "Montserrat", sans-serif;
}

.btn-primary:hover {
  background-color: #9a1a1a !important;
  border-color: #212529;
  box-shadow: #9a1a1a;
}

.btn-primary:focus {
  background-color: #9a1a1a !important;
  border-color: #212529;
  box-shadow: #9a1a1a;
}

.btn-primary:active {
  background-color: #9a1a1a !important;
  border-color: #212529;
  box-shadow: #9a1a1a;
}

.form-group label {
  color: #fefefa;
  font-size: 2.5vh;
  font-family: "Montserrat", sans-serif;
  text-align: left;
}
.form-group p {
  text-align: left;
  font-size: 2vh;
  color: #fefefa;
}

.form-control {
  padding-top: 1vh;
  padding-bottom: 4vh;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link {
  font-family: "Montserrat", sans-serif;
  color: #fefefa;
  font-size: 2.5vh;
  font-weight: 600;
  padding-right: 1.5vh;
  vertical-align: bottom;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #9a1a1a;
  font-weight: 700;
}

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

.footer h4 {
  padding-top: 1vh;
  font-family: "Courgette", sans-serif;
  font-weight: 600;
}

.centered {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  align-items: center;
  justify-content: center;
}

.carousel-multi-item-2 .card img {
  border-radius: 2px;
}

.gallery .fas  {
  color: #fefefa;
}

.location .fas{
  color:#fefefa
}

.gallery {
  display: block;
}

.gallery_mobile {
  display: none;
}

.gallery {
  width: 100%;
  height: auto;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background: linear-gradient(
      to bottom left,
      rgba(1, 1, 1, 0.2) 0%,
      rgba(1, 1, 1, 0.2) 100%
    ),
    url("./pics/gallery_4.jpg");
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.gallery h2 {
  color: #fefefa;
  font-family: "Montserrat", cursive;
  text-align: center;
  padding-top: 2vh;
  padding-bottom: 4vh;
}

.carousel-multi-item img {
  float: left;
  width: 100%;
  height: 80vh;
  background-size: cover;
  margin-left: 0px;
  margin-right: 0px;
  display: block;
}

#about_h1 {
  padding-top: 3vh;
}
.form-group input {
  padding-top: 15pt;
  font-size: 15pt;
}

.form-group textarea {
  padding-top: 15pt;
  font-size: 15pt;
}


@media only screen and (min-device-width: 320px) 
      and (max-device-width: 480px) 
      and (-webkit-min-device-pixel-ratio: 2) 
      and (orientation: portrait) {

  #logo {
    width: 80%;
    height: auto;
    padding-left: 1vh;
    padding-bottom: 1vh;
    margin-left: auto;
    margin-right: auto;
    }
  #logo_text h4 {
    font-size: 2vh;
    font-weight: 400;
    margin-bottom: 1vh;
    }
      
  #location h4 {
    font-size: 3vh;
    }
  

  .jumbo1 {
    width: 100%;
    height: 950px;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background: linear-gradient(
        to bottom,
        rgba(1, 1, 1, 1) 0%,
        rgba(1, 1, 1, 0) 100%
      ),
      url("./pics/jumbo_m.jpg");
  }

  .centered {
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    align-items: center;
    justify-content: center;
  }

  .location .support_text h6 {
    color: #fefefa;
    font-family: "Montserrat", sans-serif;
    font-size: 3.5vw;
    padding: 10px;
  }

  .jumbo2 {
    background: linear-gradient(
        to bottom,
        rgba(1, 1, 1, 0.5) 0%,
        rgba(1, 1, 1, 0.8) 100%
      ),
      url("./pics/pic2.jpg");
    height: 1850px;
    position: relative;
    opacity: 0.9;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
  }

  .data {
    padding-top: 5vh;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 5vh;
  }

  .navbar-toggler-icon {
    padding-right: 15px;
  }

  .gallery {
    display: none;
  }

  .gallery_mobile {
    display: block;
  }

  .mobile_slide img {
    float: left;
    width: 70vw;
    height: 50vh;
    background-size: cover;
    margin: auto;
  }

  .gallery_mobile .fas {
    color: #fefefa;
  }

  .gallery_mobile {
    width: 100%;
    height: auto;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background: linear-gradient(
        to bottom left,
        rgba(1, 1, 1, 0.7) 0%,
        rgba(1, 1, 1, 0.7) 100%
      ),
      url("./pics/gallery_4.jpg");
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .gallery_mobile .carousel-item img {
    margin-left: 15vw;
    margin-right: 15vw;
  }
  
}


@media only screen and (min-device-width: 480px) 
  and (max-device-width: 770px)  
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {

    .jumbo1 {
      height: 650px;
      position: relative;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;
      background: linear-gradient(
          to bottom,
          rgba(1, 1, 1, 1) 0%,
          rgba(1, 1, 1, 0) 100%
        ),
        url("./pics/jumbo.jpg");
    }
    

    .jumbo2 {
      background: linear-gradient(
          to bottom,
          rgba(1, 1, 1, 0.5) 0%,
          rgba(1, 1, 1, 0.8) 100%
        ),
        url("./pics/pic2.jpg");
      height: 1500px;
      position: relative;
      opacity: 1;
      background-position: center;
      background-attachment: fixed;
      background-size: cover;
      background-repeat: no-repeat;
    }

    .centered {
      position: absolute;
      top: 42%;
      left: 50%;
      transform: translate(-50%, -50%);
      align-items: center;
      justify-content: center;
    }    
    
    .location .support_text h6 {
      color: #fefefa;
      font-family: "Montserrat", sans-serif;
      font-size: 2vw;
      padding: 10px;
    }
  
}
