@import url(fontawesome-all.min.css);
@import url("https://fonts.googleapis.com/css?family=Raleway:200,700|Source+Sans+Pro:300,600,300italic,600italic");

/*
	Solid State by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

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;
}

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;
}

body {
  -webkit-text-size-adjust: none;
}

mark {
  background-color: transparent;
  color: inherit;
}

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

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

/* Basic */

@-ms-viewport {
  width: device-width;
}

body {
  -ms-overflow-style: scrollbar;
}

@media screen and (max-width: 480px) {
  html,
  body {
    min-width: 320px;
  }
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

.timeless-transition-background {
  background-image: linear-gradient(
      to top,
      rgba(97, 137, 133, 0.2),
      rgba(97, 137, 133, 0.8)
    ),
    url("../../images/timelessTransition/timelessTransition\ \(34\).JPG");
}

.seamless-transition-background {
  background-image: linear-gradient(
      to top,
      rgba(97, 137, 133, 0.2),
      rgba(97, 137, 133, 0.8)
    ),
    url("../../images/seamlessTransition/seamlessTransition\ \(5\).jpg");
}

.geometric-bathroom-background {
  background-image: linear-gradient(
      to top,
      rgba(97, 137, 133, 0.2),
      rgba(97, 137, 133, 0.8)
    ),
    url("../../images/geometricBathroom/geometricBathroom\ \(5\).jpg");
}

.kitchen-pantry-background {
  background-image: linear-gradient(
      to top,
      rgba(97, 137, 133, 0.2),
      rgba(97, 137, 133, 0.8)
    ),
    url("../../images/kitchenPantry/kitchenPantry\ \(7\).jpg");
}

.lovely-lower-level-background {
  background-image: linear-gradient(
      to top,
      rgba(97, 137, 133, 0.2),
      rgba(97, 137, 133, 0.8)
    ),
    url("../../images/lovelyLowerLevel/lovelyLowerLevel\ \(32\).jpg");
}

.casual-comfort-background {
  background-image: linear-gradient(
      to top,
      rgba(97, 137, 133, 0.2),
      rgba(97, 137, 133, 0.8)
    ),
    url("../../images/casualComfort/casualComfort\ \(7\).jpg");
}

.kept-kitchen-background {
  background-image: linear-gradient(
      to top,
      rgba(97, 137, 133, 0.2),
      rgba(97, 137, 133, 0.8)
    ),
    url("../../images/keptKitchen/keptKitchen\ \(3\).JPG");
}

.brewhouse-basement-background {
  background-image: linear-gradient(
      to top,
      rgba(97, 137, 133, 0.2),
      rgba(97, 137, 133, 0.8)
    ),
    url("../../images/brewhouseBasement/brewhouseBasement\ \(17\).JPG");
}

.elegant-exterior-background {
  background-image: linear-gradient(
      to top,
      rgba(97, 137, 133, 0.2),
      rgba(97, 137, 133, 0.8)
    ),
    url("../../images/elegantExterior/elegantExterior\ \(24\).JPG");
}

.frank-lloyd-wright-background {
  background-image: linear-gradient(
      to top,
      rgba(97, 137, 133, 0.2),
      rgba(97, 137, 133, 0.8)
    ),
    url("../../images/frankLloydWright/frankLloydWright\ \(7\).JPG");
}

.lower-level-lounge-background {
  background-image: linear-gradient(
      to top,
      rgba(97, 137, 133, 0.2),
      rgba(97, 137, 133, 0.8)
    ),
    url("../../images/lowerLevelLounge/lowerLevelLounge\ \(5\).JPG");
}

body {
  background-color: rgb(97 137 133);
  background-size: auto, cover;
  background-attachment: fixed, fixed;
  background-position: center, center;
}

body.is-preload *,
body.is-preload *:before,
body.is-preload *:after {
  -moz-animation: none !important;
  -webkit-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

/* Type */

body,
input,
select,
textarea {
  color: #ffffff;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-size: 16.5pt;
  font-weight: 300;
  line-height: 1.65;
}

@media screen and (max-width: 1680px) {
  body,
  input,
  select,
  textarea {
    font-size: 13pt;
  }
}

@media screen and (max-width: 1280px) {
  body,
  input,
  select,
  textarea {
    font-size: 12pt;
  }
}

@media screen and (max-width: 980px) {
  body,
  input,
  select,
  textarea {
    font-size: 12pt;
  }
}

@media screen and (max-width: 736px) {
  body,
  input,
  select,
  textarea {
    font-size: 12pt;
  }
}

@media screen and (max-width: 480px) {
  body,
  input,
  select,
  textarea {
    font-size: 12pt;
  }
}

a {
  -moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out,
    border-bottom-color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  border-bottom: dotted 1px rgba(255, 255, 255, 0.35);
  color: #ffffff;
  text-decoration: none;
}

a:hover {
  border-bottom-color: transparent;
  color: #ffffff !important;
}

a.special:not(.button) {
  text-decoration: none;
  border-bottom: 0;
  display: block;
  font-family: Raleway, Helvetica, sans-serif;
  font-size: 0.8em;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0 0 2em 0;
  text-transform: uppercase;
}

a.special:not(.button):before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-transform: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

a.special:not(.button):before {
  -moz-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  border-radius: 100%;
  border: solid 2px rgba(255, 255, 255, 0.125);
  content: "\f105";
  display: inline-block;
  font-size: 1.25em;
  height: 2em;
  line-height: 1.75em;
  margin-right: 0.85em;
  text-align: center;
  text-indent: 0.15em;
  vertical-align: middle;
  width: 2em;
}

a.special:not(.button):hover:before {
  background-color: rgba(255, 255, 255, 0.025);
}

a.special:not(.button):active:before {
  background-color: rgba(255, 255, 255, 0.075);
}

strong,
b {
  color: #ffffff;
  font-weight: 600;
}

em,
i {
  font-style: italic;
}

p {
  margin: 0 0 2em 0;
}

h1 .cursive {
  font-family: "Mrs Saint Delafield", cursive;
  position: absolute;
  text-transform: none;
  font-size: 37px;
}
h1 .straight {
  padding-left: 60px;
  padding-top: 0px;
  font-family: "Alumni Sans", system-ui;
  position: absolute;
  font-weight: 100;
  font-size: 40px;
  color: #c0c4c4;
}
@media screen and (max-width: 736px) {
  h1 .cursive {
    font-size: 25px;
  }
  h1 .straight {
    padding-left: 40px;
    padding-top: 0px;
    font-family: "Alumni Sans", system-ui;
    position: absolute;
    font-weight: 100;
    font-size: 27px;
    color: #c0c4c4;
  }
}

/* h1 .cursive {
  font-family: "Mrs Saint Delafield", cursive;
  position: absolute;
  text-transform: none;
  font-size: 31px;
  padding-top: 1px;
}
h1 .straight {
  padding-left: 60px;
  padding-top: 1px;
  font-family: "Alumni Sans", system-ui;
  position: absolute;
  font-weight: 100;
  font-size: 33px;
  color: #c0c4c4;
} */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #ffffff;
  font-family: Raleway, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0 0 1em 0;
  text-transform: uppercase;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
  border-bottom: 0;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-weight: 200;
}

h1.major,
h2.major,
h3.major,
h4.major,
h5.major,
h6.major {
  padding-bottom: 1em;
  border-bottom: solid 2px rgba(255, 255, 255, 0.125);
}

h2 {
  font-size: 1.2em;
}

h3 {
  font-size: 0.9em;
}

h4 {
  font-size: 0.7em;
}

h5 {
  font-size: 0.7em;
}

h6 {
  font-size: 0.7em;
}

@media screen and (max-width: 736px) {
  h2 {
    font-size: 1em;
  }

  h3 {
    font-size: 0.8em;
  }
}

sub {
  font-size: 0.8em;
  position: relative;
  top: 0.5em;
}

sup {
  font-size: 0.8em;
  position: relative;
  top: -0.5em;
}

blockquote {
  border-left: solid 4px rgba(255, 255, 255, 0.125);
  font-style: italic;
  margin: 0 0 2em 0;
  padding: 0.5em 0 0.5em 2em;
}

code {
  background: rgba(255, 255, 255, 0.025);
  border-radius: 5px;
  border: solid 2px rgba(255, 255, 255, 0.125);
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  margin: 0 0.25em;
  padding: 0.25em 0.65em;
}

pre {
  -webkit-overflow-scrolling: touch;
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  margin: 0 0 2em 0;
}

pre code {
  display: block;
  line-height: 1.75em;
  padding: 1em 1.5em;
  overflow-x: auto;
}

hr {
  border: 0;
  border-bottom: solid 2px rgba(255, 255, 255, 0.125);
  margin: 2.5em 0;
}

hr.major {
  margin: 4em 0;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/* Section/Article */

section.special,
article.special {
  text-align: center;
}

/* Image */

.image {
  border-radius: 5px;
  border: 0;
  display: inline-block;
  position: relative;
}

.image img {
  border-radius: 5px;
  display: block;
}

.image.left,
.image.right {
  max-width: 40%;
}

.image.left img,
.image.right img {
  width: 100%;
}

.image.left {
  float: left;
  padding: 0 1.5em 1em 0;
  top: 0.25em;
}

.image.right {
  float: right;
  padding: 0 0 1em 1.5em;
  top: 0.25em;
}

.image.fit {
  display: block;
  margin: 0 0 2em 0;
  width: 100%;
}

.image.fit img {
  width: 100%;
}

.image.main {
  display: block;
  margin: 0 0 3em 0;
  width: 100%;
}

.image.main img {
  width: 100%;
}

/* Header */

#header {
  -moz-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  background-color: #414535;
  height: 3.5em;
  left: 0;
  line-height: 3.5em;
  padding: 0 1.25em;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

#header h1 {
  -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s;
  -ms-transition: opacity 0.2s ease-in-out, visibility 0.2s;
  transition: opacity 0.2s ease-in-out, visibility 0.2s;
  border-bottom: 0;
  font-size: 0.8em;
  margin-bottom: 0;
  opacity: 1;
  visibility: visible;
}

#header h1 a {
  border: 0;
}

