@import "uktimber.min.css";


.header-card-body{  align-items: center;
  justify-content: center;
}

span.beta{
  background-color: color-mix(in srgb, var(--bs-primary) 85%, white);
  color: white;
  padding: 0.3rem;
  font-size: 1.0rem;   
}

.banner-top{
  margin-left: 5px;
  font-size: 0.9rem;
  font-weight: 700;
}

.user-highlights{
 /*background-color: #b1be2e;*/
  color: #2d3e4a;
  font-weight: 700;
  font-size: 1rem;  
}

.not-bold {
    font-weight: 400;
}

.accordion-custom{    
    font-size: 1rem;    
}

.accord{
  color: #2A3547;
}

.submit-calculator{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.1rem;
  padding: 0.5rem 0rem;

}
/****SEction JUmps*****/
#calculate {
    scroll-margin-top: 80px; /* Example: Header is 80px tall */
}

#results-section {
  scroll-margin-top: 80px;
}

/********************/

.sbtn {
  background: var(--bs-primary);
  font-size: 1rem;
  
}

p.intro-text{ 
  width: 90% !important;
  color: #2A3547;
  line-height: 1.6;
  letter-spacing: 0.01em;
  font-weight: 500;
  font-size: 1.05rem;
}

p.exit-text{ 
  width: 85% !important;
  color: #2A3547;
  line-height: 1.6;
  letter-spacing: 0.01em;
  font-weight: 500;
  font-size: 1.05rem;
}

span.highlights{
  color:var(--bs-primary);
}

/*---Feedback Page---*/

.rating-check .form-check-input {
  /* Increase the size of the radio button */
  transform: scale(1.5);
  /* Add some margin to align it better with the larger text */
  margin-top: 0.5em;
}

.rating-check .form-check-label {
  /* Increase the font size of the label */
  font-size: 1.1rem;
  /* Add some padding to give it space */
  padding-left: 0.5em;
}
