body {
  background: url("./assets/images/background.jpg") center center;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.secondary-text {
    font-family: "Montserrat", sans-serif;
    filter:drop-shadow(3px 3px 3px black);
    color: #BEA68B;
}

.map-caption {
    font-family: "Montserrat", sans-serif;
    filter:drop-shadow(3px 3px 3px black);
    color: #BEA68B;
}

.map-address {
    font-family: "Montserrat", sans-serif;
    filter:drop-shadow(3px 3px 3px black);
    color: #BEA68B;
}

.container {
  height: 100vh;
}

.drop-shadow {
  float: right;
}

.drop-shadow img {
  filter:drop-shadow(2px 2px 2px black); 
}

.drop-shadow svg {
  filter:drop-shadow(2px 2px 2px black); 
}

.logo {
  width: 9rem;
  height: 9rem;
}

.logo-background {
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10rem;
  height: 10rem;
}

.content {
  height: 1rem;
}

.title-container h1 {
  font-family: "Italianno", cursive;
  color: #BEA68B;
  margin: 0;
  filter:drop-shadow(2px 2px 2px black);
}

.button-container a {
  filter:drop-shadow(3px 3px 3px black); 
}

.button-container a:last-child {
  background: #BEA68B;
  margin-bottom: 10px;
  color: black;
}

.button-container a div p {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: 14px;
}

.button-container .button {
  height: 4rem;
  border: none;
  border-radius: 15px;
  background: rgba(255, 255, 255, 1);
}

.button-icon-background {
  background: rgba(0, 0, 0, 0.15);
  padding: 10px;  
}

.product-service {
  border: 2px solid #BEA68B;
  border-radius: 10px;
}

.product-service h1 {
  margin: 0;
  font-family: "Italianno", cursive;
  text-align: center;
  color: #BEA68B;
  filter:drop-shadow(2px 2px 2px black); 
}

.product-service .row .col {
  color: #BEA68B;
}

.content-border {
  border: 2px solid #BEA68B;
  border-radius: 10px;
}

.content-border h1 {
  text-align: center;
  font-family: "Italianno", cursive;
  color: #BEA68B;
  filter:drop-shadow(2px 2px 2px black);
  margin: 20px 0;
}

.content-border .row .col p {
  font-family: "Montserrat", sans-serif;
  color: #BEA68B;
  filter:drop-shadow(2px 2px 2px black);
  font-size: 20px;
  margin: 0;
}

.content-border .row .col ul li {
  font-family: "Montserrat", sans-serif;
  color: #BEA68B;
  filter:drop-shadow(2px 2px 2px black);
  font-size: 18px;
}

#port-img-col img {
  width: 100%;
}

#port-img-col p {
  font-family: "Montserrat", sans-serif;
  color: #BEA68B;
  text-align: center;
  margin-top: 8px;
  filter:drop-shadow(2px 2px 2px black);
}

.order-content img {
  width: 55px;
  height: 55px;
  background-size: cover;
}

.order-content {
  margin-bottom: 20px;
}

.order-content span {
  font-family: "Montserrat", sans-serif;
  color: #BEA68B;
  filter:drop-shadow(2px 2px 2px black);
  font-size: 24px;
}

.back-button {
  top: 25px;
  left: 10px;
  z-index: 1;
}

.back-button button {
  background: transparent;
  outline: none;
  border: none;
}

@media screen and (min-width: 992px) {
  .custom-container {
    width: 800px;
  }
}

@media screen and (max-width: 768px) {
  .content-border .row .col p {
    font-size: 12px;
  }
  
  .content-border .row .col ul li {
    font-size: 10px;
  }

  .order-content img {
    width: 35px;
    height: 35px;
  }

  .order-content span {
    font-size: 14px;
  }
  
}

@media (pointer: coarse) {
  body {
    background-attachment: fixed !important;
  }
}
