body {
  font-family: "Helvetica Neue", sans-serif; }

.accent-highlight {
  color: #709078; }

.text-muted {
  color: white !important;
  font-size: 14px; }

.navbar {
  padding-top: 25px;
  padding-bottom: 25px; }

.bg-dark {
  background-color: black !important; }

.navbar-dark .navbar-nav .nav-link {
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  padding-left: 25px;
  padding-right: 25px;
  letter-spacing: .1em;
  font-weight: 600; }
  .navbar-dark .navbar-nav .nav-link:hover {
    color: white; }

.navbar-expand-lg .navbar-nav .dropdown-menu {
  background-color: #605E68; }

.dropdown-item {
  background-color: #605E68;
  color: white;
  padding-top: 10px; }

.navbar-nav > li > .dropdown-menu {
  padding: 0; }

.dropdown .dropdown-menu {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  max-height: 0;
  display: block;
  overflow: hidden;
  opacity: 0; }

.dropdown:hover .dropdown-menu {
  max-height: 250px;
  opacity: 1; }

@media only screen and (max-width: 375px) {
  .navbar {
    padding-bottom: 5px; } }

footer {
  padding-top: 25px;
  background-color: black;
  color: white; }
  footer p {
    font-size: 14px;
    font-weight: normal; }
  footer h5 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 15px; }
  footer a {
    color: white;
    font-size: 14px; }
    footer a:hover {
      color: #709078;
      text-decoration: none; }
  footer li {
    padding-bottom: 15px; }
  footer img {
    width: 200px; }

#copyright-stuff .row {
  display: block;
  background-color: #030E1E;
  width: 100%;
  padding: 25px;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 20px;
  margin-left: 0px;
  margin-right: 0px; }
  #copyright-stuff .row p {
    font-size: 12px; }

.btn-accent {
  background-color: #709078;
  color: white;
  font-size: 18px;
  font-weight: 400;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 10px 0.5px grey;
  -moz-box-shadow: 0px 1px 10px 0.5px grey;
  box-shadow: 0px 1px 10px 0.5px grey;
  -webkit-transition: box-shadow 0.2s ease-in;
  -moz-transition: box-shadow 0.2s ease-in;
  -ms-transition: box-shadow 0.2s ease-in;
  -o-transition: box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in;
  -webkit-box-shadow: 0px 10px 25px 1px grey;
  -moz-box-shadow: 0px 10px 25px 1px grey;
  box-shadow: 0px 10px 25px 1px grey;
  color: white; }

.btn.btn-primary {
  background: #709078;
  border-radius: 4px;
  border-color: #709078;
  font-size: 18px;
  color: white;
  min-width: 200px;
  box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  transition: all ease-in-out 200ms; }
  .btn.btn-primary:hover {
    background-color: #709078;
    border-color: #709078;
    color: white;
    opacity: 1;
    box-shadow: 0px 30px 30px -10px rgba(0, 0, 0, 0.2);
    transform: translate(0px, 5px) scale(1.02); }

.jumbotron-home {
  background: linear-gradient(rgba(20, 20, 20, 0.3), rgba(20, 20, 20, 0.4)), url("../assets/images/kitchens/kitchen-01.jpg") center center no-repeat;
  background-size: cover;
  height: 100%;
  padding-top: 35vh;
  min-height: 70vh;
  color: white;
  border-radius: 0px;
  margin: 0px;
  width: 100%; }
  .jumbotron-home h1 {
    font-weight: bold;
    font-size: 48px; }

.jumbotron-centered {
  background: linear-gradient(rgba(20, 20, 20, 0.4), rgba(20, 20, 20, 0.4)), url("../assets/images/kitchens/kitchen-01.jpg") center center no-repeat;
  background-size: cover;
  height: 100%;
  padding-top: 35vh;
  min-height: 70vh;
  color: white;
  border-radius: 0px;
  margin: 0px;
  width: 100%;
  text-align: center; }
  .jumbotron-centered h1 {
    font-weight: bold;
    font-size: 48px; }

.jumbotron-kitchen {
  background: linear-gradient(rgba(20, 20, 20, 0.4), rgba(20, 20, 20, 0.4)), url("../assets/images/kitchens/kitchen-01.jpg") center center no-repeat; }

.jumbotron-bathroom {
  background: linear-gradient(rgba(20, 20, 20, 0.4), rgba(20, 20, 20, 0.4)), url("../assets/images/bathrooms/bathroom-019.jpg") center center no-repeat; }

