/*******************************
            Homepage
*******************************/

.pusher > .page {
    background-color: #FFFFFF;
}

@media only screen and (max-width: 992px) {
    html {
        overflow-x: visible;
        -webkit-overflow-scrolling: auto;
    }
}
 > .pusher {
    display: block;
    min-height: 0px;
    flex-direction: initial;
}
 > .pusher > .full.height {
    display: block;
    flex: none !important;
}

/*--------------
    Masthead
---------------*/

.masthead.segment.zoomed h1 {
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0);
    color: rgba(255, 255, 255, 1);
}
.masthead.zoomed:after {
    opacity: 0;
}
.masthead.zoomed {
    background-color: #25282A;
}

.masthead {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 0em;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0px;
    border-bottom: none;
    background-color: #1b1c1d;;
    background-position: 50% 50%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.masthead:after {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: '';
    background-size: cover;

    opacity: 0.45;
}
.masthead.bg0:after {
    background-image: url("/static/images/backgrounds/0.jpg");
}
.masthead.bg1:after {
    background-image: url("/static/images/backgrounds/1.jpg");
}
.masthead.bg2:after {
    background-image: url("/static/images/backgrounds/2.jpg");
}
.masthead.bg3:after {
    background-image: url("/static/images/backgrounds/3.jpg");
}
.masthead.bg4:after {
    background-image: url("/static/images/backgrounds/4.jpg");
}
.masthead.bg5:after {
    background-image: url("/static/images/backgrounds/5.jpg");
}
.masthead.bg6:after {
    background-image: url("/static/images/backgrounds/6.jpg");
}
.masthead.bg7:after {
    background-image: url("/static/images/backgrounds/7.jpg");
}
.masthead.bg8:after {
    background-image: url("/static/images/backgrounds/8.jpg");
}
.masthead.bg9:after {
    background-image: url("/static/images/backgrounds/9.jpg");
}
.masthead.bg10:after {
    background-image: url("/static/images/backgrounds/10.jpg");
}
.masthead.bg11:after {
    background-image: url("/static/images/backgrounds/11.jpg");
}
.masthead.bg12:after {
    background-image: url("/static/images/backgrounds/12.jpg");
}
.masthead.bg13:after {
    background-image: url("/static/images/backgrounds/13.jpg");
}
.masthead.bg14:after {
    background-image: url("/static/images/backgrounds/14.jpg");
}


.masthead,
.masthead:after {
    -ms-transition:
        background 6s cubic-bezier(0.680, -0.550, 0.265, 1.4) 0s,
        opacity 6s cubic-bezier(0.680, -0.550, 0.265, 1.4) 0s
;
    -moz-transition:
        background 6s cubic-bezier(0.680, -0.550, 0.265, 1.4) 0s,
        opacity 6s cubic-bezier(0.680, -0.550, 0.265, 1.4) 0s
;
    -webkit-transition:
        background 6s cubic-bezier(0.680, -0.550, 0.265, 1.4) 0s,
        opacity 6s cubic-bezier(0.680, -0.550, 0.265, 1.4) 0s
;
    transition:
        background 6s cubic-bezier(0.680, -0.550, 0.265, 1.4) 0s,
        opacity 6s cubic-bezier(0.680, -0.550, 0.265, 1.4) 0s
;
}
.masthead .container {
    height: 60vh;
    margin-left: auto !important;
    margin-right: auto !important;
    min-height: 600px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
 .masthead .container {
    padding: 15rem 0em;
}

.masthead.segment .typed-cursor {
    position: relative;
    top: -0.05em;
    left: -0.25em;
    visibility: hidden;
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
    -webkit-transition: opacity 0.7s ease;
    -moz-transition: opacity 0.7s ease;
    transition: opacity 0.7s ease;
}
.masthead.segment .typed-cursor.stop {
    opacity: 0;
    -moz-animation-duration: 0s;
    -webkit-animation-duration: 0s;
    animation-duration: 0s;
}
@keyframes blink {
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink {
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink {
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

.vertical.segment {
    box-shadow: none;
}

.masthead.segment h1 {
    font-size: 2em;
    color: rgba(255, 255, 255, 1);
    line-height: 1.6;
    margin: 0px 0px 0px;
    padding-bottom: 0px;
    -moz-perspective: 500px;
    -webkit-perspective: 500px;
    perspective: 500px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);

    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.masthead.segment h1 .tagline {
    font-size: 0.75em;
}
.masthead.segment h1 > .library {
    display: block;
    font-size: 1.75em;
    font-weight: bold;
}
.masthead.segment h1 b {
    display: inline-block;
    font-weight: 500;
}
.masthead.segment h1 .text {
    display: inline-block;
    font-weight: 300;
    margin-left: -0.4em;
}
.masthead h2 {
    font-weight: normal;
    margin: 0px 0 16px 0px;
    font-size: 1.75em;
    border-bottom: none;
    line-height: 1;
}
.masthead p {
    font-size: 1.5em;
    margin: 1em 0em 1.5em;
    padding: 0px;
}
.ui.header {
    font-weight: normal;
}
.footer .ui.header {
    font-weight: bold;
}
.ui.footer {
    border-top: 1px solid #DDDDDD;
    box-shadow: 0px 2px 3px rgb(0 0 0 / 8%) inset;
    background-color: #FAFAFA !important;
    padding-top: 2em;
}

.introduction {
    position: relative;
    clear: both;
    display: block;
    text-align: center;
}
.introduction .buttons {
    margin-top: 3em;
}


.advertisement {
    display: none !important;
    padding-left: 0;
    position: absolute;
    left: auto;
    right: 6em;
    top: 50%;
    transform: translateY(-50%);
    vertical-align: top;
}
.fixed.launch.button {
    display: none;
    top: 100px;
}
.main.menu {
    top: 0px;
}
pre.console {
    height: 120px;
}

/*--------------
    Intro
---------------*/

 .intro.segment h1 + p {
    font-size: 22px;
}

/*--------------
    Demo
---------------*/

 .demo.row .example > .ui.label:not(.empty) {
    margin-bottom: 1em;
}
 .demo.row .ui.progress {
    margin-bottom: 2.5em;
}
 .demo.row h4 {
    font-weight: bold !important;
    margin: 0em 0em 1em !important;
}
 .demo.row .example {
    clear: both;
    padding-top: 3em;
    margin-top: 3em;
}
 .demo.row .ui.menu,
 .demo.row .ui.card {
    width: 100%;
}
 .demo.row .ui.card {
    width: 100%;
    max-width: 400px;
}

/*--------------
    Features
---------------*/

.hidden.code {
    visibility: hidden;
}

.demo.row .example {
    clear: both;
    padding-top: 1.5em;
    margin-top: 1.5em;
}
.demo.row .example:first-child {
    margin-top: 0;
    padding-top: 0;
}
.demo.row .example:last-child {
    margin-bottom: 0em;
}


/*--------------
     Stripes
---------------*/

.stripe .grid .row {
    margin: 2rem 0rem;
}
.feature.stripe .grid .row {
    margin: 0rem;
}
.feature.stripe .column {
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}
.feature.stripe p {
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin: 0.5em 0em 2em;
}
 .stripe .ui.vertical.divider {
    font-size: 1rem;
}
.feature.stripe .icon.header .icon.image {
    width: auto;
    height: 65px;
    margin-bottom: 20px;
}
.stripe .icon.header .icon.image {
    height: 65px;
    margin-bottom: 20px;
}
.community.stripe {
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1);
    padding: 4em 0;
}
.stripe .icon.header i.icon {
    font-size: 2em;
}


/* Final */
.final.stripe {
    border-top: 1px solid #DDDDDD;
    background-color: #F8F8F8;
}

/* Alternate */
 .alternate.stripe {
    background-color: #F2F3F5;
}

/* Inverted */
.inverted.stripe {
    background-color: #1B1C1D;
}
.inverted.stripe p {
    color: #FFFFFF;
}


/*--------------
    Legacy?
---------------*/

/* content */

.stripe {
    /*background-color: #FFFFFF !important;*/
    padding: 10em 0px;
    border-radius: 0em;
    margin: 0em;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
 .theming.stripe {
    -webkit-transform: none;
    transform: none;
}

 .stripe h1 {
    font-size: 40px;
}
 .stripe h2 {
    font-size: 26px;
}
 .stripe h3 {
    font-size: 20px;
}
 .feature.stripe {
    padding: 3em 0em;
}
 .theming.stripe .left.aligned.column {
    padding-top: 8em;
}
 .theming.stripe .hljs.code {
    height: 483px;
    max-height: 483px;
}
 .theming .source.grid {
    display: none !important;
    margin: 2rem 2rem -4rem;
}
 .theming .source.grid.visible {
    display: block;
    display: flex !important;
}

 .theming.stripe .buttons {
    vertical-align: top;
}
 .theming.stripe .button {
    margin-bottom: 0.5em;
}
 .stripe .column > p {
    font-size: 16px;
    line-height: 1.6;
    margin: 1em 0em;
}

 .dark.stripe {
    background-color: #333333;
    background: url(/static/images/dark-bg.png) repeat;
    color: #FFFFFF;
}
 .stripe .column > .label {
    margin-bottom: 1em;
}

 .solid {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
}
 .solid .column {
    color: #555555;
}
 .solid .column p b {
    color: rgba(0, 0, 0, 0.9);
}
 .solid .column p {
    color: rgba(0, 0, 0, 0.5);
}

/*--------------
    Promo
---------------*/

.promo.stripe {
    padding: 3em 0em;
}


/*--------------
    Newsletter
---------------*/

.email.stripe {
    padding: 5em 0em;
}
.email.stripe p {
    margin: -0.5em 0em 1em;
}
.email.stripe .input {
    width: 450px;
}
.email.stripe .submit.button {
    margin-left: 1em;
}


@media only screen and (max-width : 400px) {
    .advertisement {
        display: none;
        margin-left: -130px !important;
    }
    .carbonad {
        width: 260px !important;
    }
    .masthead.segment h1  {
        font-size: 1.75em !important;
    }
    .feature.stripe {
        padding: 1em;
    }
}



@media only screen and (max-width : 600px) {
    .solid,
    .stripe {
        padding: 4em 0em;
    }
    .masthead.segment h1 .text {
        margin-left: 0em;
    }
    .masthead:before {
        display: none;
    }
    /*.codebase.stripe {*/
    /*    display: none;*/
    /*}*/
     .masthead .container {
        padding: 6rem 0rem;
    }
    .masthead.segment h1 {
        font-size: 2.25em;
    }
    .email.stripe .input {
        width: 100%;
    }
    .email.stripe .submit.button {
        margin-top: 0.5em;
    }
    .stripe .icon.header .icon.image {
        height: 50px;
    }
    .stripe {
        padding: 2em 0em !important;
    }
}

@media only screen and (max-width : 650px) {
    .fixed.launch.button {
        display: none;
    }
     .stripe h1 {
        font-size: 32px;
    }
}
@media only screen and (min-width : 601px) {
     .theming .source.button {
        display: none;
    }
    .main.menu {
        display: none;
    }

    .fixed.launch.button {
        display: none;
    }
}



/* Homepage */
@media only screen and (max-width : 810px) {
    .masthead.segment h1 > .library {
        font-size: 1.75em;
    }
    .feature.stripe p {
        height: auto;
        min-height: 0px;
    }
    .container {
        margin-left: 0em;
        margin-right: 0em;
    }
     .solid,  .stripe {
        padding: 6em 0em;
    }
    .masthead .container {
        margin-top: 50px;
    }
    .masthead .container {
        min-height: 350px;
        height: auto;
    }
}


@media only screen and (max-width: 1300px) {
    .advertisement {
        position: absolute;
        top: auto;
        left: 50%;
        bottom: 2rem;
        margin-left: -175px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .inverted.advertisement .carbonad-img {
        margin-top: 0px;
    }
    #carbonads-container {
        float: none;
    }
    .carbonad {
        width: 340px;
    }
    .carbonad-text,
    .carbonad-tag {
        float: none;
        display: block;
        text-align: left;
        margin-left: 160px;
        width: 170px;
    }
}
