@charset "utf-8";
body{
	background-attachment:fixed; 
	background-color:#000000;
	background-image:url(../images/e_contact_r1.jpg);
	background-position:50% 50%;
	background-repeat:no-repeat no-repeat;
	background-size:cover;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.service{
  float: right;	
  position: :relative;
  max-width: 300px;
  float: right;
  padding-right: 80px;
  padding-left: 50px;
  margin-top: 450px;
  display: inline;
}
.service-title{
	font-family:brandon-grotesque, 'microsoft jhenghei', Arial, sans-serif;
	font-size: 23px;
	font-weight: bolder;
	color: #FFFFFF;
	line-height: 25px;
	margin-bottom: 10px;
}
.service-text{
	font-family:brandon-grotesque, 'microsoft jhenghei', Arial, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 25px;
}

@media only screen and (min-width:300px) and (max-width:1014px){
	body{
	overflow: auto;
    }
}