h2 {
  font-size: 1.2rem;
}

h3 {
  font-size: 1.1rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 9rem;
}

h6 {
  font-size: .8rem;
}

dt {
  font-size: .8rem;
}

p, li, dd {
  font-size: .9rem;
}

@media screen and (min-width: 768px) {
  h2 {
    font-size: 1.6rem;
  }

  h3 {
    font-size: 1.4rem;
  }

  h4 {
    font-size: 1.2rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .8rem;
  }
}
hr {
  width: 100%;
}

p {
  line-height: 28px;
  margin-bottom: 25px;
}

.v1 {
  visibility: hidden;
}

a {
  color: #f85c37;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}
a:focus {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

li#linkGreeting a {
  border-bottom-color: #deb887;
}
li#linkCompany a {
  border-bottom-color: #6495ed;
}
li#linkPrinters a {
  border-bottom-color: #b22222;
}
li#linkDataDealing a {
  border-bottom-color: #66cdaa;
}
li#linkQuery a {
  border-bottom-color: #7b68ee;
}

a:hover, a:focus {
  color: #7b7b7b;
  text-decoration: none;
  outline: 0;
}

a:before, a:after {
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

a#brandPrt, a#brandPrt:hover, a#brandPrt:focus, a#brandPrt:before, a#brandPrt:after {
  border-bottom: none;
}

dl.g1 {
  font-size: 1rem;
}
dl.g1 div.pairs {
  overflow: hidden;
  margin-bottom: 15px;
}
dl.g1 div.pairs dt {
  float: left;
  margin-left: 15px;
  width: 110px;
}
dl.g1 div.pairs dd {
  margin-left: 130px;
}

#greeting {
  width: 100%;
  padding-top: 150px;
  padding-bottom: 200px;
}
@media screen and (min-width: 576px) {
  #greeting {
    padding-top: 200px;
  }
}
#greeting h1 {
  display: block;
  margin: auto;
  width: 300px;
  height: 300px;
  overflow: hidden;
  background: url("../img/chiaro_logo_orange300.png") center center no-repeat;
  margin-bottom: .7rem;
}
#greeting h2 {
  color: #9f9f9f;
  font-weight: 400;
}

#company, #printers, #dataDealing, #query {
  padding-top: 50px;
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) {
  #company, #printers, #dataDealing, #query {
    padding-top: 100px;
  }
}

#company h1, #printers h1, #dataDealing h1, #query h1 {
  background: transparent url("../img/chiaro_logo_300_100.png") center center no-repeat;
  height: 200px;
  min-width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 100px;
  border: 3px solid;
  overflow: hidden;
}
@media screen and (min-width: 576px) {
  #company h1, #printers h1, #dataDealing h1, #query h1 {
    background: #fff5 url("../img/chiaro_logo_300_100.svg") center center no-repeat;
    margin-left: 50px;
    margin-right: 50px;
  }
}

#company {
  width: 100%;
  background: #7caafc;
}
#company h1 {
  border-color: mediumblue;
}
#company h2, #company h3 {
  color: #fff;
  margin-bottom: 30px;
}
#company h4 {
  margin-bottom: 30px;
}
#company img.cert {
  width: 50%;
}
@media screen and (min-width: 768px) {
  #company img.cert {
    width: 80%;
  }
}

#printers {
  width: 100%;
  background: url(../img/chiaro_pink.png);
  color: #701616;
  border: 2px solid #b22222;
}
#printers h1 {
  border-color: #b22222;
}
#printers h2 {
  margin-bottom: 50px;
}
#printers h3 {
  margin-bottom: 20px;
}

#dataDealing {
  width: 100%;
  background: #66cdaa;
  color: #fff;
}
#dataDealing h1 {
  border-color: seagreen;
}
#dataDealing h2 {
  margin-bottom: 30px;
}

#query {
  width: 100%;
  background: url(../img/chiaro_liteblue.png);
  color: #38306D;
  border: 2px solid #7b68ee;
}
#query h1 {
  border-color: #7b68ee;
}
#query h2 {
  margin-bottom: 50px;
}
#query h3 {
  margin-bottom: 20px;
}
#query .cWhiteWrap {
  display: inline;
}
@media screen and (min-width: 576px) {
  #query .cWhiteWrap {
    display: none;
  }
}

footer {
  text-align: center;
  background: #deb887;
  color: white;
  margin: 0;
  height: 100%;
}
footer p {
  padding-top: 15px;
}

/*# sourceMappingURL=c.css.map */
