@charset "UTF-8";
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/*-------------------------------------------------- */
/* HTML5 DISPLAY DEFINITIONS */
/*-------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup,
main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

[hidden] {
  display: none;
}

/*-------------------------------------------------- */
/* BASE */
/*-------------------------------------------------- */
html {
  font-size: 100%; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

html, button, input, select, textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

/*-------------------------------------------------- */
/* LINKS */
/*-------------------------------------------------- */
a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

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

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

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

p, pre {
  margin: 1em 0;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*-------------------------------------------------- */
/* LISTS */
/*-------------------------------------------------- */
dl, menu, ol, ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

menu, ol, ul {
  padding: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}

/*-------------------------------------------------- */
/* EMBEDDED CONTENT */
/*-------------------------------------------------- */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

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

/*-------------------------------------------------- */
/* FIGURES */
/*-------------------------------------------------- */
figure {
  margin: 0;
}

/*-------------------------------------------------- */
/* FORMS */
/*-------------------------------------------------- */
form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

button, input, select, textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type=button],
input[type=reset], input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

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

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* end normalize.css */
/*-------------------------------------------------- */
/* STANDARD RESET VALUES */
/*-------------------------------------------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, img, strong, sub, sup,
b, i, center, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
}

td {
  vertical-align: top;
  text-align: left;
}

a, area, select {
  outline: 0 none;
}

/*
@mixin din300 { font-family: 'DINNextLight', sans-serif; font-style: normal; font-stretch: normal; font-weight: 300; }
@mixin din500 { font-family: 'DINNextRegular', sans-serif; font-style: normal; font-stretch: normal; font-weight: 400; }
@mixin din700 { font-family: 'DINNextMedium', sans-serif; font-style: normal; font-stretch: normal; font-weight: 500; }
@mixin ave200 { font-family: 'AvenirNextLight', sans-serif; font-style: normal; font-stretch: normal;  font-weight: 200; }
@mixin ave200i { font-family: 'AvenirNextLightItalic', sans-serif; font-style: italic; font-stretch: normal; font-weight: 200; }
@mixin ave400 { font-family: 'AvenirNextRegular', sans-serif; font-style: normal; font-stretch: normal;  font-weight: 400; }
@mixin ave500 { font-family: 'AvenirNextMedium', sans-serif; font-style: normal; font-stretch: normal;  font-weight: 500; }
@mixin icofont { font-family: icomoon; font-weight: 400; }
*/
/*
@include responsive(xxlarge-screens) {  }
	@include responsive(xlarge-screens) {  }
	@include responsive(large-screens) {  }
	@include responsive(medium-screens) {  }
	@include responsive(small-screens) {  }
	@include responsive(xsmall-screens) {  }
	@include responsive(mobile-screens) {  }
	*/
/*-------------------------------------------------- */
/* FOR TESTING ONLY */
/*-------------------------------------------------- */
p.screen {
  z-index: 1000;
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 20px 20px 15px 20px;
  font-size: 9px;
  color: #fff;
  opacity: 0;
}
p.screen:hover {
  opacity: 1;
}
p.screen:before {
  content: "XXL: 1920";
}
@media only screen and (min-width: 1920px) {
  p.screen:before {
    content: "XXL: 1920";
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  p.screen:before {
    content: "XL: 1450";
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  p.screen:before {
    content: "L: 1200";
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  p.screen:before {
    content: "M: 992";
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  p.screen:before {
    content: "S: 768";
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  p.screen:before {
    content: "XS: 480";
  }
}
@media only screen and (max-width: 480px) {
  p.screen:before {
    content: "MOBILE: 375";
  }
}

/*-------------------------------------------------- */
/* BEGIN CUSTOMIZED STYLES */
/*-------------------------------------------------- */
html, body {
  height: 100%;
}

body {
  font-family: "Decimal A", "Decimal B";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  background-color: #fff;
  min-height: 100vh;
}

.jswarning {
  display: none;
}

.no-js .jswarning {
  display: block;
}

html.js .no-flicker {
  display: none;
}

/*-------------------------------------------------- */
/* Z-INDEX */
/*-------------------------------------------------- */
#topbgcolor {
  z-index: 0;
}

#siteframe {
  z-index: 10;
}

#portfolio {
  z-index: 20;
}

#footer {
  z-index: 30;
}

#headerframe {
  z-index: 50;
}

/*-------------------------------------------------- */
/* PRIMARY POSITIONING */
/*-------------------------------------------------- */
#siteframe {
  margin: 0 auto;
  padding: 0;
  display: block;
  width: 100%;
  min-height: 100vh;
}

