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

.pageTitle {
  font-family: 'Pacifico', cursive;
  color: rgb(19, 41, 65);
  font-size: 2.8em;
  font-weight: 200;
  line-height: 120%;
  }

  #priceListNote {
    font-size: .9em;
    color: rgb(40, 134, 206);
    line-height: 120%;
    margin-bottom: 15px;
  }
  
  .containerWide {
    display: flex;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.boxContent {
  border: 2px solid rgb(162, 162, 162);
  padding: 30px 60px 30px 60px;
}

.formRow {
    display: flex;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
}

.checkbox3 {
    margin: 0px 5px 0px 20px;
}

.quote {
  height: 30px;
  font-size: .8em;
}

#submitQuote {
  background-color: rgb(36, 117, 187);
  padding: 15px;
  color: white;
  font-size: 1.15em;
  height: auto;
  margin: 20px auto;
  line-height: 100%;
}

.quoteContent {
  max-width: 1050px;
  margin: 0px auto;
  padding: 60px;
  display: block;
  text-align: center;
}

#estimate {
  text-align: left;
  line-height: 200%;
}

.Row {
  text-align: center;
  margin: 20px auto;
}

label {
  display: block;
  text-align: left;
  margin-bottom: 15px;
  font-size: 1.2em;
  font-weight: 800;
  color: rgb(40, 134, 206);
}

#getEstimate {
  display: inline;
  margin: 5px auto;
  text-align: center;
  background-color: rgb(1, 128, 30);
  border: 1px solid rgb(133, 133, 133);
  border-right: 0px;
  color: white;
  padding: 15px;
  font-size: 1.25em;
}

#total {
  display: inline;
  margin: 5px auto;
  padding: 15px 35px;
  font-size: 1.25em;
  background-color: aliceblue;
  border: 1px solid rgb(133, 133, 133);
  border-left: 0px;
}

#garmentQty {
  padding: 8px;
  background-color: white;
  width: 100px;
}

#qtyAlert {
  color: rgb(187, 0, 0);
  display: none;
  font-size: .8em;
}

#qtyAlert1 {
  color: rgb(187, 0, 0);
  display: none;
  font-size: .8em;
}

#qtyAlert2 {
  color: rgb(187, 0, 0);
  display: none;
  font-size: .8em;
}

#qtyAlert3 {
  color: rgb(187, 0, 0);
  display: none;
  font-size: .8em;
}

#costBreakdown {
  margin: 20px;
  padding: 40px;
  border: 1px solid gray;
  text-align: left;
  font-weight: 200;
  clear: both;
}

#costBreakdown p {
  display: inline;
  text-align: left;
  font-size: 1.2em;
  line-height: 150%;
  color: rgb(40, 134, 206);
}

.smallType {
  line-height: 120%;
  font-size: .85em;
  font-weight: 300;
  color: black;
}

@media only screen and (max-width: 890px) {

.Row {
  display: flex;
  flex-direction: column;
}

.boxContent {
  border: 2px solid rgb(162, 162, 162);
  padding: 15px;
}

#getEstimate {
  width: 225px;
  margin: 0px auto;
  border-right: 1px solid rgb(133, 133, 133);
  border-bottom: 0px;
}

#total {
  width: 225px;
  margin: 0px auto;
  border-left: 1px solid rgb(133, 133, 133);
  border-top: 0px;
}

.containerWide {
    margin-bottom: 20px;
}

.pageTitle {
  line-height: 120%;
}

.quoteContent {
  padding: 20px;
}

}