.bhr {
	color: #336677;
}


h1 {
	font-weight: 500 !important;
	font-family: 'Segoe UI', sans-serif;
}


	.jumbotron h1, h1, h2, h3, h1 a, h1 a:hover {
		color: #336677;
	}

.jumbotron h1 a, h1 a:hover, h1 a:active, h1 a:visited, h1 a:focus {
	text-decoration: none;
}


a {
	color: #336677;
}

	a:hover {
		color: #224455; /* Optional: a slightly darker shade on hover */
	}

h4 a {
	text-decoration: none; /* Removes the underline */
	color: #336677; /* Sets the link color */
}


.wrapper {
    position: relative;
    display: inline-block;
}

.close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

a.thumbnail {
	margin-bottom: 2px; 
}

.extra-bottom-padding{
   margin-bottom: 20px;
}

.btn:focus,.btn:active {
   outline: none !important;
}

.form-control-inline {
    min-width: 0;
    width: auto;
    display: inline;
}

.btn
{
	margin-bottom: 2px;
}


.jumbotron {
	padding: 30px; /* fills out the jumbotron */
	background-color: #eee;
	margin-bottom: 15px;
	border-radius: 10px;
}

.jumbotronbg {
	background: url("../images/belfast-hotel-review-header.jpg") no-repeat center center;
	background-size: cover;
}

.jumbotronbg p {
	font-weight: 500;
	font-size: 21px;
}



.jumbotronbg2 {
  background: 
    linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), 
    url("../images/belfast-hotel-review-header-alt.jpg") no-repeat center center;
  background-size: cover;
}

.jumbotronbg2 p {
	font-weight: 500;
	font-size: 21px;
}


.btn-bhr-outline {
	--bs-btn-color: #006699;
	--bs-btn-border-color: #006699;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #006699;
	--bs-btn-hover-border-color: #006699;
	--bs-btn-focus-shadow-rgb: 25,135,84;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #006699;
	--bs-btn-active-border-color: #006699;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #006699;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #006699;
	--bs-gradient: none
}

.btn-bhr {
	--bs-btn-color: #fff;
	--bs-btn-bg: #006699;
	--bs-btn-border-color: #006699;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #1b2e5e;
	--bs-btn-hover-border-color: #146c43;
	--bs-btn-focus-shadow-rgb: 60,153,110;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #1b2e5e;
	--bs-btn-active-border-color: #13653f;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #006699;
	--bs-btn-disabled-border-color: #006699
}


