/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  line-height: 1.4;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  background-color: #fefefe;
  font-family: "Arial", sans-serif; }

a {
  color: #eb3950;
  text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

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

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: #f8f8f8;
  border-style: solid;
  border-width: 1px;
  border-color: #c6c6c6;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  margin: 0;
  padding: 0.5rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s linear,background 0.15s linear;
  -moz-transition: border-color 0.15s linear,background 0.15s linear;
  -ms-transition: border-color 0.15s linear,background 0.15s linear;
  -o-transition: border-color 0.15s linear,background 0.15s linear;
  transition: border-color 0.15s linear,background 0.15s linear; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f8f8f8 inset; }

button {
  cursor: pointer; }

.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #222E50;
  border-bottom: 3px solid #DB162F;
  z-index: 12; }

.logo-container {
  height: 45px; }

.logo {
  padding-left: .5em;
  font-size: 1.3rem; }
  .logo img {
    width: 50px; }
  .logo p {
    display: none; }

.nav-title {
  display: none;
  margin: 0;
  font-size: 20px; }

.logo-contact {
  display: none; }

.nav {
  position: absolute;
  top: 0;
  right: 0; }
  .nav a, .nav span {
    color: #fefefe;
    font-weight: bold; }

.nav-overlay {
  position: fixed;
  top: 48px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.44);
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: all 0.25s 0s; }

.nav.is-opened .nav-overlay {
  visibility: visible;
  opacity: 1; }
.nav.is-opened .trigger-open {
  display: none; }
.nav.is-opened .trigger-close {
  display: inline-block; }
.nav.is-opened #menu-icon-open {
  display: none; }
.nav.is-opened #menu-icon-close {
  display: inline-block; }
.nav.is-opened .nav-links {
  transform: translateX(0); }

.quick-contact {
  display: inline-block; }

.nav-trigger {
  display: inline-block;
  margin-top: .5em;
  margin-right: 1em; }

.trigger-close {
  display: none; }

.menu-icon {
  padding: 0;
  vertical-align: middle;
  border: none;
  background: none;
  line-height: 1.4;
  outline: 0; }
  .menu-icon svg {
    padding-top: 3px;
    width: 25px;
    fill: #fefefe; }

#menu-icon-close {
  display: none; }

.trigger-open, .menu-icon {
  display: inline-block; }

.trigger-open, .trigger-close {
  cursor: pointer; }

.nav-links {
  position: fixed;
  top: 3rem;
  right: 0;
  margin: 0;
  padding-top: 2em;
  max-width: 320px;
  width: calc(100% - 75px);
  height: 100%;
  background-color: rgba(219, 22, 47, 0.98);
  font-size: 1em;
  text-transform: uppercase;
  transform: translateX(100%);
  transition: transform 0.25s cubic-bezier(0.45, 0.05, 0.55, 0.95); }
  .nav-links li {
    padding: .6em 0;
    text-align: center; }
    .nav-links li a {
      text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.25); }

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

.site-container {
  min-height: 100%;
  position: relative; }

.wrap {
  margin-top: 2.875rem; }

