* {
    font-family: 'Lato', sans-serif;
    font-weight: lighter;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    margin: 0;
    overflow-x: hidden;
}

a {
    font-weight: bold;
    text-decoration: none;
}

a.default-underlined-link {
    border-bottom: 2px solid #0A809D;
    color: #0A809D;
}

a.title-link {
    text-decoration: none;
    color: #3B01AB;
}

a.orbit-details {
    text-decoration: none;
    border-bottom: 2px solid #3B01AB;
    color: #3B01AB;
}

a.dark {
    color: black;
    text-decoration: none;
    font-weight: bold;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 32px;
    margin: 0;
}

h3 {
    font-size: 20px;
    font-weight: normal;
}

h4 {
    font-size: 16px;
    font-weight: normal;
}

h3.side-margins {
    margin-left: 1em;
    margin-right: 1em;
}

textarea {
    resize: vertical;
    font-size: medium;
    margin-top: 7px;
    padding-top: 5px;
    padding-bottom: 5px;
}

input {
    font-size: medium;
    margin-top: 7px;
}

footer {
    width: 90%;
    margin: 0 auto;
    font-size: small;
    color: white;
    background-color: transparent;
    padding: 125px 1.5em 1.5em 1.5em;
}

.footer-hairline {
    height: 1px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 1.2em;
    background-color: white;
}


label.dark {
    color: black;
    font-size: 20px;
}

button.send {
    width: 150px;
    height: 40px;
    background-color: #00BEEE;
    text-align: center;
    border-style: none;
    border-radius: 5px;
    font-size: medium;
    color: #ffffff;
}

.menubar {
    overflow: hidden;
    background-color: white;
    box-shadow: 0 4px 22px 10px rgba(0, 0, 0, 0.15);
    position: fixed;
    top: 0px;
    width: 100%;
    max-height: 50px;
    transition-property: top;
}

.menubar-open-animation {
    transition-duration: 0.75s;
    transition-timing-function: ease-in-out;
}
.closed {
    top: -50px;
}

.menubar a {
    float: left;
    display: block;
    color: black;
    font-weight: bold;
    text-align: center;
    padding: 14px 28px;
    text-decoration: none;
    font-size: 18px;
}

.menubar a:hover {
    color: black;
    opacity: 75%;
    font-weight: bold;
}

.logo-box {
    border-top: 100vh solid transparent;
    border-right: 100vw solid transparent;
}

.header-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.header-logo-image {
    display: inline-block;
    overflow: hidden;
    width: 30vh;
    height: 30vw;
    min-width: 230px;
    min-height: 230px;
}

.about-header-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.about-logo-image {
    display: inline-block;
    overflow: hidden;
    height: 230px;
    max-width: 100%;
    padding: 0 32px;
}

.twitter-section {
    position: absolute;
    width: 75%;
    margin-bottom: 10px;
    bottom: 0px;
    margin-left: -5px;
}

.fun-fact-section {
    padding-bottom: 2em;
}

.twitter-image {
    height: 28px;
    width: 28px;
}

.twitter-hairline-separator {
    height: 1px;
    width: 70%;
    margin-top: 0;
    margin-bottom: 0.5em;
    background-color: gray;
}

img.wide-image {
    display: inline;
    margin: 0 1em 0 0;
}

img.narrow-image {
    display: none;
    margin: 0 0 1em 0;
}

