/************************************************
*         Fonts
************************************************/
/* akshar-300 - latin */
@font-face {
  font-family: "Akshar";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local(""), url("../fonts/Akshar-Light.ttf") format("truetype");
}
/* akshar-500 - latin */
@font-face {
  font-family: "Akshar";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local(""), url("../fonts/Akshar-SemiBold.ttf") format("truetype");
}
/* vollkorn-700 - latin */
@font-face {
  font-family: "Vollkorn";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local(""), url("../fonts/Vollkorn-BoldItalic.ttf") format("truetype");
}
/* oswald-700 - latin */
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(""), url("../fonts/oswald-v47-latin-700.woff2") format("woff2"), url("../fonts/oswald-v47-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* kaushan script */
@font-face {
  font-family: "Kaushan Script";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("../fonts/KaushanScript-Regular.ttf") format("truetype");
}
/************************************************
*         Keyframes
************************************************/
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/************************************************
*         Transition Timings
************************************************/
a {
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.button,
input,
textarea,
img {
  -webkit-transition: border-color 0.4s, background-position 1s;
  -moz-transition: border-color 0.4s, background-position 1s;
  -o-transition: border-color 0.4s, background-position 1s;
  transition: border-color 0.4s, background-position 1s;
}

nav {
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all 0.75s ease;
}

#nav--title-container,
#nav--menu,
.nav--submenu-list {
  -webkit-transition: opacity 0.75s ease, max-height 0.75s ease;
  -moz-transition: opacity 0.75s ease, max-height 0.75s ease;
  -o-transition: opacity 0.75s ease, max-height 0.75s ease;
  transition: opacity 0.75s ease, max-height 0.75s ease;
}

#nav--menu .nav--submenu-list li:hover,
#nav--menu .nav--submenu-list li a:focus-visible {
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all 0.75s ease;
}

#nav--menu .nav--submenu-trig:hover,
#nav--menu .nav--submenu-trig.expanded,
#nav--menu .nav--submenu-trig:focus-visible {
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all 0.75s ease;
}

footer {
  -webkit-transition: transform 1s ease;
  -moz-transition: transform 1s ease;
  -o-transition: transform 1s ease;
  transition: transform 1s ease;
}

#back-to-top {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.modal,
.modal-child {
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.modal-child {
  -webkit-transition: opacity 0.75s ease;
  -moz-transition: opacity 0.75s ease;
  -o-transition: opacity 0.75s ease;
  transition: opacity 0.75s ease;
}

.modal-child #modal-player {
  -webkit-transition: opacity 2s ease;
  -moz-transition: opacity 2s ease;
  -o-transition: opacity 2s ease;
  transition: opacity 2s ease;
}

/************************************************
*         Z-Indexes
************************************************/
.modal {
  z-index: 100;
}

nav {
  z-index: 75;
}

#back-to-top {
  z-index: 3;
}

#home-page-video--link {
  z-index: 2;
}

#home-page-message-container,
#home-page-message-container-right,
#home-page-video--container iframe {
  z-index: 1;
}

/************************************************
*         General Styles
************************************************/
* {
  box-sizing: border-box;
}

html,
body {
  color: black;
  background-color: white;
  font: 300 17.3px/135% Akshar, sans-serif;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
}

body {
  position: relative;
  min-width: 320px !important;
}

h1,
h2,
h3,
h4,
h5 {
  color: #44365a;
  font-family: Oswald, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.015em !important;
  margin: 1rem 25px;
}

h1 {
  font-size: 2.35rem;
  line-height: 110%;
}

h2,
.h2 {
  font-size: 1.85rem;
  line-height: 110%;
}

h3 {
  font-size: 1.6rem;
  line-height: 110%;
}

h4 {
  font-size: 1.25rem;
  line-height: 110%;
}

h5 {
  font-size: 1.1rem;
  line-height: 110%;
}

p,
li,
pre {
  letter-spacing: 0.01em !important;
  margin: 1rem 25px;
}

