
/* ALL PAGES */

@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@500&family=Montserrat&display=swap');

* {
  font-family: 'Montserrat', Helvetica, sans-serif;
  font-size: 18px;
}

html, body {
  margin: 0px;
  padding: 0px;
}

b {
  font-weight: bold;
}

#main {
  position: relative;
  height: 100%;
  padding-bottom: 35px;
}

#header {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.897);
  color:rgb(255, 255, 255);
}

#title {
  font-family: 'Dancing Script', Brush Script MT, cursive;
  font-size: 35px;
  margin: 25px 0px 25px 25px;
}

#title > a {
  color: inherit;
  text-decoration: none;
  font: inherit;
}

div#mobile_nav {
  width:35px;
  height:35px;
  background-image: url("images/menu.png");
  background-size:cover;
  cursor:pointer;
  display:none;
}

#nav {
  margin: 30px 25px 0px 30px;
  padding: 0;
}

#nav li {
  text-decoration: none;
  list-style-type: none;
  display: inline;
  margin: 0px 5px;
  cursor: pointer;
}

#nav li:hover {
  position: relative;
  bottom: 2px;
}

#nav li.current {
  position: relative;
  bottom: 2px;
}

#nav li.current a {
  cursor: default;
}

#nav a {
  color:rgb(255, 255, 255);
  text-decoration: none;
}

button#navbtn, button.darkbtn {
  height: 40px;
  color: white;
  padding-bottom: 7px;
  border-radius: 3px;
  border: 1px solid #ffffff;
  font-variant: small-caps;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  margin-bottom: 20px;
}

button#navbtn > svg, button.darkbtn > svg {
  width:1.3em;
  height:1.3em;
  position:relative;
  bottom: -4px;
}

a {
  color:rgb(0, 0, 0);
}

.jcalendar-input {
  padding-right: 5px !important;
  box-sizing: content-box !important;
  margin-bottom: 25px;
}


.one {
  background-color: white !important;
  color: black !important;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.5em;
  text-align: justify;
}

.one h1 {
  text-align: left;
}

.one p, .one h1 {
  margin: 1em 25px;
}

.two {
  background-color: rgba(0, 0, 0, 0.897);
  background-image: url('images/tuning.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 0px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  text-align: center;
} .two a {color: white;}

.three {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  padding: 0px 20%;
}

.four {
  background-color: rgba(0, 0, 0, 0.897);
  background-image: url('images/keys.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 0px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  text-align: center;
}

.four ul {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 25px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.four li {
  width: 270px;
  background-color: rgba(0, 0, 0, 0.651);
  list-style-type: none;
  text-align: left;
  padding: 15px;
  text-align: center;
}

.four a{
  color: white;
}

.content {
  /* display: flex; */
  justify-content: space-around;
  margin: 0px 0px;
  flex-wrap: wrap;
}

.content > div {
  width: 100%;
  min-height: 350px;
  /* text-align: center; */
}

h3 {
  font-size: 1.5em;
  font-variant: small-caps;
  margin-top: 0px;
  margin-bottom: 1.5em;
}

.lone-header {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  max-width: 800px;
  margin: 20px auto !important;
  height: 100px;
  min-height: unset !important;
}

.lone-header h1, .lone-header h2 {
  margin-left: 25px;
}

#copyright {
  height: 25px;
  display: block;
  position: absolute;
  bottom: 0;
  font-size: 14px;
  text-align: center;
  width: 100%;
}


/* HOME */

a.contact {
  display: block;
  text-decoration: none;
  margin-top: 8px;
  text-align: center;
  width: 290px;
}

p.contact {
  margin-bottom: 0px;
  padding-top: 3px;
  margin-top: 0px;
}

.contact svg, a > svg, p > svg {
  position: relative;
  vertical-align: middle;
  text-align: center;
  height: 2em;
  width: 2em;
  display: inline-block;
  margin: 10px auto;
  margin-right: 10px;
}

.img {
  max-width: 100%;
  border-radius: 4px;
  display: block;
  margin: 0 auto;
}


/* SERVICES */

div.service {
  max-width: 800px;
  overflow: hidden;
  height: auto !important;
  min-height: auto !important;
  margin: 7px auto !important;
}

div.service > div {
  max-width: 800px;
  margin: 0 auto;
  transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  -o-transition: 1s;
}

div.activator {
  cursor: pointer;
  transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  -o-transition: 1s;
}

.activator svg {
  display: inline;
  position: relative;
  bottom: 0px;
  left: 0px;
  height: 1em;
  width: 1em;
  margin-left: 20px;
  transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  -o-transition: 1s;
}

.activator h2 {
  margin-bottom: 0px;
  display: inline;
}

.service .open svg {
  bottom: -4px;
  left: 5px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

div.active-object {
  max-width: 800px;
  margin: 15px 25px;
  background-color: white;
  height: 0px;
  padding: 0px 25px;
  overflow: hidden;
  line-height: 1.5em;
  box-shadow: 0px 0px 5px #111111;
  text-align: justify;
  transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  -o-transition: 1s;
}

ul.other-services {
  margin-left: 25px;
  margin-right: 25px;
  padding: 0px;
  list-style-position: inside;
}


/* PRODUCTS */

input, select, textarea {
  padding: 5px;
  border: 1px solid #444444;
  border-radius: 3px;
}

#request-form, #contact-form, #covid {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.473);
  z-index: 5;
  display: none;
  overflow-y: scroll;
}

#covid p {
  margin: 1em 0px;
  line-height: 1.4;
  text-align: justify;
}

#covid .cart-title {
  margin-bottom: 35px;
}