#header nav {
  font-family: Raleway, Helvetica, sans-serif;
  font-size: 0.8em;
  font-weight: 700;
  height: 3em;
  letter-spacing: 0.1em;
  line-height: 3em;
  position: absolute;
  right: 0.7em;
  text-transform: uppercase;
  top: 0.7em;
}

#header nav a {
  border: 0;
  display: inline-block;
  padding: 0 1em;
}

#header nav a:before {
  float: right;
  margin-left: 0.75em;
}

#header nav a[href="#menu"] {
  text-decoration: none;
  -moz-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  border-radius: 5px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.125);
  padding: 0 1.35em;
}

#header nav a[href="#menu"]:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-transform: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

#header nav a[href="#menu"]:before {
  content: "\f0c9";
  line-height: inherit;
}

#header nav a[href="#menu"]:hover {
  background-color: rgba(255, 255, 255, 0.025);
}

#header nav a[href="#menu"]:active {
  background-color: rgba(255, 255, 255, 0.075);
}

#header.alt {
  background-color: transparent;
}

#header.alt h1 {
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 736px) {
  #header {
    height: 2.75em;
    line-height: 2.75em;
  }

  #header nav {
    top: 0;
    right: 0;
    height: inherit;
    line-height: inherit;
  }

  #header nav a {
    height: inherit;
    line-height: inherit;
  }

  #header nav a[href="#menu"] {
    box-shadow: none;
    padding: 0 1em;
    border-radius: 0;
  }

  #header nav a[href="#menu"]:hover,
  #header nav a[href="#menu"]:active {
    background-color: inherit;
  }
}

