.margin-top {
    padding-top: 40px;
}

.icon-padding {
    padding: 10px;
}

.header-color {
    background-color: #fff;
}

.test-column {
    background-color: #F2F2F2;
    padding: 

}

.test-column-text {
    align-content: center;
    padding-left: 20%;
    padding-right: 20%;
    padding-bottom: 30px;
    font-size: 13pt;
}

.column-header {
    text-align: center;
    padding-top: 10%;
    padding-bottom: 30px;
}

.test-image{
    object-fit: none;
}
@media (min-width: 576px) {
  .test-image-sm {
    max-height: 600px;
    width: 100%;
    height: auto;
    overflow: hidden;
      object-fit: none;
  }
}

@media (min-width: 900px){
    .test-image {
    max-height: 570px;
    width: auto;
    height: 100%;
    overflow: hidden;
    object-fit: none;
    }
}

.state-sel {
    text-align: left;
    font-size: 16pt;
    margin-top: 8px;
    margin-left: 10px;
    color: #fff;
}
.state-sel-btn{
    position: relative;
}

.state-table{
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.state-table-1{
    background-color: #95F691;
    margin: 0px;
    padding: 10px;
    font-weight: 800; 
    text-transform: uppercase;
}
.state-table-2{
    background-color: #EDF3EC;
    margin: 0;
    padding: 10px;
}
.state-table-3{
    background-color: #FFF;
    margin: 0;
    padding: 10px;
}
.state-table-4{
    background-color: #EDF3EC;
    margin: 0;
    padding: 10px;
}
.state-table-5{
    background-color: #FFF;
    margin: 20px;
    padding: 0px;
}

.comp-state{
    border-style: solid;
    border-color: #000;
    margin-top: 20px;
    padding: 0px;
}


/* Dropdown Button */
.dropbtn {
  background-color: #3498DB;
  color: white;
  padding: 10px;
  padding-right: 25px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: absolute; 
  right: 10px;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  max-height: 250px;
  overflow: auto;
}

.dropdown-content > a:hover {
    cursor: pointer;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

html {
    scroll-behavior: smooth;
}


.dropbtn:after {
  content: '>';
  font: 20px "Consolas", monospace;
  color: inherit;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 8px;
  top: 10px;
  padding: 0 0 2px;
  border-bottom: 1px solid #999;
  /*left line */
  
  position: absolute;
  pointer-events: none;
}

col-3-alt{
    max-width: 25%;
    flex: 0 0 25%;
    border: 0;
    padding: 15px;
}