body {
    color: #25282a;
    font-size: 1.05rem;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Dosis', sans-serif;
}
p, li, td {
    font-weight: 350;
    line-height: 1.7;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1400px;
    }
}

.page--home .h-100 {
    min-height: 100vh;
}

.home-lead {
    font-size: 1.45rem;
}
.home-nav {
    margin: 2em 0;
    font-size: 1.2rem;
}


.card {
    border: none;
}
.card-img-overlay {
    background: rgba(0,20,70,.4);
}
.card-title {
    color: #fff;
    font-weight: bold;
}

.section--working {
    border-left: 15px solid #B9CCE4;
    border-right: 15px solid #B9CCE4;
}
.section--working .project img {
    max-width: 100%;
}


.page-header h1 {
    font-size: 3rem;
}

h2.subhead {
    font-size: 1.5rem;
    color: #999;
}

.nav-primary {
    font-family: 'Merriweather', serif;
}
.nav-primary a {
    color: #25282A;
    transition: all .25s;
}

.nav-primary a:hover,
.nav-primary .nav-link-active {
    color: #6DB9E4;
    text-decoration: underline;
}

article h2 {
    font-family: 'Merriweather', serif;
    color: #779CD7;
    font-size: 1.4rem;
    margin-top: 2rem;
}

section {
    margin-bottom: 3rem;
}

.page--working article img {
    width: 100%;
}

.project-carousel .carousel-caption {
    color: #25282A;
    position: relative;
    right: 0;
    left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    bottom: 0;
}
.project-carousel .carousel-image {
    display: block;
    margin: 0 auto;    
}
.project-carousel h1 {
    font-weight: bold;
    font-size: 2rem;
}

.project-carousel .project-label {
    color: #fff;
    font-weight: 400;
    font-size: .79rem;
    letter-spacing: 1.5px;
    background: #93b3e6;
    display: inline-block;
    padding: 0.6em 0.9em;
    text-transform: uppercase;
    line-height: 1;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    vertical-align: middle;
    margin-right: 5px;
}

.project-carousel .carousel-caption p {
    font-family: 'Merriweather', serif;
    color: #779CD7;
}




