.page-header__title {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}

.page-header .page-header__title {
    font-size: 42px;
    margin-top: 120px;
    font-weight: bold;
  }
.page-header {
  color: #fff !important;
  height: 450px;
}
.page-header {
  
  background-image: url("/conf-data/ubcdolinacharlotty/images/Dolina%20Charlotty%20New%20kopia.png");
}

.logoW { width: 90%; }
.logoX { width: 46%; }

@media (min-width: 450px) {
.logoW { max-width: 350px;}
}

.panel-title > a {
  color: white;
background-image: linear-gradient(to right, #084a85, #c1d6ea);
}
.schedule__time {
  color: #084a85;
}
.equal-spaces {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.footer {
  width: 100%;
  background: #084a85;
  color: #aeaeae;
  padding-top: 15px;
  padding-bottom: 0;
  text-align: left;
}
.page-header {
  color: #084a85;
  background-color: #c1d6ea;
}.thumb {
    width: 50%; 
    height: auto;
    border-radius: 5px;
    margin-right: 15px;
}
.thumb2 {
    width: 50%; 
    height: auto;
    border-radius: 5px;
    margin-right: 15px;
}
.contact-container {
  margin-top: 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.border-box {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 10px;
    padding: 10px;
    float: left;
    width: 30%;
}

.hotel-list {
    list-style-type: none;
    padding: 0;
    max-width: 800px;
    margin: 0 auto;
}

.hotel-list-item {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 15px;
}
.hotel-name {
    margin: 0;
    font-size: 1.5em;
    color: #084a85; /* Highlight color */
}

.hotel-info {
    margin: 5px 0 0;
    color: #555;
}


@media (min-width: 1400px) {
nav .container {
    width: 1270px;
  }
}