.navbar-inverse {
    background-color: #00173c;
    border-color: #00173c;
}
.navbar-inverse .navbar-brand {
    color: #fff;
}
#content-wrapper {
    padding-top: 30px !important;
}
a.btn, button {
    background-color: #ffc529;
    border: 2px solid #ffc529;
    border-radius: 5px;
    color: #000 !important;
    font-weight: bold;
    font-size: 1.6rem;
    display: inline-block;
    line-height: 1.8;
    vertical-align: baseline;
    margin: 5px 5px;
    padding: 5px 15px;
    text-decoration: none;
    white-space: nowrap;
}
a {
    color: #43a041;
    text-decoration: none;
    font-weight: bold;
}

body {
  font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
}
