html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;

    background-color: #fefaef;
    background-image: url(../images/bg-main.png);
    background-repeat: repeat;
    /*    background-position: center;
    background-size: cover;*/
}

.navbar {
    padding: 0;

    background-color: #fefaef !important;
}

.validation-summary-valid {
    display: none;
}