* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background: #4a4a58; }

header {
  background-image: url("../img/signage-bg.webp");
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

#menu li {
  display: block; }

#menu a {
  line-height: 2em; }

main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 3em;
  position: relative;
  top: -260px;
  padding: 0 40px; }
  main img {
    width: 100%; }

.services {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 5em;
  padding: 0 40px;
  position: relative;
  top: -200px; }
  .services img {
    width: 100%; }
  .services .service-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.service-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 6em 3em;
  gap: 6em;
  background: #1b1b21; }
  .service-detail .shop-signage {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: column;
    grid-template-columns: column;
    gap: 3em; }
  .service-detail .window-signage {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: column;
    grid-template-columns: column;
    gap: 3em; }
  .service-detail .van-signage {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: column;
    grid-template-columns: column;
    gap: 3em; }
  .service-detail .park-signage {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: column;
    grid-template-columns: column;
    gap: 3em; }
  .service-detail .websites {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: column;
    grid-template-columns: column;
    gap: 3em; }

.product-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 6em 3em;
  background: #1b1b21; }

.service-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  line-height: 2em; }
  .service-content p {
    padding: 1em 0; }

.service-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.trust {
  padding: 0 0 5em 0; }

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 3em;
  gap: 2em;
  background: black;
  width: 100%;
  padding: 2em 0; }

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  justify-conent: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2em; }
  footer .address, footer .contact-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 2.4em; }
  footer .contact-footer {
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: solid #ccccd5 2px;
    width: 100%; }
    footer .contact-footer h2 {
      line-height: 3em; }

.product-description ul {
  padding: 1em; }
  .product-description ul li {
    line-height: 2em;
    font-weight: bold; }

.product-description h3 {
  line-height: 2em;
  padding-top: 2em; }

.product-spec {
  display: -ms-grid;
  display: grid;
  grid-template-column: 1fr;
  gap: 2em;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 3em 3em 3em 3em;
  margin: 5vh 0; }
  .product-spec .environ, .product-spec .use, .product-spec .recycle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; }
    .product-spec .environ h3, .product-spec .use h3, .product-spec .recycle h3 {
      line-height: 1.4em;
      padding-top: 1em; }

.product-shop-signage {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 3em; }

img.service {
  width: 100%;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -o-box-shadow: 8px 10px 8px rgba(1, 1, 1, 0.5);
  -ms-box-shadow: 8px 10px 8px rgba(1, 1, 1, 0.5);
  -moz-box-shadow: 8px 10px 8px rgba(1, 1, 1, 0.5);
  -webkit-box-shadow: 8px 10px 8px rgba(1, 1, 1, 0.5);
  box-shadow: 8px 10px 8px rgba(1, 1, 1, 0.5); }

img.van-service {
  width: 100%; }

img.product-logo {
  width: 40vw; }

.product-images {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 2em;
  padding: 2em 0; }
  .product-images img {
    width: 100%;
    -o-box-shadow: 8px 10px 8px rgba(1, 1, 1, 0.5);
    -ms-box-shadow: 8px 10px 8px rgba(1, 1, 1, 0.5);
    -moz-box-shadow: 8px 10px 8px rgba(1, 1, 1, 0.5);
    -webkit-box-shadow: 8px 10px 8px rgba(1, 1, 1, 0.5);
    box-shadow: 8px 10px 8px rgba(1, 1, 1, 0.5);
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px; }

img.product-signage {
  width: 100%;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -o-box-shadow: 8px 10px 8px rgba(1, 1, 1, 0.5);
  -ms-box-shadow: 8px 10px 8px rgba(1, 1, 1, 0.5);
  -moz-box-shadow: 8px 10px 8px rgba(1, 1, 1, 0.5);
  -webkit-box-shadow: 8px 10px 8px rgba(1, 1, 1, 0.5);
  box-shadow: 8px 10px 8px rgba(1, 1, 1, 0.5); }

h1, h2, h3 {
  font-family: forma-djr-deck,sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ccccd5; }

p, h4, h5, li, a {
  font-family: forma-djr-deck,sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ccccd5; }

h1.header {
  font-family: audrielle-no1,sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 10px 16px;
  background: black;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  text-align: center;
  line-height: 1.2em;
  font-size: 3em; }

