body {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  min-height: 100vh;
  margin: 0;
  background-color: #d8d5d0;
  display: grid;
  grid-template-columns: auto;
  grid-template-areas:
    "header header"
    "main main"
    "footer footer";
}

h1 {
  font-size: 1.3em;
}

h2 {
  font-size: 1.2em;
}

h3 {
  font-size: 1.1em;
}

p {
  font-size: 1em;
}

.container {
  margin: auto;
  padding-top: 1em;
  padding-bottom: 1em;
}

header,
footer {
  background-color: #4e3e7f;
  color: #fff;
  z-index: 9;
}

header {
  grid-area: header;
}

header a {
  color: #fff;
}

.header-nav {
  position: sticky;
  top: 0;
  width: 100%;
}

.header-logo-name-list {
  display: flex;
}

.header-logo {
  max-width: 56px;
  max-height: 60px;
}

.header-name {
  left: 200px;
  font-size: 1.2em;
  line-height: 1px;
  padding-left: 5px;
}

nav {
  display: none;
  position: absolute;
  text-align: center;
  top: 50px;
  right: 0;
  border-radius: 10px;
}

nav ul {
  padding: 0px;
}

nav li {
  display: block;
  padding: 20px;
}

#hamburger-menu {
  display: none;
}

#hamburger-menu:checked ~ nav {
  display: block;
  background-color: #4e3e7f;
}

.burger-menu {
  position: fixed;
  right: 50px;
  top: 25px;
}

main {
  grid-area: main;
}

footer {
  grid-area: footer;
  text-align: center;
}

.footer_hours-location {
  line-height: 20px;
}

.footer_bold {
  font-weight: bold;
}

a {
  text-decoration: none;
}

.active {
  text-decoration: underline;
}

img {
  width: 100%;
}

/* Index */

.top-content_home {
  position: relative;
  margin: 0;
}

.top-content_home img {
  border-radius: 10px;
}

.top-content_home-text {
  background-color: rgba(78, 62, 127, 0.8);
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  text-align: center;
  padding-bottom: 30px;
  padding-top: 10px;
  border-radius: 10px;
  transform: translate(-50%, -50%);
}

.top-content_home-text h1,
.top-content_home-text p {
  padding: 0;
  margin: 0;
}

.top-content_home-text button {
  background-color: rgba(78, 62, 127, 0.8);
  color: #fff;
  position: absolute;
  top: 78%;
  left: 35%;
  width: 30%;
  text-align: center;
  border-radius: 10px;
}

.news h2 {
  text-align: center;
  background-color: #4e3e7f;
  color: #fff;
  padding: 0.2em;
  border-radius: 10px;
}

.news-specific {
  display: grid;
  background-color: #4e3e7f;
  padding: 5px;
  margin-top: 15px;
  margin-bottom: 10px;
  border-radius: 10px;
}

.news-text {
  margin-left: 0.5em;
  margin-right: 0.5em;
  color: #fff;
}

.news-text h3 {
  margin-top: 5px;
}

.news-image img {
  border-radius: 10px;
}

/* Explore */

.top-content_explore {
  position: relative;
  margin: 0;
}

.top-content_explore img {
  border-radius: 10px;
}

.top-content_explore-text h1 {
  background-color: #4e3e7f;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 0.1em;
}

.top-content_explore-text {
  border-radius: 10px;
}

.top-content_explore-text p {
  margin: 5px;
  text-align: left;
}

.explore h2 {
  background-color: #4e3e7f;
  color: #fff;
  text-align: center;
  padding: 0.2em;
  border-radius: 10px;
}

.explore p {
  margin: 5px;
}

.kids-top h3 {
  background-color: #4e3e7f;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  width: 20%;
  padding: 10px;
  transform: rotate(-10deg);
  float: left;
}

.kids {
  background-color: #4e3e7f;
  display: grid;
  color: #fff;
  padding: 5px;
  margin-top: 15px;
  margin-bottom: 10px;
  border-radius: 10px;
  float: right;
}

.kids img {
  border-radius: 10px;
}

.kids-text p {
  margin: 10px;
}

.teachers-top h3 {
  background-color: #4e3e7f;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  width: 30%;
  padding: 10px 0px;
  transform: rotate(10deg);
  float: right;
  margin-right: 2px;
}

.teachers {
  background-color: #4e3e7f;
  display: grid;
  color: #fff;
  padding: 5px;
  margin-top: 15px;
  margin-bottom: 10px;
  border-radius: 10px;
  float: left;
}

.teachers img {
  grid-area: 1;
  border-radius: 10px;
}

.teachers-text p {
  margin: 10px;
}

/* Exhibitions */

.top-content_exhibitions h1 {
  text-align: center;
  background-color: #4e3e7f;
  color: #fff;
  padding: 5px;
  margin-bottom: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.exhibition-image-text_top {
  position: relative;
  margin: 0;
}

.exhibition-image-text_top img {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.exhibition-image-text_top h2 {
  background-color: rgba(78, 62, 127, 0.8);
  color: #fff;
  position: absolute;
  bottom: -12px;
  width: 100%;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.exhibition-image-text {
  position: relative;
  margin: 0;
}

.exhibition-image-text img {
  border-radius: 10px;
}

.exhibition-image-text h2 {
  background-color: rgba(78, 62, 127, 0.8);
  color: #fff;
  position: absolute;
  bottom: -12px;
  width: 100%;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.exhibition-list h2 {
  text-align: center;
  background-color: #4e3e7f;
  color: #fff;
}

.exhibition-list {
  margin: 5px;
}

/* Visit */

.top-content_visit img {
  border-radius: 10px;
}

.visit h2 {
  background-color: #4e3e7f;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 5px;
}

.visit-content {
  background-color: #4e3e7f;
  padding: 10px;
  color: #fff;
  border-radius: 10px;
}

.hours-text_image {
  display: grid;
  text-align: center;
  align-items: center;
}

.hours-text_image img {
  border-radius: 10px;
}

/* Get Involved */

.top-content_get-involved {
  position: relative;
  margin: 0;
}

.top-content_get-involved img {
  border-radius: 10px;
}

.get-involved_text h1 {
  background-color: rgba(78, 62, 127, 0.8);
  color: #fff;
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: -14px;
  left: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.get-involved_content {
  margin: 5px;
}