#headerframe {
  position: fixed;
  top: -20px;
  left: -20px;
  width: calc(100% + 40px);
  background-color: #efefec;
  border-bottom: solid 8px #fff;
  -webkit-box-shadow: inset 0 0 24px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 24px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 24px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
#headerframe #header {
  margin: 0 auto;
  max-width: 2400px;
}

#sitecontentframe #sitecontent {
  position: relative;
  margin: 0 auto;
  max-width: 2400px;
  background-color: #fff;
}

#footerframe {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #52504b;
}
@media only screen and (min-width: 1920px) {
  #footerframe {
    position: fixed;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  #footerframe {
    position: fixed;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #footerframe {
    position: fixed;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #footerframe {
    position: fixed;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #footerframe {
    position: fixed;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #footerframe {
    position: relative;
  }
}
@media only screen and (max-width: 480px) {
  #footerframe {
    position: relative;
  }
}
#footerframe #footer {
  position: relative;
  margin: 0 auto;
  max-width: 2400px;
}

/*-------------------------------------------------- */
/* ALL PAGE MARGINS */
/*-------------------------------------------------- */
#headerframe {
  height: 170px;
}
@media only screen and (min-width: 1920px) {
  #headerframe {
    height: 170px;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  #headerframe {
    height: 170px;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #headerframe {
    height: 165px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #headerframe {
    height: 165px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #headerframe {
    height: 165px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #headerframe {
    height: 150px;
  }
}
@media only screen and (max-width: 480px) {
  #headerframe {
    height: 145px;
  }
}
#headerframe #header {
  padding: 30px 53px 10px 80px;
}
@media only screen and (min-width: 1920px) {
  #headerframe #header {
    padding: 30px 53px 10px 80px;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  #headerframe #header {
    padding: 30px 53px 10px 80px;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #headerframe #header {
    padding: 24px 43px 10px 70px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #headerframe #header {
    padding: 24px 33px 10px 60px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #headerframe #header {
    padding: 20px 23px 10px 50px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #headerframe #header {
    padding: 20px 13px 10px 40px;
  }
}
@media only screen and (max-width: 480px) {
  #headerframe #header {
    padding: 10px 3px 10px 30px;
  }
}

#sitecontentframe {
  padding-top: 150px;
  padding-bottom: 140px;
}
@media only screen and (min-width: 1920px) {
  #sitecontentframe {
    padding-top: 150px;
    padding-bottom: 140px;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  #sitecontentframe {
    padding-top: 160px;
    padding-bottom: 140px;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #sitecontentframe {
    padding-top: 160px;
    padding-bottom: 140px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #sitecontentframe {
    padding-top: 155px;
    padding-bottom: 140px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #sitecontentframe {
    padding-top: 150px;
    padding-bottom: 140px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #sitecontentframe {
    padding-top: 140px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  #sitecontentframe {
    padding-top: 140px;
    padding-bottom: 0;
  }
}
#sitecontentframe #sitecontent {
  padding: 50px 80px;
}
@media only screen and (min-width: 1920px) {
  #sitecontentframe #sitecontent {
    padding: 50px 80px;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  #sitecontentframe #sitecontent {
    padding: 30px 80px;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #sitecontentframe #sitecontent {
    padding: 30px 70px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #sitecontentframe #sitecontent {
    padding: 30px 60px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #sitecontentframe #sitecontent {
    padding: 30px 50px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #sitecontentframe #sitecontent {
    padding: 20px 40px;
  }
}
@media only screen and (max-width: 480px) {
  #sitecontentframe #sitecontent {
    padding: 10px 30px 40px 30px;
  }
}

#footerframe #footer {
  padding: 10px 80px;
}
@media only screen and (min-width: 1920px) {
  #footerframe #footer {
    padding: 10px 80px;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  #footerframe #footer {
    padding: 10px 80px;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #footerframe #footer {
    padding: 10px 70px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #footerframe #footer {
    padding: 10px 60px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #footerframe #footer {
    padding: 10px 50px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #footerframe #footer {
    padding: 10px 40px;
  }
}
@media only screen and (max-width: 480px) {
  #footerframe #footer {
    padding: 10px 30px;
  }
}

