@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:300|Montserrat:800);
 * {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-size: 100%;
     vertical-align: baseline;
     background: transparent;
}
 body {
    color:#7b7b7b;
     font-family: 'Josefin Sans';
     font-weight: 300;
     width: 100%;
     height: 100%;
     margin: 0px;
}
 i.icon-nav {
     color: #00695c ;
     font-size: 40px;
     position: fixed;
     padding: 10px 20px;
}
 .name{
    color: #00695c ;
    font-family: arial;
}
 .pos{
     font-weight:600;
}
/* Name of section*/
 .head {
     font-size: 3vw;
     text-align:center;
}
/* animation delay*/
 .animation-delay-200 {
     -webkit-animation-delay: 0.1s;
     animation-delay: 0.4s;
}
 .top-buffer-in {
     margin-top:20px;
}
 .top-buffer-out {
     margin-top:200px;
}
 .card .card-content {
     padding: 30px;
     border-radius: 0 0 2px 2px;
}
 .card .card-content {
     padding: 20px;
     border-radius: 0 0 2px 2px;
}
 #hashtag-card {
     display: block;
     position: relative;
     margin-top: 12px;
     text-align: center;
}
 #hashtag-card .hashtag {
     display: inline-block;
     margin: 6px;
     padding: 6px;
     border-radius: 2px;
     background: #00695c;
     color: #fff;
}
 .about-btn {
     height: auto;
     margin-right: auto;
     margin-left: auto;
     animation-delay: 1s;
     text-align: center;
}
 #soci-card {
     display: block;
     position: relative;
     margin-top: 12px;
     text-align: center;
}
 .fa-github {
     color:#f5f5f5;
}
 .fa-facebook {
     color: #3b5998;
}
 .fa-instagram {
     color: #e95950;
}
 .fa-lastfm {
     color: #c3000d;
}
 .fa-linkedin {
     color: #0976b4;
}
 .fa-spotify {
     color: #7ab800;
}
 