@charset "UTF-8";
/* CSS Document */
html { 
  background: url(img/home-back.jpg) no-repeat 
    center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body{padding:0;margin:0}
.content{padding:0;margin:0;margin-left:5%;}
.strookimg{height:100vh}
.socials{position:absolute;bottom:40px;left:20%}
.socials img{width:28px;height:28px!important;margin-right:8px}
.content img:hover{
	cursor: pointer;
}