@charset "utf-8";
/* CSS Document */

body {
	/*color: white;
    background-color: #000000;*/
	padding: 0px;
	width: 100%;
	margin: 0 auto;
	background-color: white;
}
body,td,th {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}


.post-orm {text-align: center; }
.post-orm img {max-width:850px; width: 100%; height: auto;  border-radius: 10px;}

.wrapper {
    max-width: 1200px;
  margin: 0 auto;
    padding: 0 10px;
    padding: 0 2rem;
}
.booking-msg {
    max-width: 600px;
  margin: 0 auto;
    padding: 1px 20px;
    color: #010101;
}

.pad20{ padding: 0px 20px; margin: 0 auto;}
.keepright { text-align: right;}
.bg-light-col-1 {background-color: #D1EFEF; border-radius: 5px;color: #010101;}
.border-rad-5px img {border-radius: 5px;}

.image-container-add img {
	max-width: 1200px;
    width: 100%;
    overflow: hidden;
	border-radius: 8px;
    text-align: center;
    justify-content: center;
    height: auto;
    
}
.container-add {
    /*display: flex;
    flex-direction: column;*/
    align-items: center;
    justify-content: center;
    text-align: center;
}
.bg-map-img {
    background-image: url("../images/mersyside map.webp");
    overflow: hidden;
    min-height: 100px;
    height: auto;
    width: 100%;
    border-radius: 10px;
}
.bg-map-scot-img {
    background-image: url("../images/scotland.webp");
    overflow: hidden;
    min-height: 100px;
    height: auto;
    width: 100%;
    border-radius: 10px;
}

.locations-uk h1 {
    text-align: center;
    padding: 20px;
    color: #333;
}
.locations-uk p {text-align: center;
    padding: 0px;
    color: #333;}
.locations-uk a {text-decoration: none; color: #333;}
.responsive-list {
    max-width: 800px;
    margin: 20px auto;
    padding: 0;
    list-style-type: none;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.responsive-list li {
    padding: 15px 20px;
    border-bottom: 1px solid #e9ecef;
    color: #555;
}

.responsive-list li:last-child {
    border-bottom: none;
}

.responsive-list li:hover {
    background-color: #f1f1f1;
}

@media (max-width: 600px) {
    .responsive-list li {
        padding: 10px 15px;
        font-size: 14px;
    }
}


.content-add {
    padding: 5px;
}
.dark-btn a {
  background: #222;
  color: #fff;
  padding: 10px 15px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 0.9rem;
  transition: 0.3s;
    text-decoration: none;
}
.dark-btn  {
  background: #222;
  color: #fff;
  padding: 10px 15px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 0.9rem;
  transition: 0.3s;
    text-decoration: none;
}
    .btn-size-sml {
    width: 200px; height: auto;

}


    .btn-align {margin: 0 auto;}

