h1 {
  font-size: 4rem;
  font-weight: 700;
}

h2 {
  font-size: 2rem;
  font-weight: 300;
}

p {
  font-size: 1.3rem;
  text-align: center;
  font-weight: 300;
  /*margin-left: 10rem;*/
  /*margin-right: 10rem;*/
}

.btn {
  padding: 10px 40px 7px 40px;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 500;
  border: none;
}

.green {
  background: linear-gradient(to right, #00b26b, #008550);
}

@media (max-width: 767px) {
  .border-wrap-white {
    max-width: 390px;
    padding: 1rem;
    position: relative;
    background: white;
    padding: 3px;
    border-radius: 50px;
    margin-left: 0 !important;
    box-shadow: 0px 3px 10px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 10px -3px rgba(0,0,0,0.75);
  }
}

.border-wrap-white {
  max-width: 390px;
  padding: 1rem;
  position: relative;
  background: white;
  padding: 3px;
  border-radius: 50px;
  margin-left: 1.5rem;
  box-shadow: 0px 3px 10px -3px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 3px 10px -3px rgba(0,0,0,0.75);
}

@media (max-width: 767px) {
  .border-wrap-green {
    max-width: 250px !important;
    padding: 1rem;
    position: relative;
    background: linear-gradient(to right, #00b26b, #008550);
    padding: 3px;
    border-radius: 50px;
    box-shadow: 0px 3px 10px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 10px -3px rgba(0,0,0,0.75);
    margin-bottom: 1rem !important;
  }
}

.border-wrap-green {
  max-width: 350px;
  padding: 1rem;
  position: relative;
  background: linear-gradient(to right, #00b26b, #008550);
  padding: 3px;
  border-radius: 50px;
  box-shadow: 0px 3px 10px -3px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 3px 10px -3px rgba(0,0,0,0.75);
}

.blue {
  background-color: #171b31;
}

.blue:hover {
  background-color: #171b31;
}

.blue:active {
  background-color: #171b31 !important;
}

.nav-item {
  background-color: transparent;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: white;
  background-color: transparent;
  font-weight: 500;
  text-decoration: underline;
}

@media (max-width: 576px) {
  .nav-pills .nav-link {
    background: 0 0;
    border-right: 0px solid white !important;
    border-radius: 0;
    padding: 0px 40px;
    font-size: 1.5rem !important;
    color: white;
    line-height: 1;
    font-weight: 300;
  }
}

@media (max-width: 992px) {
  .nav-pills .nav-link {
    background: 0 0;
    border-right: 2px solid white;
    border-radius: 0;
    padding: 0px 40px;
    font-size: 1.5rem !important;
    color: white;
    line-height: 1;
    font-weight: 300;
  }
}

@media (max-width: 767px) {
  .nav-pills .nav-link {
    background: 0 0;
    border-right: 0px solid white !important;
    border-radius: 0;
    padding: 0px 40px;
    font-size: 1.5rem !important;
    color: white;
    line-height: 1;
    font-weight: 300;
  }
}

.nav-pills .nav-link {
  background: 0 0;
  border-right: 2px solid white;
  border-radius: 0;
  padding: 0px 40px;
  font-size: 2rem;
  color: white;
  line-height: 1;
  font-weight: 300;
}

.last {
  border: none !important;
}

.nav-link:focus, .nav-link:hover {
  color: white;
}

a {
  color: white;
  text-decoration: none;
}

a:hover {
  color: white;
}

.matek li {
  font-weight: 300;
  line-height: 1.1;
}

.matek li:first-child {
  font-weight: 600;
}

.matek li:not(:first-child):before {
  content: '+';
  font-size: 1.4rem;
  color: #fcb118;
  padding-right: 0.2rem;
  font-weight: 500;
}

h5 {
  font-weight: 300;
}

.btn-none {
  border: none;
  border-radius: 0;
  background-color: transparent;
  font-weight: 300;
  text-decoration: underline;
  font-size: 1.2rem;
}

.btn-none:hover {
  background-color: transparent;
}

.btn-none:active {
  background-color: transparent !important;
}

input {
  border-radius: 50px !important;
  line-height: 2.3 !important;
  background-color: white !important;
  border-color: white !important;
  outline: none !important;
}

#adatvedelem a {
  text-decoration: underline;
}

@media (max-width: 767px) {
  #euro {
    background: url("../../assets/img/bulgaria-euro.png?h=4cd10f1f189d4932b6f360d5009b357d") center / contain no-repeat;
    height: 25vh !important;
  }
}

#euro {
  background: url("../../assets/img/bulgaria-euro.png?h=4cd10f1f189d4932b6f360d5009b357d") center / contain no-repeat;
  height: 33vh;
}

@media (max-width: 768px) {
  #contact {
    font-size: 1rem;
  }
}

@media (max-width: 460px) {
  #contact {
    font-size: 1rem;
  }
}

#contact-mobile {
  width: 150px;
  margin: auto;
}

@media (max-width: 500px) {
  #contact-paragraph {
    max-width: 350px;
    margin: auto;
  }
}

