@media only screen and (max-width: 992px) {
    html {
        overflow-x: visible;
        -webkit-overflow-scrolling: auto;
    }
}
body.index .introduction {
    position: relative;
    clear: both;
    display: block;
    text-align: center;
}
body > .pusher {
    display: block;
    min-height: 0;
    flex-direction: initial;
}
body > .pusher > .full.height {
    display: block;
    flex: none !important;
}
body.index .masthead {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.masthead_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
body.index .masthead .container {
    height: 55vh;
    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;
}
body .masthead .container {
    padding: 15rem 0;
}
body.index .following.bar .menu .item {
    display: block;
}
body.index > .pusher > .footer {
    padding-left: 0;
}
body.index .vertical.segment {
    box-shadow: none;
}
body.index .masthead.segment .logo_container {
    font-size: 3em;
    color: rgba(255, 255, 255, 1);
    line-height: 1.2;
    margin: 0 0 0;
    padding-bottom: 0;
    perspective: 500px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
body.index .masthead.segment .logo_container .logo_description {
    font-size: 0.75em;
}
body.index .masthead.segment .logo_container > .logo_title {
    display: block;
    font-size: 1.75em;
    font-weight: 700;
}
@media only screen and (max-width: 600px) {
    body.index .masthead.segment .logo_container > .logo_title {
        font-size: 1em;
    }
    body.index .masthead.segment .logo_container .logo_description {
        font-size: 0.45em;
    }
}
body.index .masthead.segment .logo_container b {
    display: inline-block;
    font-weight: 500;
}
body.index .masthead.segment .logo_container .text {
    display: inline-block;
    font-weight: 300;
    margin-left: -0.4em;
}

body.index .ui.header {
    font-weight: 400;
}
.masthead.segment {
    margin-bottom: 5rem !important;
}