.jumbotron-basement {
  background: linear-gradient(rgba(20, 20, 20, 0.4), rgba(20, 20, 20, 0.4)), url("../assets/images/basements/basement-014.jpg") center center no-repeat; }

.jumbotron-bedroom {
  background: linear-gradient(rgba(20, 20, 20, 0.4), rgba(20, 20, 20, 0.4)), url("../assets/images/bedrooms/bedroom-01.jpg") center center no-repeat; }

.jumbotron-interior {
  background: linear-gradient(rgba(20, 20, 20, 0.4), rgba(20, 20, 20, 0.4)), url("../assets/images/interiors/interior-032.jpg") center center no-repeat; }

.jumbotron-exterior {
  background: linear-gradient(rgba(20, 20, 20, 0.4), rgba(20, 20, 20, 0.4)), url("../assets/images/exteriors/exterior-08.jpg") center center no-repeat; }

@media only screen and (max-width: 375px) {
  .jumbotron-home {
    padding-top: 25vh;
    min-height: 60vh; }
    .jumbotron-home h1 {
      font-size: 36px; } }

@media only screen and (max-width: 414px) {
  .jumbotron-home {
    padding-top: 25vh;
    min-height: 60vh; }
    .jumbotron-home h1 {
      font-size: 36px; } }

@media only screen and (max-width: 834px) {
  .jumbotron-home {
    padding-top: 25vh;
    min-height: 60vh; }
    .jumbotron-home h1 {
      font-size: 32px; }
    .jumbotron-home p {
      font-size: 14px; } }

body {
  font-family: "Helvetica Neue", sans-serif; }

.accent-highlight {
  color: #709078; }

.text-muted {
  color: white !important;
  font-size: 14px; }

#home-page-float-boxes .card {
  border: none;
  border-radius: 4px;
  margin-top: 5%;
  margin-bottom: 5%;
  -webkit-box-shadow: 0px 5px 5px 0.2px grey;
  -moz-box-shadow: 0px 5px 5px 0.2px grey;
  box-shadow: 0px 5px 5px 0.2px grey;
  -webkit-transition: box-shadow 0.15s ease-in;
  -moz-transition: box-shadow 0.15s ease-in;
  -ms-transition: box-shadow 0.15s ease-in;
  -o-transition: box-shadow 0.15s ease-in;
  transition: box-shadow 0.15s ease-in; }
  #home-page-float-boxes .card:hover {
    -webkit-box-shadow: 0px 10px 15px 1px grey;
    -moz-box-shadow: 0px 10px 15px 1px grey;
    box-shadow: 0px 10px 15px 1px grey; }
  #home-page-float-boxes .card img {
    border-radius: 4px; }
  #home-page-float-boxes .card h2 {
    font-size: 35px;
    padding-top: 57%; }

#home-page-boxes .card {
  margin: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px; }
  #home-page-boxes .card img {
    border-radius: 0; }
  #home-page-boxes .card h2 {
    font-size: 47px; }
  #home-page-boxes .card .card-img-overlay {
    padding-top: 25%; }

.no-side-padding {
  padding-left: 0px;
  padding-right: 0px; }

.no-left-padding {
  padding-left: 0px; }

.no-right-padding {
  padding-right: 0px; }

.no-side-margins {
  margin-left: 0px;
  margin-right: 0px; }

.margin-bottom-20 {
  margin-bottom: 20px; }

.margin-top-20 {
  margin-top: 20px; }

.margin-top-60 {
  margin-top: 60px; }

body {
  padding-top: 54px;
  overflow-x: hidden; }

@media (min-width: 992px) {
  body {
    padding-top: 56px; } }

.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  margin-right: 0px;
  margin-left: 0px; }

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.portfolio-item {
  margin-bottom: 30px; }

.blue-box-left {
  display: grid;
  background-color: black;
  color: white;
  border-left: 16px solid #709078;
  padding-left: 5%;
  padding-right: 5%;
  min-height: 20vh;
  height: 100%;
  align-content: center; }

.white-box-right {
  display: grid;
  background-color: white;
  color: black;
  border-right: 16px solid #709078;
  padding-left: 5%;
  padding-right: 5%;
  min-height: 20vh;
  height: 100%;
  align-content: center;
  text-align: right; }

#about {
  padding-top: 100px;
  padding-bottom: 50px; }
  #about .list-group {
    margin-bottom: 50px; }

#large-photo-section {
  background: linear-gradient(rgba(20, 20, 20, 0.1), rgba(20, 20, 20, 0.2)), url("../assets/images/home/large-photo.jpg");
  height: 700px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  color: white; }

