body {
	font-family: 'Kanit', sans-serif ;
	}
	.header-mob {
		background-image: url('/img/threesome-dating-header.jpg'); background-position: top center;  background-size: cover;
		}
		.logo {
		width:auto;height:110px;
		}
		.area-list li {
			width: 25%;
			float: left;
		}

	.bg-main {
	background-color: #2d2e30;
	}
	.bg-dark {
		background-color: #171921;
	}
	.bg-light {
		background-color: #3c3c3d;
	}
		
		p a {
			color: #cc0000;	
			text-decoration: underline;
		}
		
		p a:hover {
			color: #e11a1a;	
			text-decoration: none;
		}
		
		.bg-alt {
			background-color: #cc0000;	
		}
		.bg-alt-light {
			background-color: #e11a1a;	
		}
		.bg-alt-dark {
			background-color: #950310;	
		}
		.text-alt {
			color: #cc0000;	
		}
		.text-alt-light {
			color: #e11a1a;	
		}
@media screen and (max-width:500px) {
  
	.logo {
			width:auto;height:80px;
		}
	.area-list li {
			width: 100%;
			float: left;
		}
	
}   