@charset "UTF-8";
/*! normalize.css v8.0.1 | 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;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * 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 {
  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;
}

/**
 * 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 */
  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 {
  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] {
  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;
}

/*! HTML5 Boilerplate v7.3.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.js-loading *,
.js-loading *:before,
.js-loading *:after {
  -webkit-animation-play-state: paused !important;
  animation-play-state: paused !important;
}

@font-face {
  font-family: Optima;
  src: url(../optima-medium.ttf) format("truetype");
}
@-webkit-keyframes slideInFromLeft {
  0% {
    -webkit-transform: translateX(-90px);
    transform: translateX(-90px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInFromLeft {
  0% {
    -webkit-transform: translateX(-90px);
    transform: translateX(-90px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideInFromTop {
  0% {
    -webkit-transform: translateY(-90px) scale(0.8);
    transform: translateY(-90px) scale(0.8);
    opacity: 0;
  }
  35% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
@keyframes slideInFromTop {
  0% {
    -webkit-transform: translateY(-90px) scale(0.8);
    transform: translateY(-90px) scale(0.8);
    opacity: 0;
  }
  35% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes slideInFromBottom {
  0% {
    -webkit-transform: translateY(90px) scale(0.8);
    transform: translateY(90px) scale(0.8);
    opacity: 0;
  }
  35% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
@keyframes slideInFromBottom {
  0% {
    -webkit-transform: translateY(90px) scale(0.8);
    transform: translateY(90px) scale(0.8);
    opacity: 0;
  }
  35% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes opacityNoneToMax {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacityNoneToMax {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*****STYLE RESET*****/
:root {
  --off-white: #fdfdfd;
  --light-bg: #f8f8f4;
  --dark-bg: #090707;
  --black: #090707;
  --blacker:#030303;
  --light-grey: #aaa;
  --dark-grey: #4d4b49;
  --gold: #bd8b1e;
  --red: #a20021;
  --yellow: #eaab01;
  --light-yellow: #f4cb49;
  --teal: #084c61;
  --ff1-ss: Optima, sans-serif;
  --ff2-ss: "Source Sans Pro", sans-serif;
  --bezier: cubic-bezier(.3,0,.5,1);
  --yellow-gradient: linear-gradient(#f2ca4c, #de9b05);
  --yellow-inverse: linear-gradient(#eaab01, #f4cb49);
  --yellow-hover: linear-gradient(#ffda64, #d99701);
  --teal-gradient: linear-gradient(#118eaa, #0d4755);
  --gold-gradient: linear-gradient(to bottom right, #E3c54f, #B18C23, #E3c54f);
  --gold-gradient-2: linear-gradient(-35deg, #E3c54f, #B18C23, #E3c54f, #B18C23);
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*****GLOBAL STYLES******/
html {
  width: 100%;
  overflow-x: hidden;
}

body {
  font-size: 17px;
  background-color: var(--light-bg);
  width: 100%;
  overflow-x: hidden;
}

h1, h3, nav, a {
  font-family: var(--ff1-ss);
}

h2, h4, p {
  font-family: var(--ff2-ss);
}

h1 {
  color: var(--gold);
  font-size: 1.7647rem;
  font-weight: 700;
  letter-spacing: 0.7px;
  line-height: 1.5em;
}

h2 {
  color: var(--dark-grey);
  font-size: 1.2353rem;
  font-weight: 400;
  text-align: center;
}

h3 {
  color: var(--gold);
  font-size: 1.2353rem;
  font-weight: 500;
  letter-spacing: 0.7px;
  line-height: 1.5em;
}

h4 {
  color: var(--light-grey);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.7px;
  text-align: center;
}

p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 2em;
  letter-spacing: 0.015em;
}

nav {
  color: var(--light-grey);
  font-size: 1.2941rem;
}

ul, li {
  list-style: none;
}

a {
  text-decoration: none;
  color: var(--dark-grey);
}

.inline-anchor {
  font-family: var(--ff2-ss);
  font-weight: 400;
  text-decoration: underline;
}

hr {
  border-top: 0.5px solid var(--gold);
  height: 0;
  margin: 0;
}

.email {
  font-family: var(--ff2-ss);
  font-weight: 400;
}

/*****MOBILE STYLES*****/
/*HEADER STYLES*/
header {
  background: var(--black);
  height: 660px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.header-logo {
  display: block;
}

.header-logo img {
  width: 125px;
  margin: 2em;
}

header::after {
  content: "";
  clear: both;
  display: block;
}

/*SITE NAV*/
.navbar-wrapper {
  position: relative;
}

.navbar-wrapper::after {
  content: "";
  clear: both;
  display: block;
}

.site-nav {
  position: absolute;
  top: 100%;
  right: 0%;
  background: black;
  height: 0;
  overflow: hidden;
  z-index: 5;
}

.site-nav--open {
  height: auto;
}

.site-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav li {
  border-bottom: 1px solid var(--dark-grey);
}

.site-nav li:last-child {
  border-bottom: none;
}

.site-nav a {
  color: rgba(170, 170, 170, 0.7);
  display: block;
  padding: 1.5em 4em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  -webkit-transition: 450ms;
  transition: 450ms;
}

.site-nav a:hover,
.site-nav a:focus {
  background: #101010;
  color: rgb(189, 139, 30);
}

.site-nav .active {
  background: #151515;
  color: var(--gold);
  opacity: 1;
}

.site-nav a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--gold);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
}

.site-nav a:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.menu-toggle {
  padding: 1em;
  position: absolute;
  top: 41px;
  right: 25px;
  cursor: pointer;
}

.hamburger,
.hamburger::after {
  content: "";
  display: block;
  background: var(--gold);
  height: 1.5px;
  width: 1.75em;
  border-radius: 3px;
  -webkit-transition: transform ease-in-out 500ms;
  -webkit-transition: -webkit-transform ease-in-out 500ms;
  transition: -webkit-transform ease-in-out 500ms;
  transition: transform ease-in-out 500ms;
  transition: transform ease-in-out 500ms, -webkit-transform ease-in-out 500ms;
}

.hamburger::after {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.open .hamburger {
  -webkit-transform: rotate(45deg) scale(0.8);
  transform: rotate(45deg) scale(0.8);
}

.open .hamburger::after {
  -webkit-transform: rotate(-90deg) translateX(0px);
  transform: rotate(-90deg) translateX(0px);
}

/*END OF SITE NAV*/
#hero,
#about-hero {
  background-color: black;
  height: 550px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 90%;
}

#hero {
  background-image: url("../img/mobile-profile.jpg");
}

#hero-logo {
  display: none;
}

.tagline {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--light-bg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 3.5em 2em 2em 2em;
}

.tagline img {
  width: 146px;
  margin: auto 0;
  opacity: 1;
}

.tagline h2 {
  margin-top: 1em;
  opacity: 1;
}

/*FOOTER STYLES*/
footer {
  background-color: var(--black);
}

.footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.footer-logo img {
  width: 146px;
  margin-top: 2em;
}

.social-icons-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0;
  padding: 3em 0;
}

.social-icons-container img {
  width: 48px;
  padding: 5px;
  opacity: 0.7;
  margin: 0 0.6em;
  -webkit-transition: opacity ease-out 200ms;
  transition: opacity ease-out 200ms;
}

.social-icons-container img:hover {
  opacity: 1;
}

footer p {
  color: white;
  font-size: 1rem;
  opacity: 0.5;
  margin-top: 0;
  letter-spacing: 0.4px;
}

#consent-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem;
  background-color: rgba(253, 253, 253, 0.97);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  z-index: 50;
}

.consent-text {
  color: var(--black);
  font-family: var(--ff2-ss);
  font-weight: 400;
  font-size: 0.9em;
  margin: 0.5em 0;
  max-width: 100ch;
}

.policy-link,
.consent-link {
  color: var(--black);
  font-family: var(--ff2-ss);
  font-weight: 700;
}

.policy-link {
  text-decoration: underline;
}

.consent-link {
  display: inline-block;
  text-transform: uppercase;
  padding: 1em 2em;
  margin: 0.5em 0;
  opacity: 0.8;
  border: 1px solid var(--black);
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}

.consent-link:hover {
  opacity: 1;
}

.navbar-wrapper.navbar-cookie {
  position: static;
}

#cookie-policy {
  text-align: center;
  max-width: 90%;
  margin: 3em auto 3em;
}