.covid-svg {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 20px auto;
  max-width: 400px;
}

.form {
  background-color: white;
  width: 85%;
  max-width: 800px;
  margin: 7% auto;
  padding: 20px;
  border-radius: 4px;
}

.form-field-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.form-field-group > div {
  margin-right: 50px;
  margin-bottom: 30px;
  flex-grow: 1;
}

form label {
  display: block;
  margin-bottom: 2px;
}

form input {
  width: 100%;
  max-width: 300px;
}

form textarea {
  margin-bottom: 20px;
  margin-right: 25px;
  width: 98%;
  display: block;
  resize: vertical;
}

.form-field-group span {
  height: 1em;
  color: red;
  display: block;
}

form > span {
  height: 1em;
  width: auto;
  color: red;
  display: block;
  margin-bottom: 20px;
}

form {
  margin-top: 25px;
}

#cartContents > div {
  font-weight: bold;
  margin-top: 20px;
  width: 100%;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.151);
}

#cartContents > div > div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#cartContents > div > div > p {
  margin: 0;
}

.cart-item input {
  width: 25px;
  max-width: 40px;
  margin: 30px 7px 0px 7px;
}

.cart-item > p > svg {
  position: relative;
  top: 6px;
  cursor: pointer;
  width: 1.5em;
  height: 1.5em;
  color:rgb(68, 68, 68)
}

div.cart-item > p {
  display: block;
  flex: 1;
}

div.cart-item > h3 {
  display: block;
  min-width: 3em;
  text-align: right;
  flex: .2;
}

div.cart-item > p > span {
  display: block;
}

div.cart-item > span, div.cart-item > p {
  font-size: .7em;
  font-weight: normal;
}


#cartContents span.remove {
  color: rgb(196, 0, 0);
  cursor: pointer;
}

#cartContents span.remove svg {
  position: relative;
  top: 2px;
  width: 1.3em;
  height: 1.3em;
}

#cartContents h3 {
  font-size: 1em;
  margin-top: 25px;
}

#cartContents {
  margin-bottom: 20px;
}

#cart-count {
  display: block;
  position: relative;
  left: 47px;
  top: 3px;
  font-size: .6em;
  color: white;
  background-color: rgb(0, 0, 0);
  border-radius: 100px;
  width: 1.2em;
  height: 1.2em;
  text-align: center;
  padding: 2px;
}

#cart-title, #cartTotals, #cart-headers, .cart-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#cart-headers {
  margin: 20px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.151);
}

#cart-headers > span {
  flex: 1;
  font-weight: bold;
}

#cart-headers > :nth-child(3) {
  flex: .2;
}

#cart-title h2, .cart-title h2, #cartTotals h2 {
  margin-top: 5px;
}

#shopping-bar {
  max-width: 1200px;
  margin: 0px auto;
  padding-top: 10px;
  min-height: 40px;
  background-color: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.151);
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  z-index: 4;
}

#shopping-bar > div {
  margin: 0px 25px 10px;
}

#shopping-bar svg {
  vertical-align: middle;
}

#filter, #cart {
  cursor: pointer;
  position: relative;
}

