body {
	background-color: #fce8ba;
		margin:0;
}

@font-face {
  font-family: 'Kawit'; /* Give your font a name */
  src: url(kawitdisplay.otf) format('opentype'); /* Link to the file */
  font-weight: normal;
  font-style: normal;
}


#nav {
	position: sticky;
	
}

li a:visited {
  text-decoration: none;
	text-color: #bbb3d8;
}

li a {
 	text-decoration: none;
	color:#8e81bc;
	font-family: Kawit;
	font-size: 25px;
	padding:50px;
	width: 100%;
	
}

li {  
	display: inline-block;
	float: center;
	padding-bottom: 15px;
}

ul {
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	background-color: White;
	position: sticky;
	width:100%;
	padding-left: 50px;
	padding-right: 50px;
}


img {
  display: block;
  margin: auto;
	margin-bottom: none;
}

.container {
  padding-left: 30%;
  padding-right: 30%;
}

.container div {
  background-color: #f1f1f1;
 width:500px;
  text-align: center;
}

figcaption {
  color: grey;
  font-style: italic;
	font-family: "Lato", sans-serif;
  padding: 0px;
	margin-top:0;
  text-align: center;
}

p {
	  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
	color: #8e81bc;
	text-align: center;
}

h1 {
	  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
	color: #8e81bc;
	text-align: center;
}

h2 {
	  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
	font-size: 20px;
	color: #a9d04a;
	text-align: center;
}

a {
	  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
	text-decoration:none;
	color: #faa21b;
}

a:hover{
	color:#8e81bc;
}

#border{
	padding-top: 0px;
	margin-top:0px;
}

footer {
	padding-left: 70px;
	padding-bottom: 30px;
	line-spacing: 50%;
}