@charset "UTF-8";
/* CSS Document */

.header_view .navbar-brand {
    color: #ff7701;
}

body {
    font-family: "Century Gothic","Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}

a {
    color: #e76b00;
}

.alert-info {
    background-color: #ff911b;
    border-color: #ff851b;
}
