.hero-page {
    padding: 50px;
    background: radial-gradient(#fff, #d4b62a);  
    background-image: url("images/hero_desktop.jpg"); /* The image used */
    background-color: #cccccc; /* Used if the image is unavailable */
    height: 600px;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}

.new-drop {
    flex-basis: 45%;
    min-width: 300px;
    text-align: center;
    margin-top: 130px;
    padding-top: 50px;
    color: #fff;
}

.shop-mens-btn {
    display: inline-block;
    background: #fff;
    color: #000;
    padding: 15px 30px;
    margin-top: 20px;
    margin-bottom: 50px;
    border-radius: 30px;
    transition: background 0.5s;
    height: 50px;
    width: 200px;
    font-weight: 700;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
}

.shop-womens-btn {
    background-color: #f7941e;
    display: inline-block;
    color: #fff;
    padding: 15px 30px;
    margin-top: 20px;
    margin-bottom: 50px;
    border-radius: 30px;
    transition: background 0.5s;
    height: 50px;
    width: 200px;
    font-weight: 700;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
}

.shop-mens-btn:hover {
    background: #fff;
}

.shop-womens-btn:hover {
    background-color: #66696e;
}

.new-drop p {
    color: #fff;
}

.slide-message {
    height: 40px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    border-top: 1px solid #333;
    background-color: #333;
}

.slide-message h4 {
    padding: 10px 0;
    font-weight: 300;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: bolder;
    font-size: 12px;
    color: #fff;
}

.footer-notify {
    width: 380px;
    padding: 5px 2px;
    margin-bottom: 10px;
}

.footer-notify p {
    color: #fff;
}

.fa {
    color: #555;
}

.fa:hover {
    color: #f8ce0a;
}

.offer {
    margin-top: 10px;
    padding: 10px;
    background: radial-gradient(#fff, #d4b62a);  
    background-image: url("images/offer.jpg"); /* The image used */
    background-color: #cccccc; /* Used if the image is unavailable */
    height: 550px;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}

.new-offer {
    flex-basis: 45%;
    min-width: 300px;
    margin-top: 50px;
    padding-top: 50px;
    color: #fff;
}

.new-offer h1 {
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 10px;
}

.new-offer p {
    color: #fff;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

.col-4 h4 {
    font-weight: bold;
    color: black;
    text-align: center;
    width: 100%;
    margin: 0;
    font-style: italic;
}

.col-4:hover {
    transform: translateY(-2px);
    opacity: 100%;
    transition: opacity 0.300s;
}

.categories {
    flex-basis: 50%;
    padding: 10px;
    min-width: 200px;
    margin-bottom: 10px;
    transition: transform 0.5s;
    opacity: 70%;
}

.categories img {
    width: 100%;  
}

.categories h4 {
    font-weight: bold;
    color: black;
    text-align: center;
    width: 100%;
    margin: 0;
    font-style: italic;
}

.categories:hover {
    transform: translateY(-2px);
    opacity: 100%;
    transition: opacity 0.300s;
}

.cart {
    height: 50px;
    width: 100%;
    border-top: 1px solid #53565a;
    text-align: center;
}

/* CSS edits to suit Prudent Construction */

.footer-col-3 ul li a:hover {
    color: #f7941e;
}

.col-3 .fa {
    color: #f7941e;
}

.fa {
    color: #f7941e;
}

.fa:hover{
    color: #f7941e;
}

.title::after {
    background: #f7941e;
}

.copyright a {
    color: #f7941e;
}

.account-page {
    padding: 50px;
    background: radial-gradient(#fff, #f7941e);  
}

.btn {
    background-color: #f7941e;
}

.col-3 {
    flex-basis: 24%;
    min-width: 250px;
    margin-bottom: 30px;
    margin-right: 2px;
}


.footer {
    background-color: #333;
}

.services-col-3 {
    flex-basis: 30%;
    min-width: 250px;
    margin-bottom: 30px;
}

.testimonial .services-col-3 {
    text-align: center;
    padding: 40px 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 1);
    cursor: pointer;
    transition: transform 0.5s;
}

.testimonial .services-col-3 img {
    width: 150px;
    margin-top: 20px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.testimonial .services-col-3:hover {
    transform: translateY(-10px);
}

.services-col-3 h3 {
    font-size: 12px;
}

.services-col-3 p {
    font-size: 12px;
}

.projects-table {
    width: 90%;
    margin: 0 auto;
    border: 1px solid #000;
    margin-bottom: 20px;
}

.table-head {
    background-color: #000;
    color: #fff;
    font-weight: bold;
}

.table-info td {
    text-align: justify;
}

.table-head td {
    width: 20%;
    text-align: center;
}

.team-table {
    width: 90%;
    margin: 0 auto;
    border: 1px solid #000;
    margin-bottom: 20px;
}

.bio {
    width: 100%;
    text-align: justify;
}

@media only screen and (max-width: 600px) {

    .shop-womens-btn {
        margin-top: 5px;
        margin-bottom: 10px;   
    }

    .shop-mens-btn {
        margin-bottom: 5px;
    }

    .new-drop {
        flex-basis: 45%;
        min-width: 300px;
        text-align: center;
        margin-top: 80px;
        padding-top: 10px;
        color: #fff;
    }

    .footer-notify {
        margin: 0 auto;
        margin-bottom: 10px;
        text-align: center;
        width: 90%;
    }

    .hero-page {
        background-image: url("images/hero_mobile.jpg"); /* The image used */
        height: 100%;
        width: 100%;
    }

    .offer {
        background-image: url("images/offer_mobile.jpg"); /* The image used */
        height: 100%;
        width: 100%;
    }

    .new-offer {
        margin-top: 10px;
        padding-top: 20px;
        font-size: 12px;
        text-align: justify;
    }

    .categories {
        flex-basis: 50%;   
    }

    .nav-cart {
        display: block;
    }

    .services-col-3 {
        flex-basis: 100%;
    }

    .col-3 {
        flex-basis: 100%;
    }

    .footer p {
        font-size: 12px;
    }

    nav ul li a:hover {
        color: #f7941e;
        width: 100%;
    }

    .projects-table {
        width: 95%;
    }
    
    .table-head {
        font-size: 11px;
    }
    
    .table-info {
        font-size: 11px;
    }

    .team-table {
        width: 95%;
    }

}