ul {
  list-style: square;
  margin: 1rem 0;
  padding: 0;
}

ul.none {
  list-style: none;
}

li {
  margin: 0 25px 0.5em 2.25em;
  padding: 0;
}

p,
ul {
  margin-bottom: 1.5rem;
}

a,
a:active,
a:link,
a:visited {
  color: #4439ca;
  text-decoration: none;
}

a,
a:active {
  color: #4439ca;
}

a:hover,
a:focus {
  outline: 0;
  color: #3954ca;
  text-decoration: underline;
}

a.noline,
a.noline:focus:not(:focus-visible) {
  text-decoration: none !important;
}

a.noline:focus-visible,
a:focus-visible {
  text-decoration: underline !important;
}

a img {
  padding: 0;
  margin: 0;
  display: block;
}

img {
  max-width: 100%;
  width: 100%;
}

input,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  /* for IE 11 */
  display: none;
}

select {
  background-color: #fff7e0;
  background-image: url("/assets/images/select-triangle.svg");
  background-repeat: no-repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.75em auto, 100%;
  font: 700 0.88em Oswald, Arial, sans-serif;
  padding: 10px 35px 10px 10px;
  border: 2px solid #d2b459;
  border-radius: 4px;
}

input,
textarea {
  border: 2px solid #ccc;
  font: 0.88em Verdana, sans-serif;
  width: 100%;
  max-width: 100%;
  margin: 4px 0 8px;
  padding: 12px;
  border-radius: 2px;
}

input:focus,
textarea:focus,
select:hover,
select:focus {
  outline: 0;
  border: 2px solid #3954ca;
}

textarea {
  vertical-align: top;
}

::placeholder {
  color: #cccccc;
}

.force-opaque::placeholder {
  opacity: 1;
}

label {
  display: inline-block;
  color: #505050;
  margin: 1rem 25px;
}

