@import url("https://fonts.googleapis.com/css?family=Pacifico");

section {
  margin: 50px 0;
}

.title {
  line-height: 55px;
  font-family: "Pacifico", cursive;
  color: white;
}

.my-nav {
  position: absolute !important;
  width: 100%;
  /* background: transparent !important; */
  border-bottom: 1px solid white !important;
  height: 81px !important;
  z-index: 999 !important;
  background-size: 100% 200% !important;
  background-image: linear-gradient(
    to bottom,
    transparent 50%,
    white 50%
  ) !important;
  transition: background-position 0.2s ease-in-out;
}

.my-nav li > a {
  color: white !important;
}

.dropdown-item {
  color: black !important;
}

.dropdown:hover > .dropdown-menu {
  display: block !important;
}

.nav-social-links > a {
  color: white !important;
}

.my-carousel {
  position: relative !important;
  top: 0 !important;
}

.carousel-caption {
  bottom: 40% !important;
}

#f1_container {
  position: relative;
  margin: 10px auto;
  width: 406px;
  height: 341px;
  z-index: 1;
}
#f1_container {
  perspective: 1000;
}
#f1_card {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: all 500ms linear;
}
#f1_container:hover #f1_card {
  transform: rotateY(180deg);
  box-shadow: -5px 5px 5px #aaa;
}
.face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.face.back {
  display: flex;
  align-items: center;
  transform: rotateY(180deg);
  box-sizing: border-box;
  padding: 10px;
  color: white;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
}
.front-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  transition: all 500ms linear;
}
#f1_container:hover .front-overlay {
  opacity: 0;
}

.sticky {
  position: fixed !important;
  /* background: white !important; */
  top: 0;
  width: 100%;
  /* transition: 500ms ease; */
  background-position: 0 100% !important;
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.sticky li > a {
  color: black !important;
}
.sticky .title {
  color: black;
}
.sticky .nav-social-links > a {
  color: black !important;
}

footer {
  padding-top: 70px;
  background: #4b463f;
  color: #b1b0a7;
}

footer ul {
  list-style-type: none;
}
footer ul li {
  padding: 7px 0;
}
footer ul li a {
  color: #b1b0a7;
}
footer ul li a:hover {
  color: #fff;
  text-decoration: none;
}

.footer-prod-types a {
  display: inline-block;
  border: 2px solid #b1b0a7;
  border-radius: 5px;
  padding: 5px 8px;
  margin: 4px 2px;
  font-weight: 700;
  color: #b1b0a7;
  text-transform: uppercase;
  font-size: 11px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.footer-prod-types a:hover {
  color: #f3f2eb;
  text-decoration: none;
  border: 2px solid #f3f2eb;
}

.footer-address {
  color: #b1b0a7;
}
.footer-address span {
  color: #f3f2eb;
  font-weight: 700;
}

.in-footer {
  background-color: #413c35;
  padding: 18px 0;
  margin-top: 30px;
  color: #b1b0a7;
}

.list-group-item.active {
  background-color: #d82027 !important;
  border-color: #d82027 !important;
}

.btn:focus,
.btn:active,
button:focus,
button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer {
  display: block;
}

.thumb {
  margin-top: 15px;
  margin-bottom: 15px;
}

#map {
  width: 100%;
  height: 500px;
}
