@charset "UTF-8";
/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/*--- Mixins ---*/
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  background: #3f1c00 url("../images/bg-dm.jpg");
  scroll-behavior: smooth;
  font-family: ff-good-web-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
*::before,
*::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
a[href^=tel],
a[href^=tel]:hover {
  color: #efcd12;
  text-decoration: none;
}

.linebreak {
  display: block;
  margin: 1em auto;
  width: 100%;
  max-width: 943px;
}

.hero h1,
.myWork h1,
.about h1,
.contact h1 {
  font-weight: 600;
  font-style: normal;
  font-size: 1.5em;
  margin: 1.4em auto 0;
  text-align: center;
  line-height: 1;
  color: #424242;
  max-width: 1014px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .hero h1,
.myWork h1,
.about h1,
.contact h1 {
    font-size: 3.5em;
  }
}
.hero h1 span,
.myWork h1 span,
.about h1 span,
.contact h1 span {
  font-weight: 100;
  line-height: 1;
  display: block;
}
@media (min-width: 768px) {
  .hero h1 span,
.myWork h1 span,
.about h1 span,
.contact h1 span {
    display: inline-block;
  }
}
.hero h1 span.small,
.myWork h1 span.small,
.about h1 span.small,
.contact h1 span.small {
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 400;
  display: block;
  margin-top: 6px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .hero h1 span.small,
.myWork h1 span.small,
.about h1 span.small,
.contact h1 span.small {
    font-size: 18px;
    margin-top: 12px;
  }
}

.container {
  display: block;
  padding: 2em;
}
@media (min-width: 768px) {
  .container {
    padding: 4em 2em;
  }
}

.container.main {
  padding: 0;
}
.container.main .hero {
  display: block;
  max-width: 300px;
  margin: 0 auto 2em;
  /*---background: url('../images/double-maverick-logo.png') no-repeat 50% 37%;---*/
  background-size: 285px;
}
@media (min-width: 768px) {
  .container.main .hero {
    background: none;
    margin: 24px auto 0;
    background-position: 50% 0%;
    width: 100%;
    max-width: 930px;
    background-size: 300px;
    justify-content: space-between;
  }
}
@media (min-width: 900px) {
  .container.main .hero {
    margin: 24px auto 50px;
    width: 100%;
    max-width: 930px;
    background-size: 360px;
    display: flex;
    align-items: center;
  }
}
.container.main .hero .line {
  display: inline-block;
  width: 100%;
  max-width: 45px;
  border-top: 1px solid #FFDF00;
  position: relative;
  top: -4px;
}
.container.main .hero .call span.lineOne,
.container.main .hero .serving span.lineOne {
  font-size: 14px;
  /*--display: block;--*/
}
.container.main .hero .call span.lineTwo,
.container.main .hero .serving span.lineTwo {
  display: block;
}
.container.main .hero .call span.lineThree,
.container.main .hero .serving span.lineThree {
  font-size: 14px;
  display: block;
}
.container.main .hero .serving {
  display: none;
}
@media (min-width: 900px) {
  .container.main .hero .serving {
    display: block;
  }
}
.container.main .hero .logo img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 1em;
  display: block;
}
.container.main .hero p {
  font-size: 14px;
  display: block;
  text-align: center;
  position: relative;
  margin: 0 auto;
  color: #efcd12;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.3;
  text-transform: uppercase;
}
.container.main .hero p span {
  font-size: 2.25em;
}
@media (min-width: 900px) {
  .container.main .hero p {
    /*---top: 24em;---*/
  }
}

@media (min-width: 768px) {
  .container.white {
    padding: 1em 2em 2em;
  }
}

@media (min-width: 768px) {
  .lawn {
    position: relative;
  }
}
@media (min-width: 768px) {
  .lawn .wrapper {
    flex-flow: wrap;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
  }
}
.lawn .wrapper img {
  width: 105px;
}
@media (min-width: 768px) {
  .lawn .wrapper img {
    width: 230px;
  }
}
.lawn .wrapper p {
  font-weight: 300;
  font-style: normal;
  font-size: 1.2em;
  margin: 0;
  text-align: center;
  line-height: 1.4;
  color: #fff;
}
.lawn .services {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}
@media (min-width: 768px) {
  .lawn .services {
    padding-top: 20px;
  }
}
.lawn .services .card {
  background: none;
  padding: 1em;
  position: relative;
  width: 358px;
}
@media (min-width: 768px) {
  .lawn .services .card {
    width: 214px;
  }
}
@media (min-width: 900px) {
  .lawn .services .card {
    width: 358px;
  }
}
.lawn .services h1 {
  display: block;
  margin: 1em auto 0.2em;
  padding: 10px;
  background: none;
  color: #f0cc02;
  text-align: center;
  font-weight: 600;
  font-size: 1.875em;
  letter-spacing: 2px;
  line-height: 1.1;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .lawn .services h1 {
    font-size: 1.4em;
  }
}
@media (min-width: 900px) {
  .lawn .services h1 {
    font-size: 1.875em;
  }
}
.lawn .services span {
  display: block;
  margin: 0.3em auto 1em;
  padding: 10px;
  background: none;
  color: #f0cb02;
  text-align: center;
  font-weight: 400;
  font-size: 1.2em;
}
.lawn .services img {
  width: 100%;
  padding: 6px;
  border: 1px solid #f0cc02;
}
.container.gray .about {
  max-width: 1100px;
  margin: 0 auto;
}