.cookie-header,
.link-opt-out,
.links-ul,
.link-to-device-cookie,
.cookie-types,
.cookie-subheader {
  color: var(--black);
  font-family: var(--ff2-ss);
  text-align: left;
}

.cookie-policy-text {
  text-align: left;
  max-width: 100ch;
}

.link-opt-out,
.link-to-device-cookie {
  text-decoration: underline;
}

/*ROLES STYLES*/
#roles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3em;
}

.roles-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.role-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  z-index: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 298px;
  border-radius: 25px;
  -webkit-box-shadow: 4px 4px 10px #aaa;
  box-shadow: 4px 4px 10px #aaa;
  -webkit-transition: all 550ms 100ms ease;
  transition: all 550ms 100ms ease;
}

.role-card-img {
  width: 100%;
  height: auto;
  border-radius: 25px;
  -webkit-transition: all 400ms 80ms;
  transition: all 400ms 80ms;
}

.role-card__content {
  background-color: rgba(253, 253, 253, 0.85);
  bottom: 0%;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 25px;
  -webkit-transition: all 500ms 120ms ease-in-out;
  transition: all 500ms 120ms ease-in-out;
}

.role-card__title {
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}

.role-card__title strong {
  font-weight: 600;
}

.role-card__subtitle {
  margin-top: 0;
  text-align: center;
  margin: 0;
}

.role-card--hover .role-card-img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05) rotate(-1deg) translateX(2px);
}

.role-card::after {
  content: "";
  position: absolute;
  background-color: rgba(253, 253, 253, 0.85);
  left: -5px;
  top: 0;
  right: -5px;
  bottom: -10px;
  text-align: center;
  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;
  font-family: "Source Sans Pro";
  font-weight: 400;
  line-height: 1.85;
  font-size: calc(0.5rem + 1.8vw);
  padding: 4% 9.5% 8%;
  margin-top: 90%;
  border-radius: 25px;
  opacity: 0;
  -webkit-transform: translateY(100px) scale(0.5);
  transform: translateY(100px) scale(0.5);
  -webkit-transition: all 450ms 80ms ease-in-out;
  transition: all 450ms 80ms ease-in-out;
}

.role-card-1.role-card::after {
  content: "Playing this role showed me the true complexity of operatic characters. By studying this woman, and by representing her with my voice, I got to know myself better, and I found my true voice.";
  margin-top: 83%;
}

.role-card-2.role-card::after {
  content: "The role of Susanna is one of my all-time favorites, not only because of how fun it is to play, but because I see myself in her. Susanna is playful, clever, and loyal.";
  margin-top: 92%;
}

.role-card-3.role-card::after {
  content: "I have a love-hate relationship with Lauretta. On the one hand, her brief appearance is the textbook example of “short but sweet.” On the other hand, her material is some of the hardest I’ve ever sang. Through this role, I learned what it really means to sing beautifully and simply.";
  margin-top: 60%;
  font-size: calc(0.5rem + 1.7vw);
}

.role-card-4.role-card::after {
  content: "This character holds a special place in my heart. By far, Hansel und Gretel is one of my all-time favorite scores. Every time I sang the finale, I had to hold back tears. Gretel reminded me how to see the world through the eyes of a child, and bring that naiveté to the stage.";
  margin-top: 74%;
}

.role-card-5.role-card::after {
  content: "It was through Adele that I found my love for singing. I cannot describe how much fun I had by playing this role, which was my first staged opera experience. Since that moment, I knew I was meant to be on the stage.";
  margin-top: 82%;
}

.role-card-6.role-card::after {
  content: "Hodel represented for me a part of my own story: leaving my parents in a foreign land to come to the United States and follow my dreams. It’s an important role in my life that I will always cherish for this reason. Hodel helped me develop into the singer I am today.";
  margin-top: 72%;
}

.role-card--hover {
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
  /* box-shadow: 5px 2px 7px #888; */
}

.role-card--hover .role-card__content {
  opacity: 0;
  -webkit-transform: translateY(90px) scale(0.5);
  transform: translateY(90px) scale(0.5);
  -webkit-transition: all 400ms 0ms ease-in-out;
  transition: all 400ms 0ms ease-in-out;
}

.role-card--hover::after {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
}

/*FEATURE VIDEO*/
#feature-video {
  background-color: var(--black);
}

#feature-video p {
  color: var(--light-grey);
}

.feature-video__content-wrapper {
  display: grid;
  grid-template: ". header ." auto ". video ." auto ". text ." auto ". btn ." auto/3% 1fr 3%;
  margin-bottom: 0;
  grid-row-gap: 1em;
  padding: 2em 0 2.5em;
}

.video-header {
  grid-area: header;
}

.video-container {
  grid-area: video;
}

.video-text {
  grid-area: text;
}

.video {
  width: 100%;
  height: 45vw;
  max-width: 430px;
}

#feature-video .video-text {
  max-width: 55ch;
}

.btn-secondary {
  grid-area: btn;
  color: rgb(170, 170, 170);
  font-family: var(--ff2-ss);
  font-weight: 300;
  display: block;
  text-align: center;
  padding: 1em 1.6em;
  border: rgba(177, 140, 35, 0.7) solid 1px;
  transition: color 300ms, border 300ms, transform 100ms;
  max-width: 550px;
  margin: 0 auto;
}

.btn-secondary:hover {
  color: var(--light-bg);
  border: rgb(177, 140, 35) solid 1px;
}

.btn-secondary:active {
  transform: scale(0.98) translateX(-2px) translateY(-1px);
}

.soundcloud-container {
  width: 85%;
  margin: 0 auto 3.5em;
}

/*SERVICES OFFERED STYLES*/
#services {
  background-color: var(--black);
  display: grid;
  grid-template: ". header ." auto ". main ." auto/5% 1fr 5%;
  padding: 2em 0;
}

#services h3 {
  grid-area: header;
  text-align: center;
  margin-bottom: 1.5em;
}

.services-container {
  grid-area: main;
  display: grid;
  grid-template: "s1" auto "s2" auto "s3" auto "s4" auto/1fr;
}

.services-offered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.services-offered img {
  height: 90px;
  margin: 0 auto;
}

/*CONTACT STYLES*/
.contact-img-container {
  background-image: url("../img/contact-img.jpg");
  background-size: cover;
  height: 100vh;
}

.contact-message {
  margin: 0 auto;
  width: 80%;
}

.contact-message-wrapper > * {
  margin-top: 1.75em;
}

.contact-message-wrapper:last-child {
  margin-bottom: 2em;
}

.signature {
  width: 225px;
}

.mailto {
  font-family: var(--ff2-ss);
  color: var(--black);
}

.mail-me {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 2.5em 0 0 0;
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-wrapper {
  width: 50px;
}

.image-wrapper img {
  width: 100%;
}

.mail-me p {
  margin-left: 1em;
}

/******MOBILE ABOUT ME PAGE******/
.about-page-header {
  height: auto;
}

#about-hero {
  background-color: var(--black);
  width: 100%;
  height: auto;
  padding-top: 1.5em;
  padding-bottom: 3.5em;
}

.mobile-hide {
  display: none;
}

.about-hero-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 360px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-hero-logo-container {
  width: 60%;
}

.about-hero-logo-img {
  width: 100%;
  height: auto;
}

.about-hero-text {
  color: var(--light-bg);
  text-align: center;
  max-width: 40ch;
}

.about-hero-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.about-button {
  padding: 1.2em;
  border-radius: 35px;
  font-size: 0.965rem;
  display: block;
  text-align: center;
  min-width: 151px;
  width: 45vw;
  max-width: 180px;
  font-family: var(--ff2-ss);
}

