/*
Theme Name: Tecko
Text Domain: tecko
Version: 1.0
Author: Matthew Pecko
Author URI: https://matthew1172.github.io/matthewpecko/
License: GNU General Public License v2 or later
*/

.tecko-front-page-container a,
.tecko-footer-container a,
.tecko-client-page-container a {
    color: #da3738 !important;
}

.tecko-front-page-container a:hover,
.tecko-footer-container a:hover,
.tecko-client-page-container a:hover {
    color: #da3738 !important;
    text-decoration: underline;
}

.navbar-toggler {
    border: none !important;
    box-shadow: none !important;
}

.parallax-background {
    position: absolute;
    /* Allow the image to scroll relative to the section */
    top: 0;
    left: 0;
    width: 100%;
    /* Stretch to cover the width of the section */
    background-size: cover;
    /* Ensure the image scales properly */
    background-position: center;
    z-index: -1;
    /* Behind all other content */
    will-change: transform;
}


/* Parallax Section */
.parallax-section {
    position: relative;
    overflow: hidden;
    /* Hide parts of the background outside the section */
    height: 100vh;
    /* Full viewport height */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Parallax Content */
.parallax-content {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
}









.equal-height-content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.equal-height-content img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}










.equal-height-row {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.equal-height-row .col-md-6 {
    display: flex;
    align-items: stretch;
}

.equal-height-content img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

footer ul {
    padding: 0;
    list-style: none;
}

.pt-serif-regular {
    font-family: "PT Serif", serif;
    font-weight: 400;
    font-style: normal;
}

.pt-serif-bold {
    font-family: "PT Serif", serif;
    font-weight: 700;
    font-style: normal;
}

.pt-serif-regular-italic {
    font-family: "PT Serif", serif;
    font-weight: 400;
    font-style: italic;
}

.pt-serif-bold-italic {
    font-family: "PT Serif", serif;
    font-weight: 700;
    font-style: italic;
}

.home-logo-carousel {
    max-width: 100%;
    margin: 0 auto;
}

.home-logo-carousel .carousel-inner {
    height: 100px;
}

.home-logo-carousel .carousel-item img {
    max-height: 100px;
    width: auto;
    margin: auto;
    object-fit: contain;
}

/* Navbar Styles */
#main-menu .navbar-nav>.nav-item>.nav-link {
    font-weight: bold;
    color: inherit;
}

#main-menu .navbar-nav>.nav-item:last-child>.nav-link {
    margin-right: 0;
}

#main-menu .navbar-nav>.nav-item>.nav-link:hover,
#main-menu .navbar-nav>.nav-item>.nav-link:focus {
    color: red;
}

#main-menu .navbar-nav>.nav-item>.nav-link.active {
    color: red !important;
}

.my-intro-heading {
    padding-bottom: 50px;
}

.my-first-row {
    padding-top: 300px;
}

.navbar-logo,
.footer-logo {
    width: 300px;
    height: auto;
    max-height: 60px;
    max-width: 300px;
}

/* Media Queries */
@media (max-width: 767px) {
    .equal-height-row {
        flex-direction: column;
        height: auto;
    }

    .equal-height-content img {
        height: auto;
    }
}

@media (max-width: 450px) {

    .navbar-logo,
    .footer-logo {
        width: 200px;
        max-width: 200px;
        height: auto;
        max-height: 60px;
    }
}

/* Reset translation on mobile */
@media (max-width: 768px) {
    .translated-image {
        transform: none !important;
        position: static !important;
    }
}

/* Translate images up on desktop only */
@media (min-width: 768px) {
    .translated-image {
        position: relative;
    }

    .translate-up-1 {
        transform: translateY(-20%);
    }

    .translate-up-2 {
        transform: translateY(-40%);
    }

    .translate-up-3 {
        transform: translateY(-60%);
    }

    .translate-up-4 {
        transform: translateY(-80%);
    }
}

@media (max-width: 400px) {
    .my-first-row {
        padding-top: 140px;
    }

    .my-intro-heading {
        font-size: 26px !important;
    }

    .home-row-head {
        font-size: 18px !important;
    }

    .my-intro-text,
    .home-row-text {
        font-size: 14px !important;
    }

    .parallax-text{
        font-size: 18px !important;
    }

    .carousel-header p,
    .contact-text p {
        font-size: 20px !important;
    }

    .mobile-content-padding {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .client-page-text p {
        font-size: 20px !important;
    }
}

@media (min-width: 400px) and (max-width: 767px) {
    .my-first-row {
        padding-top: 160px;
    }

    .my-intro-heading {
        font-size: 34px !important;
    }

    .home-row-head {
        font-size: 20px !important;
    }


    .my-intro-text,
    .home-row-text {
        font-size: 16px !important;
    }

    .parallax-text{
        font-size: 26px !important;
    }

    .carousel-header p,
    .contact-text p {
        font-size: 20px !important;
    }

    .mobile-content-padding {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .client-page-text p {
        font-size: 20px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .my-first-row {
        padding-top: 180px;
    }

    .my-intro-heading {
        font-size: 47px !important;
    }

    .home-row-head {
        font-size: 20px !important;
    }

    .my-intro-text,
    .home-row-text {
        font-size: 16px !important;
    }

    .parallax-text{
        font-size: 36px !important;
    }

    .carousel-header p,
    .contact-text p {
        font-size: 28px !important;
    }
}

@media (min-width: 991px) and (max-width: 1199px) {
    .my-first-row {
        padding-top: 200px;
    }

    .my-intro-heading {
        font-size: 58px !important;
    }

    .home-row-head {
        font-size: 32px !important;
    }

    .my-intro-text,
    .home-row-text {
        font-size: 24px !important;
    }

    .parallax-text{
        font-size: 48px !important;
    }

    .carousel-header p,
    .contact-text p {
        font-size: 36px !important;
    }
}

@media (min-width: 991px) and (max-width: 1400px) {
    #main-menu .navbar-nav>.nav-item>.nav-link {
        font-size: 12px;
    }
}

@media (min-width: 1200px) {
    #main-menu .navbar-nav>.nav-item>.nav-link {
        margin-right: 15px;
    }
}