body,
html {
  height: 100%;
}

.feature {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  font-size: 1.5rem;
}

.bg-featured-blog {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 15rem;
}

.navbar {
  font-family: "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans" !important;
}
.zagred {
 color:#a62313;
}

.sunday, .form-error {
  color:red;
}
.formfield-error {
  border:1px solid red;
}
.whenerror {
  display:none;
  font-weight:bold;
}
h1,h2,h3,h4,h5, strong {
 color:#a62313;
}



