@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600);
/*========================================================
                      Main Styles
=========================================================*/
body{
  background-color: black;
}
.recidive {
    width: 100%;
    background-image: url(../images/recidive-site.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    background-size: cover;
    position: fixed;
}
  .social img{
    float: right;
    width: 40px;
    margin: 40px;
    transition: .5s ease-out;
  }
  .social img:hover{
    width: 60px;
    margin: 30px;
  }
