.maintext {
    font-family: "Source Sans Pro", "sans-serif";
    font-size: 15pt;
    font-weight: 300;
    line-height: 1.5em;
    color: #39454b;
    letter-spacing: 0.025em;
}

.maintitle {
    font-family: "Courgette", "sans-serif";
    font-size: 2.3em;
    line-height: 1.25em;
    color: #003f37;
    letter-spacing: -0.05em;
}

.mytitlesmall {
    font-family: "Courgette", "sans-serif";
    font-size: 1.7em;
    line-height: 1.25em;
    color: #003f37;
    letter-spacing: -0.05em;
}

.mainintro {
    font-family: "Courgette", "sans-serif";
    font-size: 1.3rem;
    line-height: 1.25em;
    color: #ffffff;
    letter-spacing: -0.05em;
}

.bgpink {
    background-color: #deccd2;
}

.bgocean {
    background-color: #003f37;
}

.bgoceantexture {
    background-image: url('/images/bg-ocean.jpg');
}

.contacticon {
    font-size: 4rem;
    color: #003f37;
}

.introicon {
    font-size: 4rem;
    color: #003f37;
}

.bgflowers {
    width: 100%;
    min-height: 400px;
    background-position: center;
    background-size: auto;
    background-attachment: fixed;
    background-image: url('/images/bg-piwonie-2.jpg');
}

/* Turn off parallax scrolling for all tablets and phones. Increase/decrease the pixels if needed */
@media screen and (min-width: 300px) and (max-width: 600px) {
    .bgndmobile {
        background-attachment: fixed;
    }

    .bgnd-1 {
        content: url('/images/bg-piwonie-2mb.jpg');
    }
}