﻿body {
  font-family: Quicksand;
  padding-top: 4rem;
}

.flex-md-equal > * {
  flex: 1;
}

a.anchor {
  display: block;
  position: relative;
  top: -50px;
  visibility: hidden;
}

.navbar-nav .nav-link {
  font-size: small;
}

.offcanvas.offcanvas-start {
  width: 200px;
}

.text-bg-primary {
  color: #fff !important;
  background-color: #283646 !important;
}

.text-upper {
  text-transform: uppercase;
}

.border-primary {
  border-color: #283646 !important;
}

.btn.btn-primary {
  color: #fff !important;
  background-color: #283646 !important;
  border-color: #283646 !important;
}

.carousel-item {
  height: 15rem;
}

  .carousel-item img {
    height: 15rem;
    object-fit: cover;
  }

.carousel-caption-text-light {
  color: #fff;
}

.carousel-caption-text-dark {
  color: #000;
}

.featurette img {
  width: 100%;
  max-height: 250px;
  object-fit: cover;
}

.card-header {
  text-transform: uppercase;
}

.section-header h3 {
  text-transform: uppercase;
}

.section-subheader h2, .section-subheader h3, .section-subheader h4 {
  text-transform: uppercase;
  color: #fff !important;
  background-color: #283646 !important;
}

ul.addon-list {
  list-style-type: none;
}

  ul.addon-list li {
    display: inline-block;
    margin-right: 6px;
  }

table td small {
  margin-left: 4px;
}

.photobooth-header img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.contact {
  font-size: large;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .carousel-item {
    height: 18rem;
  }

    .carousel-item img {
      height: 18rem;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .carousel-item {
    height: 20rem;
  }

    .carousel-item img {
      height: 20rem;
    }

  .featurette img {
    width: 275px;
    max-height: 250px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .carousel-item {
    height: 25rem;
  }

    .carousel-item img {
      height: 25rem;
    }

  .featurette img {
    width: 375px;
    max-height: 300px;
  }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .carousel-item {
    height: 40rem;
  }

    .carousel-item img {
      height: 40rem;
    }

  .featurette img {
    width: 450px;
    max-height: 325px;
  }
}

/* XX-Large devices (large desktops, 1400px and up) */
@media (min-width: 1400px) { 
  .featurette img {
    width: 525px;
  }
}
