/*

Layout

*/
.main {
    min-height: 450px;
}

.img-150 {
    max-width: 150px;
}

/*

Typography

*/
body {
    font-family: 'Source Sans Pro';
    font-size: 1.1rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6, button,
.nav-link {
    font-family: 'Source Sans Pro';
}

.footer .nav-link {
    color: #6c757d!important;
}

/*

Branding

*/
.navbar-custom {
	background-color: #326273;
}

.navbar-custom .navbar-brand {
    font-family: 'Slabo 27px';
}

/*

Buttons

*/
.btn-util {
    background-color: #e9e9e9;
}

/*

Colors

*/
.bg-light-grey {
    background-color: #e0e0e0;
}

.bg-dark-blue {
    background-color: #326273;
    color: #f0f0f0;
}