﻿



div.section {
    /*margin-bottom: 40px;*/
}

div.section-separator {
    padding:30px;
}

div.section-blank {
    padding: 100px;
    background-color:#f4f4f4;
    color:#808080;
}

div.mobile-separator {
    padding: 30px;
}

@media (min-width: 768px) {

    div.mobile-separator {
        padding: 0px;
    }

    div.section-separator {
        padding: 40px;
    }
}

div.page-header {
    margin-bottom:24px;
}

div.page-header h1 {
    margin: 0px;
    color:#5A6E94;
    font-size:28px;
}

a.nav-link {
    font-size: 15px;
}



.btn-success {
    color: #fff;
    background-color: #1c7025;
    border-color: #28a745;
}

.rounded-3 {
    border-radius: 0.3rem !important;
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}

.text-gray {
    color:#808080;
}

.text-white {
    color: #fff !important;
}

