@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Song+Myung');
body{
	font-family: 'Song Myung', serif;
	font-size: 14px;
	font-weight: 400;
}
.domain{
	background: url(../images/dp.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height: 650px;
}
.overlay{
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.domain h1{
	font-size: 54px;
	font-weight: 500;
	color: #fff;
	position: relative;
	top: 150px;
}
.domain h3{
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	position:relative;
	top: 300px;
}
@media only screen and (max-width:768px){
    .domain{
	background: url(../images/mo.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height: 650px;
}
    
}