.bg-gradient {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(to bottom right, #F39300, #000000);
    opacity: .4;
}

.main-background-starting-top {
    width: 100vm;
    height: auto;
    z-index: 1;
    background-color: #00BEEE;
    overflow: visible;
}

.top-corner-stripe {
    border-top: 100vh solid #00EECD;
    border-right: 100vw solid transparent;
}

.background-container-view {
    position: absolute;
    top: 600px;
}

.white-background-stripe-top-part {
    border-bottom: 100vh solid white;
    border-left: 100vw solid transparent;
    margin: 0 auto;
    position: relative;
}

.about-top-corner-stripe {
    border-top: 100vh solid #00EECD;
    border-right: 100vw solid transparent;
}

.about-white-background-stripe-top-part {
    border-bottom: 100vh solid white;
    border-left: 100vw solid transparent;
    margin: 0 auto;
    position: relative;
}


.about-bottom-corner-stripe {
    border-top: 100vh solid transparent;
    border-right: 100vw solid #00BEEE;
    margin: 0 auto;
    position: relative;
}

.bottom-background-container-white-stripe-bottom-part {
    height: 1550px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    background-color: white;
    overflow: visible;
    z-index: 3;
}

.about-bottom-background-container-white-stripe-bottom-part {
    height: 1100px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    background-color: white;
    overflow: visible;
    z-index: 3;
}

.bottom-stripe-container {
    position: absolute;
    bottom: 0;
}

.bottom-corner-stripe {
    border-top: 100vh solid transparent;
    border-right: 100vw solid #00EECD;
    margin: 0 auto;
    position: relative;
}

.bottom-stripe-extension-square {
    height: 150px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    background-color: #00EECD;
    overflow: visible;
}

.about-bottom-stripe-extension-square {
    height: 50px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    background-color: #00BEEE;
    overflow: visible;
}

.info-section-insert {
    width: 75%;
    max-width: 1024px;
    margin: 0 auto;
}

.info-section {
    position: relative;
    width: 100%;
    background-color: transparent;
    padding-top: 100px;
}

.top-info-section {
    position: relative;
    padding-top: 100px;
    width: 100%;
    background-color: transparent;
}

.card-with-image {
    width: 100%;
    height: auto;
    flex-direction: column;
    padding: 3em;
    z-index: 3;
    border-radius: 7px;
    background-color: white;
    box-shadow: 0 4px 22px 10px rgba(0, 0, 0, 0.15);
}

.about-card {
    width: 100%;
    height: auto;
    padding: 0.3em 3em 0.3em 3em;
    z-index: 3;
    border-radius: 7px;
    background-color: white;
    box-shadow: 0 4px 22px 10px rgba(0, 0, 0, 0.15);
}

.product-section {
    display:flex;
    align-items: flex-start;
    padding-top: 1.5em;
}

.product-section:not(:last-child) {
    padding-bottom: 3em;
}

.product-section-text {
    flex-grow: 0;
    flex-shrink: 2;
    padding-right: 0.3em;
}

.product-section img {
    flex-grow: 0;
    flex-shrink: 0;
    object-fit: contain;
    max-width: 50%;
    width: auto;
    height: auto;
    align-self: center;
}

.services-card {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    width: 100%;
    padding: 3em;
    height: auto;
    border-radius: 7px;
    overflow: auto;
    background-color: white;
    box-shadow: 0 4px 22px 10px rgba(0, 0, 0, 0.15);
}

.info-card {
    display: flex;
    border-radius: 7px;
    overflow: auto;
    background-color: white;
    box-shadow: 0 4px 22px 10px rgba(0, 0, 0, 0.15);
}

.info-card > img {
    object-fit: cover;
}

.info-card-reverted {
    flex-direction: row-reverse;
}

.info-card-image {
    width: 50%;
}

.info-card-text-section {
    position: relative;
    padding: 3em;
}

.services-card-underline {
    height: 2px;
    width: 100%;
    max-width: 450px;
    margin-top: 0.4em;
    margin-bottom: 0.4em;
    background-color: black;
    opacity: 40%;
}

h1.card-title {
    font-size: 3em;
    text-align: center;
    font-weight: bold;
    line-height: 0;
}

h2.info-card-title-text-black {
    font-size: 24px;
    font-weight: bold;
    color: black;
}

h2.info-card-title-text-blue {
    font-size: 1.7em;
    font-weight: bold;
    text-align: center;
    color: #0A809D;
}

h2.card-title {
    font-size: 3em;
    text-align: center;
    font-weight: bold;
    opacity: 0.85;
}

.orbit-title-text {
    color: #3B01AB;
}

h2.info-card-title-text-green {
    font-size: 1.7em;
    font-weight: bold;
    text-align: center;
    color: #0AA76F;
}

h3.card-secondary-heading-blue {
    font-size: 1.8em;
    line-height: 0;
    padding-top: 1em;
    font-weight: bold;
    color: #0A809D;
}

h3.card-secondary-heading-green {
    font-size: 1.8em;
    line-height: 0;
    padding-top: 1em;
    font-weight: bold;
    color: #0AA76F;
}

p.info-card-body-text {
    font-size: 1.2em;
    color: black;
    opacity: 0.9;
}

li.services-list-text {
    font-size: 18px;
    line-height: 30px;
    color: black;
}

ul {
    list-style: none; /* Remove default bullets */
}

ul li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #0A809D; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
}

p.about-card-body-text {
    alignment: center;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    color: black;
}

h3.seventy-five-width-text {
    width: 75%;
    padding-bottom: 65px;
    margin-bottom: 0;
}

.about-section-text {
    color: #ffffff;
}

.contact-section {
    padding-top: 100px;
    position: relative;
    width: 100%;
    background-color: transparent;
}

.contact-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 3em;
    z-index: 3;
    border-radius: 7px;
    background-color: white;
    box-shadow: 6px 6px 12px 8px rgba(0, 0, 0, 0.1);
}

