@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/mob/top.jpg);
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}



/*------------------NVR---------------*/

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

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

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

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

.mob ul{
	float:left;
	width:50%;
	height:1%;
	padding:0
}

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

.mob-siz{
	width:70%;
	height:auto;
	margin:5em 15%
}

.mob a{
	display:block;
	font-size:3em;
	color:#C00;
	text-align:center;
	margin:1em 0 0 0
}

.mob a:hover{
	color:#666;
	transition:1s
}

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

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

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

.mob-siz{
	width:100%;
	margin:5em 0
}
}


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

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

.blck{
	float:left;
	width:50%;
	height:auto;
	background:#333;
	text-align:center
}

.blck h2{
	color:#FFF;
	font-weight:300
}


.blck img{
	width:100%;
	height:auto;
	opacity:.3;
	cursor:pointer;
	transition:1s
}

.blck img:hover{
	opacity:1
}

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

.sol{
	padding:0;
}

.sol h1{
	line-height:.9em;
	font-size:2.6em
}

.blck{
	width:100%
}
	
}

