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

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


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

.instek a{
	color: rgba(204,0,0,1);
	text-decoration: none;
}

.instek a:hover{
	text-decoration: underline;
}


/*     TOP     */

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

.top-img{
	position:relative;
    min-height:100%; 
    background-attachment:fixed;
    background-repeat:no-repeat;
	background:url(../img/privacy/privacy.jpg);
	z-index: -9;
}

@media only screen and (max-width: 900px){

.top-img{
	margin-left: -40em;
}	
}

@media only screen and (max-width: 500px){

.top-img{
	margin-left: -50em;
}	
}


/*        ID           */

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

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

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

.instek h3{
	font-weight: 400;
}

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


@media only screen and (max-width: 600px){

.instek h1{
	line-height: 1em;
}
