@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
body {
  background-color: #f6f3ef;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #3e2308;
}
main {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../img/pattern.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 5rem;
  border-top: 2px solid #f2e4ce;
  border-bottom: 2px solid #f2e4ce;
}
.landing main {
  margin-top: 20px;
}
.ajanlatkeres main {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: 1rem;
}
.patternbg {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../img/pattern.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-top: 2px solid #f2e4ce;
  border-bottom: 2px solid #f2e4ce;
}
a {
  color: #3e2308;
  text-decoration: none;
}
a:hover {
    color: #014840;
}
b {
  font-weight: 600;
}
img {
  max-width: 100%;
}
#logo {
  max-width: 220px;
  padding-bottom: 30px;
}
main, footer, .textcentered {
  text-align: center;
}
footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.8rem;
}
nav ul {
  text-align: center;
  padding: 0;
}
nav ul li {
  display: inline-block;
}
nav ul li a {
  padding: 10px 15px;
}
.btn-monetra {
  color: #e4a94b;
  background-color: #014840;
  border-color: #014840;
  letter-spacing: 0.1em;
  padding: 0.5rem 1.8rem;
}
.btn-monetra:hover,
.btn-monetra:active,
.btn-monetra:focus,
.btn-monetra.active {
  /* let's darken #004E64 a bit for hover effect */
  background: #092f2b;
  color: #f9d7a1;
  border-color: #092f2b;
}
ul.nobullets {
  list-style-type: none;
}
.impresszum h1 {
  text-align: center;
}
.text-left {
  text-align: left;
}
.landing h1,
.ajanlatkeres h1 {
  font-weight: 900;
  color: #054841;
}
.section-why {
  padding: 4rem 0;
}
.section-why h1 {
  padding-bottom: 2rem;
}
.section-why h4 {
  font-weight: 600;
}
.icon-why {
  max-width: 50px;
}
.whys {
  padding-bottom: 2rem;
}
.section-about {
  background-color: #054841;
  color: #f6f3ef;
}
.section-about h3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-weight: 900;
}
.section-about a {
  color: #f6f3ef;
}
.section-about a:hover {
  color: #fff;
}
.section-about .sign {
  padding-top: 1rem;
}
.section-change a {
  margin-top: 1rem !important;
}
.profile-sm {
  width: 230px;
  height: 230px;
  object-position: top center;
  object-fit: cover;
  display: none;
}
.profile-md {
  padding-left: 0 !important;
}
.rowfix {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.ajanlatkeres .section-about {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.ajanlatkeres .section-about .row {
  margin-bottom: 1rem;
}

.btn-gold {
    color: #054841;
    background-color: #d19538;
    border-color: #d29538;
}
.btn-gold:hover {
    color: #054841;
    background-color: #eaaa46;
    border-color: #eaaa46;
}

@media only screen and (max-width: 767px) {
  main {
    margin-top: 2rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    background-size: 200%;
  }
  .sm-full {
    width: 100%;
  }
  .btn {
    width: 80%;
  }
  .section-about {
    text-align: center;
  }
  .profile-sm {
    display: inline-block;
  }
}
