@charset "UTF-8";


/* Mobile Layout: 480px and below. */

body {
	background-image:none; 
	background-color:#000;
	}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */


.backtoTop {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-bottom:15px;
	visibility:visible;
}

.borderBox {
	display:block;
	border:5px solid #ffc50c;
}

@media only screen and (min-width: 481px) {
	
	.backtoTop {
	visibility:hidden;
	
}

body {
	background-image:url(../images/backGroundtablet.jpg);
	background-repeat:no-repeat;
	background-position: 50% 0%;
	background-attachment:fixed;
	
	}

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
body {
	background-image:url(../images/backGround.jpg);
	background-repeat:no-repeat;
	background-position: 50% 0%;
	background-attachment:fixed;
	
	}
}