body {
    background-color: #000037;
    color: silver;
}

nav {
    background-color: #000037;
}

.navbar {
    padding: 0;
}

#logo {
    height: 10vh;
}

main {
    margin-top: 10vh;
}

#content {
    padding: 2.5%;
}

a {
    color: silver;
}

a:hover {
    color: #a7110c;
}

img {
    width: 100%;
    height: auto;
}

p {
    font-family: 'Comic Sans MS';
    margin-top: 0;
    margin-bottom: 0;
}

#languageSwitcherButton {
    color: silver;
    margin: 0;
}

#languageSwitcherButton:focus {
    box-shadow: none;
}

.language-menu {
    min-width: fit-content;
}

.language-item.active {
    background-color: #a7110c;
}

#navbar li.active a {
    color: #a7110c;
    border-top: 2px solid #a7110c;
}

.fi {
    width: 100%;
    height: 50px;
}

h3 {
    color: #a7110c;
}

.carousel-item img {
    width: 100%;
    height: auto;
    border: 2px solid silver;
}

.carousel-caption {
    padding: 0;
    color: whitesmoke;
    position: absolute;
    bottom: 10px;
}

.carousel-caption h5 {
    margin: 0;
}

.iconButtons {
    font-size: 3em;
}

.bannerImages {
    padding-left: 0.5%;
    padding-right: 0.5%;
    border: 2px solid silver;
}

.saleItems {
    margin-top: 2.5%;
}

.saleItems img {
    border: 2px solid silver;
}

.saleItems img:hover {
    border-color: #a7110c;
}

.item-text {
    display: block;
    text-align: center;
    padding-top: 2.5%;
}

.item-heading {
    text-transform: uppercase;
    font-weight: bold;
}

.item-status {
    font-style: italic;
}

.available {
    color: green;
}

.onhold {
    color: yellow;
}

.sold {
    color: red;
}

.btn {
    margin-top: 1em;
    text-transform: uppercase;
}

.btn.disabled:hover {
    cursor: not-allowed;
}

.modal-title {
    text-transform: uppercase;
}

#form-item {
    margin-top: 1em;
}

.history-text {
    text-align: justify;
}

.section {
    margin-top: 1em;
    margin-bottom: 2em;
}

.history-image {
    border: 2px solid silver;
}

.text-link {
    color: #a7110c;
}

.text-link:hover {
    color: silver;
}

.links {
    color: #a7110c;
    text-transform: uppercase;
    font-size: larger;
}

.links:hover {
    color: silver;
}