/* CSS Document */
html,body{
	height: 100%;
	margin: 0px;
}
body{
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
}

.mainbanner{
	background-image: url(/images/mainbackground_4.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	min-height: 250px;
	position: relative;
}
.mainbanner::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0));
}
.aboutbanner{
	background-image: url(/images/aboutbackground_2.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	min-height: 250px;
}
.termsbanner{
	background-image: url(/images/termsbackground.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	min-height: 250px;
}
.orderbanner{
	background-image: url(/images/order_banner_1.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	min-height: 250px;
}
.orderbannersub{
	background-image: url(/images/order_banner_1.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	min-height: 120px;
}
.controlpanelbanner{
	background-image: url(/images/mainbackground3.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	min-height: 250px;
}
.eventbanner{
	background-image: url(/images/events_banner.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	min-height: 250px;
}
.eventbannersub{
	background-image: url(/images/events_banner.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: middle;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	min-height: 120px;
}
.accommodationbanner{
	background-image: url(/images/accommodation_banner.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	min-height: 250px;
}
.userbanner{
	background-image: url(/images/user_banner.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: middle;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	min-height: 250px;
}
.userbannersub{
	background-image: url(/images/user_banner.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: middle;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	min-height: 120px;
}
.serviceandratebanner{
	background-image: url(/images/mainbgserviceandrate.fw.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: middle;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	min-height: 250px;
}
.serviceandratebannersub{
	background-image: url(/images/mainbgserviceandrate.fw.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: middle;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	min-height: 120px;
}
.accommodationbannersub{
	background-image: url(/images/accommodation_banner.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: middle;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	min-height: 120px;
}
.generalbg{
	background-image: url(/images/mainbackgroundgeneral.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	min-height: 250px;
}
.hero {
	background-image: url('/images/main_cover_hero.png');
	background-size: cover;
	background-position: center;
}
.display-1.textlogo{
	font-family: 'Montserrat', sans-serif !important;
	position: relative; 
	top:-10px;
	margin-left:25px;
}
.display-1,display-2,display-3,display-4,display-5{
	font-family: 'Quattrocento', serif !important;
}
.border-red {
  border-color: red !important;
}
.bg-yellow {
  background-color: #ffFFCC !important;
}
.table-responsive::-webkit-scrollbar {
	width: 1em;
	background-color: #f5f5f5;
}
.table-responsive::-webkit-scrollbar-thumb {
	background-color: #999;
}
.table-flex {
	display: flex;
	flex-direction: column;
}	  
.table-flex .table {
	margin-bottom: 1rem;
	flex: 1;
	}
.table-stacked td, .table-stacked th {
	display: block;
	width: 100%;
}
@media screen and (min-width: 768px) {
	.table-stacked td, .table-stacked th {
		display: table-cell;
		width: auto;
	}
}
.navbar {
    height: 80px !important;
    min-width: 345px !important;
}
.navbar-nav{
	margin-right: 25px;
}
.navbar-nav li.nav-item a.nav-link {
  margin-right: 10px;
}
.navbar-toggler{
	margin-right: 25px;
}
.navbar-toggler:focus, .navbar-toggler:active {
    outline: none !important;
    box-shadow: none !important;
}
.navbar-collapse {
    width: 100% !important;
    margin-left: auto !important;
}
.navbar {
    width: 100%;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.navbar-collapse {
    justify-content: flex-end;
}
.breadcrumb-item.active{
	font-weight: bold;
	text-decoration: none;
}
input[type="text"] {
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 5px;
	width: 150px;
}
input:focus, input:active {
	box-shadow: none !important;
	border-color: #ccc !important;
	/*outline: 1px solid #000;*/
	outline: none;
}

textarea:focus, textarea:active {
	box-shadow: none !important;
	border-color: #ccc !important;
	outline: 1px solid #000;
}
.form-control{
	width: 100% !important;
	display: block !important;
}
.form-control.date{
	width: 80% !important;
}
#preview {
  display: none;
  width: 100%;
  max-height: 395px; 
  object-fit: cover; 
}
#footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}
@media (max-height: 659px) {
  #footer {
    display: none;
  }
}
.card-image {
  height: 300px;
  object-fit: cover;
}
.past-event {
    background-color: #CCC;
}

.btn.disabled {
    pointer-events: none;
    cursor: default;
}

.no-image-container {
    text-align: center;
    border-bottom: 1px solid rgb(209, 209, 209);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 300px;
    background-color: #f0f0f0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.no-image-icon {
    font-size: 3rem;
    color: gray;
}

.no-image-text {
    font-size: 1.2rem;
    color: gray;
    margin: 0;
}

.card-text {
    min-height: 100px; 
    max-height: 100px;
    overflow: hidden; 
}