@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,700;0,800;0,900;1,700;1,800;1,900&family=Raleway:wght@300;400&display=swap");
.dc-nav img {
  height: 70px;
}

.masthead {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../img/1mast.jpg");
}
.masthead h1 {
  font-family: "Montserrat", sans-serif;
  color: black;
  color: white;
  font-weight: 900;
  font-size: 80px;
  font-style: italic;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .masthead h1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 576px) {
  .masthead h1 {
    font-size: 3rem;
  }
}
.masthead h2 {
  font-family: "Raleway", sans-serif;
  color: black;
  color: white;
  font-weight: 500;
  font-size: 24px;
}
.masthead .shade {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.masthead .container {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media (max-width: 576px) {
  .masthead .container {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
}

.dc-bg {
  background-color: #000;
}

.page-section .page-section-heading {
  font-size: 2.25rem;
  line-height: 2rem;
}

@media (min-width: 992px) {
  .page-section .page-section-heading {
    font-size: 3rem;
    line-height: 2.5rem;
  }
}
.page-section {
  padding: 6rem 0;
}
.page-section h2 {
  font-family: "Montserrat", sans-serif;
  color: black;
  font-weight: 900;
  font-size: 40px;
  font-style: italic;
  text-transform: uppercase;
  padding-bottom: 5rem;
}
.page-section .lead {
  font-family: "Raleway", sans-serif;
}

#about img {
  margin: 0 auto;
  display: block;
  height: 120px;
}
@media (max-width: 992px) {
  #about img {
    display: none;
  }
}

.portfolio-section {
  position: relative;
}
.portfolio-section h2 {
  font-family: "Montserrat", sans-serif;
  color: white;
  font-weight: 900;
  font-size: 3rem;
  font-style: italic;
  text-transform: uppercase;
  position: absolute;
  z-index: 1;
  margin: auto;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.portfolio-section h2 a {
  text-decoration: none;
  color: white;
}
.portfolio-section .row {
  padding: 0;
}
.portfolio-section .row .col-3 {
  padding: 0;
}
.portfolio-section .row .col-3 img {
  width: 100%;
  height: auto;
  filter: brightness(50%);
  transition: all 0.3s ease;
}
.portfolio-section .row .col-3 img:hover {
  filter: brightness(100%);
}

.img-design,
.img-build,
.img-deliver {
  position: relative;
  width: 100%;
  height: 400px;
  background-position: center;
  background-size: cover;
}
.img-design h2,
.img-build h2,
.img-deliver h2 {
  padding: 0;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
}

.img-design {
  background-image: url("../img/process1.png");
}

.img-build {
  background-image: url("../img/process2.png");
}

.img-deliver {
  background-image: url("../img/process3.png");
}
.img-deliver h2 {
  color: white;
}

footer.footer {
  font-family: "Montserrat", sans-serif;
}
footer.footer h4 {
  font-family: "Montserrat", sans-serif;
  color: white;
  font-weight: 900;
  font-size: 2rem;
  font-style: italic;
}
footer.footer h3 {
  font-size: 1.25rem;
  font-weight: 400;
}
@media (max-width: 576px) {
  footer.footer h3 {
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  footer.footer p {
    font-size: 1rem;
  }
}
footer.footer a {
  font-size: 2rem;
  text-decoration: none;
  display: block;
}
@media (max-width: 576px) {
  footer.footer a {
    font-size: 1.25rem;
  }
}
@media (max-width: 992px) {
  footer.footer img {
    display: none;
  }
}

.copyright {
  font-family: "Montserrat", sans-serif;
}

.portfolio-menu {
  text-align: center;
}

.portfolio-menu ul li {
  display: inline-block;
  margin: 0;
  list-style: none;
  padding: 10px 15px;
  cursor: pointer;
  -webkit-transition: all 5s ease;
  -moz-transition: all 5s ease;
  -ms-transition: all 5s ease;
  -o-transition: all 5s ease;
  transition: all 0.5s ease;
}

.portfolio-item {
  /*width:100%;*/
}

.portfolio-item .item {
  /*width:303px;*/
  float: left;
  margin-bottom: 10px;
}

.porthead {
  margin-top: 150px;
}
.porthead .btn {
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
}

.cabinet-doors-section {
  margin-top: 50px;
  margin-bottom: 50px;
}
.cabinet-doors-section img {
  width: 80%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.cabinet-doors-section h2 {
  font-family: "Montserrat", sans-serif;
  color: black;
  font-weight: 900;
  font-size: 40px;
  font-style: italic;
  text-transform: uppercase;
}
.cabinet-doors-section .lead {
  font-family: "Raleway", sans-serif;
}

/*# sourceMappingURL=app.css.map */
