@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Spicy+Rice&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

ul {
	list-style-type: none; /*removes default bullet*/
	overflow: hidden;
    position: sticky;
    top: 0px;
    background-color: #415d43;
    font-family: "Lato", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1em;
}
ul li {
	float: left;
	font-size: 1.3em;
}
ul li a {
	text-align: center;
	background-color: #415d43;
	color: #c1dcc4;
	text-decoration: none;
	display: block;
	margin: 14px 16px;
	padding: 14px 16px;
}
ul li a:hover {
	background-color: #6d846e;
}
h1{
	
	font-size: 7em;
	color: #415d43;
	font-family: "Spicy Rice", serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
}
h2{
	font-size: 4em;
	color: #415d43;
	font-family: "Spicy Rice", serif;
	font-weight: 400;
	font-style: normal;
}
p{
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.3em;
}
figcaption {
	font-family: "Lato", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 1.3em;
	color: black;
}
h3 {
	font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2em;
  color: black;
}
.pagetitle {
	text-align: center;
	background-color: #c1dcc4;
	height: 100%;
	margin: 40px 0px;
	
}

.carousel {
	margin: auto;
	max-width: 20vw;
	max-height: 30vh;
}

.heightSM {
	height: 200px;
}
body {
	background-color: #c1dcc4;
}
.floatright {
	float: right;
}


h1, h2, h3, h4, h5, h6{
	text-align: center;
}
div {
	overflow:auto;
	margin: 20px;
	padding: 10px;
}
.container {
	display: flex;
}
img {
	margin: 10px;
}
iframe {
	margin: 10px;
}
footer {
	background-color: #415d43;
}