#quotations p {
  text-indent: -6px;
  margin-left: 10px;
  padding: 30px 80px 30px 70px; /* all left padding accounts for the extra 10px left margin */
}
@media only screen and (min-width: 1920px) {
  #quotations p {
    padding: 30px 80px 30px 70px;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  #quotations p {
    padding: 30px 80px 30px 70px;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #quotations p {
    padding: 30px 70px 30px 60px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #quotations p {
    padding: 30px 60px 30px 50px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #quotations p {
    padding: 30px 50px 30px 40px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #quotations p {
    padding: 30px 40px 30px 30px;
  }
}
@media only screen and (max-width: 480px) {
  #quotations p {
    padding: 30px 30px 30px 20px;
  }
}

#portfolionav {
  top: 50px;
  right: 27px;
}

#portfolio-grid {
  /* VIEW 1 */
  grid-gap: 50px;
  /* VIEW 2 */
}
@media only screen and (min-width: 1920px) {
  #portfolio-grid {
    grid-gap: 50px;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  #portfolio-grid {
    grid-gap: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #portfolio-grid {
    grid-gap: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #portfolio-grid {
    grid-gap: 30px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #portfolio-grid {
    grid-gap: 30px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #portfolio-grid {
    grid-gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  #portfolio-grid {
    grid-gap: 30px;
  }
}
#portfolio-grid div {
  height: calc((100vw - 260px) / 3); /* 260 is right margin 80px + left margin 80px + (2 * 50px grid gap) */
  /* 260 is right margin 80px + left margin 80px + (2 * 50px grid gap) */
  /* 240 is right margin 80px + left margin 80px + (2 * 40px grid gap) */
  /* 220 is right margin 70px + left margin 70px + 40px grid gap */
  /* 180 is right margin 60px + left margin 60px + 30px grid gap */
  /* 160 is right margin 50px + left margin 50px + 30px grid gap */
  /* 80 is right margin 40px + left margin 40px */
  /* 60 is right margin 30px + left margin 30px */
}
@media only screen and (min-width: 1920px) {
  #portfolio-grid div {
    height: calc((100vw - 260px) / 3);
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  #portfolio-grid div {
    height: calc((100vw - 240px) / 3);
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #portfolio-grid div {
    height: calc((100vw - 220px) / 2);
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #portfolio-grid div {
    height: calc((100vw - 180px) / 2);
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #portfolio-grid div {
    height: calc((100vw - 160px) / 2);
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #portfolio-grid div {
    height: calc(100vw - 80px);
  }
}
@media only screen and (max-width: 480px) {
  #portfolio-grid div {
    height: calc(100vw - 60px);
  }
}
#portfolio-grid.fullgrid div {
  height: calc((100vw - 410px) / 6);
  /* 410 is right margin 80px + left margin 80px + (5 * 50px grid gap) */
  /* 360 is right margin 80px + left margin 80px + (5 * 40px grid gap) */
  /* 300 is right margin 70px + left margin 70px + (4 * 40px grid gap) */
  /* 210 is right margin 60px + left margin 60px + (3 * 30px grid gap) */
  /* 160 is right margin 50px + left margin 50px + (2 * 30px grid gap) */
  /* 110 is right margin 40px + left margin 40px + 30px grid gap */
  /* 60 is right margin 30px + left margin 30px */
}
@media only screen and (min-width: 1920px) {
  #portfolio-grid.fullgrid div {
    height: calc((100vw - 410px) / 6);
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  #portfolio-grid.fullgrid div {
    height: calc((100vw - 360px) / 6);
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #portfolio-grid.fullgrid div {
    height: calc((100vw - 300px) / 5);
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #portfolio-grid.fullgrid div {
    height: calc((100vw - 210px) / 4);
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #portfolio-grid.fullgrid div {
    height: calc((100vw - 160px) / 3);
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #portfolio-grid.fullgrid div {
    height: calc((100vw - 110px) / 2);
  }
}
@media only screen and (max-width: 480px) {
  #portfolio-grid.fullgrid div {
    height: calc(100vw - 60px);
  }
}

/*-------------------------------------------------- */
/* SEMANTIC STYLES */
/*-------------------------------------------------- */
a, a:visited {
  color: #52504b;
  text-decoration: none;
}

a:hover, a:active {
  color: #52504b;
  text-decoration: none;
}

