:root {
    --dark: #054568;
    --white: #ffffff;
    --blue: #0091f7;
    --dark-blue: #0056b3;
    --green: #00b950;
    --dark-green: #007a33;
    --orange: #ffab1b;
    --light-blue: #7284a1;
    --light-gray: #ebebeb;
}

body {
    padding: 0;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

a.link-button,
footer a {
    text-decoration: none;
    color: white;
}

p {
    font-size: 1.05rem;
}

a:hover {
    color: var(--white);
}

h1 {
    font-family: 'Spartan';
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
}

h2 {
    font-family: 'Spartan';
    text-align: center;
    padding-bottom: 10px;
}
h3 {
}
h4 {
    font-family: 'Spartan';
    text-align: center;
}
h5 {
    font-family: 'Spartan';
    padding-top: 10px;
}
h6 {
    font-family: 'Spartan';
    text-align: left;
    padding-top: 10px;
}
h7 {
    font-family: 'Spartan';
    text-align: center;
    padding-top: 10px;
    padding-bottom: 15px;
    font-weight: bold;
}

.caps {
    text-transform: uppercase;
}

h4.list-title {
    color: white;
}

.pull-quote-b {
    font-family: 'Spartan';
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    color: var(--dark-blue);
    font-weight: bold;
}

.pull-quote-g {
    font-family: 'Spartan';
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    color: var(--dark-green);
    font-weight: bold;
}

.card-ul {
    text-align: center;
    padding: 5px;
    padding-inline-start: 0px;
    color: white;
    font-size: 1.05rem;
}

.list-title {
    padding-top: 20px;
}

.list {
    display: block;
}

.circle-icon {
    background: var(--light-gray);
    text-align: center;
    margin: 0 auto;
    margin-top: -70px;
    width: 150px;
    height: 150px;
    padding: 33px;
    border-radius: 50%;
    box-shadow: 0px 0px 7px #ccc;
}

.dot {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}

.footer-o {
    font-family: 'Spartan';
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    color: var(--white);
}

.email-link {
    color: var(--white);
    font-weight: bold;
}

.footer-links {
    color: var(--light-gray);
    padding: 5px;
    text-align: center;
    font-size: 13px;
}

.copyright {
    text-align: center;
    padding: 12px;
}

a .footer-link {
    text-align: right;
}

.copyright {
    color: var(--light-gray);
    padding: 5px;
    text-align: center;
    font-size: 13px;
}

.subhead {
    font-family: 'Spartan';
    text-align: center;
    font-size: 1.3rem !important;
}

.bg-blue {
    background-color: var(--blue);
    color: white;
}

.bg-orange {
    background-color: var(--orange);
    color: white;
}

.bg-light-blue {
    background-color: var(--light-blue);
    color: white;
}

.bg-green {
    background-color: var(--green);
    color: white;
}

.bg-dark {
    background-color: var(--dark);
    color: white;
}

.bg-orange {
    background-color: var(--orange);
    color: white;
}

.bg-lightgray {
    background-color: var(--light-gray);
    color: var(--dark);
}

.bg-white {
    background-color: var(--white);
    color: var(--dark);
}

.green-check {
    color: var(--white);
    background-color: var(--green);
    border-radius: 50%;
}

.nav-bg-blue {
    background: rgba(0, 145, 247, 1);
    color: white;
}

.text-black {
    color: var(--dark);
}

.bin .text-black {
    color: var(--dark);
}

.text-white {
    color: var(--white);
}

.site-title {
    padding: 25px 0;
}

.section-1 {
    padding-top: 180px;
    padding-right: 0px;
    background-image: linear-gradient(
            to bottom,
            rgba(235, 235, 235, 0.4),
            rgba(235, 235, 235, 1)
        ),
        url(/images/frontpage/pexels-martin-lopez-954585.jpg);
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
    width: 100%;
}
.site-title h1,
.site-title h4 {
    text-shadow: 5px 5px 10px rgb(235, 235, 235),
        -5px -5px 10px rgb(235, 235, 235), 5px -5px 10px rgb(235, 235, 235),
        -5px 5px 10px rgb(235, 235, 235);
}

.more-info > div {
    height: 375px;
    padding: 10px;
}

.more-info p,
.more-info h6 {
    font-size: 1.3rem;
}

@media (min-width: 1400px) {
    .more-info > div {
        height: 245px;
    }
}

@media (max-width: 990px) {
    .more-info > div {
        padding: 20px;
        height: auto;
    }
}

.section-2 {
    background-color: var(--light-gray);
    padding: 25px;
    width: 100%;
}

.section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
    width: 100%;
}

