body {
    color: #1b1b1b;
    font-family: Inter,Tahoma,Helvetica,Arial;
    background:#fff;
}

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

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

/*h1 {
    font-size: 36px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #333;
    font-weight: normal;
    line-height: 1.3em;
}*/

h1.bt_title_en{
    font-size: 50px;
    font-weight: 800;
    line-height: 56px
}
    /*h2 {*/
    /*font-size: 40px;*/
    /*font-weight: 800;*/
    /*line-height: 44px*/
/*}*/

h3 {
    font-size: 28px;
    font-weight: 800;
    line-height: 32px
}

h4 {
    font-size: 20px;
    font-weight: 800;
    line-height: 24px
}

p.body1 {
    font-size: 21px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 2px;
}
p.body1_en {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

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) {
    .hero-body {
        flex-grow: 1;
        flex-shrink: 0;
        padding: 0rem 1.5rem;
    }
    /*h1 {
        font-size: 40px;
        font-weight: 800;
        line-height: 44px
    }*/
    .hero-main h1 {
        margin: 10px 0 20px 0;
        text-align: center;
        font-weight: bold;
        font-size: 40px;
    }

    h1.bt_title_en{
        font-size: 32px;
        font-weight: 800;
        line-height: 36px;
        margin: 20px 0 0 0;
    }
    p.body1_en {
        font-size: 17px;
        font-weight: 400;
        line-height: 22px;

    }


    h2 {
        font-size: 28px;
        /*font-weight: 800;*/
        line-height: 32px
    }

    p.body1 {
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
        text-align: center;
    }
    div.columns  p{ text-align: center;}
    p.button {
        background-color: #1d86f0;
        border-width: 1px;
        color: #363636;
        cursor: pointer;
        justify-content: center;
        text-align: center;
        white-space: nowrap;
    }
    .column{ width: 90%;
        width: 90%;
        margin: 0 5%;
        text-align: left;}
        /*.mob_min_pic .screenshot1 {*/
        /*margin: 40px -30px 0 -80px;*/
        /*width: 240px;*/
        /*transform: rotate(22.5deg);*/
        /*float: left;*/
    /*}*/
    /*.mob_min_pic .screenshot2 {*/
        /*margin: 20px 0 0 -36px;*/
        /*width: 260px;*/
        /*transform: rotate(22.5deg);*/
        /*float: left;*/
    /*}*/
    .hero-main .mobile-screenshots .screenshot1 {
        margin-left: 0px;
        margin-top: 0px;
        width: 240px;
    }
    .hero-main .mobile-screenshots .screenshot2 {
        margin-left: -32px;
        position: absolute;
        top: 0px;
        width: 260px;
    }



}

.semibold {
    font-weight: 600 !important
}

.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-weight: 600
}

.button a {
    color: #fff
}

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

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

.button2 {
    background-color: #fff;
    border-radius: 8px;
    border: 2px solid #2c6bed;
    color: #2c6bed;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px
}

.button2 a {
    color: #2c6bed
}

.button2:hover,.button2:hover a {
    background-color: #fff;
    border-color: #1851B4;
    color: #1851B4
}

.button-white {
    background-color: #fff;
    font-size:1.6em;
    line-height: 20px;
    color: #2C6BED;
    padding: 0 70px;
    font-weight: normal;
    border-radius:8px;
}

.button-white a {
    color: #fff;

}

.button-white:hover,.button-white:hover a {
    background-color: #424447;
    color: #fff
}

.signal-logo {
    height: 30px;
    vertical-align: middle
}

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

.signal-navbar {
    border-bottom: 1px solid #ebeaeb
}

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

    .signal-navbar {
        padding: 16px 0
    }

    .signal-logo {
        height: 50px
    }
}

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

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

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

.signal-navbar .navbar-item,.signal-navbar .navbar-link {
    color: #1b1b1b;
    font-size: 16px
}

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

/*.navbar-dropdown {*/
    /*max-height: 200px;*/

/*}*/

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

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

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

.signal-navbar .language-selector .fas {
    padding-right: 4px
}

.hero.hero-main {
    background-color: #fff;
     color: #1b1b1b;
    /*background-image: url("../../image/datu/cj/cj_bg.jpg");*/
    /*color: #fff;*/
    max-height: 760px
}
/*.hero.hero-main p{ color: #fff;}*/

@media (min-width: 1024px) {
    .hero.hero-main {
        /*max-height: 680px;*/
        padding-top: 79px;
    }
}

/*.hero-main h1 {*/
    /*margin-bottom: 24px; text-align: left;*/
    /*font-weight: bold;*/
    /*font-size: 40px;*/
/*}*/

