@charset "UTF-8";
/* CSS Document */


body  	{	font-family: 'Calibri', sans-serif; 
		}
		
		
p	{	color: #000000;
		font-size: 15pt;
		line-height: 27pt;
		letter-spacing: 0.5px;
		text-align: center;
	}

nav a 	{	font-size: 16pt;
			color: #1ea7b9;
		}

.white	{	color: white;
		}
		
		
.orange	{	color: #1ea7b9;
		}
		

h1	{	color: #1ea7b9;
		font-size: 30pt;
		line-height: 35pt;
		font-weight: normal;
		margin: 0;
		padding: 4% 0 6% 0;
        letter-spacing: 1px;
		text-align: center;
	}
	
	
h2	{	color:  #000;
		font-size: 23pt;
		font-weight: normal;
		margin: 0;
		padding: 5% 0 5% 0;
		text-align: center;
        letter-spacing: 1px;
	}


strong	{	font-weight: bold;
			letter-spacing: 1px;
		}
		
		
a	{	text-decoration: none;
		color: #1ea7b9;
	}
	
	
a:hover {	color: #6e320b;
		}
		

a.hover:hover 	{	background:#6e320b;
					color: white;
				}