@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  color: #464645;
  font-family: "brandon-grotesque", sans-serif;
  text-decoration: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
strong {
  font-weight: 800;
}


/* FONTS */


h1 {
  font-family: "operetta-32", serif;
  font-weight: 400;
  font-size: 4em;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h2 {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 1.60em;
  padding: 10px 0px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h3 {
  font-family: "brandon-grotesque", sans-serif;
  font-size: .8em;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h4 {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 1.5em;
  color: #4a4949;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p {
  padding-bottom: 20px;
}
.sub-head {
font-family: "brandon-grotesque", sans-serif;
  font-size: 2em;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* STRUCTURE/BASELINE STYLING */


body {
 font-family: "brandon-grotesque", sans-serif;
  font-weight: normal;
  font-size: 1.1em;
  line-height: 1.80em;
  color: #464645;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
header {
	display: flex;
    width: 100%;
	padding: 60px 0 120px 60px;
}
#logo {
	width: 33.33%;
}
header h1 {
  font-family: "operetta-32", serif;
  font-weight: 400;
  font-size: 8em;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
header h2 {
  font-family: "operetta-32", serif;
  font-weight: 700;
  font-size: 2em;
  padding-top: 210px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#intro-text {
  text-align: justify;
  text-justify: inter-word;
  white-space: pre-wrap;
  transition-timing-function: ease;
  transition-duration: 0.6s;
  transition-delay: 0.4s;
  width: 90%;
}
.responsive-img {
  display: block;
  height: auto;
  width: 100%;
}
article {
  /* [disabled]margin-top: 35px;
*/
}
aside {
  float: right;
}
aside ul {
  list-style-type: none;
}
aside li {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
footer {
  text-align: left;
  font-size: 0.7em;
  font-family: "brandon-grotesque", sans-serif;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
footer a:link, footer a:visited {
  color: #464645;
  text-decoration: none;
}
footer a:hover, footer a:active {
  text-decoration: none;
  border-bottom: none;
}
footer p {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 35px;
}
.icons {
  padding-left: 35px;
}
.icons img {
  padding-right: 15px;
  height: auto;
  max-width: 40px;
}
.icons img:hover {
    transform: translateY(-4px);
    transition:0.3s;
}
.portfolio-title {
    margin-bottom: 30px;
}
.button-holder {
	width: 400px;
}
.button {
  background-color: #474746;
  width: 260px;
  height: 75px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  transition: 0.3s;
}
.button p {
  padding-top: 22px;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  color: white;
  letter-spacing: 1px;
}
.button a {
  color: white;
  font-weight: 300;
}
.button:hover {
  background-color: #DDB09E;
  color: white;
}


/* CORE GRID */


*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#page-wrap {
  width: 100%;
  margin: 0px auto;
  background-color: #fff;
}
.grid {
  overflow: hidden;
}
.grid:after {
  content: "";
  display: table;
  clear: both;
}
.col {
  float: left;
  padding: 20px;
}
.col-1 {
  width: 100%;
}
.col-1-5 {
  width: 20%;
}
.col-1-6 {
  width: 16.67%;
}
.col-1-7 {
  width: 14.28%;
}
.col-1-3 {
  width: 33.33%;
  padding-right: 50px;
  padding-left: 35px;
}
.col-2-3 {
  width: 66.66%;
}
.col-1-4 {
  width: 25%;
}
.col-3-4 {
  width: 75%;
}
.col-1-2 {
  width: 50%;
}
.col-1 img, .col-1-3 img, .col-2-3 img, .col-1-4 img, .col-3-4 img, .col-1-2 img {}

img.full {
  width: 100%;
}
.module {
  padding: 20px;
}


/* MISC */


.website-link {
  font-size: 1em;
  text-decoration: none;
  font-weight: 600;
}
.repose-gray {
 color: #DDB09E;
}
.peach-beige {
 color: #DDB09E;
}
.gray {
  color: #999999;
}
.light-gray {
  color: #aaaaaa;
}
.dark-gray {
  color: #4a4949;
}
.flt-left {
  float: left;
}
.flt-right {
  float: right;
}
.centered {
  text-align: center;
}
.justify {
  text-align: justify;
  text-justify: inter-word;
}
.clear {
  clear: both;
}
.rule {
  border-top: 1px solid #DDB09E;
  width: 100%;
  margin: 30px auto 30px auto;
}
.rule-top {
  border-top: 1px solid #CCC9C0;
}
.rule-bottom {
  border-bottom: 1px solid #CCC9C0;
}
.no-wrap {
  white-space: nowrap;
}
sup {
  font-size: x-small;
  vertical-align: super;
}


/* IMG HOVER */


.container {
  position: relative;
  width: 50%;
  float: left;
  padding: 1%;
}
.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.container:hover .image {
  opacity: 0.3;
}
.container:hover .middle {
  opacity: 1;
}
.text {
  background-color: #464645;
  color: #DDB09E;
  padding: 16px 32px;
}
.text a {
  color: #DDB09E;
  font-size: .9em;
  text-decoration: none;
  font-weight: bold;
}


/* Contact Form */


input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

.contact-container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}


/* RESPONSIVE MOBILE*/


@media screen and (max-width: 479px) {
   #page-wrap {
    width: 100%;
  }
	.col {
    padding: 15px;
  }
  .col-1-3, .col-2-3, .col-1-4, .col-3-4, .col-1-2 {
    width: 100%;
  }
  .col-1-5, .col-1-6, .col-1-7 {
    width: 50%;
    padding: 20px;
  }
  .col-2-3 {
    width: 100%;
  }
header  {
    display: block;
	padding: 30px 20px 20px 20px;
}
header h1 {
    font-size: 5em;
}
header h2 {
  font-size: 1.5em;
  padding-top: 10px;
  margin-right: 20px;
  text-align: right;
}
  h1 {
    font-size: 2em;
    line-height: 1.2em;
  }
  p {
    padding-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
  aside {
    padding: 15px 0px;
    float: left;
  }
  #intro-text {
    padding-left: 5px;
    padding-right: 5px;
  }
  #logo {
	width: 90%;
  }
  .hide {
    display: none;
  }
  .img-right {
    float: left;
    margin-left: 0;
    margin-right: 50px;
  }
  .img-left {
    margin-left: 0;
    margin-right: 50px;
  }
  .container {
    width: 100%;
  }
  .links {
    display: none;
  }
}


/* RESPONSIVE TABLET*/


@media only screen and (min-width: 479px) and (max-width: 800px) {
    #page-wrap {
    width: 100%;
  }
	.col {
    padding: 15px;
  }
  .col-1-7 {
    width: 25%;
  }
  .col-1-3, .col-2-3, .col-1-4, .col-3-4, .col-1-2 {
    width: 100%;
  }
  .col-2-3 {
    width: 100%;
  }
  aside.col-1-3 {
    width: 100%;
  }
  aside {
    padding: 15px 0px;
    float: left;
  }

  h1 {
    font-size: 2.5em;
    line-height: 1.2em;
  }
  p {
    padding-bottom: 20px;
    padding-right: 5px;
    padding-left: 5px;
  }
  #logo {
  }
  .img-right {
    float: left;
    margin-left: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {}
@media only screen and (min-width: 1025px) {}

/* Updated: 02.28.24 */
