@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
}

@media only screen and (max-width: 480px){
	
hr{
	margin:0 auto 2em
}
}

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

.top{
	height:15em;
	width:100%;
	z-index: -9;
}

.top-img{
	height: 100%;
	background:url(../img/portfolio/cc/cc.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/*----------------CC---------------*/

.cc{
	padding:3% 10% 5%;
	color:#666;
	height:1%;
	overflow:hidden
}

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

.cc h2{
	padding:.25em 0;
	font-size:1.5em;
	font-weight:300;
}

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

.cc p{
	font-size:1.1em;
	font-weight:300;
	line-height:1.5em;
	padding-bottom:2em
}

.cc a{
	display:inline-block;
	font-size:3em;
	color:#C00;
	text-align:center;
	width:5%;
	margin:0 47.5%;
	padding-bottom:1.5em
}

.cc a:hover{
	color:#666
}

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

.cc h1{
	line-height:.9em;
	font-size:1.8em
}

.cc h2{
	font-size:2em;
	line-height:.9em
}

.cc ul{
	width:100%;
	height:1%;
	padding:0;
	margin:0
}

.cc a{
	margin:0 40%;
	width:10%
}
}


/*-------------------------FUNCTIONS-------------------------*/

.funct{
	padding:3em 10%;
	height:1%;
	overflow:hidden;
	background:#666;
	color:#FFF;
	margin-top:-5em
}

.funct h2{
	font-weight:200;
	font-size:2.5em;
	text-align:center;
	color:#FFF
}

.blck{
	float:left;
	width:33.33%;
	padding:2em 0;
	text-align:center
}

.blck i{
	font-size:3em;
	margin-bottom:.5em
}

.blck h1{
	font-size:1.5em;
	font-weight:300
}

.blck p{
	font-size:1.1em;
	font-weight:300;
	line-height:1.5em;
	padding:0 10%;
	height:2em;
}

.blck a{
	color:#C00;
	font-size:1.1em;
	text-decoration:none
}

.blck a:hover{
	text-decoration:underline
}

@media only screen and (max-width: 1250px){
	
.blck{
	float:left;
	width:50%
}

.blck p{
	height:8em;
}
}

@media only screen and (max-width: 900px){
	
.blck p{
	height:12em;
}
}

@media only screen and (max-width: 700px){
	
.funct{
	padding:3em 5%;
	margin-top:0em
}

.blck{
	width:100%
}

.blck p{
	padding:1.5em 5%;
	height:1%;
}	
}

@media only screen and (max-width: 480px){
	
.funct{
	margin-top:2em
}
}


/*-------------------------MONITOR-------------------------*/

.monitor{
	padding:3em 10%;
	height:32em
}

.monitor h1{
	font-weight:200;
	font-size:3em;
	text-align:center
}

.monitor ul{
	height:10em
}

.monitor img{
	width:auto;
	height:25em;
	margin:0 0 4em 0 
}

.monitor h2{
	font-weight:300
}

.monitor ul{
	width:50%;
	margin:-23em 0 0 50%;
	font-size:1.3em;
	font-weight:300
}

.monitor li{
	line-height:4em
}

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

.monitor ul{
	width:50%;
	margin:-15em 0 0 50%;
	font-size:1.3em;
	font-weight:300;
	line-height:1.5em;
}

.monitor li{
	line-height:2em
}

	
.monitor img{
	width:auto;
	height:20em;
	margin:0 5%
}
}

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


.monitor{
	padding:3em 5%;
	height:1%
}

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

.monitor img{
	width:90%;
	height:auto;
	margin:0 5%
}

.monitor ul{
	width:80%;
	margin:2em 0
}


.monitor li{
	line-height:2em
}


}




