@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%;
	z-index:-99
}

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

/*----------------VTRACK---------------*/

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

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

.vt h2{
	text-align:center;
	padding:.25em 0;
	font-size:2.5em;
	font-weight:200;
	color:#333
}

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

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

.vt ul{
	height:1%;
	overflow:hidden;
	padding:0;
	margin-bottom:4em
}

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

.vt a{
	display:block;
	text-align:center;
	color:#C00;
	font-size:4em;
	margin:0 48% 1em
}

.vt a:hover{
	color:#666
}

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

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

.vt h2{
	font-size:2em
}

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

.vt a{
	display:inline-block;
	margin:.5em 40% .5em
}
}

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

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

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

.funct hr{
	background:#FFF
}

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

.blck i{
	font-size:2em
}

.blck h1{
	font-size:1.2em;
	font-weight:400
}

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

.blck h4{
	height:2em
}

.blck a{
	color:#FFF;
	font-size:.9em
}

.blck a:hover{
	font-size:1em
}

@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%;
	height: 15em;
	margin-bottom: 4em;
}

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

/*----------------------REQUIREMENT-------------------------*/

.req{
	padding:3em 10%
}

.req h2{
	font-size:2.5em;
	text-align:center;
	font-weight:200
}

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

.req p{
	line-height:1.25em
}

.rmrk{
	font-size:.75em;
	font-style:italic;
	padding-left:1.25em
}

table{
	width:100%;
	padding:2em 10%;
	font-size:1.1em;
	font-weight:300;
}

td{
	border-bottom:1px solid rgba(0,0,0,.2);
	height:3.5em;
	padding-left:.5em
}

td:first-child, tr:first-child{
	font-weight:600
}



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

.req h2{
	font-size:2em
}

.req p{
	line-height:1.2em
}

.req ul{
	margin:1em 0 1em -.75em
}

.rmrk{
	padding-left:0
}

table{
	width:100%;
	padding:2em 0;
	font-size:.9em;
	font-weight:300;
}

td{
	height:auto;
	padding:1em 0 1em .5em
}

}