button, input, optgroup, select, textarea {
    font-family: 'Nunito';
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  width: fit-content;
  overflow: auto;
  border-radius: 20px;
  border: 1px solid #ddd;
  z-index: 1;
  max-height: 340px;
}

.dropdown-content a {
  color: black;
  padding: 0px 10px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: #ddd;}

.dropdown-content a:hover {color:#FFFFFF !important; background-color:#076d8e !important;}

.show {display: block;}

#searchcontent{
    line-height:30px;
    font-size:15px;
}

@media only screen and (max-width: 480px) {
  img {
    width: 100%;
    height: auto;
  }
}

.banner {
    width: 100%;
    height: auto;
    background-position: left top;
}

.container_flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.photo-flex {
    max-width: 100%;
    max-height:100%;
}
        
.text-flex {
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 50px;
    padding-top: 20px;
}
