nav ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 35px;
  margin-top: 40px;
}

.nav > li {
  font-size: 20px;
  font-family: "nunito", sans-serif;
  list-style: none;
  margin-left: 0;
  text-align: center;
  float: left;
  position: relative;
}

.nav > li > a.active {
  text-decoration: underline;
  color: #475e53;
  font-size: 20px;
  font-family: "nunito", sans-serif;
  font-weight: bold;
}

.nav > li > a {
  text-decoration: none;
  font-size: 20px;
  font-family: "nunito", sans-serif;
  color: black;
  display: block;
}

.dropdown {
  display: none;
  position: absolute;
  top: -10px;
  z-index: 999;

}

.dropdown li {
  list-style: none;
  margin: 0;
}

.dropdown a {
  text-decoration: none;
  background-color: #e4e5e0;
  opacity: 90%;
  font-size: 18px;
  font-family: "nunito", sans-serif;
  padding: 20px;
  display: block;
}

.dropdown a:hover {
  color: #475e53;
}

.nav > li:hover .dropdown {
  display: block;
}

.header img {
  margin-bottom: 0;
  width: 100%;
}

header {
  position: relative;
}

.home img {
  width: 100%;
}

aside a:hover {
  color: #475e53;
}

.home h1 {
  font-family: "utopia std", serif;
  font-size: 40px;
  color: #475e53;
  background-color: #e4e5e0;
  opacity: 0.85;
  text-align: left;
  position: absolute;
  top: 20px;
  right: 0;
  width: 420px;
  line-height: 1.2;
  padding: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.home p {
  column-count: 2;
}

.home h2 {
  font-family: "nunito", sans-serif;
  font-size: 30px;
  font-style: italic;
  color: white;
  position: absolute;
  font-weight: lighter;
  left: 10px;
  bottom: -20px;
}

.home h3 {
  font-family: "utopia std", serif;
  font-size: 35px;
  text-align: center;
  color: #475e53;
  margin-top: 20px;
  margin-bottom: 5px;
}

.home p {
  font-family: "nunito", sans-serif;
  font-size: 18px;
  margin-bottom: 40px;
}

.home2 h3 {
  font-family: "utopia std", serif;
  font-size: 35px;
  text-align: center;
  color: #475e53;
  margin-top: 20px;
}

.home2 p {
  font-family: "nunito", sans-serif;
  font-size: 18px;
}

.goals li {
  font-family: "nunito", sans-serif;
  font-size: 18px;
}


.about h1 {
  font-size: 40px;
  font-family: "utopia std", serif;
  color: #475e53;
  text-align: right;
  background-color: #e4e5e0;
  opacity: 0.85;
  position: absolute;
  left: 0;
  bottom: 10px;
  padding: 10px;
  width: 360px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.aboutsidebar {
  margin-top: 10px;
}

header img {
  width: 100%;
}

img.left {
  margin-left: 130px;
}

img.chamber {
  margin-top: 110px;
}

img.right {
  margin-top: 100px;
}

.programs img {
  border-radius: 10px;
  width: auto;
  padding: 0;
}

.programs {
  padding: 0;
}

.leftpic h3 {
  font-size: 35px;
  font-family: "utopia std", serif;
  color: #475e53;
  line-height: 1.2;
  margin: 0;
  text-align: left;
}

.leftpic p {
  font-family: "nunito", sans-serif;
  font-size: 18px;
  margin-top: 5px;
  text-align: left;
}

.rightpic h3 {
  font-size: 35px;
  font-family: "utopia std", serif;
  color: #475e53;
  line-height: 1.2;
  margin: 0;
  text-align: right;
  margin-top: 100px;
}

.rightpic p {
  font-family: "nunito", sans-serif;
  font-size: 18px;
  margin-top: 5px;
  text-align: right;
}

.container_16 .prefix_3 {
  margin-bottom: 100px;
}

.staff img {
  margin-top: 65px;
  width: 100%;
  border-radius: 10px;
  margin-left: 50px;
}

.staff h3 {
  font-size: 35px;
  font-family: "utopia std", serif;
  color: #475e53;
  line-height: 1.2;
  margin-top: 50px;
  text-align: left;
}

.staff p {
  font-family: "nunito", sans-serif;
  font-size: 18px;
  margin-top: 5px;
  margin-left: 10px;
  text-align: left;
}

.contact h3 {
  font-size: 35px;
  font-family: "utopia std", serif;
  color: #475e53;
  line-height: 1.2;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;

}

.contact h2 {
  font-size: 22px;
  font-family: "nunito", sans-serif;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 0;

}

.contact p {
  font-family: "nunito", sans-serif;
  font-size: 18px;
  margin: 0;
}

.aboutsidebar a {
  text-decoration: none;
  color: black;
}

.media h1 {
  font-size: 40px;
  font-family: "utopia std", serif;
  color: #475e53;
  text-align: right;
  background-color: #e4e5e0;
  opacity: 0.85;
  position: absolute;
  left: 0;
  bottom: 10px;
  padding: 10px;
  width: 360px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.mediasidebar a {
  text-decoration: none;
  color: black;
}

iframe {
  margin: auto 0;
  display: block;
  width: 500px;
  height: 315px;

}

.videos h3 {
  font-size: 25px;
  font-family: "nunito", sans-serif;
  font-weight: bold;
  color:  #475e53;
  margin: 0;
  text-align: center;
}

.videos h2 {
  font-size: 18px;
  font-family: "nunito", sans-serif;
  font-weight: normal;
}

.audio h3 {
  font-size: 25px;
  font-family: "nunito", sans-serif;
  font-weight: bold;
  color:  #475e53;
  margin: 0;
  text-align: center;
}

.audio h2 {
  font-size: 22px;
  font-family: "nunito", sans-serif;
  font-weight: bold;
  margin: 20px 0 10px 0;
}

.audio ul {
  align-items: center;
  margin-bottom: 40px;
}

.audio li {
  list-style: none;
  font-size: 18px;
  font-family: "nunito", sans-serif;
  margin: 10px 0;
}

.audio a {
  text-decoration: underline;
  color: black;
}

aside {
  margin-top: 10px;
}

aside h2 {
  font-size: 25px;
  font-family: "nunito", sans-serif;
  font-weight: bold;
  color:  #475e53;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 10px;
}

aside p {
  font-size: 22px;
  font-family: "nunito", sans-serif;
  margin-top: 5px;
  margin-bottom: 5px;
}

.photos h3 {
  font-size: 25px;
  font-family: "nunito", sans-serif;
  font-weight: bold;
  color:  #475e53;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
}


.students h1 {
  font-size: 40px;
  font-family: "utopia std", serif;
  color: #475e53;
  text-align: right;
  background-color: #e4e5e0;
  opacity: 0.85;
  position: absolute;
  left: 0;
  bottom: 10px;
  padding: 10px;
  width: 360px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.students h3 {
  font-family: "utopia std", serif;
  font-size: 35px;
  text-align: center;
  color: #475e53;
  margin-bottom: 10px;
  margin-top: 20px;
}

.students p {
  font-family: "nunito", sans-serif;
  font-size: 18px;
  margin-bottom: 30px;
}

.studentssidebar a {
  text-decoration: none;
  color: black;
}

.dresscode h3 {
  font-family: "utopia std", serif;
  font-size: 35px;
  text-align: center;
  color: #475e53;
  margin-top: 40px;
  margin-bottom: 30px;
}

.dresscode h2 {
  font-family: "nunito", sans-serif;
  font-size: 25px;
  font-weight: bold;
  color: #475e53;

}

.dresscode h4 {
  font-family: "nunito", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #475e53;
}

.dresscode p {
  font-family: "nunito", sans-serif;
  font-size: 18px;
}

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

.italic {
  font-family: "nunito", sans-serif;
  font-size: 18px;
  font-style: italic;
}

.aside-2 p {
  font-family: "nunito", sans-serif;
  font-size: 16px;
}

.formsidebar a {
  text-decoration: none;
  color: black;
}

p.infoform {
  color: #475e53;
  font-family: "nunito", sans-serif;
  font-size: 16px;
  font-weight: bold;
}

h2.infoform {
  font-family: "utopia std", serif;
  font-size: 35px;
  text-align: center;
  color: #475e53;
  margin-top: 40px;
}

form h3 {
  font-family: "nunito", sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #475e53;
  margin-top: 20px;
  margin-bottom: 10px;
}

form p {
  font-family: "nunito", sans-serif;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
}

label {
  font-family: "nunito", sans-serif;
  font-size: 16px;
}

input {
 margin: 0 10px 10px 0;
 box-sizing: border-box;
 border-radius: 10px;
 border-style: solid;
 border-color: #e4e5e0;
 padding: 5px 13px;
}


input[type=submit] {
  background-color: #e4e5e0;
 border: none;
 color: #475e53;
 font-family: "nunito", sans-serif;
 font-weight: bold;
 font-size: 25px;
 padding: 16px 32px;
 text-decoration: none;
 margin: 10px 2px;
 cursor: pointer;
 float: right;
}

input[type=submit]:hover {
  box-shadow: 3px 5px #475e53;
}

.covid h3 {
  font-family: "utopia std", serif;
  font-size: 35px;
  text-align: center;
  color: #475e53;
  margin-top: 40px;
  margin-bottom: 30px;
}

.covid h2 {
  font-family: "nunito", sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: normal;
  margin: 5px 0 30px 0;

}

.covid p {
  margin-top: 5px;
  font-family: "nunito", sans-serif;
  font-size: 18px;
  margin-bottom: 30px;
  text-align: center;
}

.covid a {
  text-decoration: none;
  text-align: center;
  font-family: "nunito", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #475e53;
  background-color: #e4e5e0;
  border-radius: 10px;
  padding: 30px 20px;
  margin-top: -20px;
  margin-bottom: 50px;
}

.covid a:hover {
  box-shadow: 3px 5px #475e53;
}

.audition h1 {
font-size: 40px;
font-family: "utopia std", serif;
color: #475e53;
text-align: right;
background-color: #e4e5e0;
opacity: 0.85;
position: absolute;
left: 0;
bottom: 10px;
padding: 10px;
width: 360px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}

.auditionsidebar a {
  text-decoration: none;
  color: black;
}

.audseason h3 {
  font-family: "utopia std", serif;
  font-size: 35px;
  text-align: center;
  color: #475e53;
  margin-top: 20px;
}

.audseason p {
  font-family: "nunito", sans-serif;
  font-size: 18px;
}

p.call {
  margin-bottom: 50px;
  font-family: "nunito", sans-serif;
  font-size: 18px;
  font-weight: bold;
}

.required h3 {
  font-family: "utopia std", serif;
  font-size: 35px;
  text-align: center;
  color: #475e53;
  margin-top: 30px;
  margin-bottom: 30px;
}

.required img {
  margin: 70px 0 0 30px;
  width: 100%;
  border-radius: 10px;
}

.audmusic h3 {
  font-family: "utopia std", serif;
  font-size: 35px;
  text-align: center;
  color: #475e53;
  margin: 0;
}

.audmusic h2 {
  font-family: "nunito", sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: normal;
  text-align: center;

}

.audmusic p {
  font-family: "nunito", sans-serif;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 5px;
  background: #e4e5e0;
  border-radius: 10px;
  text-align: center;
}

.audmusic a {
  text-decoration: none;
  color: #475e53;
}

.audmusic p:hover {
  box-shadow: 3px 5px #475e53;
}

.required h2 {
  font-family: "nunito", sans-serif;
  font-size: 25px;
  font-weight: bold;
  color: #475e53;
  margin-bottom: 5px;
}

.required p {
  font-family: "nunito", sans-serif;
  font-size: 18px;
  margin: 0;
}

.tuition h3 {
  font-family: "utopia std", serif;
  font-size: 35px;
  text-align: center;
  color: #475e53;
  margin: 0;
}

.tuition p {
  margin-top: 5px;
  font-family: "nunito", sans-serif;
  font-size: 18px;
  margin-bottom: 30px;
}

.tuition h2 {
  font-family: "nunito", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #475e53;
}

.tuition ul {
  margin-bottom: -40px;
  border-style: solid;
  border-color: #475e53;
  border-width: 3px;
  border-radius: 10px;
  padding: 10px 0;
}

.tuition > li {
  list-style: none;
  font-family: "nunito", sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 5px 0

}

p.mailto {
  font-family: "nunito", sans-serif;
  font-size: 18px;
  font-weight: bold;
}

.aid h3 {
  font-family: "utopia std", serif;
  font-size: 35px;
  text-align: center;
  color: #475e53;
  margin-top: 20px;
}

.aid p {
  margin-top: 5px;
  font-family: "nunito", sans-serif;
  font-size: 18px;
  font-style: italic;
  margin-bottom: -30px;
}

.aid a:hover {
  box-shadow: 3px 5px #475e53;
}

.aid a {
  text-decoration: none;
  text-align: center;
  font-family: "nunito", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #475e53;
  background-color: #e4e5e0;
  border-radius: 10px;
  padding: 30px 20px;
  margin-top: -20px;
  margin-bottom: 50px;

}

.support h1 {
  font-size: 40px;
  font-family: "utopia std", serif;
  color: #475e53;
  text-align: right;
  background-color: #e4e5e0;
  opacity: 0.85;
  position: absolute;
  left: 0;
  bottom: 10px;
  padding: 10px;
  width: 360px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.supportimg {
  position: relative;
  margin-bottom: 30px;
}

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

img.kroger {
  margin-top: -60px;
  width: 75%;
  margin-left: 20px;
}

.supportimg p {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  color: white;
  font-family: "nunito", sans-serif;
  font-size: 20px;
  font-style: italic;
}

.supportsidebar a {
  text-decoration: none;
  color: black;
}

.donation h3 {
  font-family: "utopia std", serif;
  font-size: 35px;
  text-align: center;
  color: #475e53;
  margin-top: 40px;
}

.donation p {
  margin-top: 5px;
  font-family: "nunito", sans-serif;
  font-size: 18px;
  margin-bottom: 30px;
}

.donation h2 {
  font-family: "nunito", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #475e53;
  margin-top: 50px;
  margin-bottom: 10px;
}

.donation a {
  font-size: 30px;
  text-align: center;
  padding: 20px 50px;
  text-decoration: none;
  color: #475e53;
  background: #e4e5e0;
  border-radius: 10px;
  margin-left: 110px;
  margin-top: 50px;
  margin-bottom: 50px;

}

.donation a:hover {
  color: #475e53;
  box-shadow: 3px 5px;
}

p.note {
  font-family: "nunito", sans-serif;
  font-size: 18px;
  font-style: italic;
}

.reasons h3 {
  font-family: "utopia std", serif;
  font-size: 35px;
  text-align: center;
  color: #475e53;
  margin-top: 40px;
  line-height: 1;
}

.reasons h2 {
  font-family: "nunito", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #475e53;
  margin-top: 30px;
  margin-bottom: 0;
}

.reasons p {
  font-family: "nunito", sans-serif;
  font-size: 18px;
}

.programads h3 {
  font-family: "utopia std", serif;
  font-size: 35px;
  text-align: center;
  color: #475e53;
  margin-top: 30px;
}

table {
  border-collapse: separate;
  border-spacing: 50px 0;
  margin: 0 0 10px 0;
}

td {
  padding: 5px 0;
  font-family: "nunito", sans-serif;
  font-size: 18px;
}

th {
  font-family: "nunito", sans-serif;
  font-size: 20px;
  color: #475e53;
  font-weight: bold;
}

.programads p {
  font-family: "nunito", sans-serif;
  font-size: 18px;
  font-style: italic;
  margin-left: 120px;
}

.corporate h3 {
  font-family: "utopia std", serif;
  font-size: 35px;
  text-align: center;
  color: #475e53;
  margin-top: 40px;
}

.corporate h2 {
  font-family: "nunito", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #475e53;
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: center;
}

.corporate li {
  font-family: "nunito", sans-serif;
  font-size: 18px;
  text-align: center;
  list-style: none;
}

.individual-1 li {
  font-family: "nunito", sans-serif;
  font-size: 18px;
  text-align: center;
  list-style: none;
}

li.types {
  font-family: "nunito", sans-serif;
  font-size: 18px;
  text-align: center;
  list-style: none;
  color: #475e53;
  padding: 10px;
}

.individual-2 li {
  font-family: "nunito", sans-serif;
  font-size: 18px;
  text-align: center;
  list-style: none;
}

.individual-3 li {
  font-family: "nunito", sans-serif;
  font-size: 18px;
  text-align: center;
  list-style: none;
}


.footer {
  border-top: 2px solid #475e53;
  margin-top: 60px;
}


.footer ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.footer li {
  list-style: none;
  font-size: 20px;
  font-family: "nunito", sans-serif;
  margin-left: 0;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 30px;
}

li a {
  text-decoration: none;
  color: black;
}

li a:hover {
  color: #475e53;
}

.footer h3 {
  font-size: 20px;
  font-family: "nunito", sans-serif;
  font-weight: bold;
  color: #475e53;
  margin-bottom: 0;
  margin-left: 7px;
  margin-top: 20px;
}

.contact ul {
display: grid;
grid-template-columns: repeat(3, 1fr);
font-size: 18px;
}

.contact li {
  list-style: none;
  font-size: 18px;
  margin-left: 0;
  margin-top: 0;
}
