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

.transp-img, .school-img, .bank-img, .health-img, .gambl-img, .retail-img, .city-img, .industry-img{
	height: 100%;
}

.transp-img{
	background:url(../img/vm/transport.jpg);
	background-position: center 0%;	
	background-repeat: no-repeat;
	background-size: cover;		
}

.school-img{
	background:url(../img/vm/school.jpg);
	background-position: center 0%;	
	background-repeat: no-repeat;
	background-size: cover;		
}

.bank-img{
	background:url(../img/vm/bank.jpg);
	background-position: center 0%;
	background-repeat: no-repeat;
	background-size: cover;		
}

.health-img{
	background:url(../img/vm/hospital.jpg);
	background-position: center 0%;	
	background-repeat: no-repeat;
	background-size: cover;	
}

.gambl-img{
	background:url(../img/vm/gambling.jpg);
	background-position: center 0%;	
	background-repeat: no-repeat;
	background-size: cover;	
}

.retail-img{
	background:url(../img/vm/retail.jpg);
	background-position: center 0%;	
	background-repeat: no-repeat;
	background-size: cover;	
}

.city-img{
	background:url(../img/vm/city.jpg);
	background-position: center 0%;	
	background-repeat: no-repeat;
	background-size: cover;
}

.industry-img{
	background:url(../img/vm/industry.jpg);
	background-position: center 0%;	
	background-repeat: no-repeat;
	background-size: cover;		
}

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

.top{
	height:25em;
	width:100%;
	margin-bottom: 2em;
}
	
.city-img{
	background-size: cover;
}	
	
}


/*----------------VM---------------*/

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

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

.vm h2{
	padding:.25em 0;
	font-size:1.5em;
	font-weight:600;
}

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

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

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

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

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

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

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

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

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

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

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

.blck{
	float: left;
	width: 20%;
	text-align: center;
	height: 18em;
	margin: 1em 0;
	padding: 0 2.5%;
}

.blck i{
	font-size:2.5em
}

.blck h1{
	font-size:1.4em;
	font-weight:600;
	padding-top: .75em;
}

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

.blck a{
	display: block;
	color: rgba(204,0,0,1);
	font-size:1.1em;
	text-decoration:none;
}

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

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

.blck{
	width:28.33%	
}
	
@media only screen and (max-width: 1250px){
	
.blck{
	width:45%;

}
}

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

.blck{
	width:95%
}

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

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


