@charset "utf-8";
/* CSS Document */

.nodisplay{
	display:none !important;
}

.white{
color:#ffffff;
}

.gray{
color:#666666;	
}

.black{
	color:#000000;
}

.roboto{
font-family: 'Roboto', sans-serif;
}

.lato{
	font-family: 'Lato', sans-serif;
}

.play{
	font-family: 'Playfair Display', serif;
}


.works{
	padding: 20px;
}

.main-title{
	font-size:3.2rem;
	font-weight: 700;
	letter-spacing: 2px;
}

.main-sub{
	font-size:2.0rem;
	font-weight: 500;
	letter-spacing: 2px;
}

.works-title{
	font-family: 'Playfair Display', serif;
	font-size:1.6rem;
	font-weight:700;
	padding-top:10px
}

.works-sub span{
	font-family: 'Roboto', sans-serif;
	font-size:0.7rem;
}









 /* XS*/
@media (max-width: 767px){








}