.row {
  display: flex;
  flex-flow: row wrap;
  max-width: 75rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.center-container {
  margin-top: 20%;
  height: calc(68vh - 66px); }

@keyframes criss-cross-left {
  0% {
    left: -20px; }
  50% {
    left: 50%;
    width: 20px;
    height: 20px; }
  100% {
    left: 50%;
    width: 300px;
    height: 300px; } }
@keyframes criss-cross-right {
  0% {
    right: -20px; }
  50% {
    right: 50%;
    width: 20px;
    height: 20px; }
  100% {
    right: 50%;
    width: 300px;
    height: 300px; } }
.alt-link {
  color: #fefefe; }

.button, .button-inversed, .button-small {
  position: relative;
  display: block;
  overflow: hidden;
  height: 80px;
  width: 100%;
  max-width: 250px;
  margin: 1rem auto;
  text-transform: uppercase;
  font-weight: bold;
  border: 1px solid currentColor;
  color: #e0394e;
  background: transparent;
  text-align: center;
  transition: all 0.3s ease; }
  .button.disabled, .button-inversed.disabled, .button-small.disabled {
    cursor: not-allowed;
    opacity: .25; }
  .button:before, .button:after, .button-inversed:before, .button-inversed:after, .button-small:before, .button-small:after {
    position: absolute;
    top: 50%;
    content: '';
    width: 1.25rem;
    background-color: #DB162F;
    border-radius: 50%;
    z-index: -1; }
  .button:before, .button-inversed:before, .button-small:before {
    left: -20px;
    transform: translate(-50%, -50%); }
  .button:after, .button-inversed:after, .button-small:after {
    right: -20px;
    transform: translate(50%, -50%); }
  .button:hover, .button-inversed:hover, .button-small:hover {
    color: #fefefe; }
    .button:hover:before, .button-inversed:hover:before, .button-small:hover:before {
      animation: criss-cross-left 0.8s both;
      animation-direction: alternate; }
    .button:hover:after, .button-inversed:hover:after, .button-small:hover:after {
      animation: criss-cross-right 0.8s both;
      animation-direction: alternate; }

.button-small, .button-inversed {
  max-width: 136px;
  height: auto;
  padding: 1em; }

.button-inversed:before, .button-inversed:after {
  background-color: #222E50; }
.button-inversed:hover {
  color: white; }

.cta {
  display: block;
  margin: 1em 0;
  padding: 2em 0;
  width: 100%;
  color: #fefefe;
  background: #DB162F;
  text-align: center;
  transition: background 0.3s ease;
  cursor: pointer; }

.cta.no-link {
  cursor: auto; }
  .cta.no-link span {
    display: block; }

.page-title {
  padding-top: .5em;
  text-transform: uppercase; }

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

.section-title, .page-title {
  text-align: center; }

.divider {
  margin-bottom: 2em;
  text-align: center; }
  .divider:before, .divider:after {
    display: inline-block;
    margin-bottom: 2px;
    content: '';
    width: 50px;
    height: 1px;
    background: #DB162F;
    vertical-align: super; }
  .divider svg {
    fill: #DB162F; }

.home-service, .home-work {
  position: relative;
  flex: 0 0 50%;
  text-align: center;
  background: #222E50; }
  .home-service a, .home-work a {
    display: inline-block;
    width: 100%;
    height: 100%; }

.line {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 6px;
  height: 100%;
  background: #fefefe; }

.post {
  margin: 2.8125rem 1em 0; }

.footer-info {
  background: #D7DEDC;
  border-top: solid 2px #2b2b2b;
  margin: 1em auto 0;
  padding: .6em 0; }

.footer-col {
  flex: 0 0 calc(100% - 2rem);
  padding: 0 1em; }
  .footer-col h3 {
    margin-bottom: 0.3125rem; }
    .footer-col h3 span {
      padding-bottom: 2px;
      width: 50%;
      box-shadow: 0 -4px #DB162F inset; }

.footer-service-list li {
  display: block;
  float: left;
  width: 50%;
  font-size: 13px; }
.footer-service-list li:nth-child(odd) {
  clear: left; }

.contact-list li {
  padding: 2px 0; }

.site-footer {
  padding: 0.6em;
  color: #fefefe;
  background: #222E50;
  border-top: 3px solid #DB162F; }

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

.contact-cta {
  position: fixed;
  bottom: 1em;
  right: 1em;
  width: 50px;
  height: 50px;
  background: #2b2b2b;
  border-radius: 150px;
  text-align: center;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  transition: background 0.3s ease; }
  .contact-cta svg {
    padding-top: 12px; }

.g-recaptcha {
  max-width: 315px;
  margin: 0 auto; }

.hero {
  position: relative;
  padding: 0 0 30px;
  height: 350px;
  background: url("../img/home.jpg") no-repeat;
  background-position: bottom center;
  background-size: cover; }
  .hero h1 {
    margin: 0 0 .5em; }

.hero-tagline {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding: 2em 1em;
  margin-top: -120px;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
  color: #fefefe;
  background: rgba(0, 0, 0, 0.78);
  text-align: center; }

.icon-panel__item {
  position: relative;
  margin: 1rem;
  flex: 0 0 calc(100% - 2rem);
  background: #222E50;
  color: #D7DEDC;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.icon-panel__inner {
  padding: 1em; }

.icon-panel__icon {
  position: absolute;
  top: -22px;
  left: calc(50% - 22px);
  padding: .5em;
  background: #DB162F;
  border-radius: 50px; }
  .icon-panel__icon svg {
    width: 1.75rem;
    height: 1.75rem;
    vertical-align: middle;
    fill: #fefefe; }

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

.recent-work-item {
  flex-basis: 90%;
  margin: 0 auto;
  padding: 1em 0;
  height: 366px; }
  .recent-work-item img {
    border: 1px solid #2b2b2b;
    height: 100%; }

.testimonial-item {
  flex-basis: calc(100% - 1.6em);
  padding: 0 .8em; }
  .testimonial-item h3 {
    margin-bottom: 0; }
    .testimonial-item h3:first-child {
      margin: 0; }
  .testimonial-item span {
    font-size: 14px;
    font-weight: bold; }

.homestars-review {
  flex: 0 0 35%;
  margin: 0 auto; }

.gallery li {
  flex: 0 0 calc(100% - 2rem);
  margin: 0 auto;
  padding: .5em 0; }
  .gallery li img {
    border: 1px solid #2b2b2b; }

.form-messages {
  padding: 0 1rem;
  flex: 0 0 calc(100% - 2rem); }

.form-messages-inner {
  text-align: center;
  padding: .6em;
  max-width: 50%;
  margin: 0 auto;
  transition: background .3s ease; }
  .form-messages-inner.success {
    color: #231F20;
    background: #e1faea; }
  .form-messages-inner.error {
    color: #fefefe;
    background: #DB162F; }

.form-group {
  padding: 0 1rem;
  flex: 0 0 calc(100% - 2rem);
  margin-bottom: 1rem; }

.help-block {
  color: #DB162F; }
  .help-block li {
    padding: .3em 0; }

.has-error .form-control {
  border-color: #DB162F; }

.owl-carousel {
  max-width: 300px;
  width: 100%; }

.owl-carousel.owl-drag {
  cursor: -webkit-grab; }

.testimonial-content {
  padding: 20px 30px; }

.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  top: calc(50% - 40px); }

.owl-carousel .owl-nav button.owl-prev {
  left: -15px;
  font-size: 3em; }

.owl-carousel .owl-nav button.owl-next {
  right: -15px;
  font-size: 3em; }

.free-estimate-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fefefe;
  background: #222e50;
  z-index: 99;
  transform: translateY(120%);
  perspective: 1000px;
  visibility: hidden;
  overflow: auto;
  transition: transform 0.5s 0s, visibility 0.25s 0s; }
  .free-estimate-wrapper.active {
    visibility: visible;
    transform: translateY(0%); }

.free-estimate-inner {
  position: relative;
  top: 15%;
  margin: 0 auto;
  max-width: 1200px; }
  .free-estimate-inner h2, .free-estimate-inner p {
    padding: 0 .3em; }

.free-estimate-close {
  position: absolute;
  top: 0;
  right: .4em;
  max-width: 80px;
  height: 22px; }

.snap-button {
  position: absolute;
  height: 100%;
  pointer-events: none; }
  .snap-button.pos-right {
    right: 0; }

@media screen and (min-width: 640px) {
  .hero {
    height: 450px; }

  .icon-panel__item {
    flex: 0 0 calc(50% - 2rem); }

  .recent-work-item {
    flex: 0 0 calc(50% - 2rem); }

  .gallery li {
    flex: 0 0 calc(50% - 2rem); }

  .owl-carousel {
    max-width: 400px; }

  .footer-col-1, .footer-col-2 {
    flex: 0 0 calc(50% - 2rem); } }
@media screen and (min-width: 1024px) {
  .cta {
    max-width: 30%;
    margin: 1em auto 3em;
    padding: 2em .5em; }
    .cta:hover {
      background: #ad1125; }
    .cta.no-link:hover {
      background: #DB162F; }

  .icon-panel__item {
    flex: 0 0 calc(33% - 2rem); }

  .recent-work-item {
    flex: 0 0 calc(33% - 2rem); }

  .gallery li {
    flex: 0 0 calc(33% - 2rem); }

  .owl-carousel {
    max-width: 600px; }

  .footer-col-1, .footer-col-2 {
    flex: 0 0 calc(33% - 2rem); }

  .contact-cta:hover {
    background: #DB162F; } }
@media screen and (min-width: 1280px) and (min-height: 775px) {
  .wrap {
    width: calc(100% - 200px);
    margin-left: 200px;
    margin-top: 0; }

  .site-header {
    width: 200px;
    height: 100%;
    background: #222E50; }

  .logo-container {
    text-align: center;
    padding-top: 4em;
    padding-bottom: 5.5em;
    height: auto;
    background: #222E50;
    color: #fefefe; }

  .logo {
    margin-bottom: 130px;
    padding: 0; }
    .logo a {
      display: block;
      max-width: 250px;
      margin: 0 auto;
      max-height: 250px;
      height: 100%; }
    .logo img {
      width: 125px; }

  .nav-title {
    display: block; }

  .logo-contact {
    display: block;
    position: relative;
    line-height: 20px; }
    .logo-contact span {
      display: block; }

  .logo-line {
    position: absolute;
    left: 0;
    right: 0;
    top: -120px;
    margin: auto;
    width: 1px;
    height: 110px;
    background: #fefefe; }

  .nav-container {
    position: absolute;
    bottom: 0;
    padding-top: 2em;
    width: 100%;
    background: #DB162F; }

  .nav {
    position: relative;
    text-align: center; }

  .nav-trigger {
    display: none; }

  .nav-links {
    position: relative;
    top: 0;
    padding: 0;
    width: 100%;
    background: none;
    font-size: 1em;
    transform: none;
    overflow: hidden; }
    .nav-links li {
      padding: 0 .3em;
      height: 100%; }
      .nav-links li.active {
        background: #ad1125; }
        .nav-links li.active a {
          color: #bebebe; }
      .nav-links li:hover {
        background: #ad1125; }

  a.nav-link {
    display: block;
    padding: 10px 0;
    height: 100%;
    font-weight: normal; }

  .quote-link.button-inversed {
    display: block;
    margin-top: 2.5em;
    z-index: 2; }

  .hero {
    height: 600px;
    background-position: center; }

  .hero-tagline {
    width: 50%; }

  .owl-carousel {
    max-width: 800px; } }
@media screen and (min-width: 1700px) and (min-height: 775px) {
  .site-header {
    width: 300px; }

  .wrap {
    width: calc(100% - 300px);
    margin-left: 300px; }

  .owl-carousel {
    max-width: 1000px; } }