.section-4 {
    background-color: var(--dark);
    width: 100%;
}

.section-5 {
    padding-top: 100px;
    padding-bottom: 100px;
    width: 100%;
    background-color: #d9d9d9;
}

/* Demo Section */

.choice-container {
    display: flex;
    justify-content: center;
}

.choice-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.choice-row > div {
    height: 400px;
    border-radius: 5px;
}

.choice-header {
    text-align: center;
    padding: 25px;
}

.choice {
    display: flex;
    flex-direction: column;
    padding: 15px;
    align-items: flex-start;
    text-shadow: -1px -1px 0 #111, 1px -1px 0 #111, -1px 1px 0 #111,
        1px 1px 0 #111, -2px -2px 10px #777, 2px -2px 10px #777,
        -2px 2px 10px #777, 2px 2px 10px #777;
}

.choice input {
    order: 1;
    margin: auto;
}

.label {
    order: 2;
    margin: 40px;
    text-align: center;
    min-width: 150px;
    min-height: 100px;
}

.other-text {
    padding-left: 20px;
    font-size: 20px;
    cursor: pointer;
}

.choice-picker-bottom {
    cursor: pointer;
    text-align: center;
    padding-top: 30px;
}

#choice-none {
    display: flex;
    align-content: center;
}

.button-container {
    display: flex;
    justify-content: flex-end;
}

.button {
    background-color: var(--dark); /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
}

.button.ready {
    background-color: var(--green);
    cursor: pointer;
}

.des-style {
    line-height: 1.5;
    padding-top: 12px;
}

.hidden {
    display: none;
}

/* Choices */

#choice-researcher {
    background-image: url(/images/frontpage/thisisengineering-raeng-gaYC1U0L5pY-unsplash.jpg);
    background-size: cover;
    background-color: var(--dark);
    background-blend-mode: multiply;
    margin: 10px;
    cursor: pointer;
}

#choice-researcher.active {
    background-color: var(--blue);
}

#choice-lab-manager {
    background-image: url(/images/frontpage/hans-reniers-lQGJCMY5qcM-unsplash.jpg);
    background-size: cover;
    background-color: var(--dark);
    background-blend-mode: multiply;
    margin: 10px;
    cursor: pointer;
}

#choice-lab-manager.active {
    background-color: var(--orange);
}

#choice-accountant {
    background-image: url(/images/frontpage/jeshoots-com-LtNvQHdKkmw-unsplash.jpg);
    background-size: cover;
    background-color: var(--dark);
    background-blend-mode: multiply;
    margin: 10px;
    cursor: pointer;
}

#choice-accountant.active {
    background-color: var(--green);
}

.choice.active {
    /* border: 4px solid black; */
    border: none;
}

.choice:hover {
    box-shadow: 0 0 1px 0px gray inset;
}

.choice-picker-bottom {
    display: flex;
    justify-content: flex-end;
}

#choice-none input[type='radio'] {
    -webkit-appearance: none;
    width: 30px;
    height: 30px;
    border: 4px solid darkgray;
    border-radius: 50%;
    outline: none;
    align-content: center;
}

#choice-none input[type='radio']:hover {
    box-shadow: 0 0 1px 0px gray inset;
}

#choice-none input[type='radio']:before {
    content: '';
    display: block;
    width: 60%;
    height: 60%;
    margin: 20% auto;
    border-radius: 50%;
}

#choice-none input[type='radio']:checked:before {
    background: var(--dark);
}

#choice-other {
    width: 90%;
    max-width: 1000px;
}

#choice-researcher {
    width: 90%;
    max-width: 1000px;
}

#choice-lab-manager {
    width: 90%;
    max-width: 1000px;
}

#choice-accountant {
    width: 90%;
    max-width: 1000px;
}

#choice-confirmed {
    text-align: center;
    margin: 0 auto;
}

.confirm {
    color: var(--green);
}

