/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */
article, aside, details, fig caption, figure, footer, header, group, nab, section {
  display: block;
}

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

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

[hidden] {
  display: none;
}

html {
  font-size: 16px;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

html, button, input, select, text area {
  font-family: sans-serif;
  color: #333;
}

body {
  margin: 0;
  padding: 0;
  background: #373737;
  font-size: 100%;
  line-height: 1.5em;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  height: 100%;
}

::-moz-selection {
  background: #ff8500;
  text-shadow: none;
  color: #fff;
}

::selection {
  background: #ff8500;
  text-shadow: none;
  color: #fff;
}

a {
  text-decoration: none;
  font-weight: 400;
  color: #2e6bb4;
}

a:visited {
  color: #1e5ba4;
}

a:hover {
  text-decoration: underline;
  color: #4e8bf4;
}

a:focus {
  outline: thin dotted;
}

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

a.linkbright {
  color: #f5851e;
}

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

b, strong {
  font-weight: 600;
}

blockquote {
  margin: 1em 2em;
  color: #333;
  font-size: 100%;
  font-weight: light;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

pre, code, kbd, 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 {
  quotes: none;
}

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

small {
  font-size: 85%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

p, hr, ul, ol, address {
  margin: 0 0 1.5em 0;
}

address {
  padding-left: 1em;
}

ul, ol {
  padding: 0 0 0 2em;
}

ul {
  list-style-type: square;
}

dd {
  margin: 0 0 0 40px;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #bbb;
  margin: 1em 0;
  padding: 0;
  clear: both;
}

hr.clr {
  visibility: hidden;
  height: 0;
  width: 0;
  clear: both;
  margin: 0;
  border: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

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

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0;
  margin-left: -7px;
  padding: 0;
  white-space: normal;
}

button, input, select, text area {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  vertical-align: middle;
}

button, input {
  line-height: normal;
}

button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
  overflow: visible;
}

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

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

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

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

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

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

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

td {
  vertical-align: top;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

/*! layout elements
--------------------------------*/
/* HTML definitions */
body {
  margin: 0;
  padding: 0;
  background-color: rgb(216, 210, 203);
  font-family: "industry", "lucida sans", "lucida grande", "helvetica neue", helvetica, arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 100%;
  line-height: 1.5;
  color: rgb(216, 210, 203);
}

::-moz-selection {
  background: rgb(138.6789473684, 221.3473684211, 232.3210526316);
  color: rgb(216, 210, 203);
  text-shadow: none;
}

::selection {
  background: rgb(138.6789473684, 221.3473684211, 232.3210526316);
  color: rgb(216, 210, 203);
  text-shadow: none;
}

a {
  color: #60d1e0;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
a:visited {
  color: #60d1e0;
}
a:hover {
  color: rgb(138.6789473684, 221.3473684211, 232.3210526316);
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "industry", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  color: rgb(216, 210, 203);
  margin: 0 0 0.4em 0;
  text-transform: uppercase;
}
h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited, h4 a, h4 a:visited, h5 a, h5 a:visited, h6 a, h6 a:visited {
  text-decoration: none;
  font-weight: 700;
  color: #60d1e0;
}
h1 a:hover, h1 a:visited:hover, h2 a:hover, h2 a:visited:hover, h3 a:hover, h3 a:visited:hover, h4 a:hover, h4 a:visited:hover, h5 a:hover, h5 a:visited:hover, h6 a:hover, h6 a:visited:hover {
  color: rgb(138.6789473684, 221.3473684211, 232.3210526316);
}

h1 {
  font-size: 300%;
  line-height: 1;
}

h2 {
  font-size: 275%;
}

h3 {
  font-size: 150%;
}

h4 {
  font-size: 125%;
}

p, ul, ol, hr {
  margin: 0 0 1.5em 0;
}

hr {
  clear: both;
}

hr.clr {
  visibility: hidden;
  height: 0;
  width: 0;
  margin: 0;
  border: 0;
}

iframe {
  width: 100%;
}

.ghost {
  display: none;
}

p.intro {
  font-size: 165%;
  font-family: "industry", sans-serif;
  line-height: 1.2;
}

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

/*!-- STRUCTURE
--------------------------------*/
.overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.clearfix, #thumbarray, #floorplan, .fpimg, #planselector, .band, .colbox, #header, .aligncenter, .contain, #page, #branding, #main {
  position: relative;
  *zoom: 1;
}
.clearfix:before, #thumbarray:before, #floorplan:before, .fpimg:before, #planselector:before, .band:before, .colbox:before, #header:before, .aligncenter:before, .contain:before, #page:before, #branding:before, #main:before, .clearfix:after, #thumbarray:after, #floorplan:after, .fpimg:after, #planselector:after, .band:after, .colbox:after, #header:after, .aligncenter:after, .contain:after, #page:after, #branding:after, #main:after {
  content: " "; /* 1 */
  display: table; /* 2 */
  height: 0;
}
.clearfix:after, #thumbarray:after, #floorplan:after, .fpimg:after, #planselector:after, .band:after, .colbox:after, #header:after, .aligncenter:after, .contain:after, #page:after, #branding:after, #main:after {
  clear: both;
}

.vcenter {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

#page, #branding, #main {
  /* 	display: block; */
  width: 100%;
  margin: 0;
  padding: 0;
  clear: both;
}

.contain {
  margin: 0 auto;
  position: relative;
  width: 94%;
  max-width: 1056px;
  clear: both;
}

.aligncenter {
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 1056px;
  clear: both;
}

#page {
  position: relative;
}

