	@font-face {
		font-family: "RobotoSlab-SemiBold";
		src: url("fonts/RobotoSlab-SemiBold.ttf");
	}
	@font-face {

		font-family: "Montserrat-Black";
		src: url("/fonts/Montserrat-Black.ttf");
		
	}

	@font-face {

		font-family: "WorkSans";
		src: url("/fonts/WorkSans-Light.ttf");

	}

	@font-face {
		font-family: "Montserrat-ExtraBold";
		src: url("/fonts/Montserrat-ExtraBold.ttf");
	}
	

	body {
		background-color: #ffffff;
		max-width: 1200px;
		margin: auto;
		font-family: "WorkSans", sans-serif;
		font-size: medium;
	}

	
	h1 {
		color: #00b6bd;

	}


	h1 {
		font-family: "Montserrat-Black", serif;
		font-size: 200%;

	}


	h2 {
		color: #00b6bd;

	}


	h2 {
		font-family: "Montserrat-Black", serif;
		font-size: 150%;

	}

	h3 {
		color: #00b6bd;
	}
	
	h3 {
		font-family: "Montserrat-Black", serif;
		font-size: 100%;
	}

	a:link {
		color: #00b6bd;
		background-color: transparent;
		text-decoration: none;

	}

	a:visited {

		color: #00b6bd;
		background-color: transparent;
		text-decoration: none;

	}

	a:hover {
		
		color: #ffffff;
		background-color: #00b6bd;
  		text-decoration: underline;

	}

	a:active {

		color: #00b6bd;
		background-color: transparent;
		text-decoration: underline;

	}

	nav {

	color: #6b6b6b;
	font-family: "Montserrat-Black", serif;

	}	

	nav ul {
	list-style-type: none;
	text-align:left;
	padding: 0px 0px 50px 0px;

	}

	nav ul li {
	display: inline;
	padding: 0px 30px 0px 0px;

	}

	.nav .selected {
	color: #00b6bd;
	
	}
	
	nav ul li a:link, nav ul li a:visited {
	color: #6b6b6b;
	}

	nav ul li a:hover {
	color: #00b6bd;
	background-color: transparent;
	text-decoration: underline;
	}

	em {
		font-style: italic;
	  }

	#masthead {
		font-family: "Montserrat-Black", serif;
		font-size: 400%;
	}

	a:link#masthead {
		color:#00b6bd;
		background-color: transparent;
		text-decoration: none;
	}

	a:visited#masthead {

		color: #00b6bd;
		background-color: transparent;
		text-decoration: none;

	}

	a:hover#masthead {
		
		color: #00b6bd;
		background-color: transparent;
		text-decoration: underline;

	}

	a:active {

		color: #00b6bd;
		background-color: transparent;
		text-decoration: underline;

	}