.button,
input[type=submit] {
  display: inline-block;
  background: rgba(0, 0, 0, 0.25);
  background: -moz-linear-gradient(6deg, rgba(0, 0, 0, 0.6475183824) 0%, rgba(0, 0, 0, 0.2497592787) 33%, rgba(15, 4, 121, 0.65) 67%, rgba(181, 22, 22, 0.25) 100%);
  background: -webkit-linear-gradient(6deg, rgba(0, 0, 0, 0.6475183824) 0%, rgba(0, 0, 0, 0.2497592787) 33%, rgba(15, 4, 121, 0.65) 67%, rgba(181, 22, 22, 0.25) 100%);
  background: linear-gradient(6deg, rgba(0, 0, 0, 0.6475183824) 0%, rgba(0, 0, 0, 0.2497592787) 33%, rgba(15, 4, 121, 0.65) 67%, rgba(181, 22, 22, 0.25) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#b51616",GradientType=1);
  background-position: 0 100%;
  background-size: 100% 300%;
  color: white !important;
  font-size: 1.25em;
  padding: 10px 20px;
  width: max-content;
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  border-radius: 6px;
}

.button.small {
  font-size: 1em;
  padding: 2px 6px;
  box-shadow: none;
}

input[type=submit] {
  margin-top: 32px;
}

.button:hover,
input[type=submit]:hover,
.button:focus,
input[type=submit]:focus {
  background-position: 0 0;
  text-decoration: none;
}

.error {
  font-weight: bold;
  font-size: 90%;
  color: red;
  border: 1px solid red;
  padding: 5px;
}

b,
strong {
  font-family: Akshar, sans-serif;
  font-weight: 500;
}

em,
cite {
  font-style: italic;
}

hr {
  height: 1px;
  background-color: #b6b668;
  border: none;
  opacity: 0.5;
  margin-left: 25px;
  margin-right: 25px;
}

.big {
  font-size: 125%;
}

.small {
  font-size: 80%;
  line-height: 135%;
}

.grow {
  font-size: 115%;
}

.shrink {
  font-size: 85%;
}

.tiny {
  font-size: 56%;
}

.hidden {
  visibility: hidden;
}

.noshow {
  display: none !important;
}

.nowrap {
  white-space: nowrap;
}

.opacity-0 {
  opacity: 0;
}

.opacity-1 {
  opacity: 1;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

.aligntop {
  vertical-align: top;
}

.alignbottom {
  vertical-align: bottom;
}

.floatleft {
  float: left;
  margin-right: 20px;
}

.floatright {
  float: right;
  margin-right: 20px;
}

.clear {
  clear: both;
}

.clearleft {
  clear: left;
}

.clearright {
  clear: right;
}

.extraspace {
  margin-top: 20px;
  margin-bottom: 20px;
}

.extrabigspace {
  margin-top: 40px;
  margin-bottom: 40px;
}

.spacer {
  padding: 0 4px;
}

.indent {
  text-indent: 1.5em;
}

.middle {
  vertical-align: middle;
}

.baseline {
  vertical-align: baseline;
}

.bottom {
  vertical-align: bottom;
}

.link {
  cursor: pointer;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.ml-0 {
  margin-left: 0 !important;
}

::-webkit-scrollbar {
  width: 10px;
  height: 20px;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.25);
}

::-webkit-scrollbar-thumb {
  background: #999999;
}

::-webkit-scrollbar-thumb:hover {
  background: #dedede;
}

/************************************************
*         Containers
************************************************/
div,
table,
th,
td,
img {
  padding: 0;
  border-width: 0;
  margin: 0;
}

table {
  width: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
mark,
nav,
section,
summary,
time {
  display: block;
}

iframe {
  border: none;
}

form {
  margin: 25px auto 50px;
  max-width: 800px;
}

main {
  overflow: hidden;
  min-height: 100vh;
}

footer {
  background-color: rgba(124, 5, 20, 0.32);
  color: #0d1d42;
  text-align: center;
  overflow: hidden;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  bottom: 0;
  transform: translateY(7rem);
}

#container {
  background: rgb(255, 244, 211);
  background: linear-gradient(45deg, rgb(255, 244, 211) 22%, rgb(255, 213, 136) 34%, rgb(255, 245, 214) 41%, rgb(249, 204, 62) 46%, rgb(255, 186, 101) 51%, rgb(255, 244, 211) 55%, rgb(255, 213, 136) 61%, rgb(255, 236, 175) 66%, rgb(255, 244, 211) 77%);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
}

/************************************************
*         Presentation Boxes
************************************************/
.row {
  display: flex;
  flex-direction: row;
  margin-left: 25px;
  margin-right: 25px;
}

.col {
  position: relative;
  flex-basis: 320px;
}

.col.image {
  flex-shrink: 0;
}

.hero .col.image {
  flex-shrink: unset;
}

.hero .col,
.gallery .col,
.col.text {
  flex-basis: unset;
}

.featured-image {
  display: block;
  border: 1px solid #ccffcc;
  border-top-color: #ffffff;
  border-left-color: #ffffff;
  border-radius: 10px;
}

a:hover .featured-image,
a:focus .featured-image {
  border-color: #3954ca;
}

.featured-title {
  margin-top: 0;
}

.video-link {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  height: 100%;
  max-height: 178.875px;
}

.hero .video-link {
  max-width: 1200px;
  max-height: 675px;
}

.video-link:hover .video-play-icon,
.video-link:focus .video-play-icon {
  fill: #3954ca;
  opacity: 0.85;
}

.video-link:hover + .featured-image,
.video-link:focus + .featured-image {
  border-color: #3954ca;
}

.video-play-icon {
  width: 30%;
  opacity: 0.5;
  fill: white;
}

/************************************************
*         Header (common)
************************************************/
nav {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0);
  width: 100%;
  height: 6.5rem;
  padding: 25px;
}

#nav--logo {
  float: left;
  display: block;
  background: url("/assets/images/michael-bokrosh/Michael-Bokrosh-logo-sm.png") no-repeat center center;
  background-size: cover;
  width: 39px;
  height: 66px;
  margin-top: 3px;
  opacity: 0.9;
  cursor: pointer;
}