@media (min-width: 1024px) {
    .hero-main h1 {
        margin-top: 120px;
        text-align: left;
        font-weight: bold;
        font-size: 40px;
    }
    .hero-main  h1.bt_title_en {
        margin-top: 100px
    }
}

.hero-main .hero-body {
    padding-bottom: 0
}

.hero-main .subtitle {
    color: #1b1b1b;
    font-size: 20px;
    line-height: 30px
}

.hero-main .mobile-screenshots {
    position: relative
}

.hero-main .mobile-screenshots img {
transform: rotate(22.5deg);
width: 218px
}



@media (min-width: 1024px) {
    .hero-main .mobile-screenshots .screenshot1 {
        margin-left: 0px;
        margin-top: 0px;
        width: 280px
    }

    .hero-main .mobile-screenshots .screenshot2 {
        margin-left: -32px;
        position: absolute;
        top: 0px;
        width: 310px
    }

}



.section.quotes {
    background-color: #ECECEC
}

.section.quotes blockquote {
    color: #1b1b1b;
    font-size: 20px;
    font-weight: 800;
    line-height: 24px;
    margin-bottom: 16px
}

.section.quotes img {
    border-radius: 50px
}

.section.quotes p {
    margin-bottom: 48px
}

@media (min-width: 768px) {
    .section.quotes blockquote {
        font-size: 28px;
        line-height: 32px
    }

    .hero-main .mobile-screenshots .screenshot1 {
        margin-left: 0px;
        margin-top: 0px;
        width: 280px;
    }
    .hero-main .mobile-screenshots .screenshot2 {
        margin-left: -32px;
        position: absolute;
        top: 0px;
        width: 300px;
    }
}

.section.why-signal h2 {
    margin-bottom: 16px
}

@media (max-width: 768px) {
    .section.why-signal {
        margin-bottom: -40px
    }
}

.section.information img {
    border-radius: 16px
}

.section.information h2 {
    margin-bottom: 32px
}

.section.features {
    background-color: #F6F6F6
}

.section.features .box {
    background-color: #FFFFFF;
    border-radius: 16px;
    box-shadow: 0px 4px 12px rgba(0,0,0,0.12),0px 0px 2px rgba(0,0,0,0.08);
    height: 100%;
    padding: 30px
}

.section.features h3 {
    color: #1b1b1b;
    font-size: 28px;
    font-weight: 800;
    line-height: 32px;
    margin-top: 18px;
    margin-bottom: 4px
}

.section.features img {
    width: 280px
}

@media (min-width: 768px) {
    .section.features img {
        width: 370px
    }
}

.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
}

.section.information img,.section.information .lottie-animation {
    width: 384px
}

@media (min-width: 768px) {
    .section.information img,.section.information .lottie-animation {
        width: 680px
    }
}

.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
}

.download h2 {
    margin-bottom: 32px
}

.download h3 {
    margin-bottom: 24px
}

.download .button {
    margin: 15px 30px
}

.download-window.columns {
    background-color: #9dbbf8;
    border-radius: 12px;
    height: 300px;
    margin: 0;
    margin-bottom: 25px
}

.download-window .column {
    height: 100%;
    padding-bottom: 0
}

.download-window .download-window-wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    margin: 0 auto
}

.download .message {
    background: #f6f6f6;
    margin-top: 16px
}

.download .message-body {
    border: none;
    font-size: 14px;
    line-height: 20px
}

.download .modal-card-body {
    padding: 0
}

.download .modal-card-body pre {
    text-align: left
}

.blog {
    background-color: #f7f7f7
}

.post img {
    display: block;
    margin: 0 auto
}

.post .author {
    border-radius: 50%;
    display: block;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -40px;
    width: 80px
}

.blog-post-preview {
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    margin-bottom: 20px;
    margin-top: 80px;
    padding-bottom: 80px;
    padding-left: 15px;
    padding-right: 15px
}

.blog-post-preview h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 16px;
    margin-top: 40px
}

@media (max-width: 768px) {
    .blog-post-preview h3 {
        font-size: 24px;
        line-height: 36px
    }
}

.blog-post-preview h3 a {
    color: #1b1b1b
}

.blog-post-preview h3 a:hover {
    color: #1b1b1b;
    text-decoration: none
}

.blog-post-preview p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px
}

.blog-post-header img.author {
    margin-top: 0px
}

.blog-post-header h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 16px;
    margin-top: 40px
}

@media (max-width: 768px) {
    .blog-post-header h1 {
        font-size: 24px;
        line-height: 36px
    }
}

.blog-post-header .body2 {
    margin-bottom: 20px
}

.blog-post-content h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 16px;
    margin-top: 40px
}

.blog-post-content h2,.blog-post-content h3 {
    font-weight: 600;
    margin-top: 60px;
    margin-bottom: 16px
}