@media screen and (max-width: 480px) {
  #header nav a[href="#menu"] {
    width: 4em;
    white-space: nowrap;
    text-indent: 4em;
    position: relative;
  }

  #header nav a[href="#menu"]:before {
    width: inherit;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: 0;
    text-align: right;
    margin-left: 0;
    padding-right: 1.25em;
  }
}

/* Menu */

#page-wrapper {
  -moz-transition: -moz-filter 0.25s ease;
  -webkit-transition: -webkit-filter 0.25s ease;
  -ms-transition: -ms-filter 0.25s ease;
  transition: filter 0.25s ease;
}

#menu {
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  pointer-events: none;
  -moz-transition: opacity 0.35s ease, visibility 0.35s;
  -webkit-transition: opacity 0.35s ease, visibility 0.35s;
  -ms-transition: opacity 0.35s ease, visibility 0.35s;
  transition: opacity 0.35s ease, visibility 0.35s;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(46, 49, 65, 0.8);
  cursor: default;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  text-align: center;
  top: 0;
  visibility: hidden;
  width: 100%;
}

#menu .inner {
  padding: 2.5em 1.5em 0.5em 1.5em;
  -moz-transform: translateY(0.5em);
  -webkit-transform: translateY(0.5em);
  -ms-transform: translateY(0.5em);
  transform: translateY(0.5em);
  -moz-transition: opacity 0.35s ease, -moz-transform 0.35s ease;
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  -ms-transition: opacity 0.35s ease, -ms-transform 0.35s ease;
  transition: opacity 0.35s ease, transform 0.35s ease;
  -webkit-overflow-scrolling: touch;
  background: #4c5c96;
  border-radius: 5px;
  display: block;
  max-width: 100%;
  opacity: 0;
  position: relative;
  width: 18em;
}

