.btn-primary {
    background: #008cc1;
    border: 0px;
    padding: 15px 41px;
    font-size: 16px;
    font-weight: bold;
}

.btn-primary:hover {
    background: #047eaa;
    border: 0px;
}

.heroBWA {
    padding-top: 5px;
    padding-bottom: 5px;
}

.heroBWA h1 {
    font-family: "Poppins";
    font-weight: 700;
    color: #2f281e;
}

.heroBWA p {
    font-family: "Poppins";
    font-weight: 400;
    color: #2f281e;
}

.navbar {
    margin-top: 10px;
}

@media only screen and (max-width: 768px) {
    .btn-primary {
        margin-top: 10px;
        margin-left: 0;
    }
}