@charset "utf-8";
/* CSS Document */
body {
	background-color: #3D344C;
}

@font-face {
  font-family: "Chaprile Calligraphy";
  src: url("assets/Chaprile.otf");
  
  }

/* Add a black background color to the top navigation */
.topnav {
/*  float: none;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%); */
  background-color: #8bc141;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: darkorange;
  color: black;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: darkorange;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

h1 {
	text-align: center;
	color: white;
	font-family: "Chaprile Calligraphy";	
	font-weight: 500;
	font-size: 4em;
	color: darkorange;
}

h2 {
	text-align: center;
	color: white;
	background-color: black;
	height: 30px;
	line-height: 30px;
}

@font-face {
  font-family: 'Ananda Neptouch 2';
  src: url("assets/Ananda Neptouch 2.ttf");
  }

@font-face {
  font-family: 'BERNHC';
  src: url("assets/BERNHC.ttf");
  }

@font-face {
  font-family: 'BOD CR';
  src: url("assets/BOD_CR.TTF");
  }

h3 {
	text-align: center;
	color: darkorange;
	font-family: 'Ananda Neptouch 2';
}

h4 {
	text-align: center;
	font-family: 'BERNHC';
}
h5 {
	text-align: center;
	font-family: "BOD CR";
}

section {
	background-color: white;
}


button {
	width: 150px;
	height: 46px;
	border-width: 0px;
	padding: 0px;
}

#loc{
	color: white;
}

figcaption {
  color: white;
  font-style: bold;
  padding: 2px;
  text-align: center;
}