@charset "UTF-8";

body {
	background-color:rgba(255,240,246,1.00);
}

h1 {
	text-align: center;
	font-family: "Ribeye", serif;
  	font-weight: 400;
  	font-style: normal;
	font-size: 3.5em;
	color: #143D3D;
}
nav ul {
	padding-left: 0px;
	text-align: center;
	list-style-type: none;
	border-top: medium solid #246A6B;
	border-bottom: medium solid #246A6B;
	padding-top: 10px;
	padding-bottom: 10px;
}

nav ul li {
	display: inline-block;
	margin-left: 30px;
	margin-right: 30px;
	font-family: "Montserrat", serif;
  	font-optical-sizing: auto;
  	font-weight: 400;
  	font-style: normal;
}

h2 {
	font-family: "Ribeye", serif;
  	font-weight: 400;
  	font-style: normal;
	font-size: 2em;
	color: #143D3D;
}

h3 {
	font-family: "Montserrat", serif;
  	font-optical-sizing: auto;
  	font-weight: 600;
  	font-style: normal;
	color: #143D3D;
}

a:link, a:visited {
	color: #2D8B8B;
	text-decoration: none;
}

a:hover, a:active {
	color: rgba(57,57,57,1.00);
	text-decoration: none
}

ul li {
	font-family: "Montserrat", serif;
  	font-optical-sizing: auto;
  	font-weight: 400;
  	font-style: normal;
	color: rgba(57,57,57,1.00)
}

p {
	font-family: "Montserrat", serif;
  	font-optical-sizing: auto;
  	font-weight: 400;
  	font-style: normal;
	color: rgba(57,57,57,1.00);
}

footer {
	text-align: center;
}

