section{
    margin-bottom: 150px;
}

.copyright{
    text-align: center;
    color: #fff;
}

footer{
    background-color: #343a40!important;
    height:100px;
    padding-top: 25px;
}

ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menu, .contact{
    height: 150px;
    text-align: center;
    background-color: #343a40;
}
.menu, .contact h2{
    color: #fff;
    padding-top: 50px;
}

.img-menu img{
        max-height: 200px;

}

.btn-main-md{
    padding: 17px 38px;
    border-radius: 3px;
    background: #2e7eed;
    color: #fff;
    outline: none;
}