/* TODO:
- Do nav bar
*/

/* Global styles */

* {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -ms-box-sizing:border-box;
  box-sizing:border-box;
}

html {
    background: #ebebeb;
    min-height: 100%;
    padding: 0;
    margin: 0;
}

body {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    padding-top: 0!important;
    margin: 0;
    background: none!important;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

body, .sexy-button, .sexy-indicator, main .content .companion, main .content h1.big-lead, main .content p.buddy, .restore {
    font-family: "SF Compact Display", -apple-system-font, BlinkMacSystemFont, "Myriad Set Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif!important;
}

footer > .footer-ctn .copyright, .product > .info > .title {
    font-family: "SF Mono", "SF Compact Display", -apple-system-font, BlinkMacSystemFont, "Myriad Set Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif!important;
    letter-spacing: -0.3px;
}

.header-blur {
    background: url('/img/bg.jpg');
    height: 541px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-size: cover;
    filter: blur(50px);
    z-index: -1;
}

.header {
    background: linear-gradient(126deg, rgba(48,34,173,0.88) 0%, rgba(82,160,253,0.42) 47%, rgba(180,236,80,0.89) 100%) no-repeat scroll center center, url('/img/bg.jpg') no-repeat scroll center center, #53a0fe;
    background: -webkit-linear-gradient(324deg, rgba(48,34,173,0.88) 0%, rgba(82,160,253,0.42) 47%, rgba(180,236,80,0.89) 100%) no-repeat scroll center center, url('/img/bg.jpg') no-repeat scroll center center, #53a0fe;
    background-size: cover;
    padding: 0;
    margin: 0;
    height: 441px;
    position: relative;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.header-blur.big {
    height: 650px;
}
.header.big {
    height: 550px;
}

@media(min-width: 1000px) {
    .header-blur.big {
        height: 750px;
    }
    .header.big {
        height: 650px;
    }
}

.header .navigation-bar {
    height: 60px;
    background-image: linear-gradient(-180deg, rgba(255,255,255,0.32) 0%, rgba(255,255,255,0.08) 100%);
    border-bottom: 1px solid rgba(255,255,255,0.1);
    color: #fff;
}

.header .navigation-bar > .content {
    max-width: 1200px;
    margin: 0 auto;
}

.header .navigation-bar > .content > nav {
    display: flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    height: 60px;
    margin: 0 16px;
}

.header .navigation-bar .navicon {
    background: url('https://assets.dynastic.co/brand/img/icon-nav.png');
    height: 42px;
    width: 42px;
    opacity: 0.3;
    background-size: 100%!important;
}

.header .navigation-bar .navicon:hover {
    opacity: 0.5;
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
    .header .navigation-bar .navicon {
        background: url('https://assets.dynastic.co/brand/img/icon-nav@2x.png');
    }
}

.header .hero {
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
    display: flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
}

.header .hero .content {
    display: inline;
    padding: 20px;
}

.header .hero h1 {
    font-size: 64px;
    font-weight: 100;
    margin: 0;
    margin-bottom: 16px;
}

.header .hero .tagline {
    font-size: 24px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.5)!important;
    margin: 0;
}

@media(max-width: 850px) {
    .header .hero h1 {
        font-size: 54px;
    }
    .header .hero .tagline {
        font-size: 22px;
    }
}

@media(max-width: 600px) {
    .header .hero h1 {
        font-size: 44px;
    }
    .header .hero .tagline {
        font-size: 20px;
    }
}

@media(max-height: 500px) {
    .header {
        height: 380px;
    }
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

body.status-page .alert {
    border: none!important;
    font-weight: 500;
}

body.status-page .timeline .moment .panel .panel-body p {
    font-weight: 400;
}

b, optgroup, strong {
    font-weight: 600!important;
}

body.status-page .timeline .moment .panel .panel-heading strong, body.status-page .list-group-item.group-name strong {
    font-weight: 500!important;
}

main {
    background: rgba(243, 243, 243, 0.6);
    flex: 1 0 auto;
}

main .content, main .separator {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

main .content, .sitemap, .restorem, nav.site-nav {
    font-family: "Myriad Set Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif!important;
}

main .content {
    padding: 25px 40px;
    color: #333;
}

main .separator {
    margin-top: 10px;
    padding: 0 40px;
} 

main .separator::after {
    display: block;
    height: 0;
    content: "";
    border-top: 1px solid #d1d1d1;
} 

main .content h1 {
    font-size: 35pt;
    font-weight: 100;
    margin: 0;
    margin-bottom: 14px;
    margin-left: -3px;
}

main .content p.flow-text {
    font-weight: 200;
    font-size: 21px;
    line-height: 1.4;
    margin-bottom: 0;
}

main .content .companion {
    font-size: 19px;
    display: block;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 8px;
}

main .content h1.big-lead {
    font-size: 64px;
    margin: 0;
    margin-left: -3px;
    letter-spacing: -0.5px;
}

main .content p.buddy {
    font-size: 24px;
    font-weight: 300;
}

main .content.contrast .companion {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

main .content.contrast h1.big-lead {
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.35);
}

main .content.contrast p.buddy {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}

main .content.thicc .companion {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    font-size: 17px;
}

main .content.thicc h1.big-lead {
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 14px;
}

main .content.thicc p.buddy {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
    color: #afafaf;
    font-weight: 500;
}

main .section {
    margin-top: 15px;
}

.products-ctn, .devs-ctn {
    max-width: 894px;
    margin: 0px auto;
    padding: 0 20px;
}

.devs-ctn {
    max-width: 950px;
}

.product, .staff {
    font-size: 15px;
    text-align: center;
    background: #fff;
    box-shadow: 0 20px 50px 0 rgba(0,0,0,0.3);
    border-radius: 3px;
    margin: 10px 0;
}

.product, .staff > .staff-content {
    padding: 20px;
}

.product > .icon {
    margin: 22px auto 0;
    display: block;
}

.product > .info, .staff .info {
    margin-top: 26px;
}

.staff .info {
    margin-top: 19px;
}

.staff .sexy-button {
    padding-left: 0;
    padding-right: 0;
}

.product > .info > .title, .staff .info .title {
    font-size: 20px;
    margin-bottom: 8px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.staff .info .role {
    margin-top: -6px;
    margin-bottom: 8px;
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #777;
}

.staff .info .title {
    font-size: 21px;
}

.product > .actions, .staff .actions {
    padding-top: 7px;
}

.staff {
    overflow: hidden;
}

.staff .avatar {
    height: 208px;
    margin: -21px;
    margin-bottom: 0;
    background: #ddd no-repeat center center;
    background-size: contain;
    box-shadow: inset 0 1px 50px 0 rgba(0,0,0,0.20);
}

.staff .avatar.cover {
    background-size: cover;
}

.staff > .staff-content {
    position: relative;
    z-index: 1;
    background: rgba(240, 240, 240, 0.6);
}

.staff > .avatar-echo {
    position: absolute;
    top: 10px;
    left: 5px;
    bottom: 10px;
    right: 5px;
    background: #ddd no-repeat center center;
    background-size: cover;
    z-index: 0;
    filter: blur(35px);
    border-radius: 3px;
    overflow: hidden;
}

.sexy-button, .sexy-indicator, .sexy-services > a {
    font-size: 19px;
    color: #25a9ff;
    cursor: pointer;
    padding: 1px 10px;
    display: inline-block;
}

.sexy-button:hover, .sexy-services > a:hover {
    text-decoration: none;
    color: #27cbff;
}

.sexy-services {
    margin-top: 7px;
    overflow-x: auto;
    white-space: nowrap;
    margin-bottom: -7px;
}

.sexy-services > a {
    font-size: 20px;
    padding: 0 3px;
}

.sexy-indicator {
    font-size: 13px;
    cursor: default;
    border: 1px solid #25a9ff;
    border-radius: 6px;
    padding: 5px 10px;
    transition: 250ms ease-out background-color, 250ms ease-out color, 250ms ease-out opacity;
}
.sexy-indicator[href] {
    cursor: pointer;
}
.sexy-indicator[href]:hover {
    background-color: #25a9ff;
    color: #fff!important;
    text-decoration: none;
}
.sexy-indicator[href]:active {
    opacity: 0.9;
}

.sexy-indicator.orange {
    border-color: #ff7d00;
    color: #ff7d00;
}
.sexy-indicator.orange[href]:hover {
    background-color: #ff7d00;
}

.row-fluid.row-slim .col-lg-1, .row-fluid.row-slim .col-lg-10, .row-fluid.row-slim .col-lg-11, .row-fluid.row-slim .col-lg-12, .row-fluid.row-slim .col-lg-2, .row-fluid.row-slim .col-lg-3, .row-fluid.row-slim .col-lg-4, .row-fluid.row-slim .col-lg-5, .row-fluid.row-slim .col-lg-6, .row-fluid.row-slim .col-lg-7, .row-fluid.row-slim .col-lg-8, .row-fluid.row-slim .col-lg-9, .row-fluid.row-slim .col-md-1, .row-fluid.row-slim .col-md-10, .row-fluid.row-slim .col-md-11, .row-fluid.row-slim .col-md-12, .row-fluid.row-slim .col-md-2, .row-fluid.row-slim .col-md-3, .row-fluid.row-slim .col-md-4, .row-fluid.row-slim .col-md-5, .row-fluid.row-slim .col-md-6, .row-fluid.row-slim .col-md-7, .row-fluid.row-slim .col-md-8, .row-fluid.row-slim .col-md-9, .row-fluid.row-slim .col-sm-1, .row-fluid.row-slim .col-sm-10, .row-fluid.row-slim .col-sm-11, .row-fluid.row-slim .col-sm-12, .row-fluid.row-slim .col-sm-2, .row-fluid.row-slim .col-sm-3, .row-fluid.row-slim .col-sm-4, .row-fluid.row-slim .col-sm-5, .row-fluid.row-slim .col-sm-6, .row-fluid.row-slim .col-sm-7, .row-fluid.row-slim .col-sm-8, .row-fluid.row-slim .col-sm-9, .row-fluid.row-slim .col-xs-1, .row-fluid.row-slim .col-xs-10, .row-fluid.row-slim .col-xs-11, .row-fluid.row-slim .col-xs-12, .row-fluid.row-slim .col-xs-2, .row-fluid.row-slim .col-xs-3, .row-fluid.row-slim .col-xs-4, .row-fluid.row-slim .col-xs-5, .row-fluid.row-slim .col-xs-6, .row-fluid.row-slim .col-xs-7, .row-fluid.row-slim .col-xs-8, .row-fluid.row-slim .col-xs-9 {
    padding-right: 5px;
    padding-left: 5px;
}

.callout-container {
    margin: 40px 0 15px;
}

.section.callout {
    margin: 0;
    background-image: linear-gradient(90deg, #0f0f0f 2%, #1b1b1b 16%, #1b1b1b 38%, #101010 96%);
}

.section.callout > .content {
    color: #fff;
    align-items: center;
    padding: 0;
    display: flex;
}

.section.callout.reverse > .content {
    flex-direction: row-reverse;
}

.section.callout .device-container {
    width: 330px;
    height: 390px;
    margin-right: 16px;
    background: none no-repeat center bottom;
    background-size: contain;
    position: relative;
    z-index: 2;
}

.section.callout .device-container.live-shot {
    background-position: center;
}

.section.callout .device-screen-back {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    z-index: 1;
}

.section.callout .device-screen-back.blend {
    background-size: cover;
}

.section.callout.large .device-container {
    width: 570px;
    height: 674px;
}

.section.callout .text {
    vertical-align: middle;
    margin-left: 16px;
    flex-grow: 1;
}

@media(max-width: 799px) {
    .section.callout > .content {
        display: block;
        padding: 0 20px 30px;
    }

    .section.callout#golden-rings > .content {
        background-image: linear-gradient(90deg, #101010 5%, #1b1b1b 19%, #1b1b1b 81%, #101010 95%);
    }

    .section.callout .device-container {
        margin: 0 auto;
        max-width: 330px;
        width: 100%;
    }

    .section.callout .device-container:not(.live-shot) {
        border-bottom: 1px solid #444;
    }

    .section.callout .device-container.live-shot {
        padding-top: 10px;
    }

    .section.callout .text {
        margin-top: 30px;
        margin-bottom: 15px;
        text-align: center;
    }

    .section.callout .text h1.big-lead {
        font-size: 40px;
    }

    .section.callout .text p.buddy {
        font-size: 20px;
        margin-top: 5px;
    }
}

.faq {
    margin-top: 10px!important;
    font-size: 18px;
    font-weight: 200;
}

.faq .question {
    font-weight: 600;
}

footer {
    background: #ededed;
    border-top: 1px solid #e5e5e5;
}

footer > .footer-ctn {
    padding: 10px 20px;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}

footer > .footer-ctn h3 {
    font-size: 22px;
    font-weight: 200;
    margin-bottom: 13px;
}

footer > .footer-ctn a {
    font-size: 16px;
    display: block;
    margin: 4px 0;
}

footer > .footer-ctn hr {
    border-top-color: #d8d8d8;
    margin: 20px -10px;
}

footer > .footer-ctn .copyright {
    text-align: center;
    font-size: 15px;
    color: #a6a6a6;
    margin-bottom: 10px;
}

nav.site-nav {
    text-align: right;
    display: flex;
    align-items: center;
}

nav.site-nav > ul {
    list-style: none;
    color: #fff;
    font-size: 15px;
    margin: 0;
}

nav.site-nav > ul > li {
    display: inline-block;
    margin: 0 12px;
}

nav.site-nav > ul > li:last-child {
    margin-right: 0;
}

nav.site-nav > ul > li:first-child {
    margin-left: 0;
}

nav.site-nav > ul > li > a {
    text-decoration: none;
    color: #fff;
    opacity: 0.75;
}

nav.site-nav > ul > li > a:hover {
    opacity: 1;
}

@media(max-width: 500px) {
    nav.site-nav {
        display: none!important;
    }
}

#products .content .flow-text {
    margin-bottom: -15px;
}

.supporter-banner {
    color: #fff;
    background: #333;
    background: rgba(31, 31, 31, 0.8);
}

.supporter-banner .compact {
    display: none;
}

.supporter-banner .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 16px;
}

.supporter-banner .head-row {
    display: flex;
    align-items: center;
}

.supporter-banner .head-row .icon {
    font-size: 32px;
    padding: 0 4px;
}

.supporter-banner .head-row .content {
    flex: 1 2 0;
    padding: 0 15px;
}

.supporter-banner p, .supporter-banner span {
    margin-bottom: 0;
    margin-top: 0;
}

.supporter-banner span.title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.5px;
    padding-bottom: 4px;
}

@media(max-width: 500px) {
    .supporter-banner .head-row {
        margin-bottom: 8px;
    }

    .supporter-banner .head-row .content {
        padding: 0;
    }

    .supporter-banner .non-compact {
        display: none;
    }

    .supporter-banner .compact {
        display: block;
    }

    .supporter-banner .compact.compact-inline {
        display: inline;
    }

    .supporter-banner .compact.compact-inline-block {
        display: inline-block;
    }
}

.header-button {
    color: #fff!important;
    font-size: 17px;
    background: rgba(255, 255, 255, 0.1);
    background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1));
    padding: 6px 15px;
    text-decoration: none!important;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: inline-block;
    border-radius: 4px;
    text-align: center;
}

.header-button:hover {
    background: rgba(255, 255, 255, 0.2);
    background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.2));
    border-color: rgba(255, 255, 255, 0.2);
}

.header-button:active {
    background: rgba(255, 255, 255, 0.05);
    background: linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
    border-color: rgba(255, 255, 255, 0.1);
}

.screen-fold {
    margin-top: 16px;
}

.screen-fold > a > div, .screen-fold > div {
    padding: 60px 40px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.screen-fold .text {
    margin-left: 0;
    margin-right: 16px;
}

.device-ctn {
    width: 100%;
    max-width: 270px;
    min-width: 100px;
    text-align: center;
}

@media (max-width: 985px) {
    .device-ctn {
        margin: 0 auto;
        margin-bottom: 30px;
    }
}

.device {
    position: relative;
}

.device .frame {
    background-image: url("https://assets.dynastic.co/device-frames/iphone/x.png?src=home");
    padding-bottom: 200.556%;
    position: relative;
    z-index: 3;
    pointer-events: none;
}

.device .screen {
    background-color: #000;
    width: 94%;
    height: 94%;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
}

.device .frame, .device .screen {
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
}