/* karla-regular - latin */
@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/karla-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/karla-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/karla-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/karla-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/karla-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/karla-v15-latin-regular.svg#Karla') format('svg'); /* Legacy iOS */
}

/* karla-800 - latin */
@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/karla-v15-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/karla-v15-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/karla-v15-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/karla-v15-latin-800.woff') format('woff'), /* Modern Browsers */
       url('fonts/karla-v15-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/karla-v15-latin-800.svg#Karla') format('svg'); /* Legacy iOS */
}

html {
    font-family: 'Karla';
    font-style: normal;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 2;
    color: #070809;
    margin: 0 0;
    overflow-y:scroll;
}

@media only screen and (min-width: 768px) {
    html {
        max-width: 720px;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 992px) {
    html {
        max-width: 960px;
        margin: 0 auto;
    }
}

body {
    margin: 0 0;
    padding: 0 12px;
}

a {
    color: #182944;
}

h1 {
    font-size: 2rem;
    line-height: 1.5;
}

h2 {
    font-size: 1.75rem;
    margin-bottom: 0;
}

h3 {
    font-size: 1.5rem;
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    h1 {
        font-size: 1.5rem;
    }

    h2 {
        font-size: 1.25rem;
    }

    h3 {
        font-size: 1.125rem;
    }

    html {
        font-size: 1.125rem;
    }
}

.font-weight-bold {
    font-weight: 800;
}

.mt-0 {
    margin-bottom: 0;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-3 {
    margin-bottom: 3rem;
}

.mb-2 {
    margin-bottom: 2rem;
}

.small {
    font-size: 80%;
}

.border-bottom {
    border-bottom: solid 1px #18294424;
}

nav {
    height: 60px;
    display: flex;
    align-items: center;
}

nav a, footer a {
    text-decoration: none;
    color: #070809;
}

h2 + ul, h3 + p {
    margin-top: 0;
    margin-bottom: 2rem;
}

footer {
    margin: 2rem 0 1rem 0;
    border-top: solid 1px #18294424;
    text-align: right;
}
