@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:url(../img/portfolio/ccm/ccm.jpg);
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

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

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


/*------------------CCM---------------*/

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

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

.ccm h2{
	font-weight:200;
	font-size:3em;
	color:#C00;
	text-align:center
}

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

.ccm ul{
	float:left;
	width:50%;
	height:1%;
	overflow:hidden;
	padding:0;
	margin-bottom:-2em
}

.ccm li{
	font-size:1.1em;
	font-weight:300;
	line-height:1.5em;
	margin-left:1em;
	padding-right:1em
}

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

.ccm h1{
	line-height:.9em;
	font-size:3em
}

.ccm h2{
	line-height:.9em
}

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

/*--------------CODE--------------*/

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

.blck{
	float:left;
	width:50%;
	height:1%;
	text-align:center
}

.blck img{
	width:40%;
	height:auto;
	margin:0 30%
}

.blck p{
	font-size:1.05em
}




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

.code{
	padding:0 5% 5%
}

.blck{
	width:100%;
	margin:2em 0 0 0
}

.blck img{
	width:60%;
	height:auto;
	margin:0 20%
}
}