#filter {
  padding-top: 17px;
}

#filter-menu {
  background-color: white;
  position: absolute;
  top: 44px;
  border-radius: 4px;
  overflow: hidden;
  padding: 0px 10px;
  height: 0px;
  width: 180px;
  transition: .5s;
  border: 1px solid #00000000;
}

#filter-menu.open {
  padding: 10px;
  height: 210px;
  border: 1px solid #444444;
  box-shadow: -4px 4px 7px #888888;
}

#filter-menu h3 {
  font-size: 1rem;
  margin-bottom: 5px;
}

#filter-menu p {
  cursor: pointer;
  margin: 0px 0px 5px 10px;
}

#products {
  max-width: 1200px;
  margin: 0 auto;
}

.product-section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.product-section h1 {
  width: 100%;
  margin: 50px 25px;
}

.product-section p {
  width: 100%;
  margin: 0px 25px 50px 25px;
}

.card {
  width: 280px;
  /* height: 350px; */
  border: 1px solid #444444;
  background-color: rgb(255, 254, 254);
  margin-bottom: 20px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 15px;
  word-wrap: break-word;
  border-radius: 4px;
  cursor: pointer;
}

.card-title {
  font-weight: bold;
  height: 2.5em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.card-title > h4 {
  margin: 0;
}

.card-title > svg {
  display: none;
}

.card-img {
  margin: 0 auto;
  height: 280px;
  width: 280px;
  max-width: 100%;
  text-align: center;
}

.card-img > p {
  width: 100%;
  margin: 0;
  color:rgb(128, 128, 128);
}

.card-img > svg {
  width: 60px;
  height: 60px;
  margin-top: 35%;
  color:rgba(129, 129, 129, 0.397);
}

.card-img > img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.card-text {
  width: 100%;
  display: none;
}

.see-more {
  font-size: .9em;
  color:rgb(59, 59, 59);
  margin-top: 10px;
}

.card-text p {
  max-width: 100%;
  display: block;
  text-align: justify;
}

.card-actions {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-content: space-around;
  margin-top: 10px;
  width: 100%;
  cursor: default;
}

.card-actions h2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.card-actions h2 span {
  display: block;
}

.quantity {
display: flex;
flex-direction: row;
align-content: flex-start;
flex: 1;
margin-bottom: 20px;
}

.quantity input {
  height: 22px;
  max-width: 30px;
  border-radius: 0px;
  margin: 0;
  padding: 8px 5px;
  text-align: center;
}

.quantity svg {
  width: 26px;
  height: 22px;
  padding: 8px 5px;
  border: 1px solid;
  cursor: pointer;
}

.quantity svg:nth-child(1) {
  border-right: 0px;
  border-radius: 3px 0px 0px 3px;
}

.quantity svg:nth-child(3) {
  border-left: 0px;
  border-radius: 0px 3px 3px 0px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.card-actions select {
  min-width: 100%;
  margin: 10px 0px 20px 0px;
}

.card-actions h3 {
  min-width: 100%;
  margin: 10px 0px 20px 0px;
  font-size: 1em;
  font-weight: bold;
  font-variant: normal;
  height: 32px;
}

button {
  height: 40px;
  padding-bottom: 7px;
  border-radius: 3px;
  border: 1px solid #444444;
  font-variant: small-caps;
  background-color: rgb(255, 255, 255);
  cursor: pointer;
  margin-bottom: 20px;
}

button > svg {
  width:1.3em;
  height:1.3em;
  position:relative;
  bottom: -6px;
}

.ghost {
  width: 282px;
  height: 0px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 0px 15px;
}

#card-view {
  position: fixed;
  top: 0;
  bottom: 0px;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.473);
  z-index: 5;
  display: none;
  overflow-y: scroll;
  min-height: unset;
  margin-bottom: 0;
}

#card-view .card {
  background-color: white;
  width: 80%;
  max-width: 600px;
  margin: 7% auto;
  padding: 20px;
  border-radius: 4px;
  cursor: unset;
}

#card-view .card-title > svg {
  display: unset;
  position: relative;
  top: -4px;
}

#card-view .card-text {
  display: unset;
}

#card-view .see-more {
  display: none;
}

#card-view .card-actions {
  max-width: 300px;
  margin: 30px auto 0px auto;
}

#card-view .quantity {
  margin-bottom: 20px;
}


