html {
    font-size: 18px;
}

body {
    color:#777;
    background:#fff;
}

.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: 400px;
    //border: 1px dashed grey;
    display: flex;
    flex-direction: column;
    justify-content: top;

    padding:0!important;
    margin:30px;

}
.hero-container {
    display:flex;
    flex-direction:column;
    justify-content:center;
    text-align:center;
    padding: 4rem 6rem;
    background:url('../images/fire.png') #113455;
    color: #fff;
    border-radius: 15px;
    height:300px


}

header {
    border:1px solid
    height: 300px;
    display: flex;
    flex-direction: column;
    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: 190px;
    background: #b12c2c;
    border-top: 3px solid #902222;
    padding-top:25px;
    color: #fff;
    text-align: center;
    
}