body.coming-soon{
    font-family: 'Encode Sans', sans-serif;
    font-weight: 500;
    padding-top: 0!important;
    overflow: hidden!important;
}

.full-open header{
    position: fixed;
}

header{
    padding: 30px;
    width: 100%;
    position: absolute;
    z-index: 5;
}

.logo-container{
    text-align: right;
    padding-right: 30px;
}
.coming-soon-logo{
    position: relative;
    max-width: 300px;
}

.home .home-content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.home .home-content .hero-title{
    font-size: 140px;
    font-weight: 900;
    letter-spacing: -4px;
    color: #b7b7b7;
    line-height: 125px;
}

.home .home-content p{
    font-size: 28px;
    color: #b7b7b7;
    font-weight: 500;
}

.home .home-content p span{
    color: #000;
    font-weight: 900;
}


/* Margins */

.top_15{
    margin-top: 15px;
}

.top_30{
    margin-top: 30px;
}

.top_45{
    margin-top: 45px;
}

.top_60{
    margin-top: 60px;
}

.top_90{
    margin-top: 90px;
}

.top_120{
    margin-top: 120px;
}

.padding_30{
    padding: 30px 0;
}

.padding_45{
    padding: 45px 0;
}

.padding_60{
    padding: 60px 0;
}

.padding_90{
    padding: 90px 0;
}

.padding_120{
    padding: 120px 0;
}

.bottom_15{
    margin-bottom: 15px;
}

.bottom_30{
    margin-bottom: 30px;
}

.bottom_45{
    margin-bottom: 45px;
}

.bottom_60{
    margin-bottom: 60px;
}

.bottom_90{
    margin-bottom: 90px;
}

.bottom_120{
    margin-bottom: 120px;
}

.pb-15{
    padding-bottom: 15px;
}

.pb-30{
    padding-bottom: 30px;
}

.pb-45{
    padding-bottom: 45px;
}

.pb-60{
    padding-bottom: 60px;
}

.subtitle{
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}

/*------------------------ 2 Home Page ------------------------*/

.wrapper{
    position: relative;
    z-index: 1;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.10);
}

.cont{
    width: 70%;
    margin-left: 15%;
}

.home{
    display: table;
    width: 100%;
    padding: 3%;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 6;
}

.home .home-content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.home .home-content .hero-title{
    font-size: 140px;
    font-weight: 900;
    letter-spacing: -4px;
    line-height: 125px;
}

.home .home-content p{
    font-size: 28px;
    color: #b7b7b7;
    font-weight: 500;
}

.home .home-content p span{
    color: #000;
    font-weight: 900;
}

/*------------------------ Responsive ------------------------*/
@media (min-width: 768px) and (max-width: 1024px) {

    header {
        padding: 22px;
    }

    .home .home-content .hero-title {
        font-size: 110px;
        font-weight: 900;
        letter-spacing: -4px;
        line-height: 88px;
    }

    .home .home-content p {
        font-size: 20px;
        color: #b7b7b7;
        font-weight: 500;
    }

    .hero-inner .cont{
        width: 100%;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation:portrait) {
    .coming-soon-logo{
        margin-top: 50px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation:landscape) {
    .coming-soon-logo{
        margin-top: 10px;
        max-width: 100px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {

    header {
        padding: 18px;
    }

    .home .home-content .hero-title {
        font-size: 80px;
        line-height: 80px;
    }

    .home .home-content p {
        font-size: 20px;
        margin-top: 30px;
    }

    .cont {
        width: 80%;
        margin-left: 15%;
    }

    body {
        padding-bottom: 176px;
    }

    footer .social{
        padding-bottom: 10px;
    }

    .coming-soon-logo{
        position: relative;
        max-width: 200px;
        margin-top: 50px;
    }

}


@media (max-width: 480px) {

    header {
        padding: 16px;
    }

    footer .copyright{
        text-align: center;
    }

    footer .social {
        padding-bottom: 10px;
    }

    .home .home-content .hero-title {
        font-size: 40px;
        letter-spacing: -1px;
        line-height: 39px;
    }

    .home .home-content p {
        font-size: 15px;
        margin-top: 11px;
    }

    .home .home-content .social {
        display: none;
    }

    .cont {
        width: 90%;
        margin-left:5%;
    }

    .title.bottom_45.top_120 {
        margin-top: 3px;
        margin-bottom: 23px;
    }
    .wrapper {
        padding-bottom: 60px;
    }

    .coming-soon-logo{
        position: absolute;
        margin-top: 30px;
        max-width: 150px;
    }
}

.home{
    background-size: 100%;
    position: relative;
}

.wrapper {
    height: 100%;
    background: #02022d !important;
}

#particles-js {
    height: 100%;
    opacity: .85;
}

.home .home-content .hero-title {
    color: #fff;
}

.home .home-content p span {
    color: #fff;
}

.home .home-content .hero-title span, .hero-inner{
    color: #3295eb;
}
