*{
    font-family: "Inter Tight", sans-serif;
}

body{
   background-color:#fff !important;
}

.heading h1,
.heading p,
.heading h4{
    color: #1a1a1a;
}

/* navigation */
.navbar{
    background-color: transparent !important;
}
.navbar .navbar-brand{
    font-size: 16px; 
    letter-spacing: 2px; 
    font-weight: 600;
    color: #1a1a1a;
    margin-left: 10px;
}
.navbar .navbar-brand:hover{
   color: white;
}

h1{
    font-family: "Inter Tight", sans-serif;
    font-size: clamp(1rem, 7vw, 6.5rem) !important;
    font-weight: 700 !important;
    line-height: 1em !important;
    letter-spacing: -1px;
}
h2{
    font-family: "Inter Tight", sans-serif;
    font-weight: 600 !important;
    font-size: 3.5rem !important;
}
h3{
    font-family: "Inter Tight", sans-serif;
    font-size: 1.75rem !important;
    font-weight: 500 !important;
    letter-spacing: .02em;
}
h4{
    font-family: "Inter Tight", sans-serif;
    font-size: 18px !important;
    font-weight: 300 !important;
    letter-spacing: .02em;
}
p{
    font-size: 18px !important;
    letter-spacing: .5px;
    font-weight: 300;
}
/* overlay hover on homepage */
.image-wrapper {
    position: relative;
  }
  .image-wrapper img{
    border-radius: 20px;
  }
  
  .image-link {
    display: inline-block;
  }
  
  .image-overlay {
    position: absolute;
    top: 0;
    left: 0; 
    width: 100%;
    height: 100%;
    background-color: #1a1a1ac7;
    opacity: 0; 
    transition: .3s ease;
    border-radius: 20px;
  }
  
  .image-link:hover .image-overlay {
    opacity: 1;
  }
  
  .image-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: white;
    font-size: 2vw; 
    font-weight: 400; 
    opacity: 0;
    transition: opacity .3s ease; 
    color:#EDF2F4;
  }
  
  .image-link:hover .image-text {
    opacity: 1;  
  }
      
/* /overlay hover on homepage */
.home-projects a{
    text-decoration: none !important;
    color: #1a1a1a !important;
}
.home-projects a:hover{
    color: #6a6a6a !important;
}
.nav-item a{
    font-size: 16px;
    margin-right: 20px;
    color: #1a1a1a !important;
}

/* About Page */

.about h1{
    font-family: "Inter Tight", sans-serif;
    font-size: clamp(3rem, 5vw, 4.5rem) !important;
    /* font-size: 4.5vw !important; */
    font-weight: 700 !important;
    line-height: 1em !important;
    letter-spacing: -1px;
}
.contact input:focus{
    outline: 1px solid #b6bcc6 !important;
}
.form-control:focus{
    box-shadow: 0 0 0 .25rem #b6bcc62f !important;
}
.contact textarea:focus{
    outline: 1px solid #b6bcc6 !important;
}
.form-control{
    border-radius: 0 !important;
    padding: .5rem .75rem !important;
    background: transparent !important;
    border-bottom: solid 1px #f8f8f8 !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    
}
.form-control input{
    color: #f8f8f8 !important;
}
#message,
#first-name,
#last-name,
#email,
#thankYouMessage {
    color: #fff;
}
.contact{
    font-family: 'Work Sans', sans-serif !important;
    font-size: 12px;
    margin-bottom: 0 !important;
}
.contact input::placeholder,
.contact textarea::placeholder { 
color: #8c8c8c !important;
font-size: 14px;
opacity: 0.7;
}
.contact input:focus, 
.contact textarea:focus {
  outline: 2px solid #EF3E36;
} 

.contact h2{
    color: #f8f8f8;
}
.btn-primary{
    background-color: transparent !important;
    border: 1px solid #CDD5D1 !important;
    border-radius: 0 !important;
    color:#CDD5D1 !important;
}
.br img {
    border-radius: 20px;
}
.contact-button{
    padding: 20px 40px; 
    background-color: #1a1a1a; 
    width: 200px; 
    border-radius: 55px; 
    margin-top: 50px;
    text-align: center;
    border: 0;
    color: white; 
    font-size: 1.25rem;
    text-decoration: none;
}
.contact-button:hover{
    background-color: #383737;
}
/* pagination */

.page-item .page-link{
    background-color:transparent !important;
    border-bottom: 1px solid white !important;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0 !important;
    color:#1a1a1a;
}
.pagination li a{
    color: #1a1a1a;
}
.pagination li.active a{
    color: #a1a1a1 !important;
    border-bottom: 1px solid #a1a1a1 !important;
}
.pagination li.page-item a:hover{
    color: #a1a1a1 !important;
}
  .page-item.disabled .page-link {
    background-color:transparent !important;
    color: #d4d4d4;
  }
  .pagination li{
    font-family: 'Work Sans', sans-serif !important;
  }
  .page-link:focus {
    box-shadow: none !important; /* Remove box-shadow, often causes the border */
  }

.footer-container{
    background-color: #283238 !important;
}

.footer{
    padding: 20px;
}
.home footer p{
    margin: 0;
    font-size: 14px !important;
    color: #f8f8f8;
}
footer p{
    margin: 0;
    font-size: 14px !important;
    color: #1a1a1a;
}

@media (max-width: 991px) {

    h1{
        font-size: 5rem !important;
    }
    h2{
        font-size: 3.5rem !important;
        text-align: center;
    }
    h3{
        font-size: 1.75rem !important;
        letter-spacing: .02em;
        text-align: center;
    }   
    h4{
        font-family: "Inter Tight", sans-serif;
        font-size: 18px !important;
        font-weight: 300 !important;
        letter-spacing: .02em;
        text-align: center;
    }

    .services{
        text-align: center;
        margin-bottom: 20px;
    }
      .image-text {
    font-size: 20px;
  }
   .home-projects p.about-description{
    text-align: center !important;
   }
}

@media (max-width: 768px) {
    h1{
        font-size: 3rem !important;
    }
    .contact-button{
        padding: 15px 35px;
        width: 175px;
        margin-top: 25px;
    }
    .contact-button a{
        font-size: 1rem;
    }
    }

@media (max-width: 576px) {
    h2{
        font-size: 2.5rem !important;
        text-align: center;
    }
    h3{
        font-size: 1.25rem !important;
        letter-spacing: .02em;
        text-align: center;
    }
    h4{
        font-family: "Inter Tight", sans-serif;
        font-size: 18px !important;
        font-weight: 300 !important;
        letter-spacing: .02em;
        text-align: center;
    }
}

.projects .container img{
    border-radius: 20px;
}



