body {
    background: rgb(178, 215, 255);
    background: linear-gradient(0deg, rgb(101, 154, 211) 0%, rgb(24, 145, 214) 35%, rgba(0, 99, 140, 1) 100%);
    background-attachment: fixed;
}

.blue {
    background-color: rgb(0, 99, 140) !important;
    border-color: rgb(0, 99, 140) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Averia Libre';
}

p,
li {
    font-family: 'Dosis';
    font-size: 1.2rem;
}

.blockquote {
    font-size: 1.5rem;
}

hr {
    border-top: 2px solid #c2185b;
}

.pebble-background p {
    color: white;
}

.pebble-background h1 {
    color: white;
}

.pebble-background h2 {
    color: white;
}

.pebble-background ul {
    list-style: none;
    padding-left: 0em;
}

.pebble-background li {
    color: white;
}

.pebble-background li:before {
    content: '';
    display: inline-block;
    height: 1em;
    width: 1em;
    background-image: url(images/blue_logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 0.5em;
    margin-left: 0em;
}

.pebble-dark-background {
    background: #48505e;
}

.pebble-dark-background h1 {
    color: lightgray;
}

.pebble-dark-background p {
    color: lightgray;
}

.pebble-dark-background a {
    color: lightgray;
    font-weight: 700;
}

.pebble-no-background {
    background: white;
}

.pebble-no-background h1 {
    color: rgb(68, 68, 68);
}

.pebble-no-background ul {
    list-style: none;
    padding-left: 0em;
}

.pebble-no-background li:before {
    content: '';
    display: inline-block;
    height: 1em;
    width: 1em;
    background-image: url(images/blue_logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 0.5em;
}

#stories h1 {
    color: white;
}

#stories h3 {
    color: #c2185b;
}

@media (max-width: 767px) {
    #stories h3 {
        font-size: 1.2rem;
    }
    #stories p {
        font-size: 1.0rem;
    }
}

.story-left {
    background-color: white;
    height: 200px;
    padding: 2rem;
}

.story-left p {
    color: #637188;
    font-size: xx-large;
    font-weight: bold;
}

.story-middle {
    background: #637188;
    height: 200px;
    padding: 2rem;
}

.story-right {
    background: #48505e;
    height: 200px;
}

.story-top {
    height: 350px;
}

.carousel-control-prev {
    padding-right: 100px;
}

.carousel-control-next {
    padding-left: 100px;
    /* Aligns it at the bottom */
}

.calculator {
    background-color: #48505e;
}

.calculator h2 {
    color: white;
}

.calculator p {
    color: white;
}