/* General styles */
body {
  font-family: "Roboto", sans-serif;
  line-height: 1.5em;
  overflow: hidden;
}

.bb {
  border-bottom: 13px #da902f double;
}
.our-story-img {
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.644);
}

/* Other styles */
h1 {
  font-family: "Abril Fatface", serif;
}
.home-page{
 justify-content: space-evenly; 
}
@media screen and (max-width: 900px) and (min-width: 600px) {
  .tablet-v {
    margin-left: 4rem;
    margin-top: 10rem;
  }
}

@media screen and (max-width: 500px) {
  .tablet-v {
    margin-left: 0.5rem;
  }
}

.content {
  width: 400px;
}

@media screen and (max-width: 500px) {
  .content {
    width: 370px;
  }
}

.intro {
  background-color: rgba(255, 255, 255, 0.7);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-top:60px !important ;
}

@media screen and (max-width: 650px) {
  .intro {
    margin-top: 4rem;
  }
}

.head {
  color: #da902f;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #e9b200;
  text-shadow: 2px 2px #eee;
}

.loud {
  text-transform: uppercase;
}

h1 {
  margin: 1em 0;
  font-size: 40px;
  line-height: 1.5em;
}

.bg-image {
  height: 90vh;
}

@media screen and (max-width: 399px) and (min-width: 200px) {
  .bg-image {
    height: 100vh;
  }
}

@media screen and (max-width: 1100px) and (min-width: 400px) {
  .bg-image {
    height: 80vh;
  }
}

.img-sec {
  height: 90vh;
  margin: 3px;

  background-position: bottom;
  background-size: cover;
}

@media screen and (max-width: 1100px) {
  .img-sec {
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.logo-container {
  padding-top: 13rem;
  left: 54%;
  top: 50%;
}

@media screen and (max-width: 700px) {
  .logo-container {
    padding-top: 5rem;
    width: inherit;
    position: absolute;
    left: 51%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.c-img-height {
  height: 450px;
  width: 700px;
}

@media screen and (max-width: 500px) {
  .c-img-height {
    height: 300px;
    width: 400px;
  }
}

.car-dimensions {
  width: 700px;
}

@media screen and (max-width: 500px) {
  .car-dimensions {
    width: 400px;
  }
}

.oa {
  color: #da902f;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.review_bg {
  height: 80vh;
}

@media screen and (max-width: 1100px) and (min-width: 999px) {
  .review_bg {
    height: 50vh;
  }
}

@media screen and (max-width: 999px) and (min-width: 600px) {
  .review_bg {
    height: 60vh;
  }
}

@media screen and (max-width: 599px) and (min-width: 399px) {
  .review_bg {
    height: 80vh;
  }
}

@media screen and (max-width: 398px) and (min-width: 200px) {
  .review_bg {
    height: 100vh;
  }
}

.review_text {
  border-bottom-left-radius: 5px;
  color: #da902f;
}

.rbg {
  background-color: white;
  text-shadow: 2px 2px #eee;
}

.ts {
  text-shadow: 2px 2px #000;
}

@media screen and (max-width: 800px) {
  .card-3 {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 600px) {
  .card-2 {
    margin-top: 2rem;
  }
}

.os {
  height: 85vh;
}

@media screen and (max-width: 550px) {
  .os {
    height: 170vh;
  }
}

.os_text {
  color: #da902f;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.sp-img {
  z-index: 10000;
  margin-bottom: -4rem;
}

.sp-dish {
  background-color: #fff;
  padding-top: 1rem;
  padding-bottom: 2rem;
  border-radius: 5px;
  border: 3px double #6d6d6d;
}

.line {
  border-bottom: 3px double #6d6d6d;
  width: 50px;
}

.sp-dish-head {
  color: #da902f;
}

.v-btn {
  background-color: #da902f;
  color: #ffe591;
  font-weight: bold;
}

.v-btn:hover {
  color: #fff;
}

.standard-title {
  color: #da902f;
}

.card-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  cursor: pointer;
  height: 250px;
  width: 400px;
}

.standard-sec {
  position: relative;
  height: 80vh;
}

.standard-sec .background {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 0;
}

@media screen and (max-width: 1150px) and (min-width: 999px) {
  .standard-sec {
    height: 35vh;
  }
}

@media screen and (max-width: 999px) and (min-width: 768px) {
  .standard-sec {
    height: 65vh;
  }
}

@media screen and (max-width: 750px) and (min-width: 400px) {
  .standard-sec {
    height: 105vh;
  }
}

@media screen and (max-width: 399px) and (min-width: 200px) {
  .standard-sec {
    height: 110vh;
  }
}

.os-card-height {
  height: 270px;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 1150px) and (min-width: 501px) {
  .os-card-height {
    height: 250px;
  }
}

@media screen and (max-width: 500px) and (min-width: 400px) {
  .os-card-height {
    height: 230px;
  }
}

@media screen and (max-width: 399px) and (min-width: 200px) {
  .os-card-height {
    height: 230px;
  }
}

.of {
  height: 75vh;
}

@media screen and (max-width: 1150px) and (min-width: 999px) {
  .of {
    height: 35vh;
  }
}

@media screen and (max-width: 999px) and (min-width: 768px) {
  .of {
    height: 50vh;
  }
}

@media screen and (max-width: 750px) and (min-width: 200px) {
  .of {
    height: 80vh;
  }
}
/*# sourceMappingURL=styles.css.map */