html {
    font-size: 16px;
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}
    a:link {
        color: black;
    }
    /* Unvisited links */
    a:visited {
        color: black;
    }
    /* Visited links */
    a:hover {
        color: gray;
    }

/* <weight > : Use a value from 200 to 1000*/

.nunito {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}
/* While clicked */
/* Unvisited links */
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.highlight {
    color: #FF714B !important;
}
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin: 0px;
  overflow-x:hidden;
}
.fit-container{
    object-fit:cover;
    width:100%;
}
.hero-container {
    width: 100%;
    height: max-content;
    position: relative;
    margin-bottom: 80px
}
.cover-container{
    object-fit:cover;
}
.hero-banner {
    position: relative;
    width: 100vw;
    height: 75vh;
    object-fit: contain;
}
    .grid-wrapper {
        position: absolute;
        width: 100vw;
        margin-left: 15%;
        margin-top: 15%;
    }
h1{
    color:white;
}
.about-us {

    padding-left:21%;
    padding-right:9%;
    width:70%;
    z-index: 10;
    position: absolute;
    display: grid;
    grid-template-columns: 60% 40%;
    bottom:-80px;
    background-color: #e25530f0;

}
    .about-us p {
        font-size: 1.3em;
        color: white;
        font-size: 1.3em;
        font-weight: bold;
    }
.quick-links {
    list-style: none;
    margin-left:10%;
    margin-top: auto;
    margin-bottom:auto;
}
.quick-button {
    text-align: center;
    font-size: 1.4em;
    padding: 5px;
    border-radius: 10px;
    background-color: white;
    font-weight: bold;
    color: #ff5123 !important;
    text-decoration: none;
    transition-duration: 0.2s;
    display: block;
    width: 150px;
    margin-bottom: 10px
}
    .quick-button:hover {
        text-align: center;
        font-size: 1.4em;
        padding: 5px;
        color: #cb9789 !important;
        background-color: white;
    }

.services-showcase {
    display: grid;
    width: 80%;
    margin-top: 100px;
    margin-left: 10%;
    margin-bottom: 70px;
    grid-template-columns: auto auto;
    grid-column-gap: 6%;
    grid-template-rows: auto;
    row-gap: 30px;
}

.services-item{
    text-align:center;
}
.services-item img{
    width:100%;
    height: 400px;
    object-fit:cover;
}
    .services-item h2 {
        font-size: 2em;
    }
.services-item p{
    margin-bottom:20px;
}
.services-item a{
    font-size:1.5em;
    text-decoration:none;
    color:white;
    font-weight: 700;
    background-color:#FF714B;
    padding: 10px;
    border-radius:10px;
}

.banner-divider {
    background-color: #e25530f0;
    color: white;
    padding-top: 30px;
    padding-bottom: 50px;
    margin-bottom: 80px;
}
.banner-divider > *{
    display:inline-block;
    margin-left: 14%
}
.banner-divider img{
    width:100%;
    object-fit:contain;
}
.banner-divider h2{
    font-size: 2.7em;
}
.banner-divider p{
    font-size: 2.3em;
    font-weight: 600;
}
.about-ginez{
    display:grid;
    grid-template-columns: 40% 60%;
    column-gap:2%;
    width:80%;
    margin-left:15%;
    justify-content:center
}
.about-ginez img{
    width:100%;
    height:450px;
    object-fit:cover;
}
    .title{
    font-size: 2em;
    margin-bottom:30px;
}
.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 42;
}

.work-divider{
    margin: 150px auto;
    width:80%;
}
    .work-divider h2 {
        font-size: 2.2em;
    }
.work-divider p{
    width: 70%;
    margin: 0 auto;
}   
.scroller {
    overflow: hidden;
    white-space: nowrap;
    border-radius: 10px;
    width: 80%;
    margin: 0 auto;
}


    .scroller-track {
    display: inline-block;
    animation: scroll 60s linear infinite;
}

.scroller img {
    width: 500px;
    height: 300px;
    object-fit: cover;
    margin-right: 10px;
    border-radius: 10px;
    display: inline-block;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.about-ginez-specialties {
    display: grid;
    grid-template-columns: 40% 60%;
    column-gap: 2%;
    width: 80%;
    margin-top: 100px;
    margin-left: 15%;
    justify-content: center
}

.about-ginez-specialties img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.title {
    font-size: 2em;
}

.contact-form{
    width:30%;
    margin: 0 auto;
}
.contact-form h1{
    margin-bottom: 0px;
}
.submit-form{
    font-size:1.4em;
}
.field{
    margin-top: 20px;
}
.field > *{
    display:block;
    border:0px;
}
.field input{
    font-size:1em;
    width:100%; 
    background-color:#e1e1e1;
    padding-top:5px;
    padding-bottom:5px;
}
    .field select{
        font-size: 1em;
    }
.field button{
    margin-top: 10px;
    font-size:1em;
}
    .field textarea {
        min-width: 100%;
        max-width: 100%;
        min-height: 100px;
        font-size: 1em;
        background-color: #e1e1e1;
    }
    .mobile-menu{
        display:none !important;
    }
    .menu-button{
        display:none !important;
    }
.inverted-header{
    color:#e25530f0;
}
@media (max-width: 1040px) {
    .header-grid{
        width:80% !important;
    }
    .hero-banner {
        height:auto;
    }
}

@media (max-width: 900px) {
    .sub-header{
        display:none;
    }
    .header-list {
        display: none;
    }
    .footer{
        height:auto !important;
        padding-bottom: 30px;
    }
    .footer-container {
        margin: auto !important;
        grid-template-columns: auto !important;
        height:auto;
        grid-column-gap: 20px;
    }
    .footer-container div p{
        line-height: 20px;
    }
    .mobile-menu {
        text-align: start;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #e25530f0;
        color: white;
        display: none; /* hidden by default */
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding-top: 60px;
        z-index: 9999;
    }
        .mobile-menu p {
            position: absolute;
            top: 20px;
            right: 25px;
            font-size: 28px;
            cursor: pointer;
            margin: 0;
        }

        .mobile-menu a {
            color: white;
            text-decoration: none;
            font-size: 30px;
            margin: 20px 0;
        }

            .mobile-menu a:hover {
                color: white;
                text-decoration: none;
                font-size: 40px;
                margin: 20px 0;
            }
        .open {
            display: flex !important;
        }
    .menu-button {
        display: inherit !important;
        font-size: 2em !important;
        cursor: pointer;
        width:min-content;
        margin-left: 5%;
        padding: 10px;
        color: #e25530f0;
    }
    .hero-container{
        margin-top: 50px;
        margin-bottom: 10px;
    }
    .about-us {
        padding-left:5%;
        padding-right:5%;
        width:90%;
        text-align:center;
        position: inherit;
        bottom:  6px;
        grid-template-columns: auto;
        font-size:.8em;
    }
    .quick-links{
        margin-left:0px;
        padding:0px;
        text-align:center;
    }
    .quick-button {
        margin: 20px 0px;
        width:100%;
        padding:5px 0px 5px 0px;
    }
    .quick-button:hover {
        margin: 20px 0px;
        width: 100%;
        padding: 5px 0px 5px 0px;
    }
    .services-showcase{
        grid-template-columns: auto;
        margin-top: 10px;
    }
    .banner-divider{
        font-size: .6em;
        margin:0px;
    }
    .about-ginez{
        grid-template-columns:auto;
        margin:auto;
    }
    .contact-form{
        width:70%;
        margin-top: 125px;
    }
    .about-ginez-specialties{
        grid-template-columns: auto;
        margin: auto;
    }
}
