body{
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: 'Rajdhani', sans-serif;
}
.center {
  width: 965px;
  margin: 0 auto;
  margin-top: 40px;
}

.tint {
  width: 400px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin: 10px;
}

.container{
	
	max-width: 1200px;
	margin: auto;
	text-align: center;
	padding-top: 50px;
}
h1{
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 40px;
	margin-top: 0px;
}
h2{
	text-transform: uppercase;
	font-weight: lighter;
	font-size: 12px;
	letter-spacing: 4px;
}
p{
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 13px;
}

.one{
	width: 80%;
}
.two{
	width: 80%;
}
.three{
	width: 80%;
}
.four{
	width: 80%;
}


img{
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
img:hover{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}