body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  background-image: url(/images/ep_naturalwhite.png);
}

p {
  margin: 1rem 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
}

.logo {
  width: 180px;
  filter: brightness(0) invert(1);
}
@media (max-width: 767px) {
  .logo {
    filter: brightness(0) invert(0);
  }
}

.is-fixed .logo {
  filter: brightness(0) invert(0);
}

footer {
  background-color: #fff;
}

@media (min-width: 992px) {
  header.masthead {
    padding: 10rem 0;
  }

  header.masthead .page-heading h1, header.masthead .page-heading .h1, header.masthead .site-heading h1, header.masthead .site-heading .h1 {
    font-size: 4em;
  }
}
#mainNav.is-fixed .navbar-nav > li.nav-item > a:focus, #mainNav.is-fixed .navbar-nav > li.nav-item > a:hover {
  color: #eda7a8;
}

.post-preview img {
  border-radius: 30px;
}

.grid-section img {
  border-radius: 30px;
}

.post-preview > a:focus, .post-preview > a:hover {
  color: #eda7a8;
}

.post-preview > a > .post-title {
  font-size: 1.5em;
}

.post-preview > a > .post-subtitle {
  font-size: 1.3em;
}

.post-preview > .post-meta {
  font-size: 0.8em;
}

.post-meta .checked {
  color: orange !important;
}

.btn {
  border-radius: 30px;
  padding: 0.7rem 1.75rem;
}

.text-left {
  text-align: left !important;
}

.tiktok-embed {
  border-radius: 20px;
}

.site-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.site-wrapper .site-wrapper-inner {
  display: table-cell;
  vertical-align: middle;
}

.nav-item .btn {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .nav-item .btn {
    top: 0;
    transform: unset;
  }
}

header.masthead .page-heading .subheading, header.masthead .site-heading .subheading {
  line-height: normal;
}

.column {
  margin-bottom: 30px;
}

.form-floating > .form-control {
  padding-left: 15px;
}

.form-floating > label {
  left: 15px;
}

.btn-primary {
  background-color: #eda7a8;
  border-color: #eda7a8;
  color: #fff !important;
}
.btn-primary:hover {
  background-color: #e99293;
  border-color: #e99293;
}
.btn-primary:active {
  background-color: #e99293;
  border-color: #e99293;
  box-shadow: none !important;
}
.btn-primary:focus {
  background-color: #e99293;
  border-color: #e99293;
  box-shadow: none !important;
}

a:hover {
  color: #eda7a8;
}

.full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.post-preview {
  margin-top: 30px;
  position: relative;
}
.post-preview .img-fluid {
  border-radius: 0;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.post-preview .btn {
  margin-top: 10px;
  text-align: center;
}
.post-preview .post-inner {
  background-color: #fff;
  padding: 15px;
  font-size: 1em;
}
.post-preview .post-inner .post-subtitle {
  margin: 0;
}
.post-preview .post-inner .post-meta {
  margin: 10px 0 0 0;
}
.post-preview .post-inner h2 {
  font-size: 1.2em;
}

.cooperation-section {
  background-color: #eda7a8;
  color: #fff;
  margin-top: -3rem;
  margin-bottom: 3rem;
}

.contact-form-section {
  margin-bottom: 3rem;
}

.newsletter-section {
  background-color: #eda7a8;
  margin-top: 30px;
  color: #fff;
  padding: 45px 0 30px 0;
}

.form-control {
  border-radius: 5px;
  border: none;
}

.form-group {
  margin: 15px 0;
}

.removeMargin {
  margin-bottom: 0px !important;
  padding: 5rem 0 !important;
}

.Quicklinks-section {
  background-color: #eda7a8;
  color: #fff;
  margin-bottom: 60px;
  padding: 30px 0 0 0;
}
.Quicklinks-section p {
  margin: 0;
}
.Quicklinks-section h3 {
  font-size: 1.3rem;
}
.Quicklinks-section h4 {
  font-size: 1rem;
}
.Quicklinks-section a {
  color: inherit;
}
.Quicklinks-section img {
  filter: brightness(0) invert(1);
  height: 80px;
  margin-bottom: 15px;
}

/*# sourceMappingURL=kgstyle.css.map */
