html {
    font-size: 18px;
}

body {

    background: #f3f3f3;
}

.container {

    margin: 0 auto;
    min-height: calc( 100vh - 300px ) !important;


}

.with-columns {
    margin:30px 0;
    justify-content:center;
}
.with-columns .col{

    min-height: 250px;
    min-width: 250px;
    max-height: 250px;
    max-width: 250px;
    //border: 1px dashed grey;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 95px;
    overflow: hidden;
    align-items: center;
    padding:0!important;
    margin:30px;

}
.hero-container {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 3rem 6rem;
    background:url('../images/bg.jpg') #303030;
    color: #ffffff;


}

header {

    height: 200px;
    color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.logo {
    width:780px;
    height: auto;
}

@media (max-width: 800px) {

    .logo {
        width:100%;
        height: auto;
    }

    .hero-container {

        padding: 2rem 1rem;

    }
    

}


.prodimg {
    width: 250px;
    height:250px;
}
footer {

    height: 150px;
    background: #fff;
    border-top: 3px solid #2d2d2d;
    display: flex;
    color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

}