#menu h2 {
  border-bottom: solid 2px rgba(255, 255, 255, 0.125);
  padding-bottom: 1em;
}

#menu .close {
  background-image: url("images/close.svg");
  background-position: 75% 25%;
  background-repeat: no-repeat;
  background-size: 2em 2em;
  border: 0;
  content: "";
  display: block;
  height: 4em;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center;
  text-indent: 4em;
  top: 0;
  width: 4em;
}

#menu .links {
  list-style: none;
  margin-bottom: 1.5em;
  padding: 0;
}

#menu .links li {
  padding: 0;
}

#menu .links li a {
  border-radius: 5px;
  border: 0;
  display: block;
  font-family: Raleway, Helvetica, sans-serif;
  font-size: 0.8em;
  font-weight: 200;
  letter-spacing: 0.1em;
  line-height: 1.85em;
  padding: 0.75em 0;
  text-transform: uppercase;
}

#menu .links li a:hover {
  background: #45558d;
}

@media screen and (max-width: 736px) {
  #menu .inner {
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }

  #menu .inner .close {
    background-size: 1.5em 1.5em;
  }
}

body.is-menu-visible #page-wrapper {
  -moz-filter: blur(1.5px);
  -webkit-filter: blur(1.5px);
  -ms-filter: blur(1.5px);
  filter: blur(1.5px);
}

body.is-menu-visible #menu {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

body.is-menu-visible #menu .inner {
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/* Banner */

#banner {
  padding: 10em 0 4.75em 0;
}

#banner .inner {
  margin: 0 auto;
  width: 55em;
}

#banner .logo {
  -moz-transition: opacity 2s ease, -moz-transform 1s ease;
  -webkit-transition: opacity 2s ease, -webkit-transform 1s ease;
  -ms-transition: opacity 2s ease, -ms-transform 1s ease;
  transition: opacity 2s ease, transform 1s ease;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  margin: 0 0 1.3em 0;
}

#banner .logo .icon {
  border-radius: 100%;
  border: solid 2px rgba(255, 255, 255, 0.125);
  cursor: default;
  display: inline-block;
  font-size: 2em;
  height: 2.25em;
  line-height: 2.25em;
  text-align: center;
  width: 2.25em;
}

#banner h2 {
  -moz-transition: opacity 0.5s ease, -moz-transform 0.5s ease,
    -moz-filter 0.25s ease;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease,
    -webkit-filter 0.25s ease;
  -ms-transition: opacity 0.5s ease, -ms-transform 0.5s ease,
    -ms-filter 0.25s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, filter 0.25s ease;
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -moz-transition-delay: 0.65s;
  -webkit-transition-delay: 0.65s;
  -ms-transition-delay: 0.65s;
  transition-delay: 0.65s;
  -moz-filter: blur(0);
  -webkit-filter: blur(0);
  -ms-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  border-bottom: solid 2px rgba(255, 255, 255, 0.125);
  font-size: 2.25em;
  margin-bottom: 0.8em;
  padding-bottom: 0.4em;
  .cursive {
    font-family: "Mrs Saint Delafield", cursive;
    position: absolute;
    text-transform: none;
    font-size: 100px;
  }
  .straight {
    padding-left: 180px;
    padding-top: 40px;
    font-family: "Alumni Sans", system-ui;
    position: absolute;
    font-weight: 100;
    font-size: 120px;
    color: #c0c4c4;
  }
}

