
* {
    /*font-family: 'Source Sans Pro', sans-serif;*/
}

a {
    color: rgba(0, 100, 150, 1);
}
a:hover {
}

.white-background {
    background-color: white;
}

.neutral-background {
    background-color: rgba(220, 220, 220, 1);
}

/******************Button Properties*********************/
.btn, input[type='submit'] {
    background-color: rgb(0, 100, 150);
}
.btn:hover {
}

.btn-block {
}

.btn-inactive {
}
.btn-inactive:hover {
}