body{
  background-color: #e1f6fd;
}
.divorce {
  background-color: rgb(221, 221, 224);
}
/* HOME PAGE */
.header {
  display: flex;
  justify-content: center;
  position: relative;
}

.header .header-image {
  width: 100%;
}

.header .controls-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
}

.controls-container .control-col-first {
  height: 10%;
  padding-top: 20px;
  padding-left: 50px;
}

.controls-container .control-col-second {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 40%;
}

.controls-container .control-col-third {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 30%;
}

.controls-container .control-col-fourth {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20%;
}

.controls-container .control-col {
  height: 25%;
}

.controls-container .top-label {
  font-size: 30px;
  font-weight: 700;
  color: white;
}

.controls-container .top-label .tm {
  font-weight: normal;
  font-size: 30px;
}

.controls-container .description {
  font-size: 50px;
  color: white;
}

.controls-container .description .tm {
  font-weight: normal;
  font-size: 30px;
  color: #23509b;
}

.get-started-button {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: #23509b;
  width: 140px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  font-family: sans-serif;
  padding: 12px;
}

.home-text-container {
  background-color: #e1f6fd;
}

.home-text-container .title {
  color: #23509b;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 35px;
}

.home-text-container .content {
  color: #9189a2;
  font-family: sans-serif;
  font-size: 25px;
}

.home-text-container .step {
  color: #3da9ad;
  font-size: 30px;
  font-family: sans-serif;
}

.home-text-container .price {
  color: #898989;
  font-weight: bold;
  font-size: 25px;
  font-family: sans-serif;
}

.home-text-container a {
  color: #6995e0;
}

.footer {
  background-color: white;
  position: relative;
  border-bottom: #9dc6d6 2px solid;
  border-top: #9dc6d6 2px solid;
}

.footer .title {
  color: #3da9ad;
  font-family: sans-serif;
  font-size: 30px;
  font-weight: bold;
}

.footer .content {
  color: #23509b;
  font-family: sans-serif;
  font-size: 13px;
}

.footer .info {
  position: absolute;
  width: 30px;
  top: 65px;
  left: 25px;
}

/* COMPARISON CHART */

.chart-page {
  background-color: #e1f6fd;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.chart-content-container {
  border: 2px #3da9ad solid;
  border-radius: 7px;
}

.chart-content-container .title {
  color: #23509b;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 35px;
}

.chart-content-container .content {
  color: #9189a2;
  font-family: sans-serif;
  font-size: 25px;
}

.chart-content-container .content-small {
  color: #9189a2;
  font-family: sans-serif;
  font-size: 18px;
}

.virtual-divorce-label {
  padding: 7px;
  background-color: #3da9ad;
  color: white;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 14px;
}

.online-divorce-label {
  padding: 7px;
  color: white;
  font-family: sans-serif;
  font-weight: bold;
  background-color: #b4b3b3;
  font-size: 14px;
}

.chart-container {
  border: 5px #65d6da solid;
}

.chart-item {
  min-height: 50px;
  border-bottom: 2px #65d6da solid;
}

.chart-item-light {
  background-color: white;
}

.chart-item-dark {
  background-color: #dfdfdf;
}

.chart-online-section {
  position: relative;
  border-left: 2px #65d6da solid;
}

.chart-virtual-section {

}

.chart-option-description {
  color: black;
  font-family: sans-serif;
  font-size: 14px;
  opacity: 0.8;
  display: flex;
  align-items: center;
}

.star {
  position: absolute;
  font-size: 18px;
  right: 35%;
  top: 5%;
}

/* GET STARTED */
.get-started-page {
  background-color: #e1f6fd;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.get-started-content-container {
  border: 2px #3da9ad solid;
  border-radius: 7px;
}

.get-started-content-container .title {
  color: #23509b;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 35px;
}

.get-started-content-container .content {
  color: #9189a2;
  font-family: sans-serif;
  font-size: 16px;
}

.get-started-content-container .content-error {
  color: #9189a2;
  font-family: sans-serif;
  font-size: 20px;
  color: red;
}

.get-started-page .get-started-button {
  width: 100%;
  font-size: 25px;
  padding: 5px;
}

.get-started-page textarea {
  height: 200px;
}

.success {
  background-color: #5cd4d8 !important;
}

.no-border {
  border: none;
}

div.get-started-button a:link {
    text-decoration: none;
    color: white;
}

div.get-started-button a:hover span {
    text-decoration: none;
    color: white;
}

div.get-started-button a:visited span {
    text-decoration: none;
    color: white;
}
