.front-page header {
    height: initial;
    padding: 12px 0;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0 -2px 6px #231f20;
    -moz-box-shadow: 0 -2px 6px #231f20;
    box-shadow: 0 -2px 6px #231f20;
    z-index: 10000;
}

.front-page header .logo img {
    width: 125px;
}

.front-page section.page {
    min-height: calc(100vh - 69px);
}

.front-page section.page#get-started {
    background-color: #DADFE1;
}

.front-page article.content {
    max-width: 1080px;
    padding: 80px 0;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
}

.front-page header article.content {
    padding: 0;
}

.front-page .main-menu ul {
    color: #515151;
}

.front-page .main-menu li:not(.btn) {
    background: transparent;
}

.front-page header ul li a {
    padding: 3px 23px;
}

.front-page header ul li:not(.btn) a {
    line-height: 37px;
}

.front-page h1 {
    font-weight: 300;
    font-size: 40px;
    margin: 0;
}

.front-page section#hero {
    position: relative;
    color: #fff;
    margin-top: 69px;
    background: url(../img/login_poster.jpg) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.front-page section#hero img {
    margin-bottom: 15px;
    width: 100%;
    max-width: 270px;
}

.front-page section#hero span {
    font-weight: 600;
}

.front-page section#hero .color-overlay {
    background: rgba(245, 72, 67, 0.65)
}

.front-page section#hero .content {
    text-align: center;
}

.front-page section#hero canvas.particles-js-canvas-el {
    position: absolute;
    top: 0;
}

.front-page #changelog .version {
    margin: 0;
}

.front-page #changelog .version:not(:first-of-type) {
    margin: 15px 0 0;
}