﻿:root {
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}



body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.parallax-container {
    height: 700px;
}

.header {
    color: #ee6e73;
    font-weight:300;
}

.thin{
    font-weight: 200;
}

p {
    color: rgba(0,0,0,0.71);
    padding: 0;
    -webkit-font-smoothing: antialiased
}

h1, h2, h3, h4, h5, h6 {
    -webkit-font-smoothing: antialiased
}

.caption {
    font-size: 1.25rem;
    font-weight: 300;
    margin-bottom: 30px
}

.section{
    padding-bottom: 100px;
}

.mb20{
    margin-bottom: 20px;
}