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

body {
margin: 0;
font-family: 'raleway', sans-serif; 
font-weight:200 ;
letter-spacing: 0.16em;	

}

h1 {
	
font-family: 'raleway', sans-serif; 
font-weight:600 ;
font-size: 1.8em;
letter-spacing: 0.2em;	
word-spacing: 0.3em;
padding: 0;
	
}

h2 {
	
font-family: 'raleway', sans-serif; 
font-weight:400 ;
font-size: 1.6em;
letter-spacing: 0.2em;			
word-spacing: 0.3em;	
	padding: 0;
}

h3 {
	
font-family: 'raleway', sans-serif; 
font-weight:300 ;
font-size: 1.2em;
letter-spacing: 0.2em;			
word-spacing: 0.3em;			
padding: 0;	

}

h4 {
	
font-family: 'raleway', sans-serif; 
font-weight:500 ;
font-size: 1em;
letter-spacing: 0.2em;			
word-spacing: 0.3em;			
	padding: 0;
}


.logo {
	color: #000;
	font-weight: normal;
	width: 40%;
	float: left;
	margin-top: 16px;
	margin-left: 16px;

	letter-spacing: 4px;
	font-family: 'raleway', sans-serif; 
	font-size: 1.4em;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li {
  float: RIGHT
	
}

centre {
	align-content: center;
	text-align: center;
	justify-content: center;
}


.material-symbols-outlined {
font-size: 56pt;
}

a {
	  text-decoration: none;
	color: #008080;
	font-weight: 300;
	
}

.PrimaryLink {
	  text-decoration: none;
	color: #008080;
	font-weight: 300;
	font-size: 1em;
	
}