.contact-form-input-fields {
    width: 100%;
}

.contact-form-half-column {
    width: 40%;
}

.contact-details-text-field {
    width: 100%;
    height: 30px;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    border-color: lightgray;
}

.contact-message-text-area {
    width: 100%;
    height: 150px;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    border-color: lightgray;
}

.services-card-column-right {
    float: right;
    width: 50%;
    padding: 20px 0 20px 40px;
}

.services-card-column-left {
    float: left;
    width: 50%;
    padding: 20px 40px 20px 0;
}

.left-column {
    float: left;
    width: 50%;
    padding: 20px 10px 20px 0;
}

.right-column {
    float: left;
    width: 50%;
    padding: 20px 0 20px 10px;
}

.wide-column {
    float: left;
    width: 100%;
    padding: 0 0 20px 0;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.services-row {
    padding: 0 2em;
}

.hidden {
    visibility: collapse;
    height: 0;
    padding: 0;
    margin: 0;
}

@media not all and (min-resolution:.001dpcm) { @supports (-webkit-appearance:none) and (display:flow-root) { 
    .info-card-image { 
        max-height: 670px;
    }
} }

@media not all and (min-resolution:.001dpcm) { @supports (-webkit-appearance:none) and (display:flow-root) { 
    @media screen and (max-width: 1300px) {
        .info-card-image { 
            max-height: 785px;
        }
    }
} }

@media screen and (max-width: 1100px) {
    .card-with-image {
        padding: 24px;
    }
    
    .contact-card {
        padding: 24px;
    }
    
    h2.card-title {
        font-size: 1.8em;
    }
    
    img.wide-image {
        display: none;
    }
    
    img.narrow-image {
        display: inline;
    }
    
    .services-card {
        padding: 1.5em;
    }
    
    .info-card-text-section {
        padding: 1.5em;
    }
    
    .twitter-hairline-separator {
        margin-bottom: 0;
    }

    .services-card-underline {
        max-width: 300px;
    }

    .services-row {
        padding: 0;
    }

    .services-card-column-right {
        width: 100%;
        padding: 20px 0;
    }

    .services-card-column-left {
        width: 100%;
        padding: 20px 0;
    }

    .info-section {
        padding-top: 3.5em;
    }
    
    .top-info-section {
        padding-top: 3.5em;
    }

    .about-section {
        padding-top: 3.5em;
    }

    .contact-section {
        padding-top: 3.5em;
        padding-bottom: 3.5em;
    }

    .info-section-insert {
        width: 85%;
    }

    .info-card {
        flex-direction: column;
        height: auto;
        overflow: hidden;
    }

    .info-card-image {
        width: 100%;
    }

    .contact-form-input-fields {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .left-column {
        width: 100%;
        padding: 10px 0;
    }

    .right-column {
        width: 100%;
        padding: 10px 0;
    }

    .wide-column {
        padding: 10px 0 20px;
    }

    textarea {
        font-size: small;
    }

    input {
        font-size: small;
    }

    label.dark {
        font-size: 16px;
    }

    .product-section {
        flex-direction: column;
    }

    .product-section img {
        max-width: 100%;
    }
}

@supports (color: color(display-p3 0 0 0 / 1)) {
    .main-background-starting-top {
        background-color: color(display-p3 0 0.75 0.93 / 1);
    }

    .top-corner-stripe {
        border-top: 100vh solid color(display-p3 0 0.93 0.8 / 1);
    }

    .bottom-corner-stripe {
        border-right: 100vw solid color(display-p3 0 0.93 0.8 / 1);
    }

    .bottom-stripe-extension-square {
        background-color: color(display-p3 0 0.93 0.8 / 1);
    }
    
    .about-top-corner-stripe {
        border-top: 100vh solid color(display-p3 0 0.93 0.8 / 1);
    }
    
    .about-bottom-corner-stripe {
        border-right: 100vw solid color(display-p3 0 0.75 0.93 / 1);
    }
    
    .about-bottom-stripe-extension-square {
        background-color: color(display-p3 0 0.75 0.93 / 1);
    }
    
    .dark-blue-background-color {
        background-color: color(display-p3 0.04 0.5 0.62 / 1);
    }

    .dark-green-background-color {
        background-color: color(display-p3 0.04 0.65 0.44 / 1);
    }
    
    h2.info-card-title-text-blue {
        color: color(display-p3 0.04 0.5 0.62 / 1);
    }

    h2.info-card-title-text-green {
        color: color(display-p3 0.04 0.65 0.44 / 1);
    }

    button.send {
        background-color: color(display-p3 0 0.75 0.93 / 1);
    }
}