﻿
:root {
    --bs-body-font-size: 0.9rem;
}

html,
body {
    font-size: var(--bs-body-font-size);
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-top: 2em;
    padding-left: 2em;
    padding-right: 2em;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1440px
    }
}

/* Override the default bootstrap behavior where horizontal description lists
   will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

p {
    margin-top: 1em;
    margin-bottom: 1em;
}


.jumbotron .small {
    font-size: smaller;
}

footer {
    color: #bbbbbb;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1em;
}

h1 {
    font-size: 1.5rem;
}

h2 {
    font-size: 1.4rem;
}

h3 {
    font-size: 1.3rem;
}

h4 {
    font-size: 1.2rem;
}

h5 {
    font-size: 1.1rem;
}

h6 {
    font-size: 1rem;
}

.img-thumbnail {
    box-shadow: 3px 3px 16px #000000;
    margin: 2em;
}

img {
    max-width: 600px;
}

.well {
    padding: 1em;
}

.product-offer ul {
    min-height: 6em;
}

.tab-pane {
    padding-top: 2em;
}


.customers {
    margin-top: 2em;
    align-content: center;
    text-align: center;
}

ul.customers {
    padding-left: 0;
}

.customers li {
    display: inline;
}

    .customers li a, .customers li a:hover, .customers li a:visited {
        margin-right: 1em;
        color: #898989;
        text-decoration: none;
    }

.customers.featured li a, .customers.featured li a:hover, .customers.featured li a:visited {
    font-size: 1.4rem;
    color: #898989;
    text-decoration: none;
}

.customers .card-title {
    color: #a9a9a9;
}


.download-card {
    background-color: #cecece05;
}

.alert-subtle {
    background-color: #ba84d5
}

code {
    margin-left: 4em;
    margin-right: 4em;
    background-color: rgba(237,237,237,1);
    padding: 2em;
    white-space: pre-wrap;
    display: block;
}

blockquote {
    font-style: normal;
    font-weight: 400;
    background-color: rgb(244, 244, 244);
    padding: 0.2em;
}

.alert {
    margin-left: 0;
}

.standard-price {
    font-weight: bold;
    margin: 0.4em;
    float: right;
}

    .standard-price s {
        color: red;
        font-weight: bold;
    }

.wave-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.02;
    color: #FFF;
    text-align: center;
    overflow: visible;
}

p.lead {
    font-weight: 400;
}

img.preservedsize {
    object-fit: scale-down;
    max-width: max-content;
}

.archived-info, tr.archived-info {
    opacity: 0.8;
}

.card {
    margin-bottom: 2em;
}
