.nav {
  display: -webkit-inline-box;
  padding:10px;
  background-color: #ffa500;
}

.nav-item {
  padding:10px;
}

.nav-item:hover {
  background-color: #38b6c5;
}

.active {
  background-color: #38b6c5;
}

.nav a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight:600;
}

.indexBgImage {
  background-image: url('https://leipold.hu/images/indexbg.jpg');
  background-position: center; 
  background-repeat: no-repeat;
  background-size: cover;
}

.headerTextBox {
  background-color: #093b4c;
  border: 1px solid #070707;
  border-radius: 2px;
  color: #ffffff;
  box-shadow: 3px 6px 8px 1px #000000;
  padding: 20px;
}

.lineW {
  background-color:#ffffff;
  width: 95%;
  height: 5px;
}

h1 {
  font-size:60px;
}

/* Small devices (landscape phones, 576px and down)*/
@media (max-width: 576px) {

  h1 {
    font-size:30px;
  }
  
}

@media (min-width: 576px) {
  h1 {
    font-size:28px;
  }
}

@media (max-width: 767px) {

  h1 {
    font-size:36px;
  }
}

@media (max-width: 576px) {

  h1 {
    font-size:30px;
  }
  
}

@media (min-width: 767px) {
  h1 {
    font-size:30px;
  }
}

@media (min-width: 992px) {
  h1 {
    font-size:40px;
  }
}

@media (min-width: 1200px) {
  h1 {
    font-size:58px;
  }
}

.pricingContainer {
  border: 1px solid #1d627a;
  border-radius: 10px 10px 0px 0px;
  box-shadow: 3px 6px 8px 1px #000000;
  background-color: #ffffff;
  margin: 10px;
}

.pricingBoxHeader {
  border-radius: 10px 10px 0px 0px;
  background-color: #093b4c;
  color: #ffffff;
  position: relative;
  top:-1px;
}

.pricingBoxBody {
  background-color: #ffffff;
  color: #070707;
  padding: 5px;
}

.footer {
  background-color: #000000;
  color:#ffffff;
  border-top: 2px solid #ffffff;
}

