@font-face {
    font-family: 'Martel';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/martel-v10-latin-regular.eot');
    src: local(''),
    url('fonts/martel-v10-latin-regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/martel-v10-latin-regular.woff2') format('woff2'),
    url('fonts/martel-v10-latin-regular.woff') format('woff'),
    url('fonts/martel-v10-latin-regular.ttf') format('truetype')
}

@font-face {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/ibm-plex-sans-v14-latin-ext_latin-regular.eot');
    src: local(''),
    url('fonts/ibm-plex-sans-v14-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/ibm-plex-sans-v14-latin-ext_latin-regular.woff2') format('woff2'),
    url('fonts/ibm-plex-sans-v14-latin-ext_latin-regular.woff') format('woff'),
    url('fonts/ibm-plex-sans-v14-latin-ext_latin-regular.ttf') format('truetype')
}

html, body {
    font-size: 16px;
}

html, body, p, b, strong, div, a {
    font-family: "IBM Plex Sans", Arial, sans-serif;
    font-weight: 400;
    line-height: 1.15;
    color: #282323;
}

body {
    background-image: url(images/410528_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

p {
    font-size: 1.25rem;
    line-height: 1.4;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Martel", Arial, sans-serif;
}

ul.nav.nav-pills li a span {
    text-transform: uppercase;
}

ul.nav.nav-pills {
    border-bottom: .3px solid #b6b0b0;
    background: #fff;
}

.nav > li:not(.nav-logo) > a {
    display: inline-block;
}

.nav-justified > li {
    text-align: center;
}

.nav > li.disabled > a:hover,
.nav > li > a:hover,
.nav > li.active > a,
.nav > li.active > a:hover {
    background: transparent;
}

.nav > li:not(.nav-logo) > a:hover,
.nav > li.active > a {
    border-bottom: 1px solid #282323;
}

.nav > li.active > a,
.nav > li.active > a:hover {
    color: #282323;
    border-bottom-left-radius: 0;
}

ul.nav + div.container {
    background: #fff;
    margin-top: 4em;
    min-height: 70vh;
    padding-bottom: 2em;
}

div.row.footer .appendix p {
    font-size: .8rem;
}