@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
    font-family: 'IBM Plex Sans Condensed', sans-serif;	
	font-size:1em;
	color:#666
}

hr{
	width:8em;
	border:none;
	height:2px;
	background:#C00;
	margin:-1em auto 2em

}

/*------------------TOP---------------*/

.top{
	height:15em;
	width:100%
}

.top-img{
    background-repeat:no-repeat;
	background:url(../img/about/building.JPG);
	height: 100%;
	background-size: cover;
	background-position: center;
}

/*------------------ID---------------*/

.instek{
	height:1%;
	overflow:hidden;
	padding:5% 10%;
}

.instek h1{
	font-weight:200;
	font-size:4em;
	text-align:center;
}

.instek h2{
	font-weight:300;
	color:#C00;
	padding-top:1em;
}

.instek p{
	font-size:1.1em;
	font-weight:300;
	line-height:1.5em
}



@media only screen and (max-width: 480px){
	
.instek{
	padding:3% 5% 5%
}

.instek h1{
	line-height:.9em
}