#content-wrapper {
    padding-top: 30px !important;
}

.navbar-inverse {background-color: #1C0844 !important; border-color: #1C0844 !important;}

.navbar-inverse .navbar-nav > li > a {color: #C58E00;}

.navbar-inverse .navbar-brand {color: #fff;}


a {
    color: #c58e00;
    text-decoration: none;
    font-weight: bold;
}

a.btn, button {
    background-color: #1c0844;
    border: 2px solid #1c0844;
    border-radius: 5px;
    color: #fff !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;
}

body {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
}


