html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {

    background-color: #eee8dc;
}
.vermontHeader img {
    max-width: 200px;
}
.form {
    box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, .4);
}
.bannerimg {
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.6);
}
.borderheading {
    color: rgb(88, 89, 91);
}

.form-control:focus {
    border-color: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.error {
    color: rgba(220,53,69) !important;
}
.foot {
    background-color: rgb(39, 39, 39);
}
.Thankyoublock {
    color: rgb(88, 89, 91);
    box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, .4);
}