.row.four .content{
	padding: 10px;
}

.chart-item{
	width: 100%;
}

#my-desc{
	width: 70%;
}

.row.contact>.wrapper{
	width: 80%;
}

.row.contact .underline-cont{
	width: 70%;
}

#present>#image-view>#highlight-slide.show{
	height: 70%;
}

@media screen and (max-width:980px){
	.row.four .content{
		width:95%;
	}
	
	.circle{
		width:42px;
		height:42px;
	}
	
	.timeline-item .textHolder{
		width:40%;
	}
	.timeline-item.in-view:nth-child(odd) .textHolder{
		left:7%;
	}
	
	.title{
		font-size:20px;
	}
	
	.row.contact>.wrapper>.title{
		//font-size: .5;
	}

	.row.contact{
		height: 300px;
	}
	.row.five>.title,.footer>.title,.row.contact>.wrapper>.title{
		height:120px;
	}
	
	.welcome-text>span, .welcome-text>h1{
		font-size:60px;
	}
	
	.logo>p{
		font-size:80px;
	}

	.row.contact>.wrapper{
		width: 100%;
	}

}