* {
    padding: 0;
    margin: 0;
}

.libre-baskerville-regular {
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-style: normal;
}

.libre-baskerville-bold {
    font-family: "Libre Baskerville", serif;
    font-weight: 700;
    font-style: normal;
}

.libre-baskerville-regular-italic {
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-style: italic;
}

a {
    text-decoration: none;
    color: black;
    transition: ease-in-out .5s;
}

a:hover {
    color: #9D0000;
    transition: ease-in-out .5s;
}

h1 span {
    font-size: 0;
}

footer {
    font-size: 12px;
    color: white;
}

body {
    background-image: url('/images/website-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover !important;
    /*background-position: top;*/
    font-family: 'Libre Baskerville', serif;
    font-size: 18px;
    color: black;
    font-size: 18px;
    text-align: center;
}

.button-group {
    display: flex;
    justify-content: center;
    text-align: center !important;
    margin-top: 30px;
}

.btn-outline-dark {
    border: 0;
    border-radius: 0px;
    transition: ease-in-out .5s;
    color: white;
    text-shadow: 2px  2px black;
}

.btn-outline-dark:hover {
    background-color: transparent;
    color: #9D0000;
    text-shadow: 2px  2px white;
    transition: ease-in-out .5s;
    transform: scale(1.1);
}

.curly-borders {
    z-index: -10;
}

.curly-border-top-left {
    position: fixed;
    top: 0;
    left: 0;
    width: 13%;
    height: auto;
}

.curly-border-bottom-left {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 13%;
    height: auto;
    color: white !important;
}

.curly-border-top-right {
    position: fixed;
    top: 0;
    right: 0;
    width: 13%;
    height: auto;
}

.curly-border-bottom-right {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 13%;
    height: auto;
}

.jessica-bg {
    position: fixed;
    right: 0;
    height: 100vh;
    z-index: -10;
}

.intro-credits {
    font-size: 14px;
    line-height: 0.9em;
    color: #333333;
    padding-bottom: 20px;
    margin-top: 23px;
}

.information-text {
    margin-top: 5rem;
    color: white;
    text-shadow: 2px 2px black;
    font-size: 20px;
}

.company-logos {
    padding-top: 20px;
    margin-top: 40px;
}

.logos {
    display: flex;
}

.modal-content {
    /*background-color: rgba(0, 0, 0, 0.5) !important;*/
    background-color: #9D0000;
}

.btn-close {
    --bs-btn-close-color: white;
    color: var(--bs-btn-close-color) !important;
}