@charset "utf-8";

/* Global Styles */
	body {
		margin-left: auto;
		margin-right: auto;
		width: 92%;
		max-width: 960px;
		padding-left: 2.275%;
		padding-right: 2.275%;
		background-color: rgba(255,255,255,1.00); 
		color : rgba(18,17,17,1.00);
	}
	/* Header */
	header {
		text-align: center;
		display: block;
	}
	header .logo-left {
		width: 100px;
		height: 80px;
		cursor: pointer;
		float: left;
		clear: none;
		color: rgba(50,50,50,1.00);
		margin-top: 0px;
	}
	header .logo-right {
		width: 100px;
		height: 80px;
		cursor: pointer;
		clear: none;
		float: right;
		color: rgba(50,50,50,1.00);
		margin-top: 0px;
	}
	header .pageHeader h1 {
		font-family: 'Montserrat', "Lucida Bright", "DejaVu Serif", Georgia, "serif";
		color: rgba(100,0,20,1.00);
		font-size: 40px;
		font-weight: 800;
		line-height: 45px;
		text-align: center;
	}
	header .titlebar:after {
		text-align: justify;
		display: table;
		margin-top: 0px;
		cursor: pointer;
		height: 80px;
		padding: 1%;
	}
	hr {
		height: 2px;
		background-color: rgba(127,55,19,1.00);
	}
	header .pageHeader p {
		font-family: sans-serif;
		color: rgba(0,0,0,1.00);
		text-align: justify;
		overflow-y: auto;
	}

/* Content sections */ 
	.mainContent {
		font-family: sans-serif;
		color: rgba(0,0,0,1.00);
		overflow-y: auto;		
		display: block;
	}
	.mainContent hr {
		height: 1px;
		padding: 0px;
		background-color: rgba(127,55,19,1.00);
	}
	.moreRelev {
		font-family: monospace;
		font-size: 14px;
		font-weight: 500;
		line-height: inherit;
	}
	.mainContent .title {
		font-family: Verdana;
		color: rgba(188,32,46,1.00);
		text-align: center;
		font-variant: small-caps;
		padding-left: 2%;
	}
	.lessRelev {
		color: rgba(188,32,46,1.00);
		font-size: 14px;
		font-weight: 300;
		line-height: inherit;
		padding-left: 4%;
	}
	.sublist{
			padding-left: 10%;
	}

/* Footer */
	footer .footerLeft {
		font-family: sans-serif;
		font-size: 14px;
		line-height: 18px;
		color: rgba(104,103,103,1.00);
		font-weight: 700;
	}
	footer .footerLeft span {
		color: rgba(181,178,178,1.00);
		font-weight: 400;
	}
	footer .footerRight {
		font-family: sans-serif;
		font-size: 14px;
		line-height: 18px;
		color: rgba(104,103,103,1.00);
		font-weight: 700;
	}
	footer .footerRight span {
		color: rgba(181,178,178,1.00);
		font-weight: 400;
	}


/* Media query for Mobile devices */
@media only screen and (min-width : 285px) and (max-width : 480px) 
{
/* Header */
	header {
		width: 100%;
		float: none;
	}
	header .pageHeader {
		text-align: center;
		margin-top: 0%;
	}
	header .pageHeader p {
		text-align: justify;
	}
	header .pageHeader h1 {
		text-align: center;
	}
	
/* Content sections */
	
/* Footer */
	footer {
		display: block;
		text-align: center;
		font-family: sans-serif;
	}
}


/* Media Query for Tablets */
@media only screen and (min-width : 481px) and (max-width : 1024px) 
{
/* Header */
	header {
		width: 100%;
		float: none;
	}
	header .pageHeader {
		text-align: left;
		margin-top: 0%;
	}

/* Content sections */
	
/* Footer */
	footer .footerLeft {
		float: left;
		margin-left: 3%;
		font-family: sans-serif;
	}
	footer .footerRight {
		float: right;
		margin-right: 3%;
		font-family: sans-serif;
	}
}


/* Media Query for Desktops and laptops  */
@media only screen and (min-width:1025px) 
{
/* Header */
	header .pageHeader {
		text-align: left;
		padding-top: 0%;
	}
/* Content sections */
	
/* Footer */
	footer .footerLeft {
		float: left;
		margin-left: 3%;
		font-family: sans-serif;
	}
	footer .footerRight {
		float: right;
		margin-right: 3%;
		font-family: sans-serif;
	}
}