@import url('https://fonts.googleapis.com/css?family=Karla');
#particles-js{
    position: fixed;
    top:0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-image: url('');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    overflow: hidden;
}
.content-row{
    font-family: 'Karla', sans-serif;
    color: #777;
    margin: 15px 0px 15px 25px;
    text-align: center;
}
.logo{
    margin: auto 25%;
    margin-bottom: 20px;
}
.card{
    margin: 15px auto;
    color: #777;
    background-color: rgba(255,255,255,0.8);
}
.sticky{
    position: fixed;
    top:2%;
    left:2%;
}
.sticky a{
    display: block;
}

a,a:hover,a:focus,a:visited,a:active{
    color:#777;
}
.fa{
    padding: 5px;
    color: #3BABFF;
}
.sticky .fa{
    margin:15px 10px;
    color: #3BABFF;
    font-size: 20px;
}