html {
    font-family: 'SF UI Text Regular', serif;
    font-size: 14px;
    line-height: 1.3;
}

body {
    margin: 0;
    padding: 0;
    color: #2E4161;
    background: #FFFFFF;
}

body.home {
    background: #F5F5F5;
}

h1, h2, h3 {
    font-family: 'SF UI Text Bold', serif;
    /* font-weight: bold; */
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.5rem;
}

h3 {
    font-size: 1rem;
}

p {
    margin: 0 0 1rem 0;
    line-height: 1.3;
}

ul {
    padding-left: 0;
}

li {
    padding-left: 1.5rem;
    list-style: none;
}

a {
    color: #2E4161;
}

.nav-link {
    color: #2E4161;
    text-decoration: underline;
}

a:hover,
a.active,
a:active,
.nav-link:hover,
.nav-link.active,
.nav-link:active {
    color: #007bff;
    text-decoration: none;
}

.clear {
    clear: both;
}

.red {
    color: #FF0000;
}

#message .modal-dialog {
    position: relative;
}

#message .modal-dialog .close {
    position: absolute;
    top: .8rem;
    right: 1rem;
    cursor: pointer;
}