main>.container {
    padding: 60px 15px 0;
    margin-bottom: 5rem;
}

.sticky-nav {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

body {
    font-family: 'Poppins', sans-serif;
    ;
}

.title {
    font-family: 'Source Sans Pro', sans-serif;
    ;
}

.customHeader {
    background-repeat: no-repeat;
    background-position: fixed;
    background-size: cover;
    background-color: rgba(138, 192, 216, 5);
    min-height: 400px;
    background-image: radial-gradient(circle 827px at 47.3% 48%, rgba(255, 255, 255, 1) 0%, #F3F1C1 90%);
}

/* Show big images on bigger screens */
@media only screen and (min-width: 992px) {
    .header {
        background-image: url("/img/JillPrestonLarge.png");
        min-height: 400px;
        margin-top: 3rem;
    }
}

/* show small image on smaller screens */
@media only screen and (min-width: 576px) and (max-width: 991px) {
    .header {
        background-image: url("/img/JillPrestonSmall.png");
        margin-top: 3rem;
    }
}