/* ABOUT */

.about-profile {
  width: 100%;
  max-width: 250px;
  height: 250px;
  margin: 25px auto 10px;
  border-radius: 300px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

h1.profile-name {
  text-align: center;
  margin-top: 0px;
}

#dylan-profile {
  background-image: url('images/dylan.jpg');
}

#devon-profile {
  background-image: url('images/devon.jpg');
}

#ben-profile {
  background-image: url('images/ben.jpg');
}

#claire-profile {
  background-image: url('images/claire.jpg');
}



/* FAQ */

#questions {
  margin-bottom: 50px;
}

#questions > p, #articles p {
  cursor: pointer;
  margin: 8px 25px 15px;
}

#articles > h2 {
  margin: 25px;
}

.question {
  font-weight: bold;
}

#answers {
  margin: 50px auto;
}

.answer::before {
  content: "Answer: ";
  font-weight: bold;
}

#answers > div {
  background-color: #fff;
  transition: 1s;
  padding: 20px 0px;
  border-bottom: 1px solid #7c7c7c;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  -o-transition: 1s;
}

#answers > div.fadein {
  background-color: #d1d1d1;
}



/* CONTACT */

.contact-card {
  margin: 0 auto 100px !important;
  max-width: 800px;
  min-height: unset !important;
}

.contact-card p {
  margin: 0px 25px 20px 25px;
}

.contact-card > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.contact-card > div > div {
  flex-grow: 1;
}

#mc_embed_signup {
  max-width: 800px;
  margin: 50px auto;
}

#mc_embed_signup > form {
  margin-left: 25px;
  margin-right: 25px;
}

#mc_embed_signup > p, #mc_embed_signup > h2 {
  margin-left: 25px;
  margin-right: 25px;
}

#mc_embed_signup p {
  text-align: justify;
  margin-bottom: 50px;
}

.mc-field-group {
  margin-bottom: 30px;
}

ul.mc {
  list-style-type: none;
  padding: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 290px;
}

li.mc {
  flex: 1 0 45%;
}

ul.mc input {
  width: 15px;
  margin-right: 15px;
  display: inline;
}

ul.mc label {
  display: inline;
}


@media all and (max-width:1300px) {

  .content {
    display: block;
  }
  .content > div {
    margin: 0 auto 50px auto;
    width: 100%;
  }

}

@media all and (max-width:975px) {

  #header {
    display: inline-block;
  }

  #nav li:first-of-type {
    margin: 0px 5px 0px 0px;
  }

}

@media all and (max-width:770px) {

  #header {
    padding-bottom: 0px;
  }

  #header>div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  #title {
    display: inherit;
    text-align: left;
    font-size: 25px;
    margin-left: 25px;
  }

  div#mobile_nav{
    display: inherit;
    align-self: center;
    margin-right: 5%;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .7s;
    -moz-transition: .7s;
    -webkit-transition: .7s;
    -o-transition: .7s;
  }
  div#mobile_nav.open{
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  #nav {
    /* bottom: 0;
    position: absolute; */
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin: 0;
    width: 100%;
    height: 0px;
    background-color: rgb(0, 0, 0);
    border-bottom: 1px solid rgba(167, 167, 167, 0.5);
    transition: .7s;
    -moz-transition: .7s;
    -webkit-transition: .7s;
    -o-transition: .7s;
  }

  #nav.open {
    padding: 10px 0px;
    height: 325px;
  }

  #nav li {
    align-self: center;
    display: block;
    margin: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: left;
  }

  #nav li a {
    color: rgb(255, 255, 255);
  }

  #justinpiano, a.contact, p.contact {
    float: none;
    display: block;
    clear: both;
  }

  p.contact {
    margin-bottom: 5px;
    margin-top: 10px;
  }

  form textarea {
    max-width: 300px;
  }

}


@media all and (max-width:750px) {

  .three {
    flex-direction: column;
    justify-content: center;
    align-content: center;
    padding: 0px 10%;
  }

  .three > a {
    width: auto;
    margin-bottom: 10px;
  }

}

@media all and (max-width:500px) {

  .contact-card {
    flex: none;
  }

  .contact-card > div > p {
    margin-left: 25px;
  }

  .form-field-group {
    flex: none;
    display: inline-block;
    width: 100%;
  }

  .form-field-group > div {
    margin-right: 0px;
  }

}