/*
 * 
 * This file contains html level changes
 * ie any change will affect whole page..
 */
@media screen and (min-width:900px) {
html{
	-ms-text-size-adjust: 100%;
  	-webkit-text-size-adjust: 100%;
	background-color: #f5f4f8;
	background-attachment:fixed;
	z-index: -13;
}
body{
	margin: 0;
	
}
div .wsb-htmlsnippet-element{
	
}

div#test{
	background-color: #007196;
	font-size: larger;
	color: #FFFFCC;
	text-decoration: underline;
}
ul{
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}

@media screen and (max-width:699px) {
html{
	font-family: Arial, Helvetica, sans-serif;
	-ms-text-size-adjust: 100%;
  	-webkit-text-size-adjust: 100%;
	background-image: url("../img/mobilebg.jpg");
	background-repeat:no-repeat;
	background-attachment: fixed;
}
body{
	margin: 0;
	
}
}

@media only screen and (max-width:479px) {
html{
	font-family: Arial, Helvetica, sans-serif;
	-ms-text-size-adjust: 100%;
  	-webkit-text-size-adjust: 100%;
	background-color: #FFFFFF;
	background-image: url(/img/background-large.jpg);
	background-repeat:no-repeat;
	z-index: -13;
}
body{
	margin: 0;
	opacity: 0.7;
}
}