.blog-post-content h2 {
    font-size: 24px;
    line-height: 36px
}

.blog-post-content h3 {
    font-size: 20px;
    line-height: 30px
}

.blog-post-content p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px
}

.blog-post-content div,.blog-post-content p {
    margin-bottom: 36px
}

.blog-post-content ul {
    list-style-type: disc
}

.blog-post-content ul,.blog-post-content ol {
    margin-left: 30px
}

.blog-post-content ul li,.blog-post-content ol li {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 400
}

@media (max-width: 768px) {
    .blog-post-content h2,.blog-post-content h3 {
        margin-top: 30px
    }

    .blog-post-content h2 {
        font-size: 22px;
        line-height: 34px
    }

    .blog-post-content p {
        font-size: 16px;
        line-height: 24px
    }

    .blog-post-content div,.blog-post-content p {
        margin-bottom: 20px
    }
}

.blog-post-content img.nice-left {
    float: left;
    margin-right: 30px
}

.blog-post-content .social-sharing a {
    margin-right: 20px
}

.blog-post-content pre.highlight {
    overflow: scroll
}

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

header.documentation h1 {
    margin-bottom: 24px
}

.docs h2 {
    margin-bottom: 24px
}

.docs .body2.semibold {
    margin-bottom: 16px
}

.docs .spec {
    margin-bottom: 30px
}

.docs li {
    margin-bottom: 8px
}

.docs li a {
    font-weight: 600
}

header.jobs-header {
    background: #e7dfe0;
    margin-top: 12px;
    padding-bottom: 0;
    padding-top: 0
}

header.jobs-header h1 {
    margin-bottom: 24px
}

.jobs {
    margin-top: 40px
}

.jobs h2 {
    margin-bottom: 24px
}

.jobs h3 {
    margin-top: 16px;
    margin-bottom: 16px
}

.jobs .columns:not(:last-child) {
    margin-bottom: 40px
}

.jobs .icon-wrapper {
    color: #3a76f0;
    font-size: 12px
}

p.stickers {
    font-size: 17px
}

.android-screenshot {
    overflow: hidden;
    position: relative
}

.android-screenshot img {
    bottom: -223px;
    position: absolute;
    width: 240px
}

html[dir=rtl] .signal-logo {
    margin-left: 40px
}

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] .signal-navbar .language-selector .fas {
    padding-left: 4px;
    padding-right: 0
}

/*@font-face {*/
    /*font-family:'Inter';font-style:normal;font-weight:400;font-display:swap;src:local("Inter-Regular"),url(../font/Inter-Regular-c342b1b7f7d19be142.woff2) format("woff2"),url(../font/Inter-Regular-b825f1bc25dee8a67c.woff) format("woff")*/
/*}*/

/*@font-face {*/
    /*font-family:'Inter';font-style:italic;font-weight:400;font-display:swap;src:local("Inter-Italic"),url(../font/Inter-Italic-950174d1f78a8493886.woff2) format("woff2"),url(../font/Inter-Italic-b0b21adf523b3c44272.woff) format("woff")*/
/*}*/

/*@font-face {*/
    /*font-family:'Inter';font-style:normal;font-weight:600;font-display:swap;src:local("Inter-SemiBold"),url(../font/Inter-SemiBold-af44b8a232c6946b5.woff2) format("woff2"),url(../font/Inter-SemiBold-3041a99007a54816a.woff) format("woff")*/
/*}*/

/*@font-face {*/
    /*font-family:'Inter';font-style:italic;font-weight:600;font-display:swap;src:local("Inter-SemiBoldItalic"),url(../font/Inter-SemiBoldItalic-a4f92da5bf6.woff2) format("woff2"),url(../font/Inter-SemiBoldItalic-5ce565c8d96.woff) format("woff")*/
/*}*/

/*@font-face {*/
    /*font-family:'Inter';font-style:normal;font-weight:800;font-display:swap;src:local("Inter-ExtraBold"),url(../font/Inter-ExtraBold-74e72c6bbb784489.woff2) format("woff2"),url(../font/Inter-ExtraBold-585b4ce19c2d757e.woff) format("woff")*/
/*}*/

/*@font-face {*/
    /*font-family:'Inter';font-style:italic;font-weight:800;font-display:swap;src:local("Inter-ExtraBoldItalic"),url(../font/Inter-ExtraBoldItalic-2abc7ab185.woff2) format("woff2"),url(../font/Inter-ExtraBoldItalic-b87f7d97d2.woff) format("woff")*/
/*}*/
@media (max-width: 768px){
    h1.bt_title_en {
        font-size: 32px;
        font-weight: 800;
        line-height: 36px;
        margin: 20px 0 0 0;
    }
}
