/* Map */

header{
    background-image: url('../img/img/kitchen.jpg');
}

body{
    letter-spacing: 1px;
}

.map {
    height: 340px;
    margin-bottom: 10px;
}

@media(max-width:1050px) {
    .map {
        height: 75%;
    }
}

.map iframe {
    /*pointer-events: none;*/
    padding-bottom: 10px;
}

.row-about{
    padding:0 50px;
}

div img{
    border-radius: 10px;
    padding: 2.5px;
}

img{
    border-radius: 10px;
}

.portfolio-box .portfolio-box-caption {
    border-radius: 10px;
}

.h2, h2,{
    font-weight: 700;
}
.btmInfo p{
    font-size: 12px;
    padding-top: 10px;
}

.bg-dark {
    margin-top: -50px;
}