html {
  scroll-padding-top: 75px;
}

body {
  font-family: "Kameron", serif;
}

.navbar {
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-kapcsolat {
  font-size: 18px;
}

.section-bg-blue {
  background-color: #C0DDE4;
}

.stage {
  margin-top: 100px;
}

h1 {
  color: #E37A45;
  font-size: 72px;
}

h2 {
  color: black;
  font-size: 40px;
  margin-bottom: 60px;
}
h2 span {
  color: #E37A45;
}

h3 {
  color: black;
  font-size: 22px;
  margin-bottom: 30px;
}

h4 {
  color: black;
  font-size: 16px;
}

p, ul {
  color: black;
  font-size: 20px;
}

a {
  color: #E37A45;
  text-decoration: none;
}
a :hover {
  text-decoration: underline;
}

.nav-link {
  color: black;
  text-decoration: none;
  line-height: 1.25rem;
}

.active > .nav-link {
  color: #E37A45 !important;
  text-decoration: underline;
}

.btn-orange {
  background-color: #E37A45;
  color: white;
  font-size: 24px;
  text-transform: uppercase;
  border-radius: 25px;
  height: 45px;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
}

.title h3 {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: bold;
}
.title h4 {
  font-size: 22px;
  font-weight: normal;
}
.title p {
  border-left: 4px solid #E37A45;
  padding-left: 30px;
  font-size: 18px;
}

.bubble .bubble-1 {
  width: 245px;
  position: absolute;
  margin-left: 0px;
  margin-top: 0px;
}
.bubble .bubble-1 img {
  width: 220px;
}
.bubble .bubble-2 {
  width: 200px;
  position: absolute;
  margin-left: 280px;
  margin-top: 140px;
}
.bubble .bubble-2 img {
  width: 180px;
}
.bubble .bubble-3 {
  width: 150px;
  position: absolute;
  margin-left: 90px;
  margin-top: 260px;
}
.bubble .bubble-4 {
  width: 100px;
  position: absolute;
  margin-left: 300px;
  margin-top: 360px;
}
.bubble .dot-1 {
  height: 120px;
  width: 120px;
  background-color: #E37A45;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  margin-left: 270px;
  margin-top: 0px;
}
.bubble .dot-2 {
  height: 50px;
  width: 50px;
  background-image: linear-gradient(#E37A45, #F4C34E);
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  margin-left: 200px;
  margin-top: 180px;
}
.bubble .dot-3 {
  height: 75px;
  width: 75px;
  background-color: #F4C34E;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  margin-left: 10px;
  margin-top: 240px;
}
.bubble .dot-4 {
  height: 50px;
  width: 50px;
  background-image: linear-gradient(#E37A45, #F4C34E);
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  margin-left: 200px;
  margin-top: 420px;
}

.counter-number {
  color: #E37A45;
  font-size: 64px;
  display: block;
  margin-top: 15px;
}

.counter-text {
  display: block;
  font-size: 24px;
  margin-top: -15px;
}

.footer {
  background-color: #E37A45;
}
.footer h3 {
  font-size: 26px !important;
  color: white;
  text-transform: uppercase;
}
.footer p {
  font-size: 15px !important;
  color: white;
}/*# sourceMappingURL=main.css.map */