html,
body {
    background-color: #495e72;
    color: #f2efeb; /*#f2efeb */
    padding-top: 70px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 200;
    font-size: 20px;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

#PB, #GB, #PPB, #VPB, #AGB, #VGB {
    scroll-margin-top: 130px;
}

legend {
    font-size: 20px;
}

.contact a:link,
.contact a:visited,
.contact a:active,
.contact a:hover {
    color: #f2efeb;
}

.navbar-nav li a:link,
.navbar-nav li a:visited
.navbar-nav li a:active
.navbar-nav li a:hover {
    padding: 8px 0px;
    color: #f2efeb;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 100%;
  }

  .servicing p {
    text-transform: uppercase;
    font-size: 110%;
  }

.nav-link a:link,
.nav-link a:visited,
.nav-link a:active,
.nav-link a:hover {
    color: #F2EFE8;
}

.dropdown-menu {
    padding: 0px 6px;
    background-color: #495E72;
}

.dropdown-item {
    font-weight: 100;
}

.dropdown-menu li a:hover {
    background-color: #DDC38C;
}

.dropdown-menu a:link,
.dropdown-menu a:visited,
.dropdown-menu a:active {
    color: #F2EFE8;
}

.btn-primary {
    background-color: #495E72;
    border-color: #f2efeb;
    width: 50%;
    
}

.btn-primary:hover {
    background-color: #DDC38C;
    border-color: #f2efeb;
}

h1, 
h3 {
    font-weight: 300;
    text-transform: uppercase;
}

h1 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #f2efeb;
    font-size: 240%;
    word-spacing: 4px;
    letter-spacing: 1px;
}

h2 {
    font-size: 180%;
    word-spacing: 2px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
}

.works-step div {
    color: #fff;
    border: 1px solid #fff;
    display: block;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    text-align: center;
    padding: 5px;
    float: left;
    font-size: 100%;
    margin-right: 25px;
}

.works-step {
    margin-bottom: 10px;
    margin-left: 50px;
}

.works-step:last-of-type {
    margin-bottom: 80px;
}

.steps-box:first-child {
    text-align: left;
    padding-right: 3%;
    margin-top: 30px;
}

.steps-box:last-child {
    padding-left: 3%;
    margin-top: 30px;
}

/* .planning h2 {
    font-weight: 300;
} */

h3 {
    font-size: 110%;
    margin-bottom: 15px;
}

h5 {
    font-size: 80%;
    text-transform: uppercase;
}

.card {
    position: relative;
    width: 100%;
    /* flex: 1 0 auto; */
    height: 100%;
}

.card img {
    width: 100%;
    height: auto;
}

.card .btn {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.card-title {
    color: #495e72;
}

.card-body {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
/* .card-text {
    height: 500px;
    
} */

.accordion {
    --bs-accordion-btn-bg: #F2EFE8; /*#6C7F8C;*/
    --bs-accordion-active-bg: #DDC38C;
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-border-color: #6C7F8C;
}

.accordion-item {
    color: #495E72;
}

.form-control:focus,
.form-select:valid:focus {
    box-shadow: none;
    border: 1px solid #495E72;
}

.form-control,
.form-select {
    color: #495E72;
    font-weight: 100;
}

  .footer-nav li {
    display: inline-block;
    margin-right: 20px;
  }
  
  .footer-nav li:last-child {
    display: inline-block;
    margin-right: 0;
  }
  
  .footer-nav li a:link,
  .footer-nav li a:visited {
    text-decoration: none;
    border: 0;
    color: #f2efeb;
  }
  
  .footer-nav li a:hover,
  .footer-nav li a:active {
    color: #f2efeb;
  }

  .foot p {
    font-size: 80%;
  }

/* -------------------------------- */
/* Print Photo Booth                */
/* -------------------------------- */

.print-photo-booth,
.virtual-photo-booth,
.video-guest-book{
    background-color: #6C7F8C;
}

/* --------------------------------- */
/* Testimonials                      */
/* --------------------------------- */

.testimonials {
    background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(0, 0, 0, 0.8)),to(rgba(0, 0, 0, 0.8))), url(img/customers.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.8)), url(img/customers.jpg);
    background-size: cover;
    color: #fff;
    background-attachment: fixed;
}

blockquote {
    padding: 2%;
    font-style: italic;
    line-height: 145%;
    position: relative;
    margin-top: 40px;
}

blockquote:before {
    content: "\201C";
    font-size: 500%;
    display: block;
    position: absolute;
    top: -5px;
    left: -5px;
}

cite {
    font-size: 90%;
    margin-top: 25px;
    display: block;
}

cite img {
    height: 45px;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
}

/* -------------------------------- */
/* Photo Booth Options              */
/* -------------------------------- */

.section-social,
.section-virtual {
    background-color: #6C7F8C;
}

.long-copy {
    margin-bottom: 40px;
}

.carousel {
    margin-bottom: 40px;
}

.carousel-item img {
    margin: auto;
}