#nav--logo,
#nav--logo:focus:not(:focus-visible) {
  border-bottom: 1px solid transparent;
}

#nav--logo:focus-visible {
  border-bottom: 1px solid black;
}

#nav--title-container {
  margin-left: 55px;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

#nav--title-container,
#nav--menu {
  opacity: 0.75;
  transition-delay: 0.25s;
}

#nav--title {
  display: block;
  font: 700 48px/42px Oswald, Arial, sans-serif;
  letter-spacing: -0.5px !important;
  text-transform: uppercase;
  white-space: nowrap;
  margin: 4px 0 0 0;
}

#nav--title a,
#nav--title a:active,
#nav--title a:hover {
  color: #0135b4;
  text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #949494, -1px 1px 0 #cecece, 1px 1px 0 #818181;
}

#nav--subhead {
  display: block;
  color: #4d007b;
  font: 700 28px/28px Oswald, Arial, sans-serif;
  white-space: nowrap;
  margin: 0.5rem 0;
}

#nav--menu,
.nav--submenu-list {
  position: absolute;
  list-style: none;
  padding: 0;
  margin: 0;
}

#nav--menu {
  top: 26px;
  left: 28rem;
  width: calc(100% - 28rem);
}

#nav--menu li {
  position: relative;
  display: inline-block;
  color: #00247b;
  padding: 0.7rem;
  margin: 0 0 0.5rem 0;
  border-left: 1px solid rgba(139, 106, 0, 0.25);
  border-bottom: 1px solid rgba(139, 106, 0, 0.25);
}

#nav--menu > .nav--submenu-trig {
  font-family: Oswald, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -0.015em !important;
}

#nav--menu #trig--sculpture {
  color: #4d007b;
  font-size: 1.28rem;
  line-height: 110%;
  border-bottom-width: 0.2rem;
  border-bottom-left-radius: 3px;
  margin-right: 3px;
  text-shadow: -0.5px -1px 0 #ffffff, 0.5px -1px 0 #949494, -0.5px 1px 0 #cecece, 0.5px 1px 0 #818181;
}

.opaque #nav--menu #trig--sculpture {
  text-shadow: none;
}

.nav--submenu-list {
  background-color: rgba(255, 234, 179, 0.58);
  font-family: Akshar, sans-serif;
  font-weight: 300;
  letter-spacing: 0.01em !important;
  border-top: 1px solid transparent;
  top: 3rem;
  left: 0;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}

#nav--menu .nav--submenu-list li {
  margin: 0;
  padding: 0;
  width: 100%;
  border-top: 0.2rem solid transparent;
}

#nav--menu .nav--submenu-list li:hover,
#nav--menu .nav--submenu-list li a:focus-visible {
  background-color: rgba(255, 215, 100, 0.8);
}

#nav--menu .nav--submenu-list li a {
  display: block;
  padding: 0.5rem;
  font-size: 85%;
  text-decoration: none;
}

#trig--sculpture .nav--submenu-list li a {
  padding: 0.75rem 0.5rem;
}

#nav--menu .nav--submenu-trig:hover,
#nav--menu .nav--submenu-trig.expanded,
#nav--menu .nav--submenu-trig:focus-visible {
  background-color: rgba(84, 0, 255, 0.15);
}

.nav--submenu-trig:hover .nav--submenu-list,
.expanded .nav--submenu-list {
  opacity: 1;
  visibility: visible;
  max-height: unset;
}

/************************************************
*         Footer (common)
************************************************/
p#copyright {
  font-size: 80%;
  margin-top: 0.75rem;
}

/************************************************
*         BackToTop (common)
************************************************/
#back-to-top {
  position: fixed;
  bottom: 50px;
  right: 15px;
  margin: 0;
  padding: 0;
  opacity: 0;
  transform: translateY(100px);
}

