@import url('https://fonts.googleapis.com/css?family=Armata|Open+Sans:300');

h1, h2, h3, h4, .nav-link {
    font-family: 'Armata', sans-serif;
}

li, p, .quote, .footer, .body {
    font-family: 'Open Sans', sans-serif;
}

.credits {
    font-family: 'Open Sans', sans-serif;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 70%;
}

.footer {
    background-color: #dddddd;
    border-top: 2px solid black;
    margin-top: 120px;
    padding-top: 40px;
    padding-bottom: 80px;
}

.top-filler {
    height: 40px;
}

.mid-filler {
    height: 60px;
}

.footer-filler {
    height: 100px;
}

.footer-col {
    margin-bottom: 20px
}

.footer-links {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.body-break {
    margin-bottom: 15px;
}

.rapid-front {
    position: relative;
    
    background-image: url("images/rapid-front-cut.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    
    min-height: 350px;
    
    margin-top: 40px;
    
    padding-top: 60px;
    padding-bottom: 60px;
    
    border-top: 2px solid black;
    border-bottom: 2px solid black;
}

.col-image {
    display: block;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 40px;
}

.figure {
    max-width: 60%;
    margin-top: 30px;
    margin-bottom: 40px;
}
