@font-face {
    font-family: "code-pro-black-regular";
    font-display: auto;
    src: local("code-pro-black-regular"), url("fonts/code-pro-black-webfont.woff2") format("woff2"),
        url("fonts/code-pro-black-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

body {
    color: #000000;
    background-color: #ffffff;
    margin: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 0.9rem;
    text-align: left;
    line-height: 1.5;
    font-weight: 400;
    max-width: 1140px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 85px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 800;
    margin-top: 25px;
    margin-bottom: 25px;
}

a {
    color: black;
    text-decoration: underline;
}

a:hover {
    color: #c3bbaf;
    text-decoration: none;
}

code {
    color: black;
}

img {
    max-width: 100%;
}

.navbar-brand img,
.navbar img {
    height: 50px;
}

footer {
    margin-top: 50px;
}

.nav-link {
    color: black;
    font-size: 0.875rem;
    font-weight: bolder !important;
}

.nav-link:focus,
.nav-link:hover {
    color: #c3bbaf;
}

.banner {
    width: 100%;
    height: 480px;
    position: relative;
    margin-bottom: 85px;
}

.banner .background {
    position: absolute;
    z-index: -3;
    width: 100%;
    height: 100%;
}

.banner .caption {
    color: whitesmoke;
    position: absolute;
    z-index: -1;
    width: 80%;
    top: 70%;
    left: 10%;
    font-weight: 800;
    font-size: 3.8rem;
    line-height: 3.8rem;
    margin-bottom: 0.5rem;
}

.letter-over-img {
    position: absolute;
    z-index: -2;
    top: 0px;
    left: 0px;
    color: #4ca2d5;
    font-size: 30rem;
    font-weight: bold;
    font-family: "code-pro-black-regular";
}

img.logo {
    height: 1.1rem;
}

.table thead th {
    color: #fff;
}

.table thead tr {
    background-color: #000;
}

.table tbody td {
    color: #000;
}

strong.warning {
    color: #ff0000;
}
