.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.yellow {
    color: #b3873d;
}

.red {
    color: red;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.box {
    color: white;
}

.box h1,
h2,
h3,
h4 {
    color: black;
}

.menu_links .links {
    display: inline-block;
    text-align: center;
}

.menu_links .links li {
    display: inline-block;
    margin: 10px;
    padding: 10px;
}

.menu_links .links li a {
    text-decoration: none;
}

.full-height-horizontal-content .horizontal-content {}

.itallic {
    font-style: italic;
}

input {
    padding: 5px;
}

ul {
    font-weight: 200;
}

.nifty_parallax {
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 2000px;
}