#back-to-top a {
  display: block;
  background: rgba(0, 0, 0, 0.25);
  background: -moz-linear-gradient(6deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.25) 100%);
  background: -webkit-linear-gradient(6deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.25) 100%);
  background: linear-gradient(6deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.25) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="rgba(0,0,0,0.65)",endColorstr="rgba(0,0,0,0.25)",GradientType=1);
  text-align: center;
  padding-top: 12px;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
  border-radius: 25px;
  color: white !important;
}

#back-to-top a:hover,
#back-to-top a:focus {
  background: rgba(238, 238, 238, 0.35);
  background: -moz-linear-gradient(3deg, rgba(238, 238, 238, 0.65) 0%, rgba(0, 0, 0, 0.55) 100%);
  background: -webkit-linear-gradient(3deg, rgba(238, 238, 238, 0.65) 0%, rgba(0, 0, 0, 0.55) 100%);
  background: linear-gradient(3deg, rgba(238, 238, 238, 0.65) 0%, rgba(0, 0, 0, 0.55) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="rgba(238,238,238,0.65)",endColorstr="rgba(0,0,0,0.55)",GradientType=1);
  text-decoration: none;
}

#back-to-top .up-arrow {
  fill: white;
}

/************************************************
*         Modals
************************************************/
.modal {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(12, 10, 12, 0.86);
  width: 100%;
  height: 100%;
  overflow: auto;
  cursor: pointer;
  opacity: 0;
}

.modal-positioner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.modal-child {
  position: fixed;
  background: rgba(255, 244, 228, 0.9);
  text-align: center;
  width: 50%;
  margin: auto 25% 15vh;
  padding: 20px;
  border: 2px solid #4439ca;
  border-radius: 15px;
  cursor: default;
  opacity: 0;
}

.modal-child.first-focus {
  outline: 0 !important;
}

.modal-child .close-box {
  display: inline-block;
  height: 24px;
  margin-right: 5px;
}

.modal-child.light .close-box {
  position: absolute;
  top: 10px;
  right: 10px;
}

.modal-child.fullscreen-modal .close-box {
  color: white;
}

.modal-child .close-box:hover,
.modal-child .close-box:focus {
  color: #3954ca;
}

.modal-child h3 {
  line-height: 1.2em;
}

.modal-child.fullscreen-modal {
  background-color: black;
  text-align: right;
  width: 100%;
  margin: auto 0;
  padding: 0 0 16px;
  border: none;
  border-radius: 4px;
}

.modal-child #modal-player {
  position: relative;
  background-color: rgba(255, 205, 140, 0.5);
  text-align: center;
  overflow: hidden;
  width: 100%;
  min-width: 320px;
}

.modal-child #modal-player {
  display: block;
  width: 100% !important;
  height: 56.25vw;
  margin: 0 auto;
  border: none !important;
}

/************************************************
*         Notices
************************************************/
.notice.welcome {
  background-color: rgba(0, 59, 255, 0.32);
  color: #0d1d42;
  padding: 10px 0;
  overflow: hidden;
}

.notice.quote {
  background-color: rgba(48, 50, 255, 0.35);
  color: #3e0046;
  font-size: 120%;
  line-height: 130%;
  padding: 5rem 0;
  overflow: hidden;
}

.notice.quote:first-of-type {
  padding: 10px 0;
}

.notice.quote,
.notice.quote pre {
  font-family: "Kaushan Script", cursive;
}

.notice .lead {
  display: block;
  font-size: 150%;
  margin-bottom: 0.55em;
}

.note {
  background: rgba(163, 158, 189, 0.25);
  color: #44365a;
  font-size: 94%;
  padding: 7px 12px;
  border-radius: 6px;
}

/************************************************
*         Mods (common)
************************************************/
body.change {
  overflow: hidden;
  touch-action: none;
}

nav.opaque {
  background-color: rgba(255, 255, 255, 0.55);
  height: 100%;
}

