html
{
    font-size: 14px;
}

@media (min-width: 768px)
{
    html
    {
        font-size: 16px;
    }
}

hr
{
    border-top: solid 5px #7b9d00;
    border-radius: 5px;
}

h2
{
    color: #7b9d00;
}

.lead
{
    color: #7b9d00 !important;
}

a, .btn
{
    color: white !important;
}

a, a:hover
{
    color: #7b9d00 !important;
}
    
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus
{
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.2rem #7b9d00;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active:focus
{
    background-color: #7b9d00;
    border-color: #7b9d00;
}

    .btn-primary:hover
    {
        background-color: white;
        color: black !important;
        /*border-color: black;*/
    }

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}