@charset "utf-8";

body {
	margin-left: auto;
	margin-right: auto;
	width: 92%;
	height: auto;
	max-width: 1920px;
	padding-left: 2.275%;
	padding-right: 2.275%;
}

/* Footer */
footer .footerDisclaimer {
	font-family: sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: rgba(104,103,103,1.00);
	font-weight: 700;
}
footer .footerDisclaimer span {
	color: rgba(181,178,178,1.00);
	font-weight: 700;
}
footer .footerNote {
	font-family: sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: rgba(104,103,103,1.00);
	font-weight: 700;
}
footer .footerNote span {
	color: rgba(181,178,178,1.00);
	font-weight: 700;
}

/* Media query for Mobile devices*/
@media only screen and (min-width : 285px) and (max-width : 480px) {

/* Footer */
footer {
	display: block;
	text-align: left;
	font-family: sans-serif;
}
}

/* Media Query for Tablets */
@media only screen and (min-width : 481px) and (max-width : 1024px) {

/* Footer */
footer {
	display: block;
	text-align: left;
	font-family: sans-serif;
}
	}
	
/* Desktops and laptops  */
@media only screen and (min-width:1025px) {

/* Footer */
footer .footerDisclaimer {
	float: left;
	margin-left: 3%;
	font-family: sans-serif;
}
	footer .footerNote {
	float: right;
	margin-right: 3%;
	font-family: sans-serif;
}
}
