html {
  scroll-behavior: smooth;
}

body {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
}

h1 {
  font-family: "Playfair Display", serif;
}

h2 {
  font-family: "Playfair Display", serif;
}

h3 {
  font-family: "Playfair Display", serif;
}

h4 {
  font-family: "Playfair Display", serif;
}

h5 {
  font-family: "Playfair Display", serif;
}

h6 {
  font-family: "Playfair Display", serif;
}

.bg-green {
  background-color: #18252c;
  color: white;
}

.navbar {
  background-color: #18252c;
}

.nav-link {
  color: rgba(255, 255, 255, 0.733);
}
.nav-link:hover {
  color: white;
}

.navbar-brand {
  color: white;
}

.navbar-toggler {
  color: white;
}

#logo {
  margin-top: 25%;
  margin-bottom: 20px;
}

#header {
  min-height: 100vh;
}

.title {
  font-size: 20px;
  font-family: "Playfair Display", serif;
}

.btn-green {
  color: white;
  text-decoration: none;
  background-color: #18252c;
  border: 1px solid #18252c;
  padding: 10px 15px;
  transition: 0.3s;
}

.btn-green:hover {
  color: #18252c;
  background-color: white;
}

.btn-white {
  color: #18252c;
  text-decoration: none;
  background-color: white;
  border: 1px solid white;
  padding: 10px 15px;
  transition: 0.3s;
}

.btn-white:hover {
  color: white;
  background-color: #18252c;
}

.btn-secondary {
  background-color: #f4f4f4 !important;
  border: 1px solid transparent !important;
  color: #747474;
}

.btn-secondary:hover {
  background-color: #18252c !important;
  border: 1px solid transparent !important;
  color: white;
}

.header-img {
  background: url("images/KLU-LV-VR-30@2x.jpg") center center / cover no-repeat;
  min-height: 65vh;
}

.header-img-2 {
  background: url("images/floraimi@2x.jpg") center center / cover no-repeat;
  min-height: 65vh;
}

#rolam-1 {
  background: url("images/byalex@2x.jpg") center center / cover no-repeat;
}

#rolam-2 {
  background: url("images/david@2x.jpg") center center / cover no-repeat;
}

#eskuvofotozas {
  background: url("images/eskuvofotozas-bg@2x.jpg") center center / cover
    no-repeat;
  height: 300px;
  padding-top: 6%;
  border-radius: 5px;
}

#parosfotozas {
  background: url("images/parosfotozas-bg@2x.jpg") center center / cover
    no-repeat;
  height: 300px;
  padding-top: 6%;
  border-radius: 5px;
}

#kismamafotozas {
  background: url("images/kismamafotozas-bg@2x.jpg") center center / cover
    no-repeat;
  height: 300px;
  padding-top: 6%;
  border-radius: 5px;
}

#esemenyfotozas {
  background: url("images/esemenyfotozas-bg@2x.jpg") center center / cover
    no-repeat;
  height: 300px;
  padding-top: 6%;
  border-radius: 5px;
}

.modal {
  color: #18252c;
}

.accordion-body {
  color: #18252c;
}

.accordion-button:not(.collapsed) {
  color: white;
  background-color: #18252c;
}

.accordion-button:not(.collapsed)::after {
  filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(87deg)
    brightness(119%) contrast(119%);
}

#kapcsolat p {
  font-size: 20px;
}

#kapcsolat {
  background: url("images/kapcsolat-bg@2x.jpg") center center / cover no-repeat;
}

footer {
  background-color: black;
  color: white;
}

footer a {
  color: white;
  text-decoration: none;
  padding: 10px 15px;
  border: 1px solid white;
  transition: 0.3s;
}

footer a:hover {
  color: black;
  background-color: white;
}

.input-text {
  border: none;
  border-bottom: 2px solid white;
  background-color: transparent;
  width: 100%;
  color: white;
}

.input-date {
  border: none;
  border-bottom: 2px solid white;
  background-color: transparent;
  color: white;
}

.input-div {
  max-width: 500px;
}

textarea {
  background-color: transparent;
  border: 2px solid white;
  width: 100%;
  color: white;
}

legend {
  font-size: 1rem;
  font-weight: 600;
}

label {
  font-weight: 600;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.grecaptcha-badge { 
  visibility: hidden;
}