* {
    --bs-body-bg: #003340;
    --bs-body-color: #c9d3d3;
    --bs-body-font-family: "montserrat", Helvetica, sans-serif;
    --bs-card-title-color: #76b9dd;
    --bs-emphasis-color-rgb: 66, 173, 178;
    --bs-link-color-rgb: 66, 173, 178;
    --bs-link-hover-color-rgb: 107, 222, 233;
    --bs-list-group-bg: rgba(16, 82, 93, 0.5);
    --bs-list-group-border-color: #043035;
    --bs-nav-link-color: #42adb2;
    --bs-nav-link-hover-color: #6bdee9;
    --bs-navbar-active-color: #fff;
    --bs-navbar-toggler-border-color: rgba(66, 173, 178, .5);
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2866, 173, 178, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

body {
    background: linear-gradient(185deg, #00303c 15%, #003f4f 25%, #42adb2 65%, #003f4f 85%, #003340);
}

footer {
    background: linear-gradient(to bottom, #012128 85%, #002b36) fixed;
}

h1 {
    color: white;
    font-weight: 700;
}

h2 {
    color: #76b9dd;
    font-weight: 700;
    font-size: 1.25rem;
}

h3 {
    font-weight: 700;
    font-size: 1rem;
}

.glightbox {
    cursor: zoom-in;
}

.navbar {
    background-color: #002b36;
    font-family: "jaf-mashine", "montserrat", Helvetica, sans-serif;
    font-weight: 700;
    box-shadow: 0 .5rem 1rem #00000026, inset 0 -1px #ffffff26;
}

.navbar-brand img {
    height: 48px;
}

.site-header {
    color: #76b9dd;
    font-family: "jaf-mashine", "montserrat", Helvetica, sans-serif;
    font-weight: 700;
}

.site-facts {
    font-size: 0.85rem;
}

.site-lead {
    font-weight: 400;
}

.site-legal {
    font-size: 0.7rem;
    opacity: 0.5;
}

.site-links {
    font-family: "jaf-mashine", "montserrat", Helvetica, sans-serif;
    font-weight: 400;
}

.site-trailer {
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.75);
}

.site-wishlist {
    font-family: "jaf-mashine", "montserrat", Helvetica, sans-serif;
    font-weight: 700;
    background-color: #4ab48b;
    box-shadow: 0 0 6px #198754;
    color: #0e374c;
    font-weight: 700;
}

.site-wishlist:hover {
    background-color: #64c8a1;
    color: #0e374c;
}