* {
    box-sizing: border-box
}

body {
    background: #283593;
    color: #fff;
    font-family: "arial";
    background: url("../img/bg-dark.png") center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

img {
    max-width: 100%;
    height: auto
}

a {
    text-decoration: none;
    color: #fff
}

a:hover {
    text-decoration: underline
}

h1 {
    font-size: 96px;
    line-height: 128px;
    font-family: "proxima-nova", sans-serif;
    color: #fff;
    margin: 0
}

h2 {
    font-size: 40px;
    line-height: 52px;
    font-family: "proxima-nova", sans-serif;
    margin: 0
}

p {
    font-size: 18px;
    color: #E1E1FF
}

.dot {
    color: #18ffff
}

.wrapper {
	display: flex;
    width: 100%;
    max-width: 990px;
    margin: 0 auto !important;
    justify-content: center;
}

.valign {
    align-items: center
}

.align-left,
.text-left {
    text-align: left
}

.align-right,
.text-right {
    text-align: right
}

.align-center,
.text-center {
    text-align: center
}

.float-left {
    float: left
}

.float-right {
    float: right
}

footer {
    border-top: 1px solid #5c6bc0;
    padding: 20px 0;
    margin: 10px auto;
    background: #283593;
    position: relative;
    z-index: 9999;
    align-items: ;
}

.logo {
    display: inline-block;
    margin-right: 10px
}

.logo img {
    width: 32px;
    max-width: 100%
}

.content {
    min-height: calc(100vh - 133px);
    display: flex;
    overflow: hidden;
    margin: 40px 0 20px 0
}

.main-text {
    position: relative;
    z-index: 9999
}