#banner p {
  -moz-transition: opacity 0.5s ease, -moz-transform 0.5s ease,
    -moz-filter 0.25s ease;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease,
    -webkit-filter 0.25s ease;
  -ms-transition: opacity 0.5s ease, -ms-transform 0.5s ease,
    -ms-filter 0.25s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, filter 0.25s ease;
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -moz-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  -ms-transition-delay: 0.8s;
  transition-delay: 0.8s;
  -moz-filter: blur(0);
  -webkit-filter: blur(0);
  -ms-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  font-family: Raleway, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 200;
  letter-spacing: 0.1em;
  line-height: 2;
}

@media screen and (max-width: 1280px) {
  .timeless-transition {
    background-image: linear-gradient(
        to top,
        rgba(97, 137, 133, 0.8),
        rgba(97, 137, 133, 0.8)
      ),
      url("../../images/timelessTransition/timelessTransition\ \(34\).JPG");
  }

  .seamless-transition {
    background-image: linear-gradient(
        to top,
        rgba(97, 137, 133, 0.8),
        rgba(97, 137, 133, 0.8)
      ),
      url("../../images/seamlessTransition/seamlessTransition\ \(11\).jpg");
  }

  .geometric-bathroom {
    background-image: linear-gradient(
        to top,
        rgba(97, 137, 133, 0.8),
        rgba(97, 137, 133, 0.8)
      ),
      url("../../images/geometricBathroom/geometricBathroom\ \(7\).jpg");
  }

  .kitchen-pantry {
    background-image: linear-gradient(
        to top,
        rgba(97, 137, 133, 0.8),
        rgba(97, 137, 133, 0.8)
      ),
      url("../../images/kitchenPantry/kitchenPantry\ \(9\).jpg");
  }

  .lovely-lower-level {
    background-image: linear-gradient(
        to top,
        rgba(97, 137, 133, 0.8),
        rgba(97, 137, 133, 0.8)
      ),
      url("../../images/lovelyLowerLevel/lovelyLowerLevel\ \(32\).jpg");
  }

  .casual-comfort {
    background-image: linear-gradient(
        to top,
        rgba(97, 137, 133, 0.8),
        rgba(97, 137, 133, 0.8)
      ),
      url("../../images/casualComfort/casualComfort\ \(7\).jpg");
  }

  .kept-kitchen {
    background-image: linear-gradient(
        to top,
        rgba(97, 137, 133, 0.8),
        rgba(97, 137, 133, 0.8)
      ),
      url("../../images/keptKitchen/keptKitchen\ \(3\).JPG");
  }

  .brewhouse-basement {
    background-image: linear-gradient(
        to top,
        rgba(97, 137, 133, 0.8),
        rgba(97, 137, 133, 0.8)
      ),
      url("../../images/brewhouseBasement/brewhouseBasement\ \(17\).JPG");
  }

  .elegant-exterior {
    background-image: linear-gradient(
        to top,
        rgba(97, 137, 133, 0.8),
        rgba(97, 137, 133, 0.8)
      ),
      url("../../images/elegantExterior/elegantExterior\ \(24\).JPG");
  }

  .frank-lloyd-wright {
    background-image: linear-gradient(
        to top,
        rgba(97, 137, 133, 0.8),
        rgba(97, 137, 133, 0.8)
      ),
      url("../../images/frankLloydWright/frankLloydWright\ \(7\).JPG");
  }

  .lower-level-lounge {
    background-image: linear-gradient(
        to top,
        rgba(97, 137, 133, 0.8),
        rgba(97, 137, 133, 0.8)
      ),
      url("../../images/lowerLevelLounge/lowerLevelLounge\ \(5\).JPG");
  }

  #banner {
    padding: 7em 0 8.25em 0;
    background-color: #2e3141;
    background-size: auto, cover;
    background-position: center, center;
    margin-bottom: -6.5em;
  }
}

