/* pink: rgb(244,193,202) */
/* off-white: #f8f8f8 */
/* border: #e7e7e7 */
/* h# color #d42f90 */
/* gold: #bfa25e */

body {
  font-family: Nunito;
}

#calculator {
  background-color: #f8f8f8;
  border: 1px solid #e7e7e7;
}

.price-row {
  padding-top: 20px;
}

.price-row h3 {
  margin-left: 30px;
  padding-left: 0;
  margin-right: 0px;
  padding-right: 0px;
}

.price-row .input-group {
  padding-top: 5px;
}

#calculator .price-row label {
  font-size: 20px;
  font-weight: 600;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 5px;
}

#listing-price-input {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

#listing-price-input::placeholder {
  font-weight: 200;
  opacity: 0.5;
  color: #999999;
}


#calculate {
  color: #bfa25e;
  border-width: 2px;
  border-color: #bfa25e;
  background-color: white;
  font-weight: 700;
  margin-bottom: 10px;
}

#calculate:hover {
  color: white;
  background-color: #bfa25e;
  cursor: pointer;
}

.row-titles .row:first-child {
  padding-top: 40px;
}

.row-titles .row:nth-child(2) {
  margin-top: 25px;
  padding-top: 35px;
}

.row-titles .row:last-child {
  padding-top: 20px;
}

.calculator-column .input-group {
  margin-top: 10px;
  margin-bottom: 10px;
}

.calculator-column .input-group:nth-child(3) {
  margin-top: 25px;
}

.calculator-column .row {
  margin-top: 20px;
}

.total-container {
  padding-top: 15px;
  margin-bottom: 25px;
}

.total-container .row-titles {
  padding: 0;
  margin: 0;
}

.total-container .total-mortgage {
  font-size: 20px;
  font-weight: 500;
}

.input-group-addon {
  background-color: rgb(244,193,202);
}

/* XS ADJUSTMENTS */

@media (max-width: 575px) {
  .price-row h3 {
    margin-left: 0;
  }

  #calculate {
    width: 100%;
  }

  .mortgage-container .row-titles {
    position: absolute;
  }

  .row-titles .row {
    position: relative;
    left: 15px;
  }

  .row-titles .row:first-child {
    bottom: 70px;
  }

  .row-titles .row:nth-child(2) {
    bottom: 16px;
  }

  .row-titles .row:last-child {
    top: 25px;
  }

  .calculator-column .input-group {
    margin-top: 60px !important;
    margin-bottom: 10px;
  }

  .calculator-column .input-group:nth-child(2) {
    margin-top: 15px !important;
  }

  .calculator-column .input-group:nth-child(3) {
    margin-top: 50px !important;
  }

  .calculator-column .row {
    margin-top: 50px;
  }
}
