body {
    font-family: 'Quicksand', sans-serif;
    font-weight: 300;
}

h1,h2,h3,h4,h5 {
    font-weight: 700;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.45);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
}

.dental-block {
    background: url('../img/dental-img.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding: 0;
}

.wellness-block {
    background: url('../img/wellness.jpg');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 0;
    min-height: 100px;
}

.about-block {
    background: url('../img/wellness.jpg');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 0;
    /*max-height: 100px;*/
}

.block-content {
    padding: 130px 15px;
    text-align: center;
}

.primary-button {
    border-radius: 45px;
    padding: 10px 23px;
}

.secondary-button {
    border-radius: 45px;
    padding: 10px 23px;
}

.card {
    padding: 1.1rem 2rem;
}

.btn-light:hover {
    color: #fff;
    background: #000;
    border: 1px solid #000;
}

.modal-footer {
    justify-content: center;
}

.nav-link {
    text-wrap: nowrap;
}