#motto-section {
  background: linear-gradient(rgba(20, 20, 20, 0.6), rgba(20, 20, 20, 0.5)), url("../assets/images/home/large-photo-2.jpg");
  height: 600px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  color: white;
  text-align: center; }

#call-to-action {
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px; }
  #call-to-action .card {
    width: 100%;
    color: black;
    border: 1px solid lightgrey;
    padding-left: 25px;
    padding-right: 25px; }
  #call-to-action .btn {
    background-color: #709078;
    border: 0;
    -webkit-box-shadow: 0px 1px 10px 0.5px grey;
    -moz-box-shadow: 0px 1px 10px 0.5px grey;
    box-shadow: 0px 1px 10px 0.5px grey;
    -webkit-transition: box-shadow 0.2s ease-in;
    -moz-transition: box-shadow 0.2s ease-in;
    -ms-transition: box-shadow 0.2s ease-in;
    -o-transition: box-shadow 0.2s ease-in;
    transition: box-shadow 0.2s ease-in; }
    #call-to-action .btn:hover {
      -webkit-box-shadow: 0px 10px 25px 1px grey;
      -moz-box-shadow: 0px 10px 25px 1px grey;
      box-shadow: 0px 10px 25px 1px grey; }

.image-text {
  display: block;
  width: 100%;
  height: 100%; }

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  width: 100%;
  opacity: .8;
  transition: .5s ease;
  background-color: #605E68; }
  .overlay:hover {
    opacity: 0; }

.overlay-text {
  color: white;
  font-size: 30px;
  letter-spacing: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

.full-yellow {
  background-color: #709078;
  min-height: 400px;
  margin-top: 2%;
  display: flex;
  flex-direction: column;
  padding-left: 5%;
  color: white; }
  .full-yellow h1 {
    font-size: 75px; }

.image-right {
  padding: 0;
  margin-top: 2%; }

#info-left {
  padding-left: 4%;
  padding-top: 10%;
  padding-bottom: 5%;
  padding-right: 7%; }

.yellow-float-box {
  border: 10px solid #709078;
  margin-top: 5px;
  margin-right: 2%;
  padding: 2%;
  -webkit-box-shadow: 0px 1px 10px 0.5px grey;
  -moz-box-shadow: 0px 1px 10px 0.5px grey;
  box-shadow: 0px 1px 10px 0.5px grey;
  -webkit-transition: box-shadow 0.2s ease-in;
  -moz-transition: box-shadow 0.2s ease-in;
  -ms-transition: box-shadow 0.2s ease-in;
  -o-transition: box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in; }
  .yellow-float-box:hover {
    -webkit-box-shadow: 0px 10px 25px 1px grey;
    -moz-box-shadow: 0px 10px 25px 1px grey;
    box-shadow: 0px 10px 25px 1px grey; }

.text-box-right {
  padding-left: 5%;
  padding-right: 5%; }

@media only screen and (max-width: 375px) {
  .blue-box-left {
    display: grid;
    flex-direction: column;
    min-height: 35vh; }
  .white-box-right {
    display: grid;
    flex-direction: column;
    min-height: 35vh; }
  .full-yellow {
    padding-left: 15%; }
    .full-yellow h1 {
      font-size: 55px; }
  .image-right {
    margin: 0; }
  #service-info {
    padding-left: 5%;
    border-left: 15px solid black !important;
    padding-top: 50px;
    padding-bottom: 5%; }
  #service-extended {
    border-left: 15px solid black !important;
    padding-left: 5%; }
  #large-photo-section {
    display: none; } }

@media only screen and (max-width: 834px) {
  .blue-box-left {
    display: grid;
    flex-direction: column;
    min-height: 35vh; }
    .blue-box-left h2 {
      font-size: 20px; }
    .blue-box-left p {
      font-size: 14px; }
  .white-box-right {
    display: grid;
    flex-direction: column;
    min-height: 35vh; }
    .white-box-right h2 {
      font-size: 20px; }
    .white-box-right p {
      font-size: 14px; }
  .full-yellow {
    padding-left: 15%; }
    .full-yellow h1 {
      font-size: 55px; }
  .image-right {
    margin: 0; }
  .yellow-float-box {
    margin: 50px;
    visibility: hidden; }
  #service-info {
    padding-left: 5%;
    border-left: 25px solid black; }
  #service-extended {
    border-left: 25px solid black;
    padding-left: 5%;
    padding-right: 0; }
  #large-photo-section {
    display: none; } }
