html {
  font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }

    
}

.content {
    min-height: calc(100vh - 260px);
    min-height: calc(100svh - 260px);
    /*min-height: calc(100dvh - 500px);*/
}

form {
    text-align: left;
}

.invalid {
    font-size: 0.7em;
    color: red;
}


.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    
}

body {
    background-color: #f2f2f2;
    font-family: verdana, arial, sans-serif;
    margin: 0;
}

h1 {
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    margin-bottom: 0;
}

h2 {
    font-weight: 600;
    font-size: 1.1em
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.background {
  max-width: 200px;
  opacity: 1;
  z-index: 0;
  
}


.logo {
    float: left;
    height: 40px;
    padding: 5px 0;
}

.productLogo {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 300px;
}

.nav-link:hover {
    color: lightskyblue !important;
}

.hamburger {
    display: none;
    float: right;
}

.hamburger:hover {
    color: lightskyblue;
}

.sidebar {
    display: block;
    width: 250px;
}



.links {
    line-height: 0.3em;
    text-align: left;
    min-width: max-content;
    /*    float: left;
*/
}

.links-right {
    text-align: right;
}

    .links a {
        font-family: verdana, arial, sans-serif;
        font-weight: bold;
        font-size: 0.7em;
        text-decoration: none;
        color: grey;
        padding: 8px 0px 8px 0px;
        transition: transform 2s ease-in;
    }

        .links a:hover {
            color: lightskyblue;
            /*font-size: 0.75em;*/
            
        }

    .links p {
        margin: 0;
        padding: 8px;
    }



.company {
    max-width: 100%;
    margin: auto;
    height: 100px;
    background-color: #fff;
    align-content: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.companyNav {
    margin: 20px 0px 10px 0px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
}

@media only screen and (max-width: 350px) {
    .company {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 1400px;
    }
    .nav-link {
        font-size: 16px
    }
    h3 {
        font-size: 1.25rem;
        font-weight: bold;
        text-align: left;
    }
}

.companySection {
    background-color: #fff;
    height: 100%;
}


.sidebar .links {
    line-height: 0.3em;
    text-align: left;
    min-width: max-content;
}





.rightContent p {
    margin-top: 1.5em;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
}

.contact p {
    text-align: center;
}

.rightContent .links {
    text-align: right;
}

.rightContent .links a {
    font-size: 1.2em;
   
}

.features {
    text-align: left;
    display: flex;
    flex-direction: column;
    /*padding-top: calc(var(--bs-gutter-x) * .5);*/
}

    .features ul {
        list-style: square;
        font-size: 0.8em;
        font-weight: normal;
        padding-left: 1rem;
        margin-top: 0.4rem;
    }

    .features li {
        margin-bottom: 6px;
        line-height: 1.2em;
    }


.images {
    display: flex;
    height: 100%;
    width: 100%;
    margin-bottom: 10px;
}

.rackImages {
    display: flex;
    width: 100%;
}

.qwImages {
    display: flex;
    height: 200px;
    min-width: 160px;
}

.cbImages {
    display: flex;
}

.qwButton {
    /*display: flex;
    flex-direction: column;*/
    margin-top: auto;
}

.qwButtonLink {
    /*margin-top: auto !important;*/
    display: flex;
    flex-direction: column;
    font-size: 0.85em;
}

.product {
    margin-top: auto;
}

.buyLink {
    margin-top: 15px;
}

.alert {
    display: flex;
    flex-direction: column;
}

/* Style the list */
ul.breadcrumb {
    padding: 0px 0px 0px 0px;
    list-style: none;
    margin: 0;
    margin-bottom: 4px;
}

/* Display list items side by side */
ul.breadcrumb li {
    display: inline;
    font-size: 14px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li + li:before {
    padding: 4px;
    color: black;
    content: "/";
}

/* Add a color to all links inside the list */
    ul.breadcrumb li a {
        font-family: verdana, arial, sans-serif;
        font-weight: bold;
        font-size: 0.7em;
        text-decoration: none;
        color: grey;
    }

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
    color: lightskyblue;
}

.footer {
    background-color: #343a40;
    padding-bottom: 44px;
    text-align: center;
}


.footer-contact p {
    margin-bottom: 0.5rem;
    color: #a4a4a4;
    font-size: 14px;
}

.footer-links a {
    font-family: verdana, arial, sans-serif;
    font-weight: bold;
    font-size: 0.8em;
    text-decoration: none;
    color: grey;
    padding: 16px;
   
}



.footer-links a:hover {
    color: lightskyblue !important;
}

.submitForm {
    text-align: center;
}

.design p {
    font-size: 10px;
    color: grey;
}

.design a {
    text-decoration: none;
    color: orangered;
}

@media (max-width: 767px) {
    .nav-link {
        font-size: 14px
    }

    .container {
        max-width: 740px;
    }

    .sidebar {
        display: none;
    }
}

@media (min-width: 576px) {
    .nav-link {
        font-size: 13px
    }
}

@media (max-width: 576px) {
    .hamburger {
        display: block;
    }

    .links a {
        font-size: 0.8em;
    }
}

.e-multi-line-input {
    height: 200px;
}

.privacy {
    font-size: 12px;
    font-weight: normal;
    text-align: left;
}

