@import url(//fonts.googleapis.com/css?family=Lato:300:400);

@font-face {
    font-family: Title;
    src: url(./fonts/Abril_Fatface/AbrilFatface-Regular.ttf);
}

@font-face {
    font-family: Logo;
    src: url(./fonts/Satisfy/Satisfy-Regular.ttf);
}

html,
body {
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.logo {
    font-family: 'Logo';
}

h1 {
    font-family: 'Title', sans-serif;
    letter-spacing: 2px;
}

li,
p {
    font-family: 'Lato', sans-serif;
}

li {
    font-size: 1.1rem;
}

p {
    letter-spacing: 1px;
    font-size: 14px;
    color: #333333;
}



.header {
    position: absolute;
    text-align: center;
    color: white;
    width: 100%;
}

.splide__slide img {
    width: 100%;
    height: auto;
}

.background {
    z-index: 0;
    position: relative;
    transform: rotate(-15deg) translate(-10vw, -20vh) scale(1.7);
    background: linear-gradient(270deg, rgba(255, 51, 184, 0.842), rgb(165, 80, 255), rgb(51, 150, 255));
    background-size: 300% 300%;

    -webkit-animation: AnimationName 20s ease infinite;
    -moz-animation: AnimationName 20s ease infinite;
    animation: AnimationName 20s ease infinite;
}

@-webkit-keyframes AnimationName {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes AnimationName {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes AnimationName {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

.background-size {
    height: 55vh;
    min-height: 400px !important;
}

.flex {
    display: flex;
}

.navbar-dark .nav-link {
    color: white !important
}

.navbar-light .nav-link {
    color: #000 !important
}

.show {
    border-radius: 10px;
}

.how .create-account {
    margin: 1rem;
}

.content {
    justify-content: center;
    align-items: center;
    text-align: center;
}

.font-white {
    color: #fff !important;
}

.row {
    margin-bottom: 1rem;
}

.waves {
    position: relative;
    width: 100%;
    height: 7vh;
    margin-bottom: -7px;
    /*Fix for safari gap*/
    min-height: 50px;
    max-height: 100px;
}

/* Animation */

.parallax>use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        transform: translate3d(85px, 0, 0);
    }
}

/*Shrinking for mobile*/
@media (max-width: 748px) {
    .navbar-collapse {
        background-color: #7681ffff !important;
        padding: 1rem;
        border: .2rem solid white;
    }

    .waves {
        height: 40px;
        min-height: 40px;
    }

    .content {
        height: 30vh;
    }

    .background-size {
        height: 70vh !important;
    }

    .statement h1 {
        text-align: center !important;
        font-weight: 500;
        font-size: 3rem !important;
        margin-top: 20%;
    }

    .statement {
        text-align: center !important;
        position: relative !important;
    }

    .hi-there {
        animation: hithere 1s ease;
        left: 0 !important;
        right: 0 !important;
        margin: auto;
    }

    .information {
        margin-top: 5rem !important;
    }
}

.statement h1 {
    margin-bottom: 1.5rem;
    color: white;
    text-align: left;
    font-weight: 500;
    font-size: 3.8rem;
    margin-top: 40%;
}

.statement {
    position: absolute;
    left: 0;
    right: 0;
    text-align: left;
}

@media (max-width: 950px) {
    .statement h1 {
        text-align: left;
        font-weight: 500;
        font-size: 3.5rem;
        margin-top: 30%;
    }

    .background-size {
        height: 45vh;
    }
}

.demo {
    margin-top: 6rem;
}

.information {
    position: relative;
    margin-top: 10rem;
}

nav {
    z-index: 10;
    position: absolute !important;
}

p {
    font: 1.1rem Helvetica, Verdana, sans-serif;
    font-weight: 200;
}

.navbar-brand {
    color: black;
}

.navbar-brand:hover {
    color: black;
}

.text-content {
    background: #fff;
}

.content-block {
    padding: 2rem;
}

.grey {
    background: #F6F6F6;
}

.content-block h2 {
    font-weight: 300;
    font-size: 2.5rem;
}

.content-block img {
    width: 75%
}

.section-title {
    margin-top: 3rem;
    padding: 1rem;
}

.section-content {
    padding-top: 1rem;
}

.join {
    background: #eee;
    border-radius: 10rem 10rem 0 0;
}

.footer {
    margin-top: 3rem;
    border-top: medium dashed lightgrey !important;
    border-bottom: 0 !important;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.footer .card-body {
    text-align: left;
    list-style-type: none;
    border: 0;
}

.footer .card {
    border: 0;
}

.footer h6 {
    font-weight: bold;
}

.footer li a {
    color: #7681ffff;
    font-weight: 600;
    font-size: 1rem;
}

.footer li.copywrite {
    text-decoration: none;
    list-style-type: none;
    text-align: center;
}

a.btn {
    background: #7681ffff !important;
    color: white !important;
    font-weight: 200 !important;
    border: 0 !important;
    border-radius: 0 !important;
}

.document {
    padding-top: 4rem;
    padding-bottom: 2rem;
}

.document .document-overview {
    list-style-type: none;
}

.document .document-overview a {
    font-weight: 500;
    color: #7681ffff;
    font-size: 1.1rem;
}

.document .document-overview a:hover {
    text-decoration: none;
}

.document .document-overview li {
    padding: .5rem;
    border-bottom: 1px lightgrey solid;
}

.document .document-content {
    padding: 2rem;
    font-size: 1rem;
    font-weight: 200;
}

.document-content ol {
    counter-reset: item;
    padding-bottom: .5rem;
}

.document-content li {
    display: block;
    padding: .3rem;
}

.document-content li:before {
    content: counters(item, ".") " ";
    counter-increment: item
}

.section-content {
    font-size: 1rem;
    font-weight: 200;

}

.section-heading {
    font-size: 1.5rem;
    font-weight: 500;
    margin-top: .8rem;
}

.subsection-heading {
    font-size: 1.3rem;
    font-weight: 500;
    margin-top: .5rem;
}

.document-type {
    display: inline-block;
    width: 100%;
    text-align: right;
}

.document-type button {
    background-color: lightgrey;
    border: 0 !important;
    border-radius: 0;
}

.document-type button.active {
    border: 0 !important;
    border-radius: 0 !important;
}

.mission-list {
    padding-top: 1rem;
    text-align: left;
    list-style-type: none;
}

.mission-list li {
    position: relative;
    font-weight: bolder;
    font-style: italic !important;
    margin-bottom: 20px;
    padding: .1rem;
}

.mission-list li p {
    font-size: 1.1rem;
    font-weight: 200 !important;
    font-style: normal;
    padding-left: 3rem;
}

.mission-list li strong {
    font-size: 1.4rem;
}

.mission-list span {
    position: absolute;
    background: #7681ffff;
    padding: .8rem;
    color: white;
    border-radius: 5px;
}

.page {
    padding-top: 15vh;
}

.white {
    background: white;
}

.intro {
    padding: 2rem;
}

.btn {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

.feature {
    border: 1px dashed lightgrey;
    padding: 1rem;
    height: 100%;
}

.border-dash {
    border: 1px dashed lightgrey;
}

.author-img {
    width: 75px;
    height: 75px;
    border-radius: 100%;
    margin: .5rem;
}

.hi-there {
    animation: hithere 1s ease;
    position: absolute;
    left: 1rem;
    width: 200px;
}

@keyframes hithere {
    30% {
        transform: scale(1.2);
    }

    40%,
    60% {
        transform: rotate(-20deg) scale(1.2);
    }

    50% {
        transform: rotate(20deg) scale(1.2);
    }

    70% {
        transform: rotate(0deg) scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.gelatine {
    animation: gelatine 0.5s;
}

@keyframes gelatine {

    from,
    to {
        transform: scale(1, 1);
    }

    25% {
        transform: scale(0.9, 1.1);
    }

    50% {
        transform: scale(1.1, 0.9);
    }

    75% {
        transform: scale(0.95, 1.05);
    }
}

.info-link {
    color: #7681ffff;
    font-weight: 600;
    text-decoration: none;
}

.btn-primary {
    background: #7681ffff !important;
    border-color: #7681ffff !important;
}

.btn-outline-primary {
    color: #7681ffff !important;
    border-color: #7681ffff !important;
}

.info-link:hover {
    text-decoration: none;
}

.slidecontainer {
    width: 100%;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #04AA6D;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #04AA6D;
    cursor: pointer;
}