body{
	font-family: 'Lato', sans-serif;
	background-color: #232026;
	color: whitesmoke;
}
.icap{
	font-size: 15px;
	font-weight: 400;
}
.tile1-custom{
	background-color:#19adaf;
	transition: opacity 0.3s;
}
.tile2-custom{
	background-color: #e04201;
	transition: opacity 0.3s;
}
.tile3-custom{
	background-color: #6ab80d;
	transition: opacity 0.3s;
}
.tile4-custom{
	background: linear-gradient(to right, #a47819, #dcb857, #c99700);
	transition: opacity 0.3s;
	/*background-color: #b18d2d;*/
}
.tile5-custom{
	background: linear-gradient(to right, #a47819, #dcb857, #a47819);
	transition: opacity 0.3s;
	/*background-color: #b18d2d;*/
}
.tile6-custom {
	background: linear-gradient(to left,  #543d0d, #76632e, #412f09)
}
.name{
	letter-spacing: 4px;
}
.link{
 	opacity: 1;
	color: #232026;
}
.link:hover{
	opacity: 0.5;
	cursor: pointer;
}
@media(min-width: 1200px){
	.h1{
		font-size: 60px;
	}
	.h2{
		font-size: 55px;
	}	
}