@import "/css/bulma.min.css";
@import "https://fonts.googleapis.com/css?family=Roboto";
@import "https://fonts.googleapis.com/css?family=Yesteryear";

html {
    scroll-padding-top: 85px
}

svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

body {
    color: #1b1b1b;
    font-family: BlinkMacSystemFont, -apple-system, Helvetica, sans-serif;
    overflow-x: hidden
}

@media screen and (orientation:portrait) { 
    .bottom-text {
      bottom: 24px;
    }
}


.big-title {
    width: 100%;
    color: #fff;
    font-family: "Roboto Black", BlinkMacSystemFont, -apple-system,sans-serif;
    font-weight: 800;
    font-size: 3.1415rem;
    text-shadow: 2px 2px 2px #0d47a1, 1px 1px 1px rgb(225, 7, 131);
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
}


.entropy-title {
    border: none;
    color: #000;
    font-family: "Yesteryear", BlinkMacSystemFont, -apple-system,sans-serif;
    font-weight: 400;
    font-size: xx-large;
    text-decoration: none;
    vertical-align: middle;
    margin-left: 4px;
}




.entropy-heading {
    text-align: center;
    overflow: hidden; 
    position: relative;
}


a:hover {
    color: #1851B4;
    text-decoration: underline
}

.content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px
}

h1 {
    font-family: "Roboto Black", BlinkMacSystemFont, -apple-system,sans-serif;
    text-transform: uppercase;
    font-size: 9vh;
    font-weight: 700;
    line-height: 11vh;
    text-shadow: 1px 1px #0d47a1;
}

p.subtitle {
    font-size: 40px;
    font-weight: 400;
    line-height: 28px
}

p.body2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px
}

p.body3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

@media (max-width: 768px) {
    h1 {
        font-size:40px;
        font-weight: 800;
        line-height: 44px
    }

    p.body1 {
        font-size: 16px;
        font-weight: 400;
        line-height: 22px
    }
}

.hidden {
    display: none
}

.text-center {
    text-align: center
}

a.no-underline {
    text-decoration: none
}

.button {
    background-color: #2c6bed;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-style: normal;
    font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    text-decoration: none
}

.button[disabled] {
    color: #1b1b1b
}

.button:hover {
    background-color: #1851B4;
    color: #fff;
    text-decoration: none
}


.button-white {
    background-color: #fff;
    color: #2C6BED;
    font-size: 20px;
    line-height: 28px;
    padding: 0 20px
}

.button-white:hover {
    background-color: #fff;
    color: #1851B4
}


.separated-by-pipes li {
    display: inline-block
}

.separated-by-pipes li:not(:first-child) {
    margin-inline-start:0.5em;padding-inline-start:0.5em;border-inline-start:1px solid #999}

.entropy-logo {
    height: 48px;
    vertical-align: middle
}

body.has-navbar-fixed-top,html.has-navbar-fixed-top {
    padding-top: 52px
}

.entropy-navbar {
    border-bottom: 1px solid #ebeaeb;
    background-color: #3C3744;
    color: #E9E9E9;
}

@media (min-width: 1024px) {
    body.has-navbar-fixed-top,html.has-navbar-fixed-top {
        padding-top:85px
    }

    .entropy-navbar {
        padding: 16px 0
    }

}

.entropy-navbar .navbar-brand {
    align-items: center;
    padding-left: 18px
}

@media (min-width: 1024px) {
    .entropy-navbar .navbar-brand {
        padding:0px
    }
}

.navbar-menu.is-active {
    position: absolute;
    width: 100%
}

.entropy-navbar .navbar-item,.entropy-navbar .navbar-link {
    color: #2C6BED;
    font-size: 16px
}

.navbar-link:not(.is-arrowless)::after {
    border-color: #1b1b1b
}

.navbar-dropdown {
    max-height: 200px;
    overflow: scroll
}

@media (max-width: 1024px) {
    .navbar-link:not(.is-arrowless)::after {
        display:none
    }
}

.entropy-navbar a.navbar-item:hover {
    background-color: inherit;
    text-decoration: none
}

.entropy-navbar a.navbar-item:hover {
    color: #2C6BED
}

.entropy-navbar .language-selector .icon {
    margin-right: 4px
}

.lottie-wrapper {
    display: flex;
    justify-content: flex-end;
    width: 100%
}

@media (max-width: 1024px) {
    .lottie-wrapper {
        justify-content:center
    }
}

.lottie-animation {
    background-color: #a5cad5;
    border-radius: 16px;
    padding: 16px
}

.footer {
    background-color: #3C3744;
    color: #E9E9E9;
    font-size: 16px;
    line-height: 22px
}

.footer strong {
    color: #E9E9E9;
    display: block;
    font-weight: 600;
    margin-bottom: 12px
}

.footer a {
    color: #E9E9E9
}

.footer a:hover {
    text-decoration: underline
}

.icon {
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
}

.icon-3x {
    height: 40px;
    width: 40px;
}

.blue {
  filter: invert(48%) sepia(91%) saturate(2682%) hue-rotate(185deg) brightness(101%) contrast(91%) drop-shadow(1px 1px 0px #00010079);
}


.icon-globe {
    background-image: url(/icon/globe.svg);
}


.icon-lock {
    background: url(/icon/lock.svg), no-repeat;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
  }

.icon-wifi-off {
    background: url(/icon/wifi-off.svg), no-repeat;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
}

.icon-future {
    background: url(/icon/future.svg), no-repeat;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
}

.icon-safe {
    background: url(/icon/safe.svg), no-repeat;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
}

.icon-email {
    background: url(/icon/email.svg), no-repeat;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
}

.icon-diamond {
    background: url(/icon/diamond.svg), no-repeat;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
}

.icon-puzzle {
    background: url(/icon/puzzle.svg), no-repeat;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
}


header.documentation {
    background-color: #f6f6f6;
    margin-bottom: 40px;
    margin-top: 12px;
    padding-bottom: 0;
    padding-top: 0
}

@media screen and (max-width: 769px) {
    .is-reversed-column-order-mobile {
        display:flex;
        flex-direction: column-reverse
    }
}


html[dir=rtl] .navbar-end {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: auto
}

html[dir=rtl] .mobile-screenshots {
    margin-right: 60px
}

html[dir=rtl] .entropy-navbar .language-selector .icon {
    margin-left: 4px;
    margin-right: 0
}