﻿/*
    Using this file to override bootstrap css
    Accomplished by setting body id="bootstrap-overrides"
    See link here for reference:  https://stackoverflow.com/questions/20721248/how-can-i-override-bootstrap-css-styles
*/

#bootstrap-overrides body {
    padding-top: 70px;
}

.custom-btn-400 {
    min-width: 300px;
    max-width: 400px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.custom-nav-link {
    margin-left: 10px;
    margin-right: 10px;
}

/*#bootstrap-overrides .btn {
    font-weight: bold;
}*/