@import url(https://fonts.googleapis.com/css?family=Lato:400,100,300,700,900);
body{
    font-family: 'Lato', sans-serif;
    background: #1D4E9C;
    height: 100%;
    width: 100%;
}

.app{
    max-width: 320px;
    margin: 9% auto;
}

.app--logo{
    opacity: 0;
    text-align: center;
    color: #949494;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    margin-bottom: 250px;
}

.app--logo img{
    display: block;
    margin: 0 auto;
    margin-bottom: 12px;
}

.app--welcome{
    opacity: 0;
    text-align: center;
    margin-bottom: 40px;
    font-size: 45px;
    font-weight: 100;
    margin-bottom: 60px;
    color: #FFFFFF;
}

.app--vision{
    margin-top: 50px;
    display: flex;
}

.app--vision span{
    flex: 1;
    display: block;
    opacity: 0;
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    color: #FFF;
    letter-spacing: 2px;
    border-top: 3px solid #000;
    margin: 0 3px;
    padding-top: 5px;
    margin-bottom: 50px;
}

.app--vision span.consulting{
    text-align: left;
    border-color: #0057FF;
}

.app--vision span.startegy{
    border-color: #92E15D;
}

.app--vision span.investment{
    text-align: right;
    border-color: #00C2FF;
}

.app--contact{
    opacity: 0;
    text-align: center;
}

.app--contact a{
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}

.app--contact a:after{
    content: "";
    display: block;
}

.app--contact .icon{
    cursor: pointer;
    font-size: 25px;
}
