﻿a:link, a:visited:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 1);
}

h1, h2, p, body {
    font-family: 'Inter', sans-serif;
    color: #333333;
    font-weight:600;
}

div#inner-footer {
    font-family: 'Inter', sans-serif;
    text-align: left;
    font-size: .9em;
    padding-bottom: 50px;
    color: #333333;
}

footer.footer {
    padding-left: 0%;
    background: transparent;
    color: #888;
    padding-right: 100px;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.nav li a {
    color: #333;
    padding: 0;
    line-height: 30px;
    font-weight: 500;
    text-transform: lowercase;
    font-size: .9em;
}

    .nav li a:hover {
        color: #2b2b2b;
        text-decoration: none;
    }



@media only screen and (max-width: 40.0625em) {

    .slick-image-slide, .slide-wrap {
        height: 100%;
    }
}