#header {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
}
#header h2 {
  font-size: 150%;
}
#header #headertext {
  width: 100%;
  position: absolute;
  bottom: 2rem;
  text-align: center;
}
#header #headertext:hover {
  font-size: 125%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#header #downarrow a {
  display: block;
  color: white;
}
#header #downarrow a i {
  font-size: 36px;
}
#header #downarrow a:hover {
  color: #60d1e0;
}

#navmain {
  position: relative;
  font-size: 125%;
  text-align: center;
}
#navmain ul li {
  display: inline-block;
}
#navmain ul li a {
  color: white;
  text-transform: uppercase;
  font-family: "industry", sans-serif;
  font-weight: 700;
}
#navmain ul li:hover a {
  color: #60d1e0;
  text-decoration: none;
}

#navmain {
  float: right;
  width: auto;
}

#branding {
  position: fixed;
  width: 100%;
  top: 0;
  bottom: auto;
  z-index: 3;
  padding: 1rem 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#branding #logo {
  width: 64.9621212121%;
  max-width: 720px;
  text-align: left;
  margin: 0 0 0 4%;
  position: relative;
  float: left;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#branding #logo a {
  display: block;
  text-indent: 1111%;
  white-space: nowrap;
  overflow: hidden;
  height: 0;
  padding-bottom: 10.5%;
  background-position: 0 50%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url(../img/eclofts-logo-h.png);
}
#branding #menu_button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1.7045454545%;
  float: right;
  color: white;
  cursor: pointer;
}
#branding #menu_button:hover {
  color: #60d1e0;
}
#branding.fixed {
  background: rgba(96, 209, 224, 0.9);
}
#branding.fixed #logo a {
  background-image: url(../img/eclofts-logo-h-simple.png);
  padding-bottom: 8%;
}
#branding.fixed #navmain ul li a {
  color: white;
}
#branding.fixed #navmain ul li:hover a, #branding.fixed #navmain ul li.current a {
  color: #534e4b;
}

#main {
  color: white;
  -webkit-transform: all;
  -moz-transform: all;
  -o-transform: all;
  transform: all;
  z-index: 2;
}

/* =12-column grid setup */
.col {
  margin: 0 0.8522727273%;
  position: relative;
  display: inline-block;
  float: left;
  min-height: 1px;
}

.first {
  margin-left: 0;
}

.last {
  margin-right: 0;
}

.unit1 {
  width: 6.6287878788%;
}

.unit2 {
  width: 14.9621212121%;
}

.unit3 {
  width: 23.2954545455%;
}

.unit4 {
  width: 31.6287878788%;
}

.unit5 {
  width: 39.9621212121%;
}

.unit6 {
  width: 48.2954545455%;
}

.unit7 {
  width: 56.6287878788%;
}

.unit8 {
  width: 64.9621212121%;
}

.unit9 {
  width: 73.2954545455%;
}

.unit10 {
  width: 81.6287878788%;
}

.unit11 {
  width: 89.9621212121%;
}

.unit12 {
  width: 100%;
  margin-right: 0;
}

.col img {
  max-width: 100%;
  height: auto;
}

.colbox {
  margin: 0 -0.8522727273%;
}

.equalize {
  display: table;
  width: 100%;
  height: 100%;
  float: left;
  clear: both;
}
.equalize .col {
  float: none;
  display: table-cell;
  padding: 0 0.8522727273%;
  margin: 0px;
  height: 100%;
}
.equalize .col.vcentered {
  vertical-align: middle;
}

/*-- footer
--------------------------------*/
#bottom {
  background-color: #60d1e0;
  color: #534e4b;
}
#bottom .logo {
  position: relative;
  margin: 0 auto;
  width: 48.2954545455%;
  max-width: 150px;
}