.about-button:active {
  -webkit-transform: scale(0.97) translateX(-2px);
  transform: scale(0.97) translateX(-2px);
}

.about-button-1 {
  background-image: var(--gold-gradient-2);
  background-position: 80% 100%;
  background-size: 250%;
  color: var(--black);
  border: var(--black) 2px solid;
  margin-right: 2%;
  opacity: 0.9;
  -webkit-transition: 400ms;
  transition: 400ms;
}

.about-button-2 {
  color: var(--light-bg);
  position: relative;
  background-image: var(--gold-gradient-2);
  background-position: 80% 100%;
  background-size: 400%;
  opacity: 0.9;
  -webkit-transition: 400ms;
  transition: 400ms;
}

.about-button-1:hover {
  background-image: var(--gold-gradient-2);
  opacity: 1;
  background-position: 0% 80%;
}

.about-button-2::before {
  content: "Audition Resume";
  font-size: 0.965rem;
  position: absolute;
  color: var(--light-bg);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  font-weight: 300;
  opacity: 0.9;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
}

.about-button-2:hover::before {
  opacity: 1;
}

.about-button-2::after {
  content: "";
  background: var(--black);
  width: 97.3%;
  height: 91%;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 48px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.about-button-2:hover {
  background-image: var(--gold-gradient-2);
  opacity: 1;
  background-position: 0% 80%;
}

.about-intro-container {
  width: 80%;
  margin: auto;
  position: relative;
}

h2.about-intro {
  line-height: 2.1em;
  color: var(--black);
  font-size: 1.1rem;
  text-align: left;
  margin: 2em auto;
  padding: 0.5em;
  max-width: 80ch;
  font-weight: 300;
}

.about-intro span {
  color: var(--gold);
  font-size: 1.7rem;
  font-weight: 700;
}

.about-intro::first-line {
  line-height: 2.1em;
}

.soundcloud-container {
  width: 80%;
}

.btn-soundcloud {
  font-family: var(--ff2-ss);
  color: var(--black);
  text-align: center;
  display: block;
  border: var(--black) solid 1px;
  max-width: 85%;
  margin: 0 auto 3.2em;
  padding: 1.1em 1em;
  position: relative;
  -webkit-transition: -webkit-transform 100ms;
  transition: -webkit-transform 100ms;
  transition: transform 100ms;
  transition: transform 100ms, -webkit-transform 100ms;
}

.btn-soundcloud:hover {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px) scale(0.985);
}

.btn-soundcloud:active {
  color: #ff7700;
  border: #ff7700 solid 1px;
}

.btn-soundcloud::after {
  content: url("../img/soundcloud-logo-filled.svg");
  position: absolute;
  width: 17%;
  max-width: 65px;
  bottom: -53%;
  right: -8%;
}

.grid-divider {
  width: 15%;
  height: 1px;
  margin: 3em auto 1.5em;
  background-color: var(--gold);
}

.about-grid-container-1,
.about-grid-container-2 {
  display: grid;
  grid-gap: 24px;
}

.about-grid-container-2 {
  margin-bottom: 2em;
}

.grid-img {
  background: teal;
  width: 85%;
  height: 85vw;
  margin: auto;
}

.grid-text {
  width: 80%;
  margin: auto;
}

.grid-iframe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  margin: auto;
  height: 85vw;
}

iframe {
  width: 100%;
  height: 70%;
}

.grid-item1 {
  background-image: url("../img/bw1.jpg");
  background-size: cover;
  background-color: var(--red);
}

.grid-item3 {
  background: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-item4 {
  background-image: url("../img/susy-sergio.jpg");
  background-size: cover;
  background-color: var(--yellow);
}

.grid-item6 {
  background-image: url("../img/figaro-dance.jpg");
  background-size: cover;
  background-position: center;
  background-color: var(--teal);
}

.grid-item8 {
  background: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-item10 {
  background-image: url("../img/group-1.jpg");
  background-size: cover;
  background-position: center;
  background-color: var(--red);
}

.grid-item11 {
  background-image: url("../img/red-scarf-1.jpg");
  background-size: cover;
  background-color: var(--yellow);
}

.grid-item12 {
  background-image: url("../img/dark-lights.jpg");
  background-size: cover;
  background-color: var(--teal);
}

.grid-item13 {
  background-image: url("../img/group-2.jpg");
  background-size: cover;
  background-color: var(--red);
}

.grid-item15 {
  background-image: url("../img/red-scarf-2.jpg");
  background-size: cover;
  background-position: center;
  background-color: var(--yellow);
}

.grid-item17 {
  background-image: url("../img/gianni-backstage.jpg");
  background-size: cover;
  background-position: center;
  background-color: var(--teal);
}

.grid-item4,
.grid-item11,
.grid-item12,
.grid-item13 {
  display: none;
}

/******MOBILE TEACHING PAGE******/
.teaching-page span {
  color: var(--yellow);
}

/******TEACHING PAGE BUTTON COMPONENT******/
.button__container {
  text-align: center;
  z-index: 2;
  font-size: 1.2rem;
  padding-top: 1em;
}

.button__area {
  color: var(--blacker);
  font-family: "Source Sans Pro";
  font-style: oblique;
  font-weight: 600;
  padding: 1em 2em;
  border: none;
  border-radius: 35px;
  background-image: var(--yellow-gradient);
  -webkit-box-shadow: 3px 5px 6px 0px rgba(78, 78, 78, 0.8);
  box-shadow: 3px 5px 6px 0px rgba(95, 95, 95, 0.8);
}

a.button__area:hover {
  background-image: var(--yellow-hover);
}

.button__area:active {
  -webkit-box-shadow: 2px 4px 5px 0px rgba(95, 95, 95, 0.8);
  box-shadow: 2px 4px 5px 0px rgba(95, 95, 95, 0.8);
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  -webkit-filter: saturate(110%);
  filter: saturate(110%);
}

.button__text {
  font-family: "Source Sans Pro";
  font-size: 1.2em;
  font-style: oblique;
  font-weight: 600;
}

/*MOBILE TEACHING HEADER*/
.teaching-header__container {
  display: grid;
  height: 680px;
  grid-template-rows: [header-start] 110px [hero-start] 1fr [button-start] 2em [hero-end] 3.5em [header-end];
  background-color: var(--light-bg);
}

.navbar-wrapper,
#teaching-hero,
.button__container {
  grid-column: 1/-1;
}

.teaching-header__container .navbar-wrapper {
  grid-row: header-start/hero-start;
  background-color: var(--black);
}

#teaching-hero {
  display: grid;
  grid-template-rows: 4fr 3fr;
  grid-row: hero-start/hero-end;
  background-color: var(--black);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 7, 7, 0)), color-stop(45%, rgba(4, 3, 3, 0)), color-stop(70%, rgba(2, 2, 2, 0.95)), to(rgb(0, 0, 0))), url(../img/teaching-hero-mobile2.jpg);
  background-image: linear-gradient(to bottom, rgba(9, 7, 7, 0) 0%, rgba(4, 3, 3, 0) 45%, rgba(2, 2, 2, 0.95) 70%, rgb(0, 0, 0) 100%), url(../img/teaching-hero-mobile2.jpg);
  background-size: cover;
}

.teaching-hero__header-content__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.teaching-hero__header-content {
  color: var(--light-bg);
  font-family: "Source Sans Pro";
  font-weight: 700;
  font-style: oblique;
  font-size: calc(1.1rem + 1.8vw);
  text-align: center;
  margin: 0 0 calc(1em + 1vw) 0;
  line-height: 1.8;
}

.teaching-header__container .button__container {
  grid-row: button-start/header-end;
}

/*MOBILE TEACHING INTRO MESSAGE*/
.intro-message__container {
  margin-top: 3em;
  background-color: var(--off-white);
  color: var(--blacker);
  padding: 1em 2em 3.5em;
  text-align: left;
}

