html,
body {
    padding: 0;
    margin: 0;
}

body {
    min-height: 100vh;
    width: 100vw;
    overflow-x: hidden;
}

.clearfix {
    clear: both;
}

a,
a:visited {
    color: #ffffff;
}

a:hover {
    color: #2e2e2e;
}


/*Hero*/

.hero {
    background: #ffffff;
    /* background: url(../img/background.jpg);
    background-size: cover; */
    min-height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 0;
    box-sizing: border-box;
}

.hero .particles-js-canvas-el {
    position: fixed;
    display: none;
}

.hero:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.hero.active .particles-js-canvas-el {
    display: block;
}

.centered {
    z-index: 1;
}

.logo {
    margin: auto;
    display: block;
    max-width: 1000px;
    min-width: 625px;
    width: 100%
}

.icon {
    margin: 40px auto;
    display: block;
    width: 230px;
}


/* @media (max-width: 1170px) {
    .logo {
        width: 110px;
    }
} */

.title {
    font-family: Montserrat;
    color: #000000;
    font-weight: 100;
    letter-spacing: .2em;
    padding: 0 0 0 .5em;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 20px;
}

.subtitle {
    font-family: Montserrat;
    color: #000000;
    font-weight: 100;
    letter-spacing: .5em;
    padding: 0 0 0 .5em;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 10px;
}

@media (max-width: 1170px) {
    .title {
        font-size: 12px;
        margin-top: 15px;
    }
}

.heading {
    margin-top: 80px;
    color: #000000;
    font-family: Montserrat;
    font-size: 48px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .3em;
    padding: 0 0 0 .3em;
    font-weight: 100;
}

@media (max-width: 1170px) {
    .heading {
        font-size: 32px;
        margin-top: 40px;
    }
}

@media (max-width: 480px) {
    .heading {
        font-size: 24px;
    }
}

.description {
    font-family: Raleway;
    color: #000000;
    text-align: center;
    line-height: 2.5em;
    letter-spacing: .15em;
    max-width: 600px;
    width: 100%
}


/* @media (max-width: 1170px) {
    .description {
        font-size: 13px;
        max-width: 500px;
    }
}

@media (max-width: 480px) {
    .description {
        font-size: 11px;
        width: 300px;
    }
} */

.buttons {
    margin: 80px 0 0;
    text-align: center;
}

@media (max-width: 1170px) {
    .buttons {
        margin: 40px 0 0;
    }
    .buttons .button {
        margin-top: 10px;
    }
}

.social-text {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 100vw;
    text-align: center;
}

.social-text a {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Montserrat;
    font-size: 9px;
    letter-spacing: .2em;
    padding: 0 0 0 .2em;
    margin: 0 10px;
    transition: color .4s;
}

@media (max-width: 1170px) {
    .social-text a {
        font-size: 8px;
    }
}

.social-text a:hover {
    color: #2e2e2e;
}