body {
    margin: 0
}

button {
    outline: none;
}

html,
body {
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
    height: 100%
}

h2 {
    font-weight: 800;
}

body {
    color: #111;
    font-size: 1.1em;
    line-height: 1.5;
    background: #fff
}

.center {
    justify-content: center
}

.hero {
    position: relative;
    width: 100%;
    text-align: center;
    min-height: 300px;
    color: #333;
    padding: 1px 0;
    background: #FFFFFF;
    background-size: cover;
}

.hero .content {
    position: relative;
    margin-top: 30px;
}

.big-title {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    max-width: 720px;
}

@media (max-width: 700px) {
    width: 100%;
}

.hero h1 {
    font-size: 3em;
    line-height: 1;
    padding: 0
}

.hero p {
    margin: 0
}

.hero .button {
    max-width: 650px;
    margin-top: 1.3em;
    text-align: center;
    font-weight: 500;
    margin-bottom: 0;
    margin: 1.3em auto .3em;
    background: #424b8c;
}

.youtube {
    margin: 1.3em auto .3em;
}

.hero .slogan {
    font-family: 'Poppins', sans-serif;
    font-style: italic;
    font-size: 1.0em;
    margin-bottom: 1em;
    color: #333;
}

.signature {
    font-size: 0.8em;
    padding-top: 0.7em;
    padding-bottom: 0.4em;
    color: #898989;
}

@media (max-width: 700px) {
    .hero .npm.slim {
        display: block;
        max-width: 400px
    }
}

@media (min-width: 700px) {
    .hero .npm.wide {
        display: block
    }
}

.hero .links a {
    color: #333;
    box-shadow: 0 2px rgba(0, 0, 0, 0.2);
}

.links p {
    margin-bottom: 2em;
}

.hero .links a:hover {
    box-shadow: 0 2px #333
}

.hero .links a:active {
    background: none;
    border-radius: 0
}

@keyframes bounce {
    from {
        bottom: 20px
    }
    70% {
        bottom: 10px
    }
    to {
        bottom: 20px
    }
}

header {
    display: block;
}

h1,
h2,
h3,
h4 {
    margin: 0;
    padding: 0;
    line-height: 1
}

html,
body,
main {
    display: block;
    color: #333;
    background: url("/static/abstract_dynamic.svg") center center repeat;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 5;
}

