html, body{
    min-width: 320px;

    font-family: "Roboto", sans-serif !important;
}

body.dark   {
    background: #dadfe8;
}

p.small {
    font-size: 0.8rem;
}

.container h1, h2, h3, h4, h5  {
    font-family: "Cabin", sans-serif;
    font-weight: bold;
    color: #212529;
}

.hero   {
    background-image: url("../img/adirondack.jpg");
    background-size: cover;
    background-position: center center;
    height: 95vh;
}

.container.main {
    max-width: 960px;
    z-index: 10;
    position:relative;
}

#CTA {
    margin-top: -20vh;
}

#CTA * {
    color: white;
}

#CTA h1 {
    font-size: 3rem;
}

a{
    color: #119ad6;
}

.btn.btn-primary    {
    background-color: #119ad6;
    border-color: #119ad6;
}

.btn.btn-primary:hover    {
    background-color: #2ea6da;
    border-color: #2ea6da;
}

#contact{
    margin-top: 50px;
}

.contact h4 {
    font-weight: 500;
    line-height: 2.5rem;
    margin-top: 0.5em;
}

.icon {
    width: 30%;
}

.benchmark p   {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.3rem;
    font-weight: 500;
}

.benefit h4 {
    font-weight: 500;
}

.transition {
    background: #dadfe8;
    position: relative;
    margin-bottom:50px;
}

.transition-white   {
    margin: 1.6rem 0 4.3rem 0;
}

.callout    {
    position: relative;
    top: -2rem;
    height: calc(100% + 4rem);
}

.callout.fix {
    margin-top: -3.5em;
    height: 4em;
    padding: 0;
}

.callout.fix::before{
    position: relative;
    background: white;
    display: block;
    box-shadow: none;
    width: 100%;
    top:-30px;
    height: 30px;
    content: " ";
}

.big-list li  {
    font-size: 1.3rem;
    font-weight: 500;
}

#chart {
    text-align: center;
    margin: 0.5rem 0;
}

footer {
    background: #1c222b;
}

footer::before{
    background: #1c222b;
    position: relative;
    z-index: -1;
    top: -58px;
    height: 58px;
    content: " ";
    display: block;
    width: 100%;
}

footer .row {
    position: relative;
    top: -2rem;
}
