﻿body {
    /*background-image: linear-gradient(to bottom, #9ABEC7, #C7D6DA);
    background-attachment: fixed;
    background-repeat: no-repeat;*/
    background-color: white;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.heading {
    color: #7F3C56;
    margin: 80px 0 0 0;
}

    .heading .big {
        font-family: 'Lobster', cursive;
        font-size: 150px;
    }

        .heading .big span {
            text-decoration: underline
        }

    .heading .small {
        font-family: 'Sansita', sans-serif;
        font-size: 30px;
        color: #7F493C; /* #1d3140 */
    }

.message {
    font-family: cursive !important;
    font-weight: 200;
    font-size: 30px;
    margin: 20px 0 0 0;
    color: #7F7F7F;
}
