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



/*------------------SM---------------*/

.sm{
	padding:3% 10% 5%;
	color:#666
}

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

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

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

.sm ul{
	float:left;
	width:48%;
	height:8em;
	padding:0 2% 0 0;
	margin-bottom:3em
}

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

.sm a{
	display:block;
	font-size:3em;
	color:#C00;
	width:10%;
	margin:0 45%
}

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

@media only screen and (max-width: 1500px){
	
.sm ul{
	height:1%
}
}

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

.sm h1{
	line-height:1em;
	font-size:2.9em
}

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

.sm a{
	display:block;
	margin-top: 7em;
}
}