@media screen and (max-width: 980px) {
  #banner {
    padding: 12em 3em 12.375em 3em;
    margin-bottom: -4.75em;
  }

  #banner .inner {
    width: 100%;
  }
}

@media screen and (max-width: 736px) {
  #banner {
    padding: 5em 2em 4.25em 2em;
    margin-bottom: -2.5em;
  }

  #banner .logo {
    margin: 0 0 1em 0;
  }

  #banner .logo .icon {
    font-size: 1.5em;
  }

  #banner h2 {
    font-size: 1.5em;
  }

  #banner p {
    font-size: 0.8em;
  }
}

body.is-preload #banner .logo {
  -moz-transform: translateY(0.5em);
  -webkit-transform: translateY(0.5em);
  -ms-transform: translateY(0.5em);
  transform: translateY(0.5em);
  opacity: 0;
}

body.is-preload #banner h2 {
  opacity: 0;
  -moz-transform: translateX(0.25em);
  -webkit-transform: translateX(0.25em);
  -ms-transform: translateX(0.25em);
  transform: translateX(0.25em);
  -moz-filter: blur(2px);
  -webkit-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}

body.is-preload #banner p {
  opacity: 0;
  -moz-transform: translateX(0.5em);
  -webkit-transform: translateX(0.5em);
  -ms-transform: translateX(0.5em);
  transform: translateX(0.5em);
  -moz-filter: blur(2px);
  -webkit-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}

/* Wrapper */

#wrapper > header {
  padding: 11em 0 2.25em 0;
}

#wrapper > header .inner {
  margin: 0 auto;
  width: 55em;
}

#wrapper > header h2 {
  border-bottom: solid 2px rgba(255, 255, 255, 0.125);
  font-size: 2em;
  margin-bottom: 0.8em;
  padding-bottom: 0.4em;
}

#wrapper > header p {
  font-family: Raleway, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 200;
  letter-spacing: 0.1em;
  line-height: 2;
  text-transform: uppercase;
}

@media screen and (max-width: 1280px) {
  #wrapper > header {
    padding: 9em 0 6.25em 0;
    background-color: #5e503f;
    background-image: linear-gradient(
        to top,
        rgba(46, 49, 65, 0.8),
        rgba(46, 49, 65, 0.8)
      ),
      url("../../images/palmer-basement/images-for-web-or-mls/2-11210 NE 113th Terrace - Final-101.jpg");
    background-size: auto, cover;
    background-position: center, 0% 30%;
    margin-bottom: -6.5em;
  }
}

@media screen and (max-width: 980px) {
  #wrapper > header {
    padding: 11em 3em 7.375em 3em;
    background-size: auto, cover;
    background-position: center, 0% 0%;
    margin-bottom: -4.75em;
  }

  #wrapper > header .inner {
    width: 100%;
  }
}

@media screen and (max-width: 736px) {
  #wrapper > header {
    padding: 6.5em 2em 3em 2em;
    background-size: auto, 125%;
    margin-bottom: -2.5em;
  }

  #wrapper > header h2 {
    font-size: 1.25em;
  }

  #wrapper > header p {
    font-size: 0.8em;
  }
}

.wrapper {
  background-color: #96bbbb;
  margin: 6.5em 0;
  position: relative;
}

.wrapper:before,
.wrapper:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%2396bbbb%3B' /%3E%3C/svg%3E");
}

.wrapper:before {
  box-shadow: inset 0 -1px 0 0 #96bbbb, 0 1px 0 0 #2e3141;
}

.wrapper:after {
  box-shadow: inset 0 -1px 0 0 #2e3141, 0 1px 0 0 #2e3141;
}

.wrapper:before,
.wrapper:after {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 6.5em;
  position: absolute;
  width: 100%;
}

.wrapper:before {
  left: 0;
  top: -6.5em;
}

.wrapper:after {
  -moz-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
  bottom: -6.5em;
  left: 0;
}

.wrapper.alt:before {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.wrapper.alt:after {
  -moz-transform: scaleY(-1) scaleX(-1);
  -webkit-transform: scaleY(-1) scaleX(-1);
  -ms-transform: scaleY(-1) scaleX(-1);
  transform: scaleY(-1) scaleX(-1);
}

.wrapper .inner {
  padding: 3em 0 1em 0;
  margin: 0 auto;
  width: 55em;
}

.wrapper.style2 {
  background-color: #618985;
}

/* Here */
.wrapper.style2:before,
.wrapper.style2:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%23618985%3B' /%3E%3C/svg%3E");
}