p, ul {
  margin: 0;
  padding: 0 0 12px 0;
  color: #52504b;
  font-family: "Decimal A", "Decimal B";
  font-style: normal;
  font-weight: 300;
  font-size: 1em;
  line-height: 1.4em;
}
@media only screen and (min-width: 1920px) {
  p, ul {
    font-size: 1em;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  p, ul {
    font-size: 1em;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  p, ul {
    font-size: 1em;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  p, ul {
    font-size: 1em;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  p, ul {
    font-size: 1em;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  p, ul {
    font-size: 1em;
  }
}
@media only screen and (max-width: 480px) {
  p, ul {
    font-size: 1.1em;
  }
}

ul li {
  margin-left: 14px;
  padding-bottom: 0;
  color: #a5a39b;
  list-style: square;
}
@media only screen and (min-width: 1920px) {
  ul li {
    padding-bottom: 0;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  ul li {
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  ul li {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  ul li {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  ul li {
    padding-bottom: 0;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  ul li {
    padding-bottom: 2px;
  }
}
@media only screen and (max-width: 480px) {
  ul li {
    padding-bottom: 5px;
  }
}
ul li span {
  color: #52504b;
}
ul li ul {
  font-size: 1em;
  padding-bottom: 4px;
}
ul li li {
  margin-left: 30px;
}

p em, p i {
  font-family: "Decimal A", "Decimal B";
  font-style: italic;
  font-weight: 300;
}

p strong, p b {
  font-family: "Decimal A", "Decimal B";
  font-style: normal;
  font-weight: 500;
}

.nowrap {
  text-wrap: nowrap;
}

.clear {
  clear: both;
}

h1 {
  margin: 0 0 0 15px;
  padding: 30px 0 10px 0;
  color: #52504b;
  font-family: "Requiem Display A", "Requiem Display B", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 5em;
  line-height: 1em;
}
@media only screen and (min-width: 1920px) {
  h1 {
    font-size: 5em;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  h1 {
    font-size: 5em;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  h1 {
    font-size: 4.5em;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  h1 {
    font-size: 4.5em;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  h1 {
    font-size: 4em;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  h1 {
    font-size: 3.7em;
  }
}
@media only screen and (max-width: 480px) {
  h1 {
    font-size: 3.3em;
  }
}

h2 {
  margin: 20px 0 8px -1px;
  padding: 0;
  font-size: 1.7em;
  font-family: "Decimal A", "Decimal B";
  font-style: normal;
  font-weight: 500;
  color: #626e76;
}
@media only screen and (min-width: 1920px) {
  h2 {
    font-size: 1.7em;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  h2 {
    font-size: 1.7em;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  h2 {
    font-size: 1.7em;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  h2 {
    font-size: 1.6em;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  h2 {
    font-size: 1.5em;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  h2 {
    font-size: 1.4em;
  }
}
@media only screen and (max-width: 480px) {
  h2 {
    font-size: 1.4em;
  }
}

h3 {
  margin: 20px 0 10px 0;
  padding: 0;
  font-size: 1em;
  font-family: "Decimal A", "Decimal B";
  font-style: normal;
  font-weight: 600;
  color: #626e76;
  text-transform: uppercase;
  letter-spacing: 0.02;
}
@media only screen and (min-width: 1920px) {
  h3 {
    font-size: 1em;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  h3 {
    font-size: 1em;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  h3 {
    font-size: 1em;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  h3 {
    font-size: 1em;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  h3 {
    font-size: 1em;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  h3 {
    font-size: 1em;
  }
}
@media only screen and (max-width: 480px) {
  h3 {
    font-size: 1em;
  }
}
h3 span {
  display: inline-block;
  padding-top: 6px;
  border-top: solid 3px #b8bec3;
}

h1.top, h2.top, h3.top {
  margin-top: 0;
}

.columns {
  display: grid;
  grid-gap: 50px;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (min-width: 1920px) {
  .columns {
    grid-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  .columns {
    grid-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .columns {
    grid-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .columns {
    grid-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .columns {
    grid-gap: 0;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .columns {
    grid-gap: 0;
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 480px) {
  .columns {
    grid-gap: 0;
    grid-template-columns: 1fr;
  }
}

/*-------------------------------------------------- */
/* NAVIGATION STYLES */
/*-------------------------------------------------- */
#primarynav {
  padding-top: 0;
  text-align: right;
}
@media only screen and (min-width: 1920px) {
  #primarynav {
    padding-top: 0;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  #primarynav {
    padding-top: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #primarynav {
    padding-top: 5px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #primarynav {
    padding-top: 5px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #primarynav {
    padding-top: 5px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #primarynav {
    padding-top: 5px;
  }
}
@media only screen and (max-width: 480px) {
  #primarynav {
    padding-top: 10px;
  }
}
#primarynav ul {
  margin: 0 40px 0 0;
  padding: 10px 0 0 0;
}
#primarynav ul li {
  display: inline;
  margin: 0 0 0 16px;
  padding: 0 0 4px 0;
  color: #a5a39b;
  font-family: "Decimal A", "Decimal B";
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 1920px) {
  #primarynav ul li {
    font-size: 0.8em;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  #primarynav ul li {
    font-size: 0.8em;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #primarynav ul li {
    font-size: 0.8em;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #primarynav ul li {
    font-size: 0.8em;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #primarynav ul li {
    font-size: 0.9em;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #primarynav ul li {
    font-size: 1em;
  }
}
@media only screen and (max-width: 480px) {
  #primarynav ul li {
    font-size: 1em;
  }
}
#primarynav ul li a, #primarynav ul li a:visited {
  color: #a5a39b;
}
#primarynav ul li a:hover, #primarynav ul li a:active {
  color: #52504b;
  opacity: 0.7;
}
#primarynav ul li.on {
  border-bottom: solid 3px #a65c57;
  color: #52504b;
  opacity: 1;
}
#primarynav ul li.on a, #primarynav ul li.on a:visited {
  color: #52504b;
}
#primarynav ul li.on a:hover, #primarynav ul li.on a:active {
  color: #52504b;
}
#primarynav ul li .long {
  display: inline;
  color: #a5a39b;
}
@media only screen and (min-width: 1920px) {
  #primarynav ul li .long {
    display: inline;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  #primarynav ul li .long {
    display: inline;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #primarynav ul li .long {
    display: inline;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #primarynav ul li .long {
    display: inline;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #primarynav ul li .long {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #primarynav ul li .long {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  #primarynav ul li .long {
    display: none;
  }
}
#primarynav ul li .long.on {
  color: #52504b;
}
#primarynav ul li .short {
  display: none;
  color: #a5a39b;
}
@media only screen and (min-width: 1920px) {
  #primarynav ul li .short {
    display: none;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  #primarynav ul li .short {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #primarynav ul li .short {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #primarynav ul li .short {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #primarynav ul li .short {
    display: inline;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #primarynav ul li .short {
    display: inline;
  }
}
@media only screen and (max-width: 480px) {
  #primarynav ul li .short {
    display: inline;
  }
}
#primarynav ul li .short.on {
  color: #52504b;
}

/*-------------------------------------------------- */
/* PORTFOLIO GRID STYLES */
/*-------------------------------------------------- */
#portfolio {
  grid-area: portfolio;
}

#portfolionav {
  position: absolute;
  width: 28px;
}
#portfolionav .icon {
  position: relative;
  width: 28x;
  height: 28px;
  padding-bottom: 4px;
  margin-bottom: 20px;
  overflow: hidden;
  cursor: pointer;
}
#portfolionav .icon.view1 div {
  width: 28px;
  height: 28px;
  background-color: #efefec;
}
#portfolionav .icon.view2 div {
  float: left;
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #efefec;
  margin: 0 2px 2px 0;
}
#portfolionav .icon.view2 div.right {
  margin-right: 0;
}
#portfolionav .icon.view2 div.bottom {
  margin-bottom: 0;
}
#portfolionav .icon.on {
  border-bottom: solid 3px #a65c57;
}
#portfolionav .icon.on.view1 div, #portfolionav .icon.on.view2 div {
  background-color: #cbc9bc;
  opacity: 0.8;
}

#portfolio-grid {
  position: relative;
  display: grid;
  /* VIEW 1 */
  /* large images, limited number */
  grid-template-columns: repeat(3, 1fr);
  /* VIEW 2 */
  /* more images at half size */
}
@media only screen and (min-width: 1920px) {
  #portfolio-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  #portfolio-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #portfolio-grid {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 480px) {
  #portfolio-grid {
    grid-template-columns: 1fr;
  }
}
#portfolio-grid div {
  position: relative;
  display: block;
  width: 100%;
  line-height: 1em;
  /* hide all images after first 3 in this view —> need to rethink this */
}
#portfolio-grid div.small {
  display: none;
}
#portfolio-grid div div.img {
  position: absolute;
  width: 100%;
  height: 100%;
  /*background-size: cover;
  background-repeat: no-repeat; */
}
#portfolio-grid.fullgrid {
  grid-template-columns: repeat(6, 1fr);
}
@media only screen and (min-width: 1920px) {
  #portfolio-grid.fullgrid {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  #portfolio-grid.fullgrid {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #portfolio-grid.fullgrid {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #portfolio-grid.fullgrid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #portfolio-grid.fullgrid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #portfolio-grid.fullgrid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  #portfolio-grid.fullgrid {
    grid-template-columns: 1fr;
  }
}
#portfolio-grid.fullgrid div {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  /* show all images in this view */
}
#portfolio-grid.fullgrid div.small {
  display: block;
}
#portfolio-grid.fullgrid div div.img {
  position: absolute;
  width: 90%;
  height: 90%;
  top: 5%;
  left: 5%;
  /*background-size: contain;
  background-repeat: no-repeat;*/
}
#portfolio-grid.fullgrid div p {
  display: none;
  margin: 0 50px;
  padding-top: 10px;
  font-family: "Decimal A", "Decimal B";
  font-style: normal;
  font-weight: 500;
  color: #52504b;
  text-align: center;
  line-height: 1.2em;
}
#portfolio-grid.fullgrid div:hover div {
  opacity: 0.2;
}
#portfolio-grid.fullgrid div:hover p {
  display: block;
}

