@media screen and (max-width: 1168px) and (min-width: 401px) {
    .landing-img-content {
        max-height: 600px;
        overflow: hidden;
    }
}

.button,
#surveyForm .control_button {
  background-color: #003D50; /* Peacock Blue */
  border-color: #003D50;
  border-style: solid;
  border-radius: 3px;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.button:hover {
    background: #ffffff;
    color: #003D50;
    text-decoration: none;
}

#surveyForm label {
    font-size: 1.5em;
    font-weight: normal;
}
#surveyForm .control_head {
    text-decoration: none !important;
}
#surveyForm .control_head h1 {
    font-size: 2em;
    font-weight: bold;
}
#surveyForm .control_button {
    font-size: 1em !important;
}
#surveyForm .control_dropdown,
#surveyForm .control_textbox {
    font-size: 1.5rem !important;
}

header {
    position: fixed;
    top: 10;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #adc293; /* Sage Green */
}
nav.navbar {
    border-bottom: 6px solid #adc293; /* Sage Green */
}