.intro-message__title {
  color: inherit;
  font-size: 1.7rem;
  text-align: inherit;
}

.intro-message__container > .signature {
  width: 150px;
  margin: 1em auto;
}

.intro-message__img-wrapper {
  position: relative;
  z-index: 1;
}

.intro-message__img img {
  width: 100%;
  border-radius: 30px;
}

.intro-message__img {
  position: relative;
  margin: 1em 0;
}

.intro-message__img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: var(--yellow-gradient);
  z-index: -1;
  position: absolute;
  bottom: -1em;
  right: -1em;
  border-radius: 30px;
}

/*MOBILE TEACHING TESTIMONIAL COMPONENT*/
.testimonial__container {
  padding: 3em 2em 2em;
  background-image: var(--teal-gradient);
  color: var(--light-bg);
  font-style: oblique;
}

.quotation-mark {
  width: 50px;
  opacity: 0.5;
  margin-bottom: 0.5em;
}

.testimonial__content {
  position: relative;
}

.testimonial__content::before {
  content: "";
  height: 100%;
  width: 2px;
  display: block;
  background-color: var(--yellow);
  position: absolute;
  left: -0.8em;
  opacity: 0.8;
}

/*MOBILE TEACHING PIANO AND VOICE COMPONENT*/
.voice,
.piano {
  font-family: var(--ff2-ss);
  color: var(--blacker);
  display: grid;
  grid-template-rows: [container-start] auto [button-start] 2em [container-end] 5em [section-end];
  background-color: var(--light-bg);
}

.piano__container,
.voice__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  padding: 2em;
  background-color: var(--off-white);
  grid-row: container-start/container-end;
  -webkit-box-shadow: 0px 8px 6px 0px rgba(170, 170, 170, 0.59);
  box-shadow: 0px 8px 6px 0px rgba(170, 170, 170, 0.59);
}

.main-card__title,
.sub-card__title {
  font-family: inherit;
  color: inherit;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
}

.main-card__title::after,
.sub-card__title::after {
  content: "";
  background-color: var(--yellow);
  height: 2px;
  width: 50%;
  border-radius: 5px;
  display: block;
}

.main-card__title::after {
  bottom: 5px;
}

.main-card__content,
.sub-card__content,
.sub-card__content li {
  font-family: inherit;
  color: var(--dark-grey);
  margin-top: 0.5em;
}

ul.sub-card__content {
  padding: 0;
}

ul.list-1 {
  margin-bottom: 0;
}

ul.list-2 {
  margin-top: 0;
}

.sub-card__content li {
  font-weight: 300;
  line-height: 34px;
}

.piano__container,
.voice__container,
.button__container {
  grid-column: 1/-1;
}

.piano > .button__container,
.voice > .button__container {
  grid-row: button-start/button-end;
}

/*MOBILE TEACHING WHY STUDY SECTION*/
.sales {
  margin: 1em auto 2em;
}

.sales__title {
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 700;
  font-style: oblique;
  color: var(--blacker);
  grid-area: title;
  margin: 1em auto 1.5em;
}

.sales__title span {
  font-size: 2.5rem;
  grid-area: title;
}

.sales__container {
  display: grid;
  grid-template: ". sales-card-1 ." auto ". sales-card-2 ." auto ". sales-card-3 ." auto/10% 1fr 10%;
  grid-row-gap: 2.5em;
}

.sales__card__img {
  width: 103px;
}

.sales__subtitle {
  color: var(--blacker);
  font-size: 1.25rem;
  margin-bottom: 0.5em;
}

.sales__card-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sales__content {
  text-align: center;
  margin-top: 0;
}

.sales__card-1 {
  grid-area: sales-card-1;
}

.sales__card-1 .note {
  text-align: center;
  margin-top: 0;
  font-size: 0.7rem;
  color: var(--black);
}

.sales__card-2 {
  grid-area: sales-card-2;
}

.sales__card-3 {
  grid-area: sales-card-3;
}

.desktop-only {
  display: none;
}

/*MOBILE TEACHING JS TESTIMONIAL COMPONENT*/
.testimonial-js {
  background-image: var(--teal-gradient);
  color: var(--light-bg);
  padding: 2em 10%;
}

.testimonial-js__title {
  text-transform: uppercase;
  color: var(--light-bg);
  font-size: 2rem;
  font-style: oblique;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.5px;
}

.parent-testimonial {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 142, 170, 0.93)), to(rgba(13, 71, 85, 0.93))), url("../img/parent-testimonial.jpg");
  background-image: linear-gradient(to bottom, rgba(17, 142, 170, 0.93), rgba(13, 71, 85, 0.93)), url("../img/parent-testimonial.jpg");
  background-size: cover;
  background-position: 70% 0;
}

.pro-testimonial {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 142, 170, 0.93)), to(rgba(13, 71, 85, 0.93))), url("../img/pro-testimonial.jpg");
  background-image: linear-gradient(to bottom, rgba(17, 142, 170, 0.93), rgba(13, 71, 85, 0.93)), url("../img/pro-testimonial.jpg");
  background-size: cover;
  background-position: 70% 0;
}

.testimonial-js__author {
  line-height: 1.5;
}

/*MOBILE TEACHING 1-2-3 SECTION*/
.steps__container {
  padding: 3em 10%;
}

.steps__title,
.steps__subtitle,
.steps__content,
.steps a {
  color: var(--blacker);
  font-family: var(--ff2-ss);
}

.steps__title {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  font-style: oblique;
  margin: 0;
  text-align: left;
}

.steps__subtitle {
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: 700;
  font-style: oblique;
  margin: 0;
  text-align: left;
}

.steps-component {
  background-color: var(--off-white);
  border-radius: 35px;
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0px 8px 6px 0px rgba(170, 170, 170, 0.59);
  box-shadow: 3px 8px 6px 0px rgba(170, 170, 170, 0.59);
  margin-top: 2em;
}

.steps__number {
  font-size: 3em;
  font-weight: 700;
  font-style: oblique;
  margin: 0;
  color: var(--teal);
}

.steps__content {
  margin-left: 2em;
}

.steps__img {
  margin: 2em 0 0 0;
}

.steps__img img {
  width: 100%;
  border-radius: 35px;
  -webkit-box-shadow: 0px 8px 6px 0px rgba(170, 170, 170, 0.59);
  box-shadow: 3px 8px 6px 0px rgba(170, 170, 170, 0.59);
}

/*MOBILE TEACHING CONTACT SECTION*/
.map-container {
  margin: 0;
  position: relative;
  padding-bottom: 80%;
  height: 0;
  overflow: hidden;
}

.map-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#teaching-contact {
  display: grid;
  grid-template-rows: [container-start] auto [button-start] 2em [container-end] 6.5em [section-end];
}

.teaching-contact__container {
  background-color: var(--off-white);
  grid-row: container-start/container-end;
  grid-column: 1/-1;
}

#teaching-contact .button__container {
  grid-row: button-start/section-end;
  margin-bottom: 2em;
}

.teaching-contact__header,
.teaching-contact__sign-up {
  font-family: var(--ff2-ss);
  color: var(--blacker);
  font-style: oblique;
  font-weight: 700;
}

.teaching-contact__sign-up {
  text-decoration: underline;
}

.teaching-contact__header {
  margin-top: 2em;
}

.contact-message__content {
  color: var(--blacker);
}

#teaching-contact .signature {
  width: 150px;
  margin: 1em 0 2.5em;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
