html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.title {
    color: #1B6E8C;
    font: 1.714em/1.083 "Myriad Pro", Arial, Helvetica, sans-serif;
    font-size: 2.5rem;
}

.ui-helper-hidden-accessible {
    display: none !important;
}

.ui-autocomplete {
    background: white;
    border: 1px solid black;
    padding: 5px;
    z-index: 2;
    list-style-type: none;
    width: 500px;
}

.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    background: #1B6E8C !important;
    font-weight: bold !important;
    color: #ffffff !important;
} 

.textDiv{
    margin-top: 30px;
    max-width: 864px
}

input.buttonStyle{
    all: unset; /* Reset most browser and Bootstrap styles */
    display: inline-block;
    padding: 0.5em 1em;
    background-color: #1B6E8C;
    color: white;
    text-decoration: none;
    border-radius: 8px;
}

    input.buttonStyle:hover {
        background-color: #155c75; /* slightly darker */
    }


.buttonStyle{
    display: inline-block;
    padding: 0.5em 1em;
    background-color: #1B6E8C;
    color: white;
    text-decoration: none;
    border-radius: 8px;
}

    .buttonStyle:hover {
        background-color: #155c75; /* slightly darker */
        color: white;
    }