/*!
Name: TJ Home Improvements
URI: https://tj-homeimprovement.com/
Author: Donny Truong
Author URI: http://donnytruong.com
Description: Responsive design, readability
Version: 1.0
*/
@font-face {
  src: url("/fonts/DMSans[opsz,wght].woff2") format("woff2");
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400 1000;
  font-display: swap;
}
@font-face {
  src: url("/fonts/DMSans-Italic[opsz,wght].woff2") format("woff2");
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 400 1000;
  font-display: swap;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------- */
/* Primary Styles
   Author: Donny Truong
*/
/* Base Rules */
@viewport {
  width: device-width;
}
:root {
  font-size: 100%;
}

body {
  color: #111;
  background-color: #fff;
  font: 100%/1.4 "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  text-align: left;
  padding: 0;
  margin: 0 auto;
  font-kerning: normal;
  font-variant-ligatures: common-ligatures contextual;
  font-feature-settings: "kern", "liga", "clig", "calt", "lnum";
}

h1, h2, h3, h4, h5, h6 {
  font-size: 2em;
  margin: 1.5em 0 0 0;
  font-variation-settings: "wght" 700;
  font-weight: 700;
  line-height: 1.1;
  max-inline-size: 60ch;
  text-wrap: balance;
}

h1 {
  font-size: 2em;
  font-variation-settings: "wght" 800;
  font-weight: 800;
}

h2 {
  font-size: 1.6em;
}

h3 {
  font-size: 1.4em;
}

h4 {
  font-size: 1.2em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.8em;
}

p {
  margin: 1em 0;
  text-wrap: pretty;
}

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

img, iframe, embed, object, video {
  max-width: 100%;
}

img {
  height: auto;
  width: 100%;
  vertical-align: middle;
}

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

a:visited {
  color: #e87413;
}

a:hover {
  color: #111;
}

a {
  transition: all 0.5s ease;
}
a img, a svg {
  transition: opacity 0.2s ease-in-out;
}

a:hover img {
  opacity: 0.7;
}

sup {
  vertical-align: super;
}

ul, ol, dd {
  margin: 2em 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}

ul li li, ol li li {
  margin: 0 0 0 1em;
}

nav ul, nav ol {
  margin: 0;
  padding: 0;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------- */
/* Mobile First */
.wrap-nav {
  background: #111;
}

.wrap-head {
  background: #e87413;
  padding: 2em 0 4em 0;
}

.wrap-footer {
  border-top: 1px solid #ccc;
}

.wrap-inner {
  padding: 0.5em 1em;
}

[role=presentation] {
  background: #e87413;
}

[role=banner] {
  padding: 0.5em 1em 0 0.5em;
}

#logo {
  width: 200px;
}

.cls-1 {
  fill: #e87413;
}

.cls-2 {
  fill: #fff;
}

.call {
  text-align: right;
  margin-top: 6%;
  line-height: 1.1;
}
.call a {
  font-weight: 700;
  font-variation-settings: "wght" 700;
  font-size: 1.4em;
}

nav ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  font-size: 0.9em;
}
nav a:link, nav a:visited, nav a:active {
  color: #fff;
}
nav a:hover {
  color: #e87413;
}
nav li[aria-current=page] a {
  color: #e87413;
}

#homepage {
  display: none;
}

#masthead {
  font-size: 3.5em;
  line-height: 0.95;
  font-variation-settings: "wght" 1000;
  font-weight: 1000;
  color: #fff;
}

footer p {
  font-size: 0.9em;
}

blockquote {
  margin: 0;
  padding: 1em 0;
}
blockquote footer {
  text-align: right;
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: 0.02em;
}
blockquote footer cite {
  font-style: normal;
  font-variation-settings: "wght" 600;
  font-weight: 600;
}

cite {
  font-variation-settings: "wght" 500;
  font-weight: 500;
}

.button a:link, .button a:active, .button a:visited {
  display: block;
  text-decoration: none;
  text-decoration-skip-ink: none;
  text-align: center;
  background: #e87413;
  color: #fff;
  padding: 1em 0;
  margin: 1em 0;
  font-variation-settings: "wght" 600;
  font-weight: 600;
}
.button a:hover {
  background: #111;
}

.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.grid2, .grid3 {
  display: grid;
  row-gap: 1em;
  column-gap: 1em;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 50em) {
  body {
    font-size: 118.8%;
  }
  [role=banner], .wrap-inner {
    max-width: 60em;
    margin: auto;
  }
  p, .narrow {
    max-width: 40em;
  }
  #logo {
    width: 300px;
  }
  .call {
    margin-top: 3%;
  }
  ul, ol, dd {
    margin: 1em 0;
  }
  #masthead {
    font-size: 5em;
  }
  /*nav ul {max-width: 45em;}*/
  nav li {
    text-transform: uppercase;
    letter-spacing: 0.2em;
  }
  #homepage {
    display: block;
  }
  .grid2 {
    grid-template-columns: 1fr 1fr;
  }
  .grid3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .span2 {
    grid-column: span 2;
  }
} /*Close media*/
@media print {
  body {
    width: 100%;
    margin: 0;
    padding: 1em;
    font-size: 9pt;
    line-height: 1.5;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: 12pt;
  }
  nav, [role=contentinfo] {
    display: none;
  }
} /*Close media*/

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