.wrapper.style2:before {
  box-shadow: inset 0 -1px 0 0 #618985, 0 1px 0 0 #618985;
}

.wrapper.style2:after {
  box-shadow: inset 0 -1px 0 0 #618985, 0 1px 0 0 #618985;
}

@media screen and (max-width: 980px) {
  .wrapper {
    margin: 4.75em 0;
  }

  .wrapper:before,
  .wrapper:after {
    height: 4.75em;
  }

  .wrapper:before {
    top: -4.75em;
  }

  .wrapper:after {
    bottom: -4.75em;
    left: 0;
  }

  .wrapper .inner {
    padding: 3em 3em 1em 3em;
    width: 100%;
  }
}

@media screen and (max-width: 736px) {
  .wrapper {
    margin: 2.5em 0;
  }

  .wrapper:before,
  .wrapper:after {
    height: 2.5em;
  }

  .wrapper:before {
    top: -2.5em;
  }

  .wrapper:after {
    bottom: -2.5em;
    left: 0;
  }

  .wrapper .inner {
    padding: 2em 2em 0.1em 2em;
  }

  .wrapper.spotlight .inner {
    -moz-align-items: -moz-flex-start;
    -webkit-align-items: -webkit-flex-start;
    -ms-align-items: -ms-flex-start;
    align-items: flex-start;
  }

  .wrapper.spotlight .image {
    width: 19em;
    margin: 0 1.75em 2em 0;
  }

  .wrapper.spotlight:nth-child(2n - 1) .image {
    margin: 0 0 2em 1.75em;
  }
}

@media screen and (max-width: 480px) {
  .wrapper.spotlight .inner {
    display: block;
  }

  .wrapper.spotlight .image {
    margin: 0 0 1em 0 !important;
    max-width: 85%;
    width: 12em;
  }
}

@media screen and (max-width: 360px) {
  .wrapper .inner {
    padding: 2em 1.5em 0.1em 1.5em;
  }
}

.photos img {
  margin: 0.5em 1em 0.5em 0;
  width: calc(33% - 1.5em);
}

.photos img:nth-child(3n) {
  margin-right: 0;
}

.photos img .image {
  /* border-radius: 5px 5px 0 0; */
  display: block;
  margin-bottom: 1.75em;
  margin-left: -1.75em;
  margin-top: -1.75em;
  position: relative;
  width: calc(100% + 3.5em);
}

.photos img .image img {
  border-radius: 5px 5px 0 0;
  width: 100%;
}

@media screen and (max-width: 980px) {
  .photos img {
    margin: 1em 2em 1em 0;
    width: calc(30% - 1em);
  }
}

@media screen and (max-width: 736px) {
  .photos img {
    padding: 0.5em 0.5em 0.1em 0.5em;
    margin: 0.875em 1.75em 0.875em 0;
    width: calc(30% - 0.875em - 1px);
  }

  .photos img .image {
    margin-bottom: 1.5em;
    margin-left: -1.5em;
    margin-top: -1.5em;
    width: calc(100% + 3em);
  }
}

@media screen and (max-width: 670px) {
  .photos {
    display: block;
  }

  .photos img {
    width: 100%;
    margin: 0 0 2em 0 !important;
  }
}

#copyrightContainer {
  margin: 0 10px;
}

#copyrightContainer .copyright {
  border-top: solid 2px rgba(255, 255, 255, 0.125);
  list-style: none;
  margin: 4em 0 2em 0;
  padding: 1em 0 0 0;
  width: 100%;
}

#copyrightContainer .copyright li {
  border-left: solid 2px rgba(255, 255, 255, 0.125);
  color: rgba(255, 255, 255, 0.35);
  display: inline-block;
  font-size: 0.9em;
  line-height: 1;
  margin-left: 1em;
  padding: 0;
  padding-left: 1em;
}

#copyrightContainer .copyright li:first-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}

#copyrightContainer .copyright li a {
  color: inherit;
}
