@font-face {
    font-family: 'black_m' ;
	src: local('x')
	url('../font/blac_m.otf') format('opentype');
	}


body {
  background: #101010;

}

#txt_{
  text-align: center;
  font-family: 'black_m', Tahoma, Garamond ,sans-serif;
  font-size: 100px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 10px;
  background: url("../img/men.gif")50% 50%;
  background-size:cover;
  -webkit-text-fill-color:transparent;
  -webkit-background-clip:text;
}

#cont_1{
  display: block;
  background: url(../img/1Z.gif) no-repeat 50% 50%;
  background-size: cover;
  height: 60vh;
  width: 100%;
}

#cont_2{
  display: block;
  background: url(../img/txt2.gif) no-repeat 50% 50%;
  background-size: cover;
  height: 40vh;
  width: 100%;
}


#subject_1{
  display: inline-block;
  position: relative;
  top:10%;
  left:5%;
  height: 80%;
  width: 30%;
  background-color: #101010;
  background: url(../img/here.gif) no-repeat 50% 50%;
  background-size: cover;
}

#subject_1:hover{
  display: inline-block;
  position: relative;
  top:10%;
  left:5%;
  height: 80%;
  width: 30%;
  background-color: #101010;
  background: url(../img/txt.gif) no-repeat 50% 50%;
  background-size: cover;
}

#subject_2{
  display: inline-block;
  position: relative;
  top:10%;
  left:5%;
  height: 80%;
  width: 30%;
  background: url(../img/pic1.gif) no-repeat 50% 50%;
  background-size: cover;
}

#subject_2:hover{
  display: inline-block;
  position: relative;
  top:10%;
  left:5%;
  height: 80%;
  width: 30%;
  background-color: #101010;
  background: url(../img/txt.gif) no-repeat 50% 50%;
  background-size: cover;
}

#subject_3{
  display: inline-block;
  position: relative;
  top:10%;
  left:5%;
  height: 80%;
  width: 30%;
  background-color: #101010;
  background: url(../img/biz.gif) no-repeat 50% 50%;
  background-size: cover;
}

#subject_3:hover{
  display: inline-block;
  position: relative;
  top:10%;
  left:5%;
  height: 80%;
  width: 30%;
  background-color: #101010;
  background: url(../img/txt.gif) no-repeat 50% 50%;
  background-size: cover;
}

#txt_subject{
  text-align: center;
  font-size: 50px;
  font-family: 'black_m', Tahoma, Garamond ,sans-serif;
  color: #ffffff;
}

#cont_3{
  display: block;
  height: 40vh;
  width: 100%;
  background: #101010;
}
