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

body {
	background-image:url(images/sss_banner2.jpg);
	background-size:cover;
   	display: table; 
  	margin: 0 auto;
	font-family:'Noto Sans', sans-serif;
	text-rendering: optimizelegibility;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke: 0.1px;
	font-weight:700;
	color:#FFF;
	font-size:24px;
}
a {
	display: inline-block;
	width:100px;
	text-decoration:none;
	color:#FFF;
	font-size:22px;
}
a:hover {
	color:#f7b798;
}
.center {	
	position:absolute;
	left:55%;
	top:55%;
	margin-left:-200px;
	margin-top:-100px;
}

.center img {	
	height:80px;
	width:290px;
}

.text {	
	margin-top:50px;
	text-align:center;
}

@media screen and (min-width:1301px) {
body {
	background-image:url(images/sss_banner4.jpg);
	background-size:auto;
}
}
/* Tablet Devices Resizing */
@media screen and (min-width:750px) and (max-width:1300px) {
body {
	background-size:auto;
}
}
@media screen and (min-width:481px) and (max-width:749px) {
body {
	background-size:auto;
}	
}
/* Phone Devices Resizing */
@media screen and (max-width:480px) {

body {
	background-image:url(images/sss_banner3.jpg);
	background-size:cover;
	font-size:16px;
}
.center {	
	margin:auto;
	position:absolute;
	left:52%;
	top:50%;
	margin-left:-100px;
	margin-top:-50px;
}
.center img {	
	height:50px;
	width:181px;
}
a {
	display: inline-block;
	width:60px;
	text-decoration:none;
	color:#FFF;
	font-size:16px;
}
.text {	
	margin-top:30px;
	text-align:center;
}

}