#quotations {
  position: relative;
  width: 100%;
  background-color: #a65c57;
}
#quotations p {
  color: #fff;
  font-size: 1.2em;
  line-height: 1.3em;
  text-align: right;
}
@media only screen and (min-width: 1920px) {
  #quotations p {
    font-size: 1.2em;
    text-align: right;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  #quotations p {
    font-size: 1.2em;
    text-align: right;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #quotations p {
    font-size: 1.2em;
    text-align: right;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #quotations p {
    font-size: 1.2em;
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #quotations p {
    font-size: 1.2em;
    text-align: left;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #quotations p {
    font-size: 1.1em;
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  #quotations p {
    font-size: 1.1em;
    text-align: left;
  }
}
#quotations p em {
  font-size: 0.8em;
}

/*-------------------------------------------------- */
/* STUDIO WALL STYLES */
/*-------------------------------------------------- */
#quote-grid {
  position: relative;
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 50px;
}
@media only screen and (min-width: 1920px) {
  #quote-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 20px;
  }
}
@media (min-width: 1450px) and (max-width: 1920px) {
  #quote-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  #quote-grid {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #quote-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 20px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #quote-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 20px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #quote-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
  }
}
@media only screen and (max-width: 480px) {
  #quote-grid {
    display: block;
  }
  #quote-grid div {
    margin-bottom: 20px;
  }
}
#quote-grid div {
  position: relative;
  width: 100%;
  /*height: calc((100vw - 380px) / 12);*/ /* 380 is right margin 80px + left margin 80px + (11 * 20px grid gap) */
  height: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: rgba(239, 239, 236, 0.5);
}
#quote-grid div.double {
  grid-column: span 2; /*grid-row: span 2;*/
}
#quote-grid div.triple {
  grid-column: span 3; /*grid-row: span 2;*/
}
#quote-grid div.quadruple {
  grid-column: span 4; /*grid-row: span 2;*/
}
#quote-grid div p {
  margin: 0 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Decimal A", "Decimal B";
  font-style: normal;
  font-weight: 400;
  color: #52504b;
  text-align: center;
  line-height: 1.2em;
}
#quote-grid div p span {
  display: inline-block;
  width: 100%;
  font-family: "Decimal A", "Decimal B";
  font-style: italic;
  font-weight: 300;
  font-size: 80%;
  padding-top: 4px;
}

/*-------------------------------------------------- */
/* FOOTER STYLES */
/*-------------------------------------------------- */
#footer p {
  margin: 0;
  padding: 4px 0 4px 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8em;
  line-height: 1.3em;
  font-family: "Decimal A", "Decimal B";
  font-style: normal;
  font-weight: 400;
}
#footer p a, #footer p a:visited {
  font-family: "Decimal A", "Decimal B";
  font-style: normal;
  font-weight: 600;
  color: #fff;
  opacity: 0.5;
}
#footer p a:hover, #footer p a:active {
  opacity: 0.75;
}
#footer p span {
  display: block;
}

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