/*-- sections
--------------------------------*/
.band {
  color: #fff;
  position: relative;
  padding: 3rem 2rem;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: fixed;
  background-image: url("../img/bg-watercolor.jpg");
}
.band .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(83, 78, 75, 0.85);
}
.band:nth-of-type(even) .overlay {
  background-color: rgba(96.3955696203, 90.5886075949, 87.1044303797, 0.85);
}
.posterimg {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: fixed;
}
.posterimg .ctext {
  color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.posterimg .ctext h2 {
  color: white;
}

#headimg {
  background-attachment: scroll;
  position: fixed;
}

.quoted {
  color: rgb(181.3578947368, 233.6947368421, 240.6421052632);
  border-top: 1px solid #fff;
  padding-top: 1em;
}

/*-- Content
--------------------------------*/
.feature_list {
  padding: 0;
  list-style: none;
  margin-bottom: 1.5em;
}
.feature_list li {
  margin-bottom: 0.5rem;
}

/*-- Floorplans - floor selection
--------------------------------*/
#planselector {
  padding: 0;
  list-style: none;
  width: 100%;
}
#planselector .floor_button {
  display: inline-block;
  margin: 0 1rem;
  color: white;
  font-family: "industry", sans-serif;
  font-size: 200%;
  line-height: 1;
  border: 1px solid transparent;
  padding: 1rem;
}
#planselector .floor_button:hover {
  cursor: pointer;
  border-color: white;
  color: white;
}
#planselector .floor_button.active {
  color: #534e4b;
  border-color: #60d1e0;
  background: #60d1e0;
}

.fpimg {
  margin: 0 auto 1rem auto;
  max-width: 800px;
  position: relative;
}

#floorplan {
  margin: 2rem 0;
  position: relative;
}
#floorplan .fp {
  position: relative;
  width: 100%;
  height: 50%;
}
#floorplan .fp #full-floor,
#floorplan .fp #unit-numbers {
  fill: white;
}
#floorplan .fp .unit * {
  fill: transparent;
}
#floorplan .fp .unit:hover {
  cursor: pointer;
}
#floorplan .fp .unit:hover *, #floorplan .fp .unit.on * {
  fill: #60d1e0;
}

ul.dllist {
  margin: 0 auto 1rem auto;
  position: relative;
  list-style: none;
  padding: 0;
}
ul.dllist a {
  display: inline-block;
  line-height: 1.5;
  padding-left: 22px;
  background-image: url(../img/icon-pdf.png);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}
ul.dllist a span {
  font-weight: 400;
}

/*-- images
--------------------------------*/
img {
  height: auto;
}
img.alignright {
  float: right;
  margin: 0 0 1rem 1.7045454545%;
}
img.alignleft {
  float: left;
  margin: 0 1.7045454545% 1rem 0;
}
img.hist_img {
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  transform: rotate(2deg);
  -webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.4);
}

#thumbarray .thumb {
  display: inline-block;
  padding: 5px;
  margin: 0;
  overflow: hidden;
}
#thumbarray .thumb a {
  overflow: hidden;
  display: block;
  background: #60d1e0;
  width: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
#thumbarray .thumb a img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
}
#thumbarray .thumb a img:hover {
  opacity: 0.8;
}

/*-- footer
--------------------------------*/
#colophon .address address {
  font-style: normal;
  padding: 0;
}

.disclaimer {
  font-size: 75%;
  font-style: italic;
  float: left;
  width: 100%;
}