.modal.change {
  opacity: 1;
}

.modal-child.change {
  opacity: 1;
}

footer.view {
  transform: translateY(0);
}

#back-to-top.view {
  opacity: 1;
  transform: translateY(0);
}

/************************************************
*         Media Queries (common)
************************************************/
/* --- for wider devices --- */
@media screen and (min-width: 900px) {
  .constrained.std {
    max-width: 800px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1235.98px) {
  .constrained.wide .row,
  .constrained.wider .row {
    margin-left: 5vw;
    margin-right: 5vw;
  }
  .constrained.wide .row,
  .constrained.wider .row {
    margin-left: calc(5vw + 20px);
    margin-right: calc(5vw + 20px);
  }
}
/* --- for narrower devices --- */
@media screen and (max-width: 919.98px) {
  nav {
    height: 8.5rem;
  }
  #nav--title {
    margin: 0 20px 0 0;
  }
  #nav--menu {
    top: 4.75rem;
    left: 80px;
    width: auto;
  }
  #nav--menu #trig--sculpture {
    position: relative;
  }
  .modal-child {
    width: 80%;
    margin: 0 10% 15vh;
  }
  .row {
    margin-left: 5vw;
    margin-right: 5vw;
  }
}
@media screen and (max-width: 699.98px) {
  .constrained.wide .row,
  .constrained.wider .row,
  .row {
    margin-left: 20px;
    margin-right: 20px;
  }
  .col.text > * {
    margin-left: 0;
    margin-right: 0;
  }
  .col.text h2 {
    margin-top: 20px;
  }
}
/* --- for all mobile devices --- */
@media screen and (max-width: 567.98px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  p,
  pre,
  hr,
  label {
    margin-left: 20px;
    margin-right: 20px;
  }
  li {
    margin-right: 20px;
  }
  nav {
    padding: 20px;
  }
  nav.opaque {
    background-color: rgba(255, 255, 255, 0.85);
  }
  #nav--title {
    font: 700 9vw/0.825 Oswald, Arial, sans-serif;
  }
  #nav--subhead {
    font: 700 23.5px/24.5px Oswald, Arial, sans-serif;
  }
  #nav--menu {
    top: 4rem;
    left: 75px;
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
  }
  #nav--menu li {
    display: block;
  }
  #nav--menu #trig--sculpture {
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
  }
  .constrained.wide .row,
  .constrained.wider .row,
  .row {
    margin-left: 15px;
    margin-right: 15px;
  }
  .modal-child {
    width: 98%;
    margin: 0 1% 15vh;
  }
}
/* --- for small mobile devices --- */
@media screen and (max-width: 399.98px) {
  #nav--subhead {
    font: 700 19px/19px Oswald, Arial, sans-serif;
  }
  #nav--menu {
    top: 3.5rem;
  }
  #back-to-top {
    right: 7px;
  }
}
/* --- for x-small mobile devices --- */
@media screen and (max-width: 359.98px) {
  .col.text > * {
    margin-left: 15px;
    margin-right: 15px;
  }
  .featured-image {
    margin-left: auto;
    margin-right: auto;
  }
  .modal-child > * {
    margin-left: 0;
    margin-right: 0;
  }
  #nav--title,
  #nav--subhead,
  .featured-title {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
  }
}
@media screen and (max-width: 349.98px) {
  #nav--subhead {
    font: 700 18px/18px Oswald, Arial, sans-serif;
  }
  #nav--title-container {
    margin-left: 50px;
  }
  #nav--menu {
    left: 70px;
  }
  #nav--menu > .nav--submenu-trig {
    padding-left: 0.5rem;
  }
}
/* --- for xx-small mobile devices --- */
@media screen and (max-width: 329.98px) {
  #nav--subhead {
    font: 700 17.5px/17.5px Oswald, Arial, sans-serif;
  }
}
@media screen and (max-width: 320px) {
  .featured-image {
    border-left: none;
    border-right: none;
  }
}

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