@import url(https://use.typekit.net/gis1bma.css);

body,
html {
    margin: 0;
    padding: 0;
    font-family: proxima-nova, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    line-height: 1.6;
    font-size: 18px;
    background: #e3e3e8;
    color: #313135
}

* {
    box-sizing: border-box
}

a {
    color: inherit;
    border-bottom: 1px solid #bdbdc1;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
    line-height: .95rem
}

a:hover {
    color: #313135;
    border-color: #636369
}

footer,
p {
    color: #4a4a4f
}

img {
    max-width: 100%;
    height: auto;
    display: block
}

hr {
    border: 0;
    border-top: 1px solid #d8d8da;
    margin: 0 10%
}