/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: 'League Spartan';
  src: url('/fonts/leaguespartan-bold.eot');
  src: url('/fonts/leaguespartan-bold.eot?#iefix') format('embedded-opentype'), url('/fonts/leaguespartan-bold.woff2') format('woff2'), url('/fonts/leaguespartan-bold.woff') format('woff'), url('/fonts/leaguespartan-bold.ttf') format('truetype'), url('/fonts/leaguespartan-bold.svg#league_spartanbold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Alegreya Sans Web';
  src: url('/fonts/AlegreyaSans-Bold.eot');
  src: url('/fonts/AlegreyaSans-Bold.eot?#iefix') format('embedded-opentype'), url('/fonts/AlegreyaSans-Bold.woff') format('woff'), url('/fonts/AlegreyaSans-Bold.ttf') format('truetype'), url('/fonts/AlegreyaSans-Bold.svg#949ed3009904a48b13e4e96d2b10c3a5') format('svg');
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: 'Alegreya Sans Web';
  src: url('/fonts/AlegreyaSans-BoldItalic.eot');
  src: url('/fonts/AlegreyaSans-BoldItalic.eot?#iefix') format('embedded-opentype'), url('/fonts/AlegreyaSans-BoldItalic.woff') format('woff'), url('/fonts/AlegreyaSans-BoldItalic.ttf') format('truetype'), url('/fonts/AlegreyaSans-BoldItalic.svg#0714826d1e923f43eafd84cc8bad2536') format('svg');
  font-style: italic;
  font-weight: 700;
}
@font-face {
  font-family: 'Alegreya Sans Web';
  src: url('/fonts/AlegreyaSans-Italic.eot');
  src: url('/fonts/AlegreyaSans-Italic.eot?#iefix') format('embedded-opentype'), url('/fonts/AlegreyaSans-Italic.woff') format('woff'), url('/fonts/AlegreyaSans-Italic.ttf') format('truetype'), url('/fonts/AlegreyaSans-Italic.svg#62ddd7bad5cebe68aeeb1eab7d07ef36') format('svg');
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: 'Alegreya Sans Medium';
  src: url('/fonts/AlegreyaSans-Medium.eot');
  src: url('/fonts/AlegreyaSans-Medium.eot?#iefix') format('embedded-opentype'), url('/fonts/AlegreyaSans-Medium.woff') format('woff'), url('/fonts/AlegreyaSans-Medium.ttf') format('truetype'), url('/fonts/AlegreyaSans-Medium.svg#024570d7399876b3b292897c7c9d3b83') format('svg');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Alegreya Sans Medium';
  src: url('/fonts/AlegreyaSans-MediumItalic.eot');
  src: url('/fonts/AlegreyaSans-MediumItalic.eot?#iefix') format('embedded-opentype'), url('/fonts/AlegreyaSans-MediumItalic.woff') format('woff'), url('/fonts/AlegreyaSans-MediumItalic.ttf') format('truetype'), url('/fonts/AlegreyaSans-MediumItalic.svg#8bddeb80f53dc3a334511b192f439d12') format('svg');
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: 'Lato';
  src: url('/fonts/Lato-Regular.eot');
  src: url('/fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/Lato-Regular.woff') format('woff'), url('/fonts/Lato-Regular.ttf') format('truetype'), url('/fonts/Lato-Regular.svg#b5e1ce009fce750f5852cc3d16bee163') format('svg');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Lato Black';
  src: url('/fonts/Lato-Black.eot');
  src: url('/fonts/Lato-Black.eot?#iefix') format('embedded-opentype'), url('/fonts/Lato-Black.woff') format('woff'), url('/fonts/Lato-Black.ttf') format('truetype'), url('/fonts/Lato-Black.svg#b5e1ce009fce750f5852cc3d16bee163') format('svg');
  font-style: normal;
  font-weight: 900;
}
.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-direction: row;
}
.flexrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-direction: row;
}
.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-direction: column;
}
.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-direction: column;
}
.flexcol {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-direction: column;
}
.flexcol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.flexrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.align-vertical {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.align-items-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.display {
  font-family: "League Spartan", Verdana, Helvetica, sans-serif;
}
.sans {
  font-family: "Lato", Verdana, Helvetica, sans-serif !important;
}
.serif {
  font-family: "Lato", Verdana, Helvetica, sans-serif !important;
}
.sansbold {
  font-family: "Lato Black", Verdana, Helvetica, sans-serif !important;
}
.bold {
  font-weight: 600;
}
body {
  font-family: "Lato", Verdana, Helvetica, sans-serif !important;
  font-size: 67.5%;
  line-height: 2rem;
  color: #333;
  -webkit-font-feature-settings: 'kern' 1;
  -moz-font-feature-settings: 'kern' 1;
  -o-font-feature-settings: 'kern' 1;
  text-rendering: optimizeLegibility;
}
b {
  font-family: "Lato Black", Verdana, Helvetica, sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  font-family: "Lato", Verdana, Helvetica, sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
h1.nomarginbottom,
h2.nomarginbottom,
h3.nomarginbottom,
h4.nomarginbottom,
h5.nomarginbottom,
h6.nomarginbottom,
p.nomarginbottom {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", Verdana, Helvetica, sans-serif !important;
  letter-spacing: 0 !important;
  line-height: 1.286;
  margin: 0;
  margin-bottom: 1rem;
}
h1 {
  font-family: "League Spartan", Verdana, Helvetica, sans-serif !important;
  font-size: 3rem;
  line-height: 1.1;
}
h2 {
  font-size: 2rem;
  color: #999;
}
h3 {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 100;
  color: #999;
}
h4 {
  font-family: "League Spartan", Verdana, Helvetica, sans-serif !important;
  font-size: 2.2rem;
  line-height: 1.1;
}
p {
  font-size: 1.2rem;
  line-height: 1.51;
  margin-bottom: 1.8rem;
}
h1 + h3 + p,
h1 + p {
  margin-top: 1.9rem;
}
p:last-child {
  margin-bottom: 0;
}
a {
  display: inline-block;
  padding: 0;
  margin: 0;
  text-indent: 0;
  text-decoration: none;
  color: #70A9EC;
  cursor: pointer;
  font-family: "Lato Black", Verdana, Helvetica, sans-serif !important;
}
.text-shadow {
  color: #fff;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.5), 0 1px 0 #000000;
}
.center-text {
  text-align: center;
}
.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 720px) {
  h1 {
    font-size: 2.2rem;
  }
  h2 {
    font-size: 1.2rem;
  }
  h3 {
    font-size: 1.1rem;
  }
  h4 {
    font-size: 1.9rem;
  }
  p {
    font-size: 1rem;
    margin-bottom: 1.46rem;
  }
  h1 + h3 + p,
  h1 + p {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 480px) {
  body .nav {
    padding: 1rem 2rem;
  }
  body .site-content {
    padding: 2rem;
  }
  body h1 {
    font-size: 1.6rem;
  }
  body h2 {
    font-size: 1.2rem;
  }
  body h3 {
    font-size: 1rem;
  }
  body h4 {
    font-size: 1.1rem;
  }
  body p {
    font-size: .9rem;
    margin-bottom: 1rem;
  }
  body h1 + h3 + p,
  body h1 + p {
    margin-top: 1rem;
  }
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html,
body {
  position: relative;
  margin: 0;
  padding: 0;
  background: #fff;
  height: 100vh;
}
.centered {
  margin-left: auto;
  margin-right: auto;
}
.site-wrapper {
  position: relative;
  z-index: 10;
  max-width: 92rem;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.site-wrapper .site-footer {
  margin-top: auto;
}
.site-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 3.65rem 4rem 2rem;
}
.site-content p {
  max-width: 39rem;
}
.page-home {
  background-size: 100% auto;
  padding: 0;
}
.page-home .nav {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
}
.page-home .nav a {
  color: #333;
}
.page-home .img-feature {
  margin: 0;
}
@media screen and (max-width: 720px) {
  .page-home .nav {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }
  .page-home .img-feature {
    position: relative;
    height: 18rem;
    overflow: hidden;
  }
  .page-home .img-feature img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
.page-studios {
  background: url(/images/ChasStudA.jpg) 0 0 no-repeat;
  background-size: 100% auto;
}
.page-residential {
  background: url(/images/HagmanExtSketch.jpg) 0 0 no-repeat;
  background-size: 100% auto;
}
img {
  max-width: 100%;
}
.img-feature {
  position: relative;
  margin: 3rem -4rem;
  padding: 0;
}
.img-feature img {
  width: 100%;
  margin: 0;
}
.img-feature .feature-caption {
  position: absolute;
  bottom: 2rem;
  left: 4rem;
  color: #fff;
  font-size: 1rem;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  font-family: "Lato Black", Verdana, Helvetica, sans-serif !important;
}
.img-feature .feature-caption .location {
  display: inline-block;
  margin-left: 1rem;
  font-family: "Lato", Verdana, Helvetica, sans-serif !important;
}
@media screen and (max-width: 720px) {
  .img-feature .feature-caption {
    bottom: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .img-feature .feature-caption {
    bottom: .5rem;
    left: 2rem;
    font-size: .75rem;
  }
  .img-feature .feature-caption .location {
    margin-left: .5rem;
  }
}
.inline-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 90%;
  margin: 0 auto 3rem;
}
.inline-feature .img-holder {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  overflow: hidden;
}
.inline-feature img {
  width: auto;
  max-height: 15rem;
}
.inline-feature p {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.inline-feature.image-left .img-holder {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.inline-feature.image-left p {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 2em;
}
.inline-feature.image-right .img-holder {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.inline-feature.image-right p {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-right: 2em;
  text-align: right;
}
@media screen and (max-width: 720px) {
  .inline-feature {
    max-width: 100%;
  }
  .inline-feature .img-holder {
    overflow: hidden;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
            flex: 1 1 40%;
  }
  .inline-feature p {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 60%;
            flex: 1 1 60%;
    font-size: 1.2em;
  }
  .inline-feature img {
    min-height: 150px;
    height: auto;
    width: auto;
    min-width: 150px;
  }
}
.site-footer {
  text-align: center;
  color: #999;
  justify-self: flex-end;
  padding: 2em 3em;
}
.site-footer p {
  font-size: 1.5em;
}
@media screen and (max-width: 720px) {
  .site-footer {
    text-align: left;
    font-size: .9em;
  }
}
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 4rem;
}
.logo-link {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  color: rgba(0, 0, 0, 0);
  display: block;
  background: url(/images/logo.png) 0 0 no-repeat;
  width: 10em;
  height: 10em;
  background-size: 100% auto;
  -ms-flex-item-align: center;
      align-self: center;
}
.nav-links {
  -ms-flex-item-align: top;
      align-self: top;
  margin-left: auto;
  margin-top: -1rem;
  padding: 0;
  list-style-type: none;
}
.nav-links li {
  display: inline-block;
}
.nav-links li + li {
  margin-left: 1rem;
}
.nav-links a {
  font-family: "League Spartan", Verdana, Helvetica, sans-serif;
  font-size: 1rem;
  color: #999;
  padding: 1rem;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
.nav-links a:hover,
.nav-links a.active {
  color: #333;
}
@media screen and (max-width: 720px) {
  .logo-link {
    height: 6rem;
    width: 6rem;
  }
  .nav-links {
    -ms-flex-item-align: center;
        align-self: center;
    margin-left: 2rem;
    margin-top: auto;
    padding-top: .3rem;
  }
  .nav-links li {
    display: block;
    width: 100%;
    margin: 0 !important;
  }
  .nav-links a {
    padding: .2rem 0;
  }
}
@media screen and (max-width: 480px) {
  .logo-link {
    height: 5rem;
    width: 5rem;
  }
  .nav-links {
    -ms-flex-item-align: center;
        align-self: center;
    margin-left: 2rem;
    margin-top: auto;
    padding: 0;
  }
  .nav-links a {
    font-size: .8rem;
    padding: 0;
  }
}
.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
  grid-row-gap: 2rem;
  grid-auto-rows: minmax(100px, auto);
}
.gallery .item {
  display: inline-block;
  cursor: pointer;
  line-height: 1;
}
.gallery .item img {
  margin: 0;
  padding: 0;
}
.gallery .item p {
  display: none;
}
@media screen and (max-width: 900px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 720px) {
  .gallery {
    grid-template-columns: repeat(1, 1fr);
  }
  .gallery .item p {
    display: block;
    font-size: 1.2em;
    margin-top: .2em;
  }
}
.lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
  padding: 2em;
  cursor: pointer;
}
.lightbox-overlay:not(.visible) {
  display: none;
}
.lightbox-content {
  height: 100%;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lightbox-text-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 1.1rem;
}
#lightbox-caption .addendum {
  display: block;
  font-size: 0.8em;
  line-height: 1;
  color: #999;
}
#lightbox-image-counter {
  margin-left: auto;
  color: #aaa;
  padding-left: 2em;
}
.lightbox-box {
  position: relative;
  background: #fff;
  padding: 2rem;
  margin: auto 0;
  cursor: default;
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  z-index: 5;
}
.lightbox-box img {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  min-width: 400px;
  max-height: 75vh;
}
.lightbox-close-button {
  position: absolute;
  top: 2px;
  right: 9px;
  font-size: 2em;
  color: #999;
}
.lightbox-control {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.lightbox-control a {
  display: block;
  background: #fff;
  padding: 9rem 1rem;
  font-size: 3em;
  line-height: 1;
  color: #333;
  opacity: 0.8;
  cursor: pointer;
}
.lightbox-control a:hover {
  opacity: 1;
}
.hero-divider {
  height: 4em;
  background: url(/images/hero-divider.jpg) 0 0 no-repeat;
  background-size: cover;
  margin: 3rem -4rem;
}

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