.bin {
    border-radius: 5px;
    margin: 20px;
    /* Zoom Animation */
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.bin-zoom:hover {
    -ms-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
}

.list-bin {
    margin-top: 85px;
    background-color: var(--dark);
    color: white;
}

.timeline-bin {
    text-align: center;
}

.navbar-brand {
    color: white;
    padding-left: 20px;
}

/* Footer styles */

.footer-brand {
    font-size: 1rem;
    text-align: center;
    font-family: 'Spartan';
    font-weight: bold;
    align-items: center;
}

.footer-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}

a .footer-brand {
    font-size: 1rem;
    text-align: center;
    font-family: 'Spartan';
    font-weight: bold;
    align-items: center;
    margin: 0 auto;
}

/* Navbar Styles */

.navbar-custom .navbar-nav .nav-link {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.9);
}

.navbar-toggler-icon span {
    color: rgba(255, 255, 255, 0.9);
}

.navbar {
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px;
}

.nav-link {
    padding: 15px;
}

.black {
    background-color: var(--dark);
    color: rgba(255, 255, 255, 1);
}

.black:hover {
    color: var(--white);
}

.white:hover {
    color: var(--dark);
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
}

.bold-text {
    font-weight: bold;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.9);
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.9);
    border: none;
}

.mw {
    max-width: 1400px;
    margin: 0 auto;
}

.footer-mw {
    max-width: 500px;
}

.center {
    text-align: center;
}

footer {
    background-color: var(--dark);
}

/* Media Queries 1660 */

/* Login Page */

.login-section {
    padding-top: 200px;
    padding-right: 0px;
    height: 700px;
    background-image: linear-gradient(
            to bottom,
            rgba(235, 235, 235, 0.3),
            rgba(235, 235, 235, 1)
        ),
        url(/images/frontpage/pexels-martin-lopez-954585.jpg);
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
    width: 100%;
}

.login-box {
    margin: 0 auto;
    max-width: 1000px;
    height: 350px;
}

.box-left {
    height: auto;
    align-items: center;
    padding: 25px;
    min-width: 400px;
    color: white;
}

.box-right {
    background-color: var(--white);
    align-items: center;
    justify-content: center;
    min-width: 400px;
    padding: 25px;
}

.box-right a {
    color: var(--blue);
}

.button-signup {
    background-color: var(--dark);
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
}

.sign-up-prompt {
    text-align: center;
    padding: 20px 0 0;
}

.form-log-in .btn {
    margin-bottom: 1rem;
}

.bg-dark-blue {
    background-color: #123456;
}

.bg-primary {
    background-color: #039be5;
}

/* Register Page */

.register-section {
    padding-top: 100px;
    padding-bottom: 20px;
    padding-right: 0px;
    background-image: linear-gradient(
            to bottom,
            rgba(235, 235, 235, 0.3),
            rgba(235, 235, 235, 1)
        ),
        url(/images/frontpage/pexels-martin-lopez-954585.jpg);
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
    width: 100%;
}

.register-box {
    margin: 0 auto;
    width: 576px;
    background-color: var(--white);
    align-items: center;
    justify-content: center;
    min-width: 400px;
    padding: 25px;
}

/* Reset Password Page */

.reset-password-box {
    margin: 0 auto;
    width: 500px;
    max-width: 750px;
    background-color: var(--white);
    align-items: center;
    justify-content: center;
    min-width: 400px;
    padding: 25px;
}

.cookie-consent {
    height: 70px;
    position: fixed;
    bottom: 0%;
    width: 100%;
    background-color: #123456;
    opacity: 1;
    text-align: center;
    z-index: 1000;
}

.cookie-consent span {
    color: white;
    text-align: center;
}

.cookie-consent .hidden {
    display: block !important;
}

.cookie-consent .flex {
    display: flex;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}

.cookie-consent .mt-2 {
    margin-top: 0px !important;
}

.cookie-consent .cookie-consent__message {
    color: white;
    font-weight: 700;
    text-size: 18px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.cookie-consent .js-cookie-consent-agree {
    background-color: #007bff;
    margin: 8px;
    padding: 6px;
    box-shadow: none;
    color: white;
    border: none;
    font-weight: bold;
    font-size: 18px;
}