a {
  color: #9595a6;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.8s;
  -o-transition: all ease-in-out 0.8s;
  transition: all ease-in-out 0.8s; }
  a:hover {
    color: #ccccd5; }

.service-detail h2, .product-detail h2 {
  font-size: 2em; }

.service-detail h5, .product-detail h5 {
  margin: 1em 0 4em 0;
  font-size: 1em;
  font-size: 1em;
  border-bottom: solid 1px #ccccd5;
  padding: 1em 0; }
  .service-detail h5 a, .product-detail h5 a {
    line-height: 3em; }

.btn {
  padding: 1em 2em;
  border: solid #ccccd5 2px;
  -webkit-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s; }
  .btn:hover {
    background: #ccccd5; }
  .btn a:hover {
    color: rgba(1, 1, 1, 0.5); }

p {
  line-height: 2em; }

h2.product-title {
  line-height: 2em;
  border-bottom: #ccccd5 solid 2px;
  margin-bottom: 1em; }

.toggle {
  background: #010101;
  padding: 20px;
  background-image: url("../img/open.png");
  background-repeat: no-repeat;
  background-size: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 1;
  color: #ccccd5;
  background-position: center;
  margin-top: 30px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px; }

.toggle.active {
  position: relative;
  background-image: url("../img/close.png");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  width: 20px;
  height: 20px;
  z-index: 1009;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px; }

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.menu {
  opacity: 0;
  position: relative;
  top: -800px;
  right: 0;
  width: 260px;
  -webkit-transition: 1s ease-in;
  -o-transition: 1s ease-in;
  transition: 1s ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: -1;
  background: #4a4a58;
  padding: 20px 0;
  border: 1px #ccccd5 solid;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px; }
  .menu ul {
    position: relative;
    list-style: none;
    display: inline-block; }
    .menu ul li a {
      display: inline-block;
      text-decoration: none;
      text-size: 1.6rem;
      color: #ccccd5;
      text-transform: uppercase;
      line-height: 2.4em;
      padding: 0  10px; }
      .menu ul li a:hover {
        color: #4a4a58;
        backgound: black; }

.menu.active {
  position: relative;
  top: -100px;
  right: 0;
  width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1100;
  background: #4a4a58;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  opacity: 1;
  border: 1px #ccccd5 solid;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px; }
  .menu.active ul {
    position: relative;
    list-style: none;
    display: inline-block; }
    .menu.active ul li a {
      display: block;
      text-decoration: none;
      text-size: 1.6rem;
      color: #ccccd5;
      text-transform: uppercase;
      padding: 10px 10px 6px 10px;
      line-height: 3em; }
      .menu.active ul li a:hover {
        display: block;
        color: black;
        background: #ccccd5;
        -o-border-radius: 8px;
        -ms-border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px; }

@media screen and (min-width: 680px) {
  .services {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr; }
  .product-spec {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr; } }

@media screen and (min-width: 980px) {
  header {
    height: 400px; }
  h1.header {
    font-size: 5em; }
  .services {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr; }
  .product {
    margin-top: 6em;
    background: #616174;
    padding: 2em;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px; }
  .product-shop-signage {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr); } }

@media screen and (min-width: 1200px) {
  header {
    height: 60vh; }
  h1.header {
    margin-bottom: 30px;
    font-size: 7em; }
  .menu {
    width: 1000px; }
  #menu {
    width: 1000px;
    margin-top: 50px; }
    #menu li {
      display: inline-block; }
  .services {
    top: 0;
    margin-bottom: 5em; }
  .service-detail, .product-detail {
    margin-top: 10em;
    padding: 6em;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; }
    .service-detail img, .product-detail img {
      width: 100%; }
  .shop-signage, .window-signage, .van-signage, .websites, .park-signage {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 2em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .contact {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .trust {
    padding: 3em 0 0 0; }
  footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    footer .address {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
    footer .contact-footer {
      border-bottom: none;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
      footer .contact-footer h2 {
        line-height: 2em; }
  img.product-logo {
    width: 30vw; }
  .product-images {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr); }
  .product-shop-signage {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr; } }

@media screen and (min-width: 1800px) {
  .services {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr); }
  img.service, img.van-service {
    width: 80%; }
  img.product-logo {
    width: 25vw; } }
