/*GLOBAL SETTINGS*/

*	{ margin:0; padding:0; border:0; }

body		{ background-image:url(../images/background.png);
				background-repeat:repeat; }

#wrapper	{ max-width:900px; height:auto; width:90%; margin:10px auto; background-color:#FFF; }


.heading		{	display:flex;
					height:175px;
					flex-flow:column wrap;
				}
				
.heading > div	{	flex:1;
					text-align:center; 
					padding:25px;
				}
				
				
.navigation		{	display:flex;
					height:40px;
					background-color:#099;
					flex-flow:column wrap;
				}
				
.navigation a	{ list-style-type:none; text-decoration:none; }
				
.navigation > div	{	flex:1;
						text-align:left; 
						padding: 8px 0 0 14px;
						}
						
.responsive-image	{ height:auto; width:100%; margin:0; padding:0; }


#fullwidth		{ width:90%; height:auto; padding:25px;}

#fullwidth a	{ list-style-type:none; text-decoration:none; }


.columncontainer	{ display:flex; width:100%; }

.columnleft		{ width:55%; height:auto; padding:25px; text-align:justify; }
.columnleft a	{ list-style-type:none; text-decoration:none; text-align:center;}


.columnright	{ width:45%; height:auto; padding:25px; }
.columnright a	{ list-style-type:none; text-decoration:none; text-align:center;}

						
						
#tagline	{ width:100%; height:30px; background-color:#000; padding:5px 0 0 0; text-align:center; }					

h1	{	font-family: "Bahnschrift";
		font-style:normal;
		font-size:40px;
		letter-spacing:3px;
		color:#099;
		line-height:150%;
		}
		
h2	{	font-family: "Bahnschrift";
		font-style:normal;
		font-size:17px;
		letter-spacing:1px;
		color:#FFF;
		text-decoration:none;
		}
		
h3	{	font-family: "Bahnschrift";
		font-style:normal;
		font-size:20px;
		color:#666;
		line-height:150%;
		}
		
h4	{	font-family: "Bahnschrift";
		font-style:normal;
		font-size:22px;
		letter-spacing:3px;
		color:#099;
		line-height:300%;
		}
		
h5	{	font-family: "Bahnschrift";
		font-style:normal;
		font-size:24px;
		letter-spacing:3px;
		color:#099;
		line-height:225%;
		}
		
p	{	font-family: "Bahnschrift";
		font-style:normal;
		font-size:18px;
		color:#666;
		line-height:150%;
		}
		
		/*DESKTOP VIEW*/
@media	(min-width:950px) {
	}


/*MOBILE VIEW*/
@media	(max-width:500px) { 
	}
		
	