* {
	margin:0;
	padding:0;
	border:0;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

h1 {
	font-family: 'Cormorant Garamond', serif;
}
h2 {
	font-family: 'Cormorant Garamond', serif;
}
h5 {
	font-family: 'Cormorant Garamond', serif;
	color: #fff;


}


header {
	background: #fff;
	height:171px;
	width: 100%;
	opacity: 85%;
}

header .container {
	display: flex;
	justify-content: center;
	align-items: center;
}

header .top-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
}

header .top-menu li a {
	padding: 0 1rem;
}

header .top-menu li: first-child a {
	padding-left: 0;
}

header .top-menu li: last-child a {
	padding-right: 0;
}

footer {
	background: #19647E;
	height:auto;
	width: 100%;
	opacity: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right:0px;
	margin-left:0px;
	padding-left:20px;
	padding-right: 20px;
}

footer .container {
	display: flex;
	justify-content:center;
	align-items: center;
	font-size: 26px;
	color: #fff;
}
.footer-text {
	padding: 0 1rem;
	color: #fff;

}
.text-muted {
  --bs-text-opacity: 1;
  color: #fff !important;
}


.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}