.about .aboutme,
.contact .aboutme {
  font-size: 1.2em;
  text-align: center;
  max-width: 1200px;
  margin: 2em auto 1em;
  line-height: 1.5;
  color: #f0cc02;
}
.about .header,
.contact .header {
  color: #f0cc02;
}
.about h1,
.contact h1 {
  margin-top: 0;
  font-size: 2.25em;
}

.contact {
  max-width: 1200px;
  margin: 0 auto;
}
.contact h1 {
  color: #f0cc02;
}
.contact .header {
  margin-bottom: 1em;
}
.contact .wrapper {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  margin-bottom: 1em;
}
.contact .contact-info {
  color: #fff;
}
.contact .contact-info ul {
  list-style-type: none;
  text-align: center;
  margin-top: 0;
  padding: 0;
}
@media (min-width: 900px) {
  .contact .contact-info ul {
    text-align: right;
  }
}
.contact .contact-info ul li {
  font-size: 1.125em;
  margin: 0 auto 1em;
  color: #f0cb02;
  padding: 0 17px;
}
.contact .contact-info ul li:first-child {
  font-size: 2.25em;
  margin-bottom: 18px;
}
.contact .contact-info ul li span {
  font-size: 14px;
  display: block;
  color: #f0cb02;
  text-transform: uppercase;
}
.contact .contact-form {
  width: 100%;
  max-width: 450px;
}
.contact .contact-form input, .contact .contact-form textarea {
  width: 100%;
  font-size: 1.125em;
  padding: 6px;
  margin-bottom: 7px;
}
.contact .contact-form button {
  background: #f0cc02;
  padding: 16px 35px;
  font-size: 1.125em;
  border: none;
  border-radius: 3px;
  font-weight: 600;
}
.contact p {
  font-family: proxima-nova, sans-serif;
  font-size: 12px;
  text-align: center;
  color: #f0ca04;
  margin-top: 4em;
}

#fcf-form {
  background-color: transparent;
  color: #363636;
}

.fcf-form-wrap {
  max-width: 420px;
  width: 100%;
  padding: 30px;
  border-radius: 4px;
  background-color: #f0cb02;
}
.fcf-form-wrap p {
  font-size: 17px;
  text-align: left;
  color: #333;
  margin-top: 1em;
}
.fcf-form-wrap span.small {
  text-align: center;
  display: block;
  margin-bottom: 14px;
  font-weight: 600;
}
.fcf-form-wrap .input,
.fcf-form-wrap .textarea,
.fcf-form-wrap .select select {
  background-color: #ffe96e;
  border-color: #ffe96e;
  border-radius: 4px;
  color: #363636;
}

.button.is-link {
  background-color: #3f1c00;
  border-color: transparent;
  color: #ffffff;
}

.button.is-link:hover {
  background-color: #795548;
  color: #ffffff;
}

/*---------------- NAV -------------------*/
.brand {
  position: absolute;
  padding-left: 20px;
  float: left;
  line-height: 70px;
  text-transform: uppercase;
  font-size: 1.4em;
}

.brand a,
.brand a:visited {
  color: #ffffff;
  text-decoration: none;
}

.nav-container {
  max-width: 287px;
  margin: 0 auto;
}

nav {
  float: right;
}

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

nav ul li {
  float: left;
  position: relative;
}

nav ul li a,
nav ul li a:visited {
  display: block;
  padding: 0 19px;
  line-height: 70px;
  color: #f0cc02;
  text-transform: uppercase;
  text-decoration: none;
}

nav ul li a:hover,
nav ul li a:visited:hover {
  background: #f0cb02;
  color: #3f1c00;
}

nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: " ▾";
}

nav ul li ul li {
  min-width: 190px;
}

nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}

.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: #262626;
  height: 70px;
  width: 70px;
}

@media only screen and (max-width: 798px) {
  nav {
    width: 95%;
    padding: 7px 0;
  }

  nav ul li {
    float: none;
    display: inline-block;
  }

  nav ul li a {
    padding: 15px;
    line-height: 20px;
  }

  nav ul li ul li a {
    padding-left: 30px;
  }

  .nav-dropdown {
    position: static;
  }
}
@media screen and (min-width: 799px) {
  .nav-list {
    display: block !important;
  }
}
#nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #ffffff;
  position: absolute;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
  top: -10px;
}

#nav-toggle span:after {
  bottom: -10px;
}

#nav-toggle.active span {
  background-color: transparent;
}

#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}

#nav-toggle.active span:before {
  transform: rotate(45deg);
}

#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

article {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px;
}

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