html {
  font-size: 16px; }

body {
  background-color: #e3d8e3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e3d8e3), to(#e3c89666));
  background-image: linear-gradient(#e3d8e3, #e3c89666);
  margin: 0;
  padding: 0; }

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0; }

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  text-transform: uppercase; }

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder; }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none; }

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible; }

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none; }

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; }

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline; }

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto; }

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block; }

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item; }

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none; }

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none; }

body {
  font-family: 'Poppins', sans-serif; }

h1 {
  font-weight: 700;
  font-size: 10vw;
  margin: 0;
  letter-spacing: 1rem;
  color: #3e0b3b;
  text-shadow: 0.4vw 0.4vw #68a1c6;
  border-bottom: 5px solid;
  text-transform: uppercase;
  padding: 2rem 0; }

h2 {
  font-weight: 500;
  font-size: 2rem;
  margin: 0;
  color: #3e0b3b; }

h4 {
  font-weight: 300;
  font-size: 1rem;
  color: #3e0b3b;
  font-family: 'Raleway', sans-serif; }

p {
  font-size: 1rem;
  font-weight: 400;
  font-family: 'Raleway', sans-serif;
  color: #3e0b3b; }

.splash-page__sub-title h2 {
  font-size: 3vw;
  -ms-flex-item-align: center;
  align-self: center;
  font-weight: 400;
  color: white;
  z-index: 2;
  background: rebeccapurple; }

button {
  font-size: inherit;
  line-height: 2rem;
  position: relative;
  border: 1px solid;
  background-color: transparent;
  text-transform: uppercase;
  cursor: pointer;
  color: #3e0b3b;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in; }

button:hover {
  background: #e4c9c9; }

/* .button__horizontal {
	position: absolute;
	top: -1rem;
	right: 0%;
	width: 100%;
	height: 4rem;
	border-right: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
	border-radius: 100%;
}

.button__vertical {
	position: absolute;
	height: 100%;
	width: 110%;
	top: 0;
	right: -5%;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-right: 1px solid;
	border-left: 1px solid;
}
 */
.splash-page__navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in; }
  .splash-page__navigation ul li {
    font-size: 3vw;
    font-weight: 400;
    color: #e3d7dc;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding-bottom: 3%; }

nav.splash-page__navigation--main ul {
  background-color: #b68a9b;
  -webkit-box-shadow: 8px 8px 10px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 8px 8px 10px 0 rgba(0, 0, 0, 0.4);
  opacity: 1;
  width: 100vw;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-evenly;
  font-size: 3vw; }
  nav.splash-page__navigation--main ul li {
    font-size: 3vw;
    padding: 0 1% 0 0; }
    nav.splash-page__navigation--main ul li :active {
      color: pink; }

li.logo {
  max-width: 0;
  overflow: hidden;
  background: #e3d7df;
  -webkit-transition: max-width 3s ease-in;
  transition: max-width 3s ease-in;
  font-size: 30px;
  color: black;
  height: 0;
  visibility: hidden;
  -webkit-transform: translateX(-10rem);
  transform: translateX(-10rem); }

.splash-page__navigation--main li.logo {
  max-width: 100px;
  height: 100%;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0); }

@media screen and (max-width: 800px) {
  nav.splash-page__navigation--main ul {
    height: 5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  nav.splash-page__navigation--main ul li {
    font-size: 5vw; } }
footer {
  height: 15vh; }

.footer-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.footer-container__left {
  width: 50%;
  height: 100%;
  background: #eae6e3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid; }

.footer-container__right {
  width: 50%;
  height: 100%;
  background: #eae6e3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white; }

.bio-page {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  text-align: center;
  margin: 2rem 15vw; }

.bio-page__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 2rem 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.bio-page__circle {
  height: 25%;
  width: 25%;
  justify-self: center;
  border-radius: 100%;
  margin-bottom: 10vh; }
  .bio-page__circle img {
    height: 140%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100%;
    -webkit-transition: all 1s ease-in;
    transition: all 1s ease-in; }
    .bio-page__circle img:hover {
      -webkit-box-shadow: 0.4vw 0.4vw #68a1c6;
      box-shadow: 0.4vw 0.4vw #68a1c6;
      -webkit-transform: translateY(-4px);
      transform: translateY(-4px); }

.bio-page__header-title {
  text-align: center; }

.bio-page__acting-bio, .bio-page__directing-bio, .bio-page__teaching-bio {
  margin-bottom: 2rem; }
  .bio-page__acting-bio p, .bio-page__directing-bio p, .bio-page__teaching-bio p {
    margin-bottom: 2rem; }

.bio-page__bios {
  margin: 0 2rem;
  margin-bottom: 2rem;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in; }
  .bio-page__bios h2 {
    padding-top: 2rem; }
  .bio-page__bios p {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 1rem; }

.bio-page__bios:hover {
  background: #e4c9c933;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  border-radius: 3%;
  -webkit-box-shadow: 6px 9px 10px #ab6f6f33;
  box-shadow: 6px 9px 10px #ab6f6f33; }

.blog-page {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  text-align: center;
  margin: 2rem 15vw; }

.blog-page__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 2rem 0;
  margin: 0 0 2rem 0; }

.blog-page__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 2rem; }

.blog-archive {
  height: 100%; }

.blog-page__blogs {
  width: 100%;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  margin-bottom: 2rem; }
  .blog-page__blogs a {
    color: #3e0b3b;
    text-decoration: none; }

.blog-page__blogs:hover {
  background: #e4c9c933;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  border-radius: 3%;
  -webkit-box-shadow: 6px 9px 10px #ab6f6f33;
  box-shadow: 6px 9px 10px #ab6f6f33; }

.blog-page__content {
  margin: 0 2rem; }
  .blog-page__content h2 {
    padding-top: 2rem; }
  .blog-page__content p {
    text-align: left; }

.blog__button button {
  margin-bottom: 2rem; }

.events-page {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  text-align: center;
  margin: 2rem 15vw; }

.events-page__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 2rem 0; }

.events-page__events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  text-align: center;
  margin: 2rem 15vw;
  margin: 0;
  grid-gap: 2rem; }

.events-page__events-block {
  border: 1px solid black;
  height: 200px;
  width: 200px; }

.events-page__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 2rem; }

.event-summary {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  box-direction: normal;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #e4c9c9;
  -webkit-box-shadow: -1px 7px 6px 3px #00000030;
  box-shadow: -1px 7px 6px 3px #00000030; }

.event-summary__date {
  padding-top: 2rem; }

.event-summary img {
  height: 50%;
  width: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  padding-top: 2rem; }

.events-page__container {
  height: 100%; }

.event-summary__content p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.event-summary__content p a {
  border: 1px solid;
  -ms-flex-item-align: center;
  align-self: center;
  margin-top: 2rem; }

.gallery-page {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  text-align: center;
  margin: 2rem 15vw;
  height: 100%;
  background: #e4d7dc; }

.gallery-page__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 2rem 0; }

.cd-info-page {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  text-align: center;
  margin: 2rem 15vw; }

.cd-info-page__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 2rem 0; }
  .cd-info-page__header h1 {
    margin-bottom: 2rem; }

.cd-info-page__cover {
  height: 100%; }
  .cd-info-page__cover img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.cd-info-page__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 2rem; }

.cd-info__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.splash-page {
  display: grid;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e3c8964d), to(#e3d8e3));
  background-image: linear-gradient(#e3c8964d, #e3d8e3); }

.splash-page__image img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
  -webkit-filter: grayscale(1);
  filter: grayscale(1) sepia(0.4);
  opacity: 0.1; }

.splash-page__navigation {
  position: fixed;
  z-index: 1; }
  .splash-page__navigation ul li {
    font-size: 4vw;
    font-weight: 600;
    color: #802c7866;
    text-shadow: 0 0vw #316a90; }

.name {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 18%;
  position: absolute; }
  .name h1 {
    padding: 0;
    color: #802c7866;
    text-shadow: 0vw 0vw #316a90;
    font-size: 5vw; }
  .name h2 {
    letter-spacing: 2vw;
    width: 100%; }

.reviews {
  position: absolute;
  top: 40vh;
  left: 40vw;
  width: 25%; }

@media screen and (max-width: 800px) {
  .reviews {
    width: 100%;
    top: 30%;
    left: 0; }

  .name h2 {
    width: 80%;
    font-size: 1.3rem; } }
.single-post__container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 40%; }

/*# sourceMappingURL=main.css.map */
