/*
=================================================
Technics Enterprises Corp.
Custom Website Styles
=================================================
*/


/*
-------------------------------------------------
Active Navigation Link
-------------------------------------------------
*/

.nav-link.active {
    color: #087e8b !important;
    font-weight: 700;
}
.navbar-spacer {
    height: 120px;
}
/*
body {
    padding-top: 130px;
}*/

/*
-------------------------------------------------
Projects Card Images
-------------------------------------------------
*/

.project-card-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

/*
-------------------------------------------------
Project Detail Hero
-------------------------------------------------


.project-hero {
    background-color: #222;
    padding: 80px 20px;
    margin-top: 0;
}

.project-hero h1 {
    text-align: center;
}*/