html {
    font-size: 14px;
}

body {
    font-family: 'Open Sans', sans-serif;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

a {
    color: rgb(0, 104, 61);
}

a:hover {
    color: rgb(112,168,65);
}

.btn-primary, .btn-primary:visited {
    background-color: rgb(0, 104, 61) !important;
    border-color: rgb(0, 104, 61) !important;
    box-shadow: rgb(0, 104, 61) !important;
}

    .btn-primary:focus, .btn-primary:active, .btn-primary:hover {
        background-color: rgb(112,168,65) !important;
        border-color: rgb(132, 198, 85) !important;
        box-shadow: rgb(132, 198, 85) !important;
    }