/*-- MEDIA QUERIES
--------------------------------*/
@media screen and (min-width: 0px) and (max-width: 400px) {
  img.size-med {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    clear: both;
  }
  .band {
    padding: 1.5rem 1rem;
  }
  #thumbarray .thumb {
    width: 48%;
  }
}
@media screen and (min-width: 401px) and (max-width: 768px) {
  img.size-med {
    width: 48.2954545455%;
  }
  #thumbarray .thumb {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 87.5%;
    line-height: 1.4;
  }
  h2 {
    font-size: 200%;
  }
  h3 {
    font-size: 130%;
  }
  #header {
    top: 0;
  }
  #header h2 {
    font-size: 200%;
    color: white;
    background: #60d1e0;
    padding: 0.6rem;
    width: 100%;
    margin-bottom: 0;
  }
  #branding #logo {
    width: 48.2954545455%;
    max-width: 350px;
  }
  #branding #menu_button {
    display: block;
  }
  #branding.fixed #navmain ul li.current a {
    color: #60d1e0;
  }
  #navmain {
    font-size: 150%;
    float: left;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(83, 78, 75, 0.95);
    color: white;
    z-index: 10001;
    opacity: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  #navmain ul {
    padding: 0;
    list-style: none;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
  }
  #navmain ul li {
    display: block;
    margin: 0;
  }
  #navmain ul li a {
    color: white;
    font-weight: 700;
    line-height: 1;
    font-size: 100%;
  }
  #navmain ul li a:hover {
    color: #60d1e0;
  }
  #navmain ul li.current a {
    color: #60d1e0;
  }
  #navmain .closex {
    cursor: pointer;
    margin-top: 2rem;
  }
  #navmain .closex:hover {
    color: #60d1e0;
  }
  #navmain.visible {
    opacity: 1;
    display: block;
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .band {
    background-attachment: scroll;
  }
  .feature_list {
    width: 100%;
  }
  img.size-med {
    width: 48.2954545455%;
  }
  #planselector, #planlist {
    width: 100%;
    margin-bottom: 0.5em;
  }
  .floor_button {
    font-size: 175%;
  }
  .footlogo, .address {
    clear: both;
  }
  .footlogo {
    margin-right: 1.7045454545%;
  }
  #indicia {
    width: 100%;
  }
  img.alignleft {
    float: right;
    margin: 0 0 1rem 1.7045454545%;
  }
}
@media screen and (orientation: landscape) and (max-height: 414px) {
  #header #branding #logo {
    width: 70%;
    margin-bottom: 1rem;
  }
  #header #branding #logo a {
    padding-bottom: 9%;
  }
  #header #navmain {
    display: none;
  }
  #header #menu_button {
    margin: 1rem 4%;
    display: block;
    font-size: 180%;
  }
  #header #downarrow {
    display: none;
  }
  #header.fixed #menu_button {
    margin: 0;
  }
  .band {
    padding: 1.5rem 0.5rem;
  }
}
@media screen and (min-width: 769px) {
  #thumbarray .thumb {
    width: 23%;
  }
}
@media screen and (min-width: 769px) {
  body {
    font-size: 100%;
    line-height: 1.5;
  }
  #menu_button {
    display: none;
  }
  #navmain {
    margin-left: 4%;
    float: left;
    clear: both;
  }
  #navmain ul {
    line-height: 3;
  }
  #navmain ul li {
    margin: 0 0.75em;
  }
  #navmain ul li a {
    padding: 1rem 0;
  }
  #navmain ul li:first-child {
    margin-left: 0;
  }
  #branding #logo {
    margin: 1rem 0 0 4%;
  }
  #branding.fixed #logo {
    width: 280px;
    margin: 0 0 0 4%;
  }
  #branding.fixed #navmain {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 4%;
    font-size: 87.5%;
  }
  #branding.fixed #navmain ul {
    padding-top: 0;
    border: none;
  }
  #branding.fixed #navmain ul li {
    margin-left: 0.5rem;
  }
  #main {
    overflow: hidden;
  }
  img.size-med {
    width: 39.9621212121%;
  }
  #features .col {
    width: 31.6287878788%;
  }
  ul.dllist {
    width: 65%;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -o-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.7045454545%;
    -moz-column-gap: 1.7045454545%;
    -o-column-gap: 1.7045454545%;
    column-gap: 1.7045454545%;
    -webkit-column-rule: none;
    -moz-column-rule: none;
    -o-column-rule: none;
    column-rule: none;
  }
  #indicia {
    width: 48.2954545455%;
    margin-right: 6.6287878788%;
  }
  #thumbarray .thumb {
    width: 18%;
  }
}
@media screen and (min-width: 769px) {
  .posterimg h2 {
    font-size: 350%;
  }
}
@media screen and (min-width: 971px) {
  #header.fixed #navmain {
    font-size: 100%;
    line-height: 3;
  }
  #header.fixed #navmain ul li {
    margin-left: 1rem;
  }
  .dllist {
    width: 39.9621212121%;
  }
}
@media screen and (orientation: portrait) {
  #header {
    height: 50vh;
  }
  #header h2 {
    font-size: 200%;
    color: white;
    background: #60d1e0;
    margin-bottom: 0;
  }
  #header #headimg {
    height: 50vh;
  }
  #header #headertext {
    bottom: 0;
  }
  #header #downarrow {
    display: none;
  }
  #shim {
    margin-top: 50vh !important;
  }
  .posterimg {
    height: 50vh;
  }
}
@media screen and (min-aspect-ratio: 3/2) {
  #branding #logo {
    width: 48.2954545455%;
    margin: 0 0 0 4%;
  }
  #navmain ul li {
    margin: 0 0.5rem;
  }
}
