html,
body {
    scroll-behavior: smooth;
    min-height: 100vh;
    min-width: 320px;
    overflow-x: hidden;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    background: #161616;
    background: linear-gradient(225deg, #414246 0%, #000000 100%);
    border-top: 4px solid #FFA300;
}

.mobile {
    display: none;
}

a {
    color: #FFFFFF;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #FFFFFF;
}

img {
    display: inline-block;
}

h1,
h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0.6px;
    padding: 0;
    margin: 0 0 30px 0;
}

p {
    margin-bottom: 30px;
}

p:last-child {
    margin-bottom: 0;
}

.grid {
    margin: 0 auto;
    max-width: 1280px;
    padding-left: 64px;
    padding-right: 64px;
    display: flex;
}

.grid>* {
    margin: 0 5px;
}

header {
    padding-top: 100px;
    line-height: 24px;
    font-size: 14px;
    letter-spacing: 0.2px;
}

header>* {
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: left center;
}

#contact-phone {
    width: 182px;
    background-image: url(images/icons/phone.svg);
}

#contact-email {
    flex-grow: 1;
    background-image: url(images/icons/email.svg);
}

section {
    position: relative;
    display: flex;
}

section>.content {
    max-width: 886px;
    padding: 100px 0;
    position: relative;
    flex-grow: 1;
    flex-shrink: 1;
    z-index: 1;
    font-size: 16px;
    line-height: 24px;
    min-height: 495px;
}

section>.content:after {
    content: " ";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.logo {
    position: absolute;
    top: -59px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    width: 118px;
    height: 118px;
    z-index: 2;
}

section>.image {
    position: absolute;
    top: 59px;
    width: 566px;
    max-width: 45%;
    background-color: black;
    z-index: 2;
}

section>.image img {
    width: 100%;
    display: block;
}

#dynacommerce {
    margin-top: 100px;
}

#dynacommerce>.content:after {
    background-color: #0097A6;
    left: -3000px;
}

#dynacommerce>.content {
    padding-right: 374px;
    margin-right: 256px;
}

#dynacommerce>.image {
    right: 64px;
}

#bluemarble {
    margin-top: 150px;
    justify-content: flex-end;
}

#bluemarble>.content {
    padding-left: 384px;
    padding-bottom: 80px;
    margin-left: 256px;
}

#bluemarble>.content:after {
    background-color: rgba(255, 255, 255, 0.1);
    right: -3000px;
}

#bluemarble>.image {
    left: 64px;
}

#bluemarble-carousel>ol {
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    z-index: 100;
    justify-content: center;
}

#bluemarble-carousel>ol>li {
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 5px;
    width: 10px;
    height: 10px;
    margin: 0 6px;
    opacity: 1;
    padding: 0;
    border: none;
}

#bluemarble-carousel>ol>li:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

#bluemarble-carousel>ol>li.active {
    background-color: #FFFFFF;
}

.button {
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: inline-block;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 20px;
    text-transform: lowercase;
    box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.05);
    transition: all 0.5s ease;
}

.button:hover,
.button:focus {
    text-decoration: none;
    color: #212121;
    border-color: #FFFFFF;
    box-shadow: inset 150px 0 0 #FFFFFF;
}

footer {
    margin-top: 100px;
    background-color: #212121;
    padding: 50px 0;
}

footer .grid {
    justify-content: space-between;
}

#footer-info {
    color: #CCCCCC;
    width: 246px;
}

#footer-info a {
    color: #CCCCCC;
}

#footer-info p {
    font-size: 16px;
    line-height: 30px;
}

#footer-logo>img {
    max-width: 100%;
}

@media only screen and (max-width: 900px) {
    .mobile {
        display: block;

    }

    header.grid {
        display: none;
    }

    h1,
    h2 {
        font-size: 22px;
        line-height: 28px;
        letter-spacing: 0.33px;
    }

    p {
        font-size: 14px;
        line-height: 20px;
    }

    .grid {
        display: block;
        padding: 0;
    }

    .logo {
        left: 50%;
        top: -38px;
        margin-left: -38px;
        width: 76px;
        height: 76px;
    }

    .logo>img {
        max-width: 44px;
    }

    section>.content {
        margin-right: 0 !important;
        margin-left: 0 !important;
        max-width: none !important;
        padding: 68px 27px 148px 27px !important;
        min-height: auto;
    }

    section>.image {
        height: auto;
        max-width: none;
    }

    #dynacommerce>.image {
        position: relative;
        top: auto;
        right: auto;
        width: auto;
        margin: -118px 27px 0 27px;
    }

    #bluemarble {
        margin-top: 88px;
    }

    #bluemarble>.content {
        padding-bottom: 30px !important;
    }

    #bluemarble>.image {
        position: relative;
        top: auto;
        left: auto;
        width: auto;
        margin: 0 auto;
        max-width: 566px;
    }

    footer {
        margin-top: 60px;
        padding: 60px 27px;
    }

    #footer-logo,
    #footer-info {
        width: 212px;
        margin: 0 auto;
    }

    #footer-logo {
        margin-bottom: 40px;
    }

    #footer-info p {
        font-size: 14px;
        line-height: 28px;
    }

    #back-to-top {
        width: 33px;
        height: 33px;
        text-indent: -1000px;
        display: block;
        overflow: hidden;
        position: fixed;
        right: 30px;
        bottom: 30px;
        background-image: url(images/icons/back-to-top.svg);
        opacity: 0;
        visibility: hidden;
        z-index: 101;
        transition: all 0.5s ease;
    }

    #back-to-top.show {
        opacity: 1;
        visibility: visible;
    }
}