/**
 * @file
 * Subtheme specific CSS.
 */

img.image-responsive {
  display: block;
  max-width: 100%;
  height: auto;
} 

.js-form-item {
  margin-bottom: 1.5rem !important;
}

.js-form-type-radio {
  margin-bottom: 1.0rem !important;
}

.webform-element-description {
  font-size: 16px;
}

.navbar-brand {
  color: #3e296e;
  padding-left: 1em;
}

header {
  margin-bottom: 7px;
}

.webform-message-wrapper {
  border: 3px solid red;
  padding: 7px;
  font-size: 2rem;
  color: red;
}
