.navbar-nav .nav-link {
    color: #aaaaaa; !important;
}
.navbar-nav .nav-link:hover {
    color: #222222; !important;
}
.navbar-brand {
    color: #000000; !important;
}
.navbar-nav .dropdown-item {
        color: #aaaaaa; !important;
        line-height: 30px;
}
.navbar-nav .dropdown-item:hover {
        color: #222222; !important;
}
.gallery img { width: 100%; height: 200px; object-fit: cover; }

/* Lapozó (pagination) egyedi színek */
.pagination .page-item .page-link {
  color: rgb(0, 143, 123);
  border: 1px solid rgb(0, 143, 123);
  background-color: #fff;
  transition: all 0.2s ease-in-out;
}
.pagination .page-item .page-link:hover {
  color: #fff;
  background-color: rgb(0, 143, 123);
  border-color: rgb(0, 143, 123);
}
.pagination .page-item.active .page-link {
  color: #fff;
  background-color: rgb(0, 143, 123);
  border-color: rgb(0, 143, 123);
}
.pagination .page-item.disabled .page-link {
  color: #aaa;
  border-color: #ccc;
  background-color: #f8f9fa;
}
.pagination .page-link {
  border-radius: 3px;
  margin: 0 2px;
  font-weight: 500;
}
.info {
  color: #fff;
  border: 1px solid rgb(0, 143, 123);
  background-color: rgb(0, 143, 123);
  transition: all 0.2s ease-in-out;
  border-radius: 5px;
  margin: 0 2px;
  font-weight: 500;
  padding: 1px 20px 1px 20px;
}
.info:hover {
  color:  rgb(0, 143, 123);
  background-color: #fff;
  border-color: rgb(0, 143, 123);
  border-radius: 5px;
  margin: 0 2px;
  font-weight: 500;
}

footer {
    background-color: #212529;
    color: #ffffff;
}
.responsive {
  width: 100%;
  height: auto;
}
.gallery img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
 .iframe {
  width: 100%;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  }
.iframe:hover {
    border-color: #d0d0d0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
 }
/* Mobil */
@media (max-width: 767px) {
  .iframe {
    height: 460px;
  }
}

/* Asztali */
@media (min-width: 767px) {
  .iframe {
    height: 260px;
  }
}
.subtle-box {
    background: white;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
    padding: 16px;
    transition: all 0.25s ease;
}

.subtle-box:hover {
    border-color: #d0d0d0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
 }
.kiwitaxi {
    background-color: rgb(245, 245, 245);
    padding-top: 20px;
}
.kiwitaxi-info h2 {
    color: rgb(153, 153, 153);
    font-size: 1.7em;
    padding-top: 30px;
    text-align: center;
    line-height: 1.8em;
} 
.kiwitaxi-info h3 {
    color: #999;
    font-size: 1.1em;
    padding-top: 10px;
}
.kiwitaxi-info p {
    padding-left: 10px;
}
/* szardinia.css-ből */
body
{
    margin: 0 auto;
    padding: 0;
    font: 16px Tahoma, geneva, century gothic, Georgia, "Times New Roman", Times, serif;
}
h1 {
    margin: 0 0 .3em 0;
    font-family: 'Finger Paint', cursive;
    font-size: 50px;
    font-style: italic;
    color: #888;
    text-decoration: none;
}
#intro
{
    width: 850px;
    line-height: 1.8em;
    //margin-left: 30px;
    color: #444;
    text-align: justify;
}
#intro img
{
    float: left;
    margin: 8px 20px 8px 0px;
    border: #fff 6px solid;
    box-shadow: 0px 0px 10px #ddd;
}
#intro a {
    color: rgb(0, 143, 123);
}
#head_wrapper
{
    width: 100%;
    margin: 1em 0px 4em 0px;
    background-color: #fff;
    text-align: center;
    box-shadow: 0px 10px 15px #f8f8f8;
    //height: 350px;
    padding-bottom: .5em;

}
#head_800
{
    width: 1000px;
    margin: 0 auto 0 auto;
    text-align: left;
    background-color: #f00;
}
#logo_new
{
    display: block;
    float: left;
    height: 180px;
    padding-top: 20px;
}
#logo_text
{
    display: block;
    float: left;
    font-family: 'Finger Paint', cursive;
    font-size: 40px;
    font-style: italic;
    color: #E80000;
    text-shadow: 8px 8px 10px #ccc; 
    text-decoration: none;
    margin: 24px 0 0 0;
}