/*****TABLET STYLES*****/
@media (min-width: 600px) {
  .mobile-hide {
    display: block;
  }
  .desktop-only {
    display: block;
  }
  .tablet-hide {
    display: none;
  }
  h1 {
    font-size: 2.2rem;
  }
  h2.about-intro {
    padding: 1.5em;
  }
  h3 {
    font-size: 1.6rem;
  }
  .header-logo img {
    margin: 2em 8%;
  }
  .menu-toggle {
    top: 44px;
    right: 50px;
  }
  #hero {
    height: 70vh;
  }
  /*****TABLET ROLES******/
  #roles {
    margin: 0 5% 2.5em;
  }
  .roles-container {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .role-card {
    margin: 0 0 2em;
    max-width: 340px;
  }
  .role-card::after {
    font-size: 1.028rem;
  }
  .role-card-3.role-card::after {
    font-size: 1.028rem;
  }
  .soundcloud-container {
    margin: 0 auto 4em;
  }
  #services {
    grid-template: ". header ." auto ". main ." auto/8% 1fr 8%;
  }
  .services-container {
    grid-template: "s1 s2" auto "s3 s4" auto/1fr 1fr;
  }
  .contact-message {
    width: 80%;
  }
  /*****TABLET VIDEO*****/
  .video-header {
    text-align: center;
  }
  .video-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .video-text {
    text-align: center;
  }
  .video {
    width: 60vw;
    height: 35vw;
    max-width: 550px;
  }
  #feature-video .video-text {
    max-width: 60ch;
    margin: 1em auto;
  }
  /******TABLET ABOUT PAGE******/
  .about-page-header {
    height: auto;
  }
  #about-hero {
    background-color: var(--black);
    width: 100%;
    height: auto;
  }
  .about-hero-body {
    height: 600px;
  }
  .about-hero-logo-container {
    margin: 0 auto 1.5em;
    width: 45%;
  }
  .about-hero-text {
    margin: 1em auto 1em;
  }
  .about-hero-button-container {
    margin: 0 18%;
  }
  .about-button {
    padding: 1.5em 2.1em;
    border-radius: 48px;
    font-size: 1rem;
    min-width: 185px;
    width: 30vw;
    max-width: 240px;
  }
  .about-button-1 {
    margin-right: 3%;
  }
  .grid-item4,
  .grid-item11,
  .grid-item12,
  .grid-item13 {
    display: block;
  }
  .grid-text {
    width: 100%;
  }
  .grid-text p {
    margin: 0;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  .grid-img {
    width: auto;
    height: auto;
    margin: 0;
  }
  .grid-iframe {
    width: auto;
    margin: 0;
    height: auto;
  }
  .about-grid-container-1 {
    grid-template: ". it2 it2 it2 it2 it1 it1 it1 it1 ." calc(300px - 17vw) ". it2 it2 it2 it2 it1 it1 it1 it1 ." calc(300px - 17vw) ". it6 it6 it6 it6 it6 it6 it6 it6 ." 200px ". it6 it6 it6 it6 it6 it6 it6 it6 ." 200px ". it5 it5 it5 it5 it5 it5 it5 it5 ." calc(320px - 13vw) ". it4 it4 it4 it3 it3 it3 it3 it3 ." 200px ". it4 it4 it4 it3 it3 it3 it3 it3 ." 200px/4% 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 5%;
  }
  .about-grid-container-2 {
    grid-template: ". it7 it7 it7 it7 it7 it7 it7 it7 ." calc(320px - 17vw) ". it10 it10 it10 it10 it10 it11 it11 it11 ." 200px ". it10 it10 it10 it10 it10 it11 it11 it11 ." 200px ". it9 it9 it9 it9 it9 it11 it11 it11 ." calc(300px - 10vw) ". it8 it8 it8 it8 it8 it8 it8 it8 ." 200px ". it8 it8 it8 it8 it8 it8 it8 it8 ." 200px ". it12 it12 it12 it12 it14 it14 it14 it14 ." calc(320px - 17vw) ". it12 it12 it12 it12 it14 it14 it14 it14 ." calc(320px - 17vw) ". it17 it17 it17 it17 it17 it17 it17 it17 ." 200px ". it17 it17 it17 it17 it17 it17 it17 it17 ." 200px ". it16 it16 it16 it16 it15 it15 it15 it15 ." calc(230px - 7.5vw) ". it16 it16 it16 it16 it15 it15 it15 it15 ." calc(230px - 7.5vw) ". it13 it13 it13 it13 it13 it13 it13 it13 ." calc(150px + 4vw) ". it13 it13 it13 it13 it13 it13 it13 it13 ." calc(150px + 4vw)/4% 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 4%;
  }
  .grid-item1 {
    grid-area: it1;
  }
  .grid-item2 {
    grid-area: it2;
  }
  .grid-item3 {
    grid-area: it3;
  }
  .grid-item4 {
    grid-area: it4;
  }
  .grid-item5 {
    grid-area: it5;
    max-width: 80ch;
  }
  .grid-item6 {
    grid-area: it6;
  }
  .grid-item7 {
    grid-area: it7;
    max-width: 80ch;
  }
  .grid-item8 {
    grid-area: it8;
    background: black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .full-height-video {
    height: 100%;
  }
  .grid-item9 {
    grid-area: it9;
  }
  .grid-item10 {
    grid-area: it10;
    background-position: center;
  }
  .grid-item11 {
    grid-area: it11;
    background-position: center;
  }
  .grid-item12 {
    grid-area: it12;
    background-size: cover;
  }
  .grid-item13 {
    grid-area: it13;
    background-position: center;
  }
  .grid-item14 {
    grid-area: it14;
  }
  .grid-item15 {
    grid-area: it15;
    background-position: right;
  }
  .grid-item16 {
    grid-area: it16;
  }
  .grid-item17 {
    grid-area: it17;
    background-position: top;
  }
  /******TABLET TEACHING PAGE******/
  /*TABLET TEACHING HEADER*/
  #teaching-contact .desktop-only,
  .steps .desktop-only,
  .sales .desktop-only {
    display: none;
  }
  .teaching-header__container {
    height: 78vw;
    grid-template-rows: [header-start] 110px [hero-start] 1fr [button-start] 2em [hero-end] 3.5em [header-end];
    background-color: var(--light-bg);
  }
  #teaching-hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-image: linear-gradient(45deg, rgb(9, 7, 7) 0%, rgba(7, 5, 5, 0.84) 26%, rgba(5, 4, 4, 0.63) 43%, rgba(4, 3, 3, 0) 56%, rgba(0, 0, 0, 0) 100%), url(../img/teaching-hero-desktop.jpg);
    background-size: cover;
    background-position: 70% 0;
  }
  #teaching-hero__img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .teaching-hero__header-content__container {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-left: 7vw;
    margin-bottom: 1.5vw;
  }
  .teaching-hero__header-content {
    font-size: calc(1rem + 2.156vw);
  }
  .intro-message__container {
    margin: 3em;
    border-radius: 35px;
    -webkit-box-shadow: 4px 8px 6px 0px rgba(170, 170, 170, 0.59);
    box-shadow: 4px 8px 6px 0px rgba(170, 170, 170, 0.59);
  }
  .intro-message__img-wrapper {
    width: 300px;
  }
  .testimonial__container {
    padding: 3em 3em 2em;
    background-image: var(--teal-gradient);
    color: var(--light-bg);
    font-style: oblique;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .quotation-mark {
    margin-bottom: 0.9em;
  }
  .testimonial__content {
    max-width: 70ch;
  }
  .main-card__title,
  .sub-card__title {
    text-align: center;
    display: block;
  }
  .main-card__title::after,
  .sub-card__title::after {
    width: 15%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .main-card__content,
  .sub-card__content,
  .sub-card__content li {
    text-align: center;
    max-width: 65ch;
    margin: 1em auto;
  }
  .sub-card__list-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-line-pack: center;
    align-content: center;
    margin-bottom: 1.5em;
  }
  .voice .sub-card__list-container {
    margin-bottom: 0;
  }
  .list-1,
  .list-2 {
    margin: 0;
  }
  .voice .note {
    text-align: center;
    margin-bottom: 1.5em;
  }
  .sales {
    padding-top: 1em;
    padding-bottom: 1.5em;
  }
  .sales__content {
    max-width: 55ch;
  }
  .sales .note {
    font-size: 0.8rem;
  }
  .steps__title,
  .steps__subtitle {
    text-align: center;
  }
  /*TABLET TEACHING PAGE STEPS SECTION*/
  .steps__container {
    display: grid;
    grid-template: ". .......  ..... ." 0.5em ". title    title ." auto ". steps__1 img-1 ." 160px ". steps__2 img-2 ." 160px ". steps__3 img-3 ." 160px ". .......  ..... ." 1.5em/5% 3fr 2fr 5%;
    grid-gap: 20px;
    padding: 3em 0;
  }
  .steps-component {
    margin-top: 0;
  }
  .steps__img {
    margin: 0 0 0 0;
  }
  .steps-img-all {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .steps__title-container {
    grid-area: title;
    margin-bottom: 1.5em;
  }
  .steps__title {
    font-size: 3rem;
  }
  .steps__subtitle {
    font-size: 2.3rem;
  }
  .steps__1 {
    grid-area: steps__1;
  }
  .steps__2 {
    grid-area: steps__2;
  }
  .steps__3 {
    grid-area: steps__3;
  }
  .img-1 {
    grid-area: img-1;
  }
  .steps-img-1 {
    -o-object-position: top right;
    object-position: top right;
  }
  .img-2 {
    grid-area: img-2;
  }
  .img-3 {
    grid-area: img-3;
  }
  /*END OF TABLET TEACHING STEPS SECTION*/
  .testimonial-js {
    padding-bottom: 3em;
  }
  .testimonial-js__title {
    font-size: 2.7rem;
    width: 85%;
  }
  .map-container {
    padding-bottom: 55%;
  }
  .teaching-contact__header {
    font-size: 2.7rem;
    margin-top: 1.5em;
  }
  .contact-message__content {
    max-width: 60ch;
  }
  .teaching-contact__container {
    -webkit-box-shadow: 0px 8px 6px 0px rgba(170, 170, 170, 0.59);
    box-shadow: 0px 8px 6px 0px rgba(170, 170, 170, 0.59);
  }
}
/*******SOLVE LANDSCAPE MOBILE HERO AND CONTACT IMAGE ISSUES*******/
@media (orientation: landscape) and (max-width: 1023px) and (pointer: coarse) {
  header {
    height: auto;
  }
  .about-page-header {
    height: auto;
  }
  .teaching-hero__header-content__container {
    height: 345px;
  }
  .teaching-hero__header-content {
    margin-bottom: 7vw;
  }
  #hero {
    height: 0;
  }
  #about-hero {
    height: auto;
  }
  .about-button {
    padding: 2em 3em;
    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;
    text-align: center;
    min-width: 220px;
    width: 235px;
    max-width: 250px;
  }
  .contact-img-container {
    height: auto;
  }
}
/*****DESKTOP STYLES*****/
@media (min-width: 1024px) {
  /*DESKTOP GLOBAL STYLES*/
  .desktop-only {
    display: block;
  }
  .desktop-hide {
    display: none;
  }
  h1 {
    font-size: 3rem;
    letter-spacing: 0.015em;
    line-height: 1.5em;
  }
  h2 {
    font-size: 2rem;
  }
  h2.about-intro {
    margin: 3em auto;
  }
  h3 {
    font-size: 1.5rem;
    line-height: 1.5em;
  }
  h4 {
    letter-spacing: 0.025em;
  }
  p {
    font-size: 1.1rem;
    line-height: 2em;
  }
  nav {
    font-size: 20px;
    padding-top: 4px;
  }
  /*HEADER STYLES*/
  header {
    background: var(--black);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    height: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-wrapper {
    border-bottom: 1px solid rgba(189, 139, 30, 0.5);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 4;
    height: 120px;
    position: fixed;
    background: var(--black);
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  .teaching-page .navbar-wrapper {
    border-bottom: none;
  }
  .nav-scroll {
    height: 80px;
  }
  .nav-scroll.navbar-wrapper {
    border-bottom: none;
    opacity: 0.9;
  }
  .nav-scroll .header-logo img {
    width: 100px;
    margin: 1em;
  }
  .nav-scroll nav {
    font-size: 1rem;
  }
  .navbar-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 90%;
    overflow: hidden;
  }
  .header-logo {
    display: block;
  }
  .header-logo img {
    width: 150px;
    margin: 2em;
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  header::after {
    content: "";
    clear: both;
    display: block;
  }
  .site-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 600px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: auto;
    position: relative;
    background: transparent;
    -webkit-clip-path: initial;
    clip-path: initial;
  }
  .site-nav ul {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .site-nav li {
    border-bottom: 1px solid black;
  }
  .site-nav a {
    padding: 0;
  }
  .site-nav a:hover,
  .site-nav a:focus {
    background: transparent;
  }
  .menu-toggle {
    display: none;
  }
  /*DESKTOP FOOTER STYLES*/
  .social-icons-container img {
    margin: 0 1.3em;
  }
  /*DESKTOP HOMEPAGE HERO STYLES*/
  #hero {
    background-image: url("../img/hero-img.jpg");
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    opacity: 0;
  }
  #hero,
  #about-hero,
  #teaching-hero {
    -webkit-animation: 800ms ease 200ms 1 opacityNoneToMax forwards;
    animation: 800ms ease 200ms 1 opacityNoneToMax forwards;
  }
  #hero-logo {
    display: block;
    width: 40%;
    opacity: 1;
  }
  #hero-logo img {
    padding-right: 15%;
    padding-top: 30%;
    width: 100%;
  }
  /*TAGLINE STYLES*/
  .tagline {
    width: 100%;
    padding: 0;
  }
  .tagline img {
    width: 300px;
    margin: 3.5em 0 1em 0;
  }
  .tagline h2 {
    margin-top: 0;
  }
  /*ROLES STYLES*/
  #roles {
    margin-top: 1.5em;
    margin-bottom: 4em;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .roles-container {
    max-width: 1150px;
  }
  .role-card {
    width: auto;
    margin: 0 0.5% 2.2em 0.5%;
    max-width: 340px;
  }
  .role-card::after {
    border-radius: 40px;
    font-weight: 300;
  }
  .role-card__content {
    height: 7.5vw;
  }
  .role-card-1.role-card::after {
    margin-top: 90%;
  }
  .role-card-2.role-card::after {
    margin-top: 100%;
  }
  .role-card-3.role-card::after {
    margin-top: 74%;
  }
  .soundcloud-container {
    margin: 0 auto 5.5em;
  }
  /*DESKTOP VIDEO STYLES*/
  #feature-video {
    display: grid;
    grid-template: ". main ." auto/10% 1fr 10%;
  }
  h3.video-header {
    margin-top: 0.5em;
    margin-bottom: 0;
  }
  .feature-video__content-wrapper {
    grid-area: main;
    grid-template: "video header" auto "video header" auto "video text" auto "video text" auto "video btn" auto/1fr 1fr;
    grid-column-gap: 3em;
    margin: 0;
    padding: 5em 0;
  }
  .video {
    width: 100%;
    height: auto;
    max-width: 400px;
    padding-top: 9%;
    padding-bottom: 9%;
  }
  .video-header {
    text-align: left;
    font-size: 1.9em;
  }
  #feature-video .video-text {
    text-align: left;
    max-width: 45ch;
    margin: 0;
  }
  .btn-secondary {
    margin: 1em 0 0 0;
    max-width: 300px;
  }
  /*DESKTOP SERVICES OFFERED STYLES*/
  #services {
    padding: 3em 0;
    width: 100%;
    max-width: 100%;
  }
  .services-container {
    grid-area: main;
    display: grid;
    grid-template: "s1 s2 s3 s4" auto/1fr 1fr 1fr 1fr;
  }
  .services-offered {
    /* width: 165px; */
  }
  /* DESKTOP CONTACT STYLES*/
  #contact {
    width: 100%;
    max-width: 100%;
  }
  .contact-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    min-width: 885px;
  }
  .contact-img-container {
    background-image: url("../img/contact-img.jpg");
    background-size: cover;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .contact-message {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .contact-message-wrapper {
    padding: 0 3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  /******DESKTOP ABOUT PAGE******/
  #about-hero {
    background-color: var(--black);
    background-image: url("../img/about-desktop-hero.jpg");
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    opacity: 0;
  }
  .about-hero-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: 45%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .about-hero-logo-container {
    width: 50%;
  }
  .about-hero-text {
    margin: 1em auto 3em;
  }
  .about-hero-button-container {
    margin: 0 18% 4.5em;
  }
  .about-button {
    padding: 1.4em;
    width: 250px;
    max-width: 260px;
  }
  .grid-divider {
    margin: 3em auto;
  }
  .about-grid-container-1 {
    grid-template: ". it2 it2 it2 it1 it1 it1 ." 200px ". it3 it3 it3 it1 it1 it1 ." 200px ". it3 it3 it3 it1 it1 it1 ." 200px ". it4 it4 it4 it5 it5 it5 ." 200px ". it4 it4 it4 it6 it6 it6 ." 200px ". it4 it4 it4 it6 it6 it6 ." 200px/10% 1fr 1fr 1fr 1fr 1fr 1fr 10%;
  }
  .about-grid-container-2 {
    grid-template: ". it7 it7 it8 it8 it8 it8 ." 200px ". it7 it7 it8 it8 it8 it8 ." 200px ". it10 it10 it10 it10 it11 it11 ." 200px ". it10 it10 it10 it10 it11 it11 ." 200px ". it9 it9 it9 it9 it11 it11 ." calc(300px - 11.9vw) ". it12 it12 it13 it13 it13 it13 ." 200px ". it12 it12 it13 it13 it13 it13 ." 200px ". it15 it15 it14 it14 it14 it14 ." 200px ". it15 it15 it17 it17 it17 it17 ." 200px ". it16 it16 it17 it17 it17 it17 ." calc(300px - 6.8vw)/10% 1fr 1fr 1fr 1fr 1fr 1fr 10%;
  }
  .grid-item10 {
    background-position: top;
  }
  .grid-item15 {
    background-position: right;
  }
  /******DESKTOP TEACHING PAGE*****/
  /*DESKTOP TEACHING PAGE HERO*/
  .teaching-header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 100vh;
    background: var(--black);
  }
  #teaching-hero {
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: 60% 0;
    opacity: 0;
    -webkit-animation: 800ms cubic-bezier(0.36, 0.01, 0.76, 1) 0s 1 opacityNoneToMax forwards;
    animation: 800ms cubic-bezier(0.36, 0.01, 0.76, 1) 0s 1 opacityNoneToMax forwards;
    position: relative;
  }
  .teaching-hero__header-content {
    width: 100%;
    font-size: 3rem;
  }
  .teaching-header__container .button__container {
    position: absolute;
    top: calc(100vh - 2em);
  }
  .button__area {
    font-size: 1.5rem;
  }
  .button__text {
    font-size: 1.8rem;
  }
  /*DESKTOP TEACHING PAGE INTRO-MESSAGE*/
  .intro-message__container-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .intro-message__container {
    display: grid;
    grid-template: ". title title img ." auto ". ct-1  ct-1  img ." auto ". ct-2  ct-2  img ." auto ". ct-3  ct-3  img ." auto ". sig   .     img   ." auto/5% auto auto 1fr 5%;
    margin: 8em 10% 6em;
    padding-top: 2em;
    position: relative;
    min-width: 925px;
    max-width: 1075px;
  }
  .intro-message__container::after {
    content: "";
    height: 60%;
    background-image: url("../img/piano-mic.svg");
    background-repeat: no-repeat;
    background-position: 95% 95%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.11;
  }
  .intro-message__title {
    grid-area: title;
    margin-bottom: 0;
  }
  .intro-message__content--1 {
    grid-area: ct-1;
    margin-right: 2.5em;
    margin-bottom: 0;
  }
  .intro-message__content--2 {
    grid-area: ct-2;
    margin-right: 2.5em;
    margin-bottom: 0;
  }
  .intro-message__content--3 {
    grid-area: ct-3;
  }
  .intro-message__container > .signature {
    grid-area: sig;
  }
  .intro-message__img-wrapper {
    grid-area: img;
  }
  /*DESKTOP TEACHING PAGE TESTIMONIAL COMPENENT*/
  .mobile-only {
    visibility: hidden;
  }
  .testimonial__container {
    padding: 4em 3em 4em;
  }
  .piano-testimonial,
  .voice-testimonial,
  .both-testimonial {
    position: relative;
  }
  .testimonial-1::after,
  .testimonial-2::after,
  .testimonial-3::after {
    position: absolute;
    left: 0;
    bottom: -4em;
  }
  .testimonial-1::after {
    content: "Angelica Oriol, piano student";
  }
  .testimonial-2::after {
    content: "Ritika Sarma, student";
  }
  .testimonial-3::after {
    content: "Pranav N. Reddy, student";
  }
  .both-testimonial::before,
  .piano-testimonial::after {
    content: "";
    height: 100%;
    background-image: url("../img/piano-vertical.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.3;
  }
  .both-testimonial::after,
  .voice-testimonial::after {
    content: "";
    height: 80%;
    background-image: url("../img/mic-white.svg");
    background-repeat: no-repeat;
    background-position: 105% 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.3;
  }
  /*DESKTOP TEACHING PAGE PIANO AND VOICE SECTIONS*/
  .voice,
  .piano {
    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;
    padding-top: 3.5em;
    padding-bottom: 1em;
  }
  .voice__container,
  .piano__container {
    display: grid;
    background-color: transparent;
    grid-column-gap: 2em;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-width: 870px;
    max-width: 950px;
  }
  .piano__container {
    grid-template: "main sub-1" auto "main ." 2em "main sub-2" auto "button-s sub-2" 2em "main-e sub-2-e" auto "button-e ." auto/4fr 5fr;
  }
  .voice__container {
    display: grid;
    grid-template: "sub-1 main" auto ". main" 2em "sub-2 main" auto "sub-2 button-s" 2em "note main-e" auto ". button-e" auto/5fr 4fr;
  }
  .sub-card,
  .main-card {
    -webkit-box-shadow: 3px 8px 6px 0px rgba(170, 170, 170, 0.59);
    box-shadow: 3px 8px 6px 0px rgba(170, 170, 170, 0.59);
    border-radius: 45px;
    background-color: var(--off-white);
  }
  .main-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: var(--teal-gradient);
    color: var(--off-white);
    position: relative;
    padding: 2em;
    grid-row: 1/span 4;
    grid-column: 1/2;
  }
  .voice .main-card {
    grid-column: 2/3;
  }
  .piano .main-card::after {
    content: "";
    height: 100%;
    background-image: url("../img/piano-vertical.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.08;
  }
  .voice .main-card::after {
    content: "";
    height: 80%;
    background-image: url("../img/mic-white.svg");
    background-repeat: no-repeat;
    background-position: 180% 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.1;
  }
  .main-card__title {
    font-style: oblique;
    z-index: 3;
  }
  .main-card__content {
    margin: 1em 0 2.5em 0;
    color: var(--off-white);
    z-index: 3;
  }
  .sub-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 420px;
  }
  .sub-card__title {
    text-align: left;
    font-style: oblique;
    display: inline-block;
  }
  .sub-card__title::after {
    width: 50%;
    left: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .sub-card__content {
    text-align: left;
    margin-top: 2em;
  }
  .sub-card__list-container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .sub-card__list-container .list-1 {
    margin-right: 1.9em;
  }
  .list-1:first-child,
  .list-2:first-child {
    margin-top: 1em;
  }
  .list-1 li,
  .list-2 li {
    text-align: left;
    font-size: 1.1rem;
  }
  .card-1 {
    grid-area: sub-1;
    padding: 1em 2em 1.5em;
  }
  .card-2 {
    grid-area: sub-2;
  }
  .piano .card-2 {
    padding: 1em 2em 0px;
  }
  .voice .card-2 {
    padding: 1em 2em 1.5em;
  }
  .piano__container .button__container {
    grid-column: 1/2;
    grid-row: 4/span 2;
  }
  .voice__container .button__container {
    grid-column: 2/3;
    grid-row: 4/span 2;
  }
  .voice__container .note {
    grid-area: note;
    font-size: 0.9rem;
  }
  /*DESKTOP TEACHING PAGE WHY STUDY SECTION*/
  .sales .desktop-only {
    display: block;
  }
  .sales {
    margin-top: 2em;
    margin-bottom: 7em;
    max-width: 1155px;
  }
  .sales__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sales__card-container {
    display: grid;
    grid-template: "img" 6em "subtitle" auto "cnt" auto/1fr;
    border-radius: 35px;
    background-color: var(--off-white);
    -webkit-box-shadow: 3px 8px 6px 0px rgba(170, 170, 170, 0.59);
    box-shadow: 3px 8px 6px 0px rgba(170, 170, 170, 0.59);
    padding: 2em 1.5em;
    max-width: 322px;
  }
  .sales__card__img {
    grid-area: img;
    margin: 0 auto;
  }
  .sales__subtitle {
    grid-area: subtitle;
  }
  .sales__content {
    grid-area: cnt;
    max-width: 337px;
  }
  .sales__card {
    display: grid;
    grid-template: "card-s" auto "btn-s" 2em "card-e" auto "btn-end" 2.5em/1fr;
  }
  .sales__card-container {
    grid-row: 1/3;
    grid-column: 1/-1;
    font-size: 0.96rem;
  }
  .sales .button__container {
    grid-area: 2/4;
    grid-column: 1/-1;
  }
  .sales .button__area {
    padding: 1.06em 2.6em;
    font-size: 1.1rem;
  }
  .sales .button__text {
    display: none;
  }
  .sales__card-1 {
    position: relative;
  }
  .sales__card-1::after {
    content: "Note: Due to COVID-19, all lessons are online until further notice.";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4em;
    font-family: var(--ff2-ss);
    font-weight: 300;
    font-size: 0.9rem;
    text-align: center;
  }
  /*DESKTOP TEACHING PAGE STEPS SECTION*/
  .steps__container {
    display: grid;
    grid-template: ". .....    ..... ..... ." 3em ". title    img-1 img-3 ." auto ". ........ img-1 img-3 ." auto ". steps__1 img-1 img-3 ." 140px ". steps__2 img-2 img-2 ." 140px ". steps__3 img-2 img-2 ." 140px ". .....    ..... ..... ." 3em/8% 4fr 2fr 2fr 8%;
    grid-gap: 20px;
    padding: 3em 0;
  }
  .steps__subtitle,
  .steps__title {
    text-align: left;
  }
  .steps-img-3 {
    -o-object-position: left;
    object-position: left;
  }
  /*DESKTOP TEACHING PAGE MAP*/
  .map-container {
    padding-bottom: 27%;
  }
  /*DESKTOP TEACHING PAGE CONTACT SECTION*/
  #teaching-contact {
    display: block;
  }
  #teaching-contact .desktop-only {
    display: block;
  }
  .teaching-contact__container {
    display: grid;
    grid-template: ". ... ... ." 4em ". img msg ." auto ". ... ... ." 9em/5% 1fr 1fr 5%;
  }
  .teaching-contact__img-container {
    grid-area: img;
    position: relative;
    max-width: 450px;
  }
  .teaching-contact__img-container .button__container {
    position: absolute;
    left: 0;
    right: 0;
    top: 93%;
  }
  .teaching-contact-message {
    margin-top: 2.5em;
    grid-area: msg;
  }
  .contact-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 35px;
    -webkit-box-shadow: 3px 8px 6px 0px rgba(170, 170, 170, 0.59);
    box-shadow: 3px 8px 6px 0px rgba(170, 170, 170, 0.59);
  }
}
@media (min-width: 1024px) and (orientation: portrait) {
  header {
    height: auto;
  }
  #hero {
    height: 650px;
  }
  .contact-img-container {
    height: auto;
  }
  .about-grid-container-1 {
    grid-template: ". it2 it2 it2 it1 it1 it1 ." 250px ". it3 it3 it3 it1 it1 it1 ." 250px ". it3 it3 it3 it1 it1 it1 ." 250px ". it4 it4 it4 it5 it5 it5 ." 250px ". it4 it4 it4 it6 it6 it6 ." 250px ". it4 it4 it4 it6 it6 it6 ." 250px/10% 1fr 1fr 1fr 1fr 1fr 1fr 10%;
  }
  .about-grid-container-2 {
    grid-template: ". it7 it7 it7 it8 it8 it8 ." 130px ". it7 it7 it7 it8 it8 it8 ." 200px ". it10 it10 it10 it10 it11 it11 ." 200px ". it10 it10 it10 it10 it11 it11 ." 200px ". it9 it9 it9 it9 it11 it11 ." calc(300px - 14.45vw) ". it12 it12 it13 it13 it13 it13 ." 200px ". it12 it12 it13 it13 it13 it13 ." 200px ". it15 it15 it14 it14 it14 it14 ." 200px ". it15 it15 it17 it17 it17 it17 ." 200px ". it16 it16 it17 it17 it17 it17 ." calc(350px - 6.8vw)/10% 1fr 1fr 1fr 1fr 1fr 1fr 10%;
  }
  .teaching-header__container .button__container {
    top: calc(78vw - 2em);
  }
}
/*--------END OF DESKTOP MEDIA QUERY---------*/
/* =========================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.Upcoming {
  max-width: 80%;
  margin-inline: auto;
  text-align: center;
  margin-bottom: 4em;
}
.Upcoming__hr {
  margin-top: 2em;
  margin-bottom: 3em;
  border-top-color: black;
  opacity: 0.2;
}
.Upcoming__hr.bottom {
  margin-top: 0;
  margin-bottom: 4em;
}
.Upcoming .title {
  font-size: 2em;
  font-family: var(--ff1-ss);
}
.Upcoming .superTitle {
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 700;
  opacity: 0.5;
}
.Upcoming .mainTitle {
  margin-top: 0;
  margin-bottom: 0.25em;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.3;
}
.Upcoming .mainTitle .instruments {
  font-size: 0.75em;
  opacity: 0.5;
}
.Upcoming .description {
  margin-top: 0;
  line-height: 1.4;
  max-width: 250px;
  margin-inline: auto;
}
.Upcoming .detailWrapper > * {
  margin-top: 0;
  margin-bottom: 0;
}
.Upcoming .buttonWrapper {
  margin-top: 2em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5em;
}
.Upcoming .button {
  font-family: var(--ff2-ss);
  font-size: 0.95em;
  padding: 0.8em 1.25em;
  display: inline-block;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border 0.2s;
  outline: none;
  height: fit-content;
}
.Upcoming .button:focus {
  outline: 2px rgb(4, 149, 222) solid;
  outline-offset: 2px;
}
.Upcoming .button.tickets {
  background-color: black;
  border: 1px black solid;
  color: white;
}
.Upcoming .button.tickets:hover {
  background-color: #222;
}
.Upcoming .button.detail {
  color: black;
  border: 1px black solid;
  background: white;
}
.Upcoming .button.detail:hover {
  background: #f2f2f2;
  border-color: #444;
}

@media screen and (min-width: 1024px) {
  .Upcoming {
    text-align: left;
    max-width: 700px;
    margin-inline: auto;
    margin-bottom: 4em;
  }
  .Upcoming .container {
    display: grid;
    grid-template: "main details" auto "main buttons" auto/1fr 1fr;
    place-content: center;
  }
  .Upcoming .description {
    margin-inline: unset;
  }
  .Upcoming .mainWrapper {
    grid-area: main;
  }
  .Upcoming .detailWrapper {
    grid-area: details;
    align-self: flex-end;
  }
  .Upcoming .buttonWrapper {
    grid-area: buttons;
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: max-content;
  }
}

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