body, html {
    font-family: "Georgia";
    background-color: #BD1F2D ;
    height: 100%;
}

#homeNav {
    text-decoration: none; 
    border-bottom:2px solid #BD1F2D; 
    color: #BD1F2D;
}

.homeContent {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),url("../assets/VSMHome.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#homeHeaderIMG {
    padding-top:25px;
    text-align: center;
    display: flex;
    justify-content: center;
    width: 60%;
}

#homeHeaderLogo {
    width: 450px;
    height: 150px;
}

#homeHeaderTXT {
    padding-top:50px;
    text-align: center;
    display: flex;
    justify-content: center;
    width: 60%;
    font-size: 34px;
    color:#fff;
}

#homeHeaderTXTlower,#homeHeaderLink {
    padding-top:20px;
    text-align: center;
    display: flex;
    justify-content: center;
    width: 60%;
    font-size: 20px;
    color:#fff;
}

#galleryLink {
    padding:10px 25px 10px 25px;
    background-color: #525252;
    border-color: #525252;
    font-size: 28px;
    border-radius: 0px;
}

#quoteLink {
    padding:10px 25px 10px 25px;
    background-color: #BD1F2D;
    border-color: #BD1F2D;
    font-size: 28px;
    border-radius: 0px;
}

.homeMoreAbout {
    background-color: #e3e3e3;
    height: fit-content;
    width: 100%;
    text-align:center;
}

#moreaboutHeader {
    padding-top:75px;
    font-size: 38px;
    color:#000;
}

#moreaboutLowerTXT {
    margin-top: 25px;
    padding-bottom: 75px;
    font-size: 28px;
    color:#000;
}

.homeProjects {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.card-group {
    margin-left: 200px;
    margin-right: 200px;
}

.cardBathroom,.cardBedroom,.cardKitchen,.cardBasement {
    height: 300px;
    width: 300px;
    display:inline-block;
    margin: 0 auto;
    float: none;
}

.cardBathroom img,.cardBedroom img,.cardKitchen img ,.cardBasement img {
    border-radius: 20%;
    height:275px;
    padding-bottom: 10px;
}

.flip-card {
    background-color: transparent;
    width: 350px;
    height: 300px;
    perspective: 1000px;
    text-align: center;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 20%;
}

.flip-card-front {
    background-color: transparent;
    color: black;
}

.flip-card-back {
    padding:50px 50px ;
    background-color: #525252;
    color: white;
    transform: rotateY(180deg);
}

#quoteLinkCard {
    padding:10px 25px 10px 25px;
    background-color: #BD1F2D;
    border-color: #BD1F2D;
    font-size: 14px;
    border-radius: 0px;
}

#HAtags {
    background-color: #fff;
    text-align: center;
    padding-right: 400px;
    padding-left: 400px;
}

#HAtag {
    text-align: center;
}

#HAtext {
    margin-bottom: 50px;
    font-size: 20px;
}

@media (max-width: 1200px) {
    #homeHeaderIMG {
        display:none;
    }

    .homeContent {
        height: 100%;
    }

    #moreaboutHeader , #moreaboutLowerTXT {
        padding-left: 25px;
        padding-right: 25px;
    }

    .card-group {
        margin-left: 350px;
        margin-right: 350px;
    }

    .flip-card {
        margin-bottom:50px;
    }

    #HAtags {
        padding-right: 100px;
        padding-left: 100px;
    }
}

@media (max-width: 991px) {
    #homeHeaderIMG {
        display:none;
    }

    .homeContent {
        height: 75%;
    }

    #homeHeaderTXT {
        width: 100%;
        font-size: 24px;
    }

    #homeHeaderTXTlower {
        width: 100%;
        font-size: 16px;
    }
    
    #homeHeaderLink {
        width: 100%;
        font-size: 20px;
    }
    
    #galleryLink ,#quoteLink {
        font-size: 28px;
    }

    .card-group {
        margin-left: 100px;
        margin-right: 100px;
    }

    #HAtags {
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 25px;
    }

    .col-sm-4 {
        width: 33%;
    }
}

@media (max-width: 450px) {
    .homeContent {
        height: 85%;
    }

    .card-group {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media (max-width: 350px) {
    .flip-card {
        width: 250px;
        height: 200px;
    }

    #HAtags {
        padding-right: 0px;
        padding-left: 0px;
    }

    .cardKitchen img,.cardBathroom img, .cardBedroom img ,.cardBasement img{
        height:175px;
    }
}