
/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body
	{
	}

	body,input,textarea,select
	{
	}
	
	header
	{
		margin-bottom: 2em;
	}
	
		header h2
		{
			line-height: 1.2em;
			font-size: 1.2em;
			font-style: italic;
			color: #041c3c;
			opacity: 0.7;
			text-align: center;
		}
		
		header h3
		{
			line-height: 1.2em;
			font-size: 1em;
			font-style: italic;
			color: #041c3c;
			opacity: 0.7;
			text-align: center;
		}
	
	.fa {
  padding: 20px;
  font-size: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
		padding: 1em 0em 1em 0em;
	}
	
	.homepage #header
	{
	}



/* Main                                                                          */
/*********************************************************************************/

	#main
	{
		padding: 2em 2em;
	}
	
	.homepage #main
	{
		text-align: center;
	}

	

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/
	
	#footer
	{
		padding: 2em 0em;
	}
	
	#footer .icons {
			text-align: center;
			margin: 0;
		}

			#footer .icons a {
				color: #999;
			}

				#footer .icons a:hover {
					color: #474747;
				}

	.homepage #footer
	{
		text-align: center;
	}