@charset "UTF-8";



/* Smartphones and tablets config */
@media (min-width: 600px)	{
	body {
		background-color: (0,0,0);
		background-image: url('MainSiteBg.jpg');
		background-repeat: no-repeat;
		background-position: center center;
		background-attachment: fixed;
		background-size: 95%;
		overflow: hidden;
	}

	 #main-content	{
		float: left;
		width: 70%;
		padding: 1%;
		text-align: center;
	}

 	#sidebar	{
		width: 25%;
		margin-left: 60%;
		margin-right: 40%;
		padding: 4%;
	}

	 img {
		clear: both;
		padding: 10px;
		margin: auto;
		height: auto;
	}
	 /* Text Properties */ 
	 
	 p {
		font-family:ubuntu; 
		font-size:1.15em; 
		color:rgb(255,255,255); 
		font-weight:normal; 
		font-style:normal;
	}

	 h1 {
		font-family:Eurostile; 
		font-size:1.25em; 
		color:rgb(150,200,255); 
		font-weight:bold; 
		font-style:italic;
		text-align:center;
	} 

	 small {
		 font-size:6px;
		 color:rgb(50,75,75);
		 font-weight:bold;
		 font-style:normal;
		 font-align:center;
	}

	h2 {font-family:Ubuntu; 
		font-size:1.25em; 
		color:rgb(255,255,255); 
		font-weight:normal; 
		font-style:normal;
		text-align:center;
	}

	h3 {font-family:Ubuntu; 
		font-size:1.0em; 
		color:rgb(175,220,255);  
		font-style:normal;
		text-align:center;
	}
}

/* Desktop config */
@media (min-width: 900px)	{
	 body {
		background-color: (0,0,0);
		background-image: url('MainSiteBg.jpg');
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100%; 
		margin: auto;
		overflow: hidden; 
	}

	 img {
		clear: both;
		padding: 10px;
		margin: auto;
		height: auto;
	}

	
	 #main-content	{
		width: 70%;
		padding: 2%;
		text-align: center;
	}

	 #sidebar	{
		width: 25%;
		margin-left: 60%;
		margin-right: 40%;
		padding: 4%;
	}

	 .img-container {
		position: relative;
	}
	 /* Text Properties */ 
	 
	 p {
		font-family:ubuntu; 
		font-size:1.15em; 
		color:rgb(255,255,255); 
		font-weight:normal; 
		font-style:normal;
		text-align: center;
	}

	 h1 {
		font-family:Eurostile; 
		font-size:1.25em; 
		color:rgb(150,200,255); 
		font-weight:bold; 
		font-style:italic;
		text-align:center;
	} 

	 small {
		 font-size:6px;
		 color:rgb(50,75,75);
		 font-weight:bold;
		 font-style:normal;
		 font-align:center;
	}

	h2 {font-family:Ubuntu; 
		font-size:1.25em; 
		color:rgb(255,255,255); 
		font-weight:normal; 
		font-style:normal;
		text-align:center;
	}

	h3 {font-family:Ubuntu; 
		font-size:1.0em; 
		color:rgb(175,220,255);  
		font-style:normal;
		text-align:center;
	}
}


