@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;700;800&display=swap");
.primary {
  color: #84dcc6; }

h1, h2, h3, h4, p, a, li {
  font-family: 'Be Vietnam Pro', sans-serif; }

h1, h2, h3, h4 {
  text-transform: uppercase; }

.mt-0 {
  margin-top: 0 !important; }

.mt-10 {
  margin-top: 10px !important; }

.mt-25 {
  margin-top: 25px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb-25 {
  margin-bottom: 25px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.h1 {
  color: #282828;
  font-size: 60px !important;
  font-weight: 700;
  margin-bottom: 0; }
  @media (max-width: 992px) {
    .h1 {
      font-size: 48px !important; } }

.h2 {
  font-size: 48px !important;
  font-weight: 700; }
  @media (max-width: 992px) {
    .h2 {
      font-size: 36px !important; } }

.h3 {
  font-size: 36px !important;
  font-weight: 700; }
  @media (max-width: 992px) {
    .h3 {
      font-size: 24px !important; } }

.h4 {
  font-size: 24px !important;
  font-weight: 700; }
  @media (max-width: 992px) {
    .h4 {
      font-size: 18px !important; } }

p {
  line-height: 2em;
  margin-bottom: 25px !important;
  color: #282828;
  font-size: 18px;
  font-weight: 400; }
  p span {
    font-weight: 700;
    text-transform: uppercase; }
  p.email a {
    text-decoration: none;
    color: #282828; }
    p.email a:hover {
      text-decoration: none;
      color: #282828; }

.ticks li {
  line-height: 2em;
  color: #282828;
  font-size: 16px;
  list-style: none; }
  .ticks li:before {
    content: "\f00c";
    /* FontAwesome Unicode */
    font-family: "Font Awesome 5 Free Solid";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-left: -1.6em;
    /* same as padding-left set on li */
    width: 1.6em;
    /* same as padding-left set on li */
    background: -webkit-linear-gradient(#84dcc6, #14171c);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important; }

html {
  scroll-behavior: smooth; }

section {
  position: relative; }

.img-responsive {
  width: 100%; }

@media (min-width: 992px) {
  .vertical-center {
    margin: 0;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); } }
/* Header */
.navbar-brand img {
  height: 40px; }
  @media (max-width: 370px) {
    .navbar-brand img {
      height: 30px; } }

/* Navbar  */
.navbar-nav .nav-item {
  margin-left: 10px; }
.navbar-nav .nav-link {
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 7px;
  text-align: right;
  color: #14171c !important; }
  .navbar-nav .nav-link:hover {
    color: #84dcc6 !important; }
@media (max-width: 992px) {
  .navbar-nav .btn {
    width: 100%;
    margin-top: 15px; } }

/* Buttons  */
.btn {
  padding: 15px 25px;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-weight: 700;
  transition: .2s; }
  .btn.btn-primary {
    background: #84dcc6;
    color: black; }
    .btn.btn-primary:hover {
      background: #5cd1b4; }

/* Masonry */
.masonry {
  margin-top: 15px; }
  .masonry img {
    margin-bottom: 25px; }

/* Sections  */
#header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  background: white;
  border-bottom: 2px solid #84dcc6; }

#hero {
  background: url("../img/hero-cover.jpg") no-repeat;
  background-size: cover !important;
  background-position: center !important;
  padding: 260px 0 200px; }
  #hero h1, #hero p {
    color: white;
    text-align: center; }
  #hero h1 {
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.66); }

#hero-alt {
  background-size: cover !important;
  background-position: center !important;
  padding: 160px 0 100px; }
  #residential #hero-alt {
    background: url("../img/hero-residential.jpg") no-repeat; }
  #commercial #hero-alt {
    background: url("../img/hero-cover.jpg") no-repeat; }
  #hero-alt h1, #hero-alt p {
    color: white;
    text-align: center; }
  #hero-alt h1 {
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); }

#main {
  padding: 100px 0; }
  #main.bg-light-grey {
    background-color: #ededed !important; }
  #main.bg-secondary {
    background-color: #14171c !important; }
    #main.bg-secondary h3, #main.bg-secondary p {
      color: white; }
  @media (max-width: 992px) {
    #main.commercial-section {
      text-align: center; }
      #main.commercial-section .btn {
        margin-bottom: 40px; } }
  @media (max-width: 992px) {
    #main.residential-section {
      text-align: center; }
      #main.residential-section img {
        margin-bottom: 40px; } }
  @media (max-width: 992px) {
    #main.featured-work h3 {
      text-align: center; } }
  #commercial #main.featured-work, #residential #main.featured-work {
    background: #ededed; }

#footer {
  padding: 200px 0;
  background: #14171c; }
  #footer h2, #footer p {
    color: white; }

/* Cookies */
.acceptcookies {
  margin: 15px auto 10px !important; }
