﻿.section-title {
    margin: 0 0 15px;
}

.margin-bottom {
    margin: 0 0 15px;
}

.modal-title {
    display:inline
}

.section-title h1, .section-title h2, .section-title h3, .section-title h4, .section-title h5, .section-title h6 {
    padding-bottom: 5px;
    border-bottom: 2px solid #E61501;
    font-weight: bold;
    position: relative;
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

    .btn-dark:hover {
        color: #fff !important;
        background-color: #23272b !important;
        border-color: #1d2124 !important;
    }
