@charset "utf-8";
* {
  font-family: 'Raleway', sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}
a {
  text-decoration: none;
  color: rgba(249, 227, 221, 1);
}
body {
  background-image: url(../images/background_guitar.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-color: rgba(0, 0, 0, 1);
  background-color: rgba(60, 60, 60, 1);
  background-position: 23% 0%;
}
p {
  padding: 10px;
  line-height: 1.5em;
}
.digitalAnalog p {
  padding: 10px;
  line-height: 1.7em;
}
body h1 {
  text-align: center;
  color: rgba(232, 157, 128, 1);
  font-size: 1.4em;
  letter-spacing: .2em;
  font-weight: 700;
}
body h3 {
  text-align: center;
  color: rgba(232, 157, 128, 1);
  font-size: 1em;
  letter-spacing: .2em;
  padding: 0 1.3em;
}
p.theDream {
  text-align: left;
  color: rgba(250, 250, 250, 1);
  font-size: .9em;
  letter-spacing: .2em;
  line-height: 1.3em;
  padding: 0 1.3em;
}
p.theDreamLink {
  text-align: left;
  color: rgba(250, 250, 250, 1);
  font-size: .8em;
  letter-spacing: .2em;
  line-height: 1.3em;
  padding: 0 1.3em;
}
.lgs {
  color: #e89d80;
  font-weight: 700;
}
body p.centered, body p.mainpara {
  color: rgba(250, 250, 250, 1);
  font-size: 1em;
  letter-spacing: .13em;
  padding: .5em 1.8em;
}
body p.centered, body p.left {
  color: rgba(250, 250, 250, 1);
  font-size: 1em;
  letter-spacing: .13em;
  padding: 1.1em 1.8em;
}
body p.centered {
  text-align: center;
  padding: 15px;
  max-width: 80%;
  margin: 0 auto 0 auto;
}
body p.left {
  text-align: left;
}
header {
  display: grid;
  grid-template-columns: 5% 90% 5%;
  grid-gap: 0px;
}
.item1 {
  grid-column-start: 1;
}
.item2 {
  grid-column-start: 2;
}
.item3 {
  grid-column-start: 3;
}
.homeLogo {
  /*max-width: 1000px;*/
  width: 100%;
  grid-column-start: 2;
  justify-self: center;
  padding-top: 80px;
  padding-bottom: 1rem;
  text-align: center;
  /*background-image: url("../images/full_logo_pink_shadow.png");*/
}
.altLogo {
  /*max-width: 1300px;*/
  width: 65%;
  grid-column-start: 2;
  justify-self: center;
  padding-top: 60px;
  padding-bottom: 1rem;
}
.altLogoInsp {
  max-width: 1000px;
  width: 65%;
  grid-column-start: 2;
  justify-self: center;
  padding-top: 60px;
  padding-bottom: 1rem;
}
.wideLine {
  display: none;
  background-color: rgba(0, 0, 0, 1);
  color: #e89d80;
  grid-column-start: 2;
}
.narrowLine {
  display: block;
  background-color: rgba(0, 0, 0, 1);
  padding: 10px 0 10px 0;
  margin: 12px 0 0 0;
  grid-column-start: 2;
}
.inspNarrowLine {
  display: block;
  max-width: 1200px;
  /*max-width: 100%;*/
  background-color: rgba(0, 0, 0, 1);
  padding: 20px 0 10px 0;
  margin: 12px 0 0 0;
  grid-column-start: 2;
  height: 69.44px;
}
.infoLinkSmall {
  font-size: 13px;
  color: rgba(249, 227, 221, 1);
  text-align: left;
  letter-spacing: .1em;
  padding: 10px 0 0 0;
  display: inline-block;
  font-weight: 700;
}
.pageBannerContainerInsp {
  width: 55%;
  max-width: 75rem;
  margin: auto;
  padding: 0;
  justify-self: center;
}
.pageBannerContainer {
  width: 100%;
  max-width: 75rem;
  margin: auto;
  padding: 0;
  background: #4a4a4a;
}
.openRoad600 {
  display: block;
  max-width: 100%;
  height: auto;
}
.openRoad1000 {
  max-width: 100%;
  height: auto;
  display: none;
}
/*.infoLink3 {}*/
.articleContainer {
  width: 100%;
  max-width: 75rem;
  margin: auto;
  padding: 0;
  padding-bottom: 1em;
}
.theDreamArticle {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(15, auto);
  grid-gap: 0px;
  margin-bottom: 125px;
}
#theDreamC1I1, #theDreamC1I2, #theDreamC1I3, #theDreamC1I4 {
  text-align: center;
  background-color: rgba(55, 55, 55, 1);
  padding: .75em .75em .75em .75em;
  margin: 0;
}
#theDreamC1I1, #theDreamC1I2, #theDreamC1I3, #theDreamC2I2, #theDreamC2I5, #theDreamC2I8 {
  border-bottom: 0px solid rgba(66, 66, 66, 1);
}
#theDreamC2I1, #theDreamC2I2, #theDreamC2I3, #theDreamC2I4, #theDreamC2I5, #theDreamC2I6, #theDreamC2I7, #theDreamC2I8, #theDreamC2I9, #theDreamC2I10, #theDreamC2I11 {
  background-color: rgba(75, 75, 75, 1);
  padding: 10px 15px 10px 15px;
  margin: 0;
}
table.hw {
  text-align: center;
  font-style: normal;
  border-collapse: collapse;
  width: 100%;
  margin: 10px auto 10px auto;
}
div.tableContainer {
  display: block;
  padding: 0;
  border: none;
  margin: 10px 0 10px 0;
}
th.tableColTitle {
  background-color: rgba(22, 22, 22, 1);
  color: rgba(170, 170, 170, 1);
  font-size: 1.2em;
  padding: 12px 0;
  border-style: none;
  border-width: 0px;
  letter-spacing: .2em;
}
th.sectionTitle {
  color: rgba(220, 220, 220, 1);
  background-color: rgba(77, 77, 77, 1);
  font-size: 1.0em;
  letter-spacing: .2em;
  padding: 8px 0;
  border-style: none;
  border-width: 0px;
}
td {
  color: rgba(11, 11, 11, 1);
  background-color: rgba(140, 140, 140, 1);
  /*font-size: .9em;*/
  text-align: left;
  padding: 0.35em 1em .35em 1em;
  font-weight: 600;
}
.wordHilite {
  font-size: 1.0em;
  font-weight: 600;
  color: rgba(250, 250, 250, 1);
}
article.digitalAnalog {
  background-color: rgba(22, 22, 22, 1);
  color: rgba(200, 200, 200, 1);
  margin: 10px 0 110px 0;
  padding: 5px;
}
article.digitalAnalog p {
  font-size: .95em;
  letter-spacing: .1em;
  padding: 10px;
}
.spacer {
  padding-top: 1.2em;
}
body {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 100vh;
}
.form {
  background-color: rgba(0, 0, 0, 1);
  border-bottom-left-radius: 4px;
}
.tyForm {
  background-color: rgba(0, 0, 0, .8);
  border-bottom-left-radius: 4px;
}
form {
  color: rgba(225, 225, 225, .8);
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto auto;
  grid-gap: 15px;
  background-color: transparent;
}
.cdcHeading {
  color: rgba(232, 157, 128, 1);
}
ol.cdcGuidelines {
  list-style-position: inside;
  color: rgba(209, 209, 209, 1);
  font-weight: 600;
  font-size: .9em;
  /*float: left;*/
  padding: 0 30px 0 30px;
}
.cdcLi {
  padding: 0 5% 0 5%;
  text-align: left;
  letter-spacing: .2em;
}
.cdcBodyLink {
  display: block;
  font-size: 1.2em;
  text-align: center;
  letter-spacing: .1em;
}
.cdcBodyLink {
  color: rgba(249, 227, 221, 1);
  text-align: center;
}
.contactContainer {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1em;
  padding-right: auto;
  padding-left: auto;
  padding-bottom: 0em;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#name, #email, #msg-box, button {
  background-color: rgba(75, 75, 75, 0.8);
  font-size: 0.9em;
  border-radius: 3px;
  letter-spacing: .2em;
}
#msg-box {
  resize: vertical;
  min-height: 80px;
  max-height: 175px;
  padding-bottom: 0px;
}
.columnHeading {
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 10px;
  letter-spacing: 3px;
  text-align: center;
}
::-webkit-input-placeholder {
  color: rgba(225, 225, 225, .7);
}
/*::-moz-input-placeholder {
  color: rgba(225, 225, 225, .7);
}
::-ms-input-placeholder {
  color: rgba(225, 225, 225, .7);
}*/
textarea {
  padding-top: .8em;
  padding-left: .8em;
  height: 3em;
  background-color: rgba(75, 75, 75, 0.8);
}
input {
  padding-top: -4px;
  padding-left: .8em;
  height: 3em
}
button {
  background: rgba(232, 157, 128, 1);
  color: rgba(22, 22, 22, 1);
  width: 100%;
  border: 0px;
  font-weight: 700;
  padding-top: 16px;
  padding-bottom: 16px;
  text-transform: uppercase;
  border-radius: 3px;
  font-size: 1.1em;
}
button:hover, button:focus {
  background-color: rgba(233, 187, 164, 1);
  color: rgba(22, 22, 22, 1);
  outline: 0;
  cursor: pointer;
}
.contacts, #cdcInfo {
  background-color: rgba(0, 0, 0, 1);
  color: rgba(225, 225, 225, .7);
  padding-bottom: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 3px;
}
input:focus, textarea:focus {
  outline: 0px solid rgba(0, 0, 0, 1);
  color: rgba(225, 225, 225, .7);	
}
input, textarea, button {
  width: 100%;
  border: none;
}
.tyMessage {
  color: rgba(225, 225, 225, .8);
  padding: 0px;
  margin-bottom: .1em;
  font-size: 1.2em;
  letter-spacing: 2px;
  text-align: left;
}
.aboutDetails {
  padding-left: 0;
  padding-bottom: 35px;
  font-size: .9em;
  letter-spacing: .2em;
  font-weight: 700;
  line-height: normal
}
p {
  list-style: none;
  padding: 0;
}
.columnHeading {
  color: rgba(232, 157, 128, 1);
  font-size: 1.2em;
  padding-left: 0px;
}
.contactWrapper > * {
  padding: 1em;
}
.gearContainer {
  width: 100%;
  max-width: 75rem;
  margin: auto;
  padding: 0;
}
.a2dContainer {
  width: 100%;
  max-width: 64rem;
  margin: auto;
  padding: 0;
}
.quoteContainer .wideLine {
  width: 100%;
  display: inline-block;
}
.tmBlock {
  padding-bottom: 10em;
}
.tradeMark {
  background-color: rgba(0, 0, 0, 1);
  max-width: 800px;
  font-size: .7em;
  text-align: center;
  color: rgba(141, 160, 168, 1);
  letter-spacing: 1px;
  padding-bottom: 10px;
  margin: auto;
}
/*<style>*/
/*** form css error css***/
#thanks_msg {
    display: none;
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin-top: 5px;
    font-size: 15px;
}
.error-msg {
    display: none;
    text-align: center;
    color: red;
    font-weight: bold
}
.error {
    border: 1px solid red !important;
}
.sm-bounce {
    animation-name: error;
    animation-duration: 0.5s;
    animation-delay: 0.5s;
}
@keyframes error {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
/*</style>*/
@media screen and (min-width:600px) {
  .openRoad600 {
    display: none;
    max-width: 100%;
    height: auto;
  }
  .openRoad1000 {
    width: 1200px;
    height: auto;
    display: block;
    margin-bottom: 130px;
  }
  .homeLogo {
    margin-top: 50px;
    text-align: center;
    /*max-width: 1300px;*/
  }
}
@media screen and (max-height:720px) {
  .homeLogo {
    padding-top: 50px;
    /*max-width: 1300px;*/
  }
}
@media screen and (min-width:800px) {
  .pageBannerContainer {
    max-width: 75rem;
  }
  body p.centered {
    text-align: center;
    padding: 15px;
    max-width: 65%;
    margin: 0 auto 0 auto;
  }
  .homeLogo {
    /*padding-top: 50px;*/
    max-width: 1300px;
  }
	.theDreamArticle {
    grid-template-columns: 260px 1fr 1fr 1fr 1fr;
    grid-template-rows: repeat(11, auto);
    grid-gap: 0;
    grid-template-areas:
      "C1I1 C2I1 C2I1 C2I1 C2I1"
      "C1I1 C2I2 C2I2 C2I2 C2I2"
      "C1I2 C2I3 C2I3 C2I3 C2I3"
      "C1I2 C2I4 C2I4 C2I4 C2I4"
      "C1I2 C2I5 C2I5 C2I5 C2I5"
      "C1I3 C2I6 C2I6 C2I6 C2I6"
      "C1I3 C2I7 C2I7 C2I7 C2I7"
      "C1I3 C2I8 C2I8 C2I8 C2I8"
      "C1I4 C2I9 C2I9 C2I9 C2I9"
      "C1I4 C2I10 C2I10 C2I10 C2I10"
      "C1I4 C2I11 C2I11 C2I11 C2I11"
    ;
  }
  #theDreamC1I1 {
    grid-area: C1I1;
    border-top: 1px solid grey;
    text-align: left;
    font-size: .9em;
  }
  #theDreamC2I1 {
    grid-area: C2I1;
    border-top: 1px solid grey;
  }
  #theDreamC2I2 {
    grid-area: C2I2;
  }
  #theDreamC1I2 {
    grid-area: C1I2;
    border-top: 1px solid grey;
    text-align: left;
    font-size: .9em;
  }
  #theDreamC2I3 {
    grid-area: C2I3;
    border-top: 1px solid grey;
  }
  #theDreamC2I4 {
    grid-area: C2I4;
  }
  #theDreamC2I5 {
    grid-area: C2I5;
  }
  #theDreamC1I3 {
    grid-area: C1I3;
    border-top: 1px solid grey;
    text-align: left;
    font-size: .9em;
  }
  #theDreamC2I6 {
    grid-area: C2I6;
    border-top: 1px solid grey;
  }
  #theDreamC2I7 {
    grid-area: C2I7;
  }
  #theDreamC2I8 {
    grid-area: C2I8;
  }
  #theDreamC1I4 {
    grid-area: C1I4;
    border-top: 1px solid grey;
    text-align: left;
    font-size: .9em;
    border-bottom: 1px solid grey;
  }
  #theDreamC2I9 {
    grid-area: C2I9;
    border-top: 1px solid grey;
  }
  #theDreamC2I10 {
    grid-area: C2I10;
  }
  #theDreamC2I11 {
    grid-area: C2I11;
    border-bottom: 1px solid grey;
  }
  .contactWrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .contactWrapper > * {
    padding-top: 2em;
    padding-right: 2em;
    padding-left: 2em;
    padding-bottom: 0em;
  }
  .columnHeading {
    text-align: left;
  }
  .wideLine {
    display: block;
  }
  .narrowLine {
    display: none;
  }
  body h1 {
    height: 3.1em;
    margin: 0;
    padding-top: .97em;
  }
}
