html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, footer, header, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-up {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes slide-fade-in {
  0% {
    transform: translateX(200px);
    opacity: 0;
  }
  100% {
    transform: translateX(20px);
    opacity: 1;
  }
}
@keyframes selected-slide-fade-in {
  0% {
    transform: translateX(200px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes mobile-slide-fade-in {
  0% {
    transform: translateX(200px);
    opacity: 0;
  }
  100% {
    transform: translateX(40px);
    opacity: 1;
  }
}
@keyframes mobile-selected-slide-fade-in {
  0% {
    transform: translateX(200px);
    opacity: 0;
  }
  100% {
    transform: translateX(20px);
    opacity: 1;
  }
}
header *, main *, footer {
  animation: fade-up 1.5s;
}

nav, nav * {
  animation: none !important;
}

nav ul li {
  animation: slide-fade-in 1.5s !important;
}
@media only screen and (max-width: 768px) {
  nav ul li {
    animation: mobile-slide-fade-in 1.5s !important;
  }
}

nav ul li.selected {
  animation: selected-slide-fade-in 1.5s !important;
}
@media only screen and (max-width: 768px) {
  nav ul li.selected {
    animation: mobile-selected-slide-fade-in 1.5s !important;
  }
}

@font-face {
  font-family: "La Femina";
  src: url(/assets/fonts/La_Femina/La\ Femina.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Crimson Text";
  src: url(/assets/fonts/Crimson_Text/CrimsonText-Regular.ttf) format("truetype");
  font-display: swap;
}
body {
  text-align: left;
  font-family: "Crimson Text", serif;
  letter-spacing: 3%;
  line-height: 200%;
  font-size: 20px;
  font-weight: 500;
  color: #1E1E1E;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 1.1rem;
  }
}

a {
  color: #1E1E1E;
}
a:hover {
  color: #7F504F;
  font-style: italic;
}
@media only screen and (max-width: 1230px) {
  a:hover {
    color: #1E1E1E;
    font-style: normal;
  }
}
a.title-link:hover {
  color: #EFEDE7;
  font-style: normal;
  text-decoration: none;
}

.title-link {
  text-decoration: none;
}

hr {
  width: 100%;
  background-color: rgba(186, 174, 120, 0.8);
  border-style: solid;
  border-color: rgba(186, 174, 120, 0.8);
  height: 1px;
  box-shadow: none;
}

label, form p {
  font-family: "La Femina", serif;
  color: #EFEDE7;
}

input, textarea, input * {
  text-transform: none;
  font-weight: 500;
  font-family: "Crimson Text", serif;
  letter-spacing: 3%;
  line-height: 200%;
  color: #1E1E1E;
}

input[type=file], input[type=file] * {
  font-size: 1.15rem;
  cursor: pointer;
}

h1, h2, h3 {
  font-family: "La Femina", serif;
  letter-spacing: 5%;
  margin: 0;
}

h1 {
  color: #EFEDE7;
  font-size: 5rem;
  font-weight: 600;
  margin-bottom: 50px;
  text-shadow: 4px 4px 10px #1E1E1E;
}
@media only screen and (max-width: 1230px) {
  h1 {
    font-size: 4rem;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 8.5vw;
    margin-bottom: 0;
  }
}

h2 {
  color: #EFEDE7;
  font-family: "La Femina", serif;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 300;
  text-shadow: 4px 4px 10px #1E1E1E;
}
@media only screen and (max-width: 1230px) {
  h2 {
    font-size: 0rem;
    opacity: 0;
    padding: 0;
    margin: 0;
  }
}

nav ul li {
  color: #1E1E1E;
  text-transform: uppercase;
  font-style: italic;
  font-family: "Crimson Text", serif;
  font-weight: 800;
  letter-spacing: 5%;
  font-size: 1.25rem;
  text-align: right;
}
nav ul li.selected p, nav ul li.selected a, nav ul li:hover p, nav ul li:hover a {
  color: #EFEDE7;
}
@media only screen and (max-width: 1230px) {
  nav ul li {
    font-size: 1.2rem;
  }
  nav ul li:hover p, nav ul li:hover a {
    color: #1E1E1E;
    font-style: italic;
  }
  nav ul li.selected:hover p, nav ul li.selected:hover a {
    color: #EFEDE7;
    font-style: italic;
  }
}

h3 {
  font-family: "La Femina", serif;
  text-transform: uppercase;
  font-size: 2.25rem;
  line-height: 1.5;
  font-weight: 600;
  text-align: left;
}

h4 {
  font-size: 1.5rem;
}

button {
  margin: 20px auto;
  padding: 10px 25px;
  background-color: #7F504F;
  font-family: "La Femina", serif;
  font-size: 1.5rem;
  text-decoration: none;
  color: #EFEDE7;
  border: none;
  cursor: pointer;
  width: 40%;
  transition: background-color 0.5s;
}
button:hover {
  background-color: #BAAE78;
  font-style: italic;
  color: #1E1E1E;
}
@media only screen and (max-width: 768px) {
  button {
    width: 100%;
    font-size: 1.25rem;
  }
  button:hover {
    background-color: #7F504F;
    font-style: normal;
    color: #EFEDE7;
  }
}

blockquote {
  border-left: solid #BAAE78 4px;
  padding-left: 20px;
  margin-left: 20px;
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  blockquote {
    margin-left: 0;
  }
}

cite {
  font-size: 1.5rem;
}

.button {
  display: flex;
  justify-content: center;
  padding: 10px 25px;
  background-color: #BAAE78;
  margin-top: 20px;
  width: 40%;
  border-bottom: solid #BAAE78 2px;
  cursor: pointer;
  transition: background-color 0.5s;
}
.button a {
  line-height: 125%;
  font-family: "La Femina", serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #EFEDE7;
  text-decoration: none;
}
.button:hover {
  background-color: #EFEDE7;
}
.button:hover a {
  color: #1E1E1E;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .button {
    width: 100%;
    margin-bottom: 20px;
  }
  .button a {
    font-size: 1.25rem;
  }
  .button:hover {
    background-color: #BAAE78;
  }
  .button:hover a {
    color: #EFEDE7;
    font-style: normal;
  }
}

form label, form p, form button {
  font-family: "Crimson Text", serif;
  text-transform: uppercase;
  font-style: italic;
}
@media only screen and (max-width: 1230px) {
  form label:hover, form p:hover, form button:hover {
    font-style: italic;
  }
}

@media only screen and (max-width: 1230px) {
  fieldset .button {
    font-size: 0.9rem;
  }
}

footer {
  font-family: "Crimson Text", serif;
  color: #1E1E1E;
}

body {
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
  max-height: 100%;
}

.wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1260px;
  width: 85%;
  margin: 0 auto;
}

header {
  background-color: #1E1E1E;
  background-image: url("../../assets/background.webp");
  background-position: 100%;
  background-size: 100%;
  background-repeat: repeat-y;
}
@media only screen and (max-width: 1230px) {
  header {
    background-size: 200%;
    background-repeat: repeat-x;
    background-position: top;
  }
}

body {
  background-color: #EFEDE7;
  background-image: url("../../assets/overlay.webp");
  background-blend-mode: lighten;
  background-position: 100%;
  background-size: 150%;
  background-repeat: repeat-y;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid #BAAE78 5px;
  box-shadow: 0 0 18px 0 rgba(30, 30, 30, 0.5), 0 0 18px 0 rgba(30, 30, 30, 0.5);
  z-index: 100;
  height: 300px;
  width: 100vw;
  top: 0;
  overflow: hidden;
}
@media only screen and (max-width: 1230px) {
  header {
    flex-direction: column;
    justify-content: center;
    height: 400px;
    gap: 15px;
  }
}
@media only screen and (max-width: 768px) {
  header {
    position: sticky;
    height: auto;
    min-height: auto;
    gap: 10px;
  }
}
header .titles {
  margin-left: 50px;
}
@media only screen and (max-width: 1230px) {
  header .titles {
    margin: 0;
    padding-top: 25px;
  }
}
header nav ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style-type: none;
  min-width: 20vw;
}
header nav ul li {
  display: flex;
  background-color: #BAAE78;
  transform: translateX(20px);
  transition: transform 0.4s;
  text-align: left;
}
@media only screen and (min-width: 1230px) {
  header nav ul li {
    display: flex !important;
  }
}
header nav ul li .diamond {
  background-image: url("../../assets/nav-diamond-1.svg");
  background-repeat: no-repeat;
  transform: translateX(-30px);
  height: 60px;
  min-width: 60px;
}
@media only screen and (max-width: 1230px) {
  header nav ul li .diamond {
    transform: translateX(-25px);
    height: 50px;
    min-width: 50px;
  }
}
@media only screen and (max-width: 768px) {
  header nav ul li .diamond {
    transform: translateX(-23px);
    height: 45px;
    width: 45px;
  }
}
header nav ul li.selected .diamond, header nav ul li:hover .diamond {
  background-image: url("../../assets/nav-diamond-2.svg");
}
header nav ul li.selected, header nav ul li:hover {
  background-color: #7F504F;
  transform: translateX(0px);
}
header nav ul li p, header nav ul li a {
  display: block;
  padding: 10px;
  margin: 0;
  padding-right: 40px;
  text-decoration: none;
  min-width: 90%;
  margin-left: -42px;
}
@media only screen and (max-width: 1230px) {
  header nav ul li p, header nav ul li a {
    padding: 5px;
    margin: 0;
    padding-right: 60px;
    text-decoration: none;
  }
  header nav ul li:hover {
    background-color: #BAAE78;
    transform: translateX(20px);
  }
  header nav ul li.selected:hover {
    background-color: #7F504F;
    transform: translateX(0);
  }
  header nav ul li:hover .diamond {
    background-image: url("../../assets/nav-diamond-1.svg");
  }
  header nav ul li.selected:hover .diamond {
    background-image: url("../../assets/nav-diamond-2.svg");
  }
}
@media only screen and (max-width: 768px) {
  header nav ul li {
    transform: translateX(40px);
  }
  header nav ul li p, header nav ul li a {
    padding-left: 0;
  }
  header nav ul li:hover {
    transform: translateX(40px);
  }
  header nav ul li.selected, header nav ul li.selected:hover {
    transform: translateX(20px);
  }
}
@media only screen and (max-width: 1230px) {
  header nav {
    min-width: 100vw;
    padding-left: 60vw;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  header nav ul li {
    text-align: left;
    min-width: 400px;
  }
}
@media only screen and (max-width: 768px) {
  header nav {
    padding-left: 0;
    max-width: 500px;
    min-width: 300px;
  }
  header nav p, header nav a {
    width: auto;
  }
  header nav ul {
    margin-top: 10px;
    min-width: 100vw;
    margin-left: 30vw;
  }
}

main {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  gap: 40px;
}
main br {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1230px) {
  main br {
    margin-bottom: 40px;
  }
}
main .column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin-top: 30px;
}
main .column p {
  margin-top: 0;
  margin-bottom: 0;
}
main .column h3 {
  margin-bottom: 20px;
}
main .column ul {
  padding-left: 20px;
  margin: 0;
}
main .two-column {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 45px;
}
main .two-column h3 {
  margin-top: 20px;
}
main .two-column .column-30 {
  width: 30%;
  height: 100%;
  margin-top: 40px;
}
main .two-column .column-70 {
  width: 70%;
  height: 100%;
  margin-top: 20px;
}
@media only screen and (max-width: 1230px) {
  main .two-column {
    flex-direction: column;
    margin-bottom: 0;
  }
  main .two-column .column-30, main .two-column .column-70 {
    width: 100%;
  }
  main .two-column .column-70 {
    margin-top: -20px;
  }
}
main img.headshot {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 5px 5px 0 #7F504F;
  order: -1;
}
main #credits, main #samples, main #facilities {
  scroll-margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  main #credits, main #samples, main #facilities {
    scroll-margin-top: 190px;
  }
}
@media only screen and (max-width: 768px) {
  main #services p {
    order: 5;
  }
}
main img.studio-pic {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  main img.studio-pic {
    margin-top: -5px;
    margin-bottom: 20px;
  }
}
main .shadowbox {
  width: 100%;
  background-color: rgba(30, 30, 30, 0.75);
  border: solid #BAAE78 5px;
  padding: 20px;
  padding-top: 25px;
}
main .audio-player {
  width: 700px;
  margin: 0 auto;
  margin-top: 20px;
}
main .audio-player:first-of-type {
  margin: 0 auto;
}
main .audio-player iframe {
  margin: 0 auto;
  box-shadow: 5px 5px 0 #7F504F;
}
@media only screen and (max-width: 1230px) {
  main .audio-player {
    width: 100%;
  }
}
main .facility {
  width: 100%;
  display: flex;
  gap: 40px;
}
@media only screen and (max-width: 1230px) {
  main .facility {
    flex-direction: column-reverse;
    gap: 0;
  }
}
main .slider-container {
  position: relative;
  width: 50%;
  height: 365px;
  min-width: 500px;
  margin-top: 40px;
}
@media only screen and (max-width: 1230px) {
  main .slider-container {
    min-width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
  }
}
main .text-container h4 {
  margin-bottom: 10px;
}
main .slider {
  height: 315px;
}
main .slider-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 92%;
  padding: 0 4%;
  bottom: 11px;
  right: 10px;
}
main .slider-nav .slider-btn {
  cursor: pointer;
  background-color: #EFEDE7;
  height: 30px;
}
main .slider-nav .slider-btn img {
  height: 30px;
  width: 30px;
}
main .slider-nav .slider-btn:hover {
  background-color: #BAAE78;
}
main .slider-nav .slider-btn:hover img {
  transform: skew(-15deg);
}
@media only screen and (max-width: 1230px) {
  main .slider-nav .slider-btn:hover {
    background-color: #EFEDE7;
  }
  main .slider-nav .slider-btn:hover img {
    transform: none;
  }
}
main .slider {
  overflow: hidden;
  display: flex;
  width: 100%;
  background-color: rgba(30, 30, 30, 0.75);
  box-shadow: 5px 50px 0 #7F504F;
  margin-bottom: 50px;
}
main .slider .slide {
  margin: 0;
  min-width: 100%;
  transition: transform 0.75s ease-in-out;
}
main .slider .slide img {
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  -o-object-fit: cover;
     object-fit: cover;
}
main form {
  background-color: rgba(30, 30, 30, 0.75);
  box-shadow: 5px 5px 0 #7F504F;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
}
main form fieldset {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  border: none;
  padding: 2% 0;
  max-width: 90%;
}
main form fieldset label, main form fieldset input, main form fieldset textarea {
  width: 90%;
  min-width: 90%;
}
main form fieldset label {
  margin-top: 15px;
}
main form fieldset input, main form fieldset textarea {
  border: none;
  background-color: rgba(239, 237, 231, 0.9);
  min-height: 40px;
  padding: 5px 10px;
}
main form fieldset textarea {
  min-height: 200px;
}
main form fieldset p {
  color: #EFEDE7;
  font-size: 0.9rem !important;
  width: 100%;
  text-align: right !important;
  margin-right: 5%;
}

footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 40px 0;
}
footer p {
  margin: 0 20px;
}