/*! custom Directory css stlyes */
html, body {
  margin: 0;
    padding: 0;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
#mainContainer {
	/*background-color: gray;*/
	/*margin: 0px auto;*/
	height: auto;
	width: 100%;
	flex:1;
	/*margin-bottom: 50px;*/
}

/* =================================================*/
/*	this is for the top logo section*/
/* =================================================*/
section {
	/*width: 320px;*/
	margin: 0px auto;
	padding:0px;
}
#head {
	/*background-color: pink;*/
	width: 390px;
	margin: 0px auto 10px auto;
	height: 100px;
	padding: 0px;
}
.logo {
	height: 100px;
	display: block;
	/*margin: 25px auto 0px auto;*/
}
#media {
	margin: 0px;
	padding: 0px;	
}
#media img {
	height: 30px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}
hr {
	padding: 0px;
	margin: 5px auto;
}

/* =================================================*/
/*	this is for the top hotel picture section*/
/* =================================================*/
#hotel img {
	width: 100vw;   /* Fills 100% of the screen width */
	height: 200px;   /* Maintains original aspect ratio */
	display: block; /* Removes unwanted bottom whitespace gap */
}

/* =================================================*/
/*	this is for the address section*/
/* =================================================*/
#content {
	width: 390px;
	margin: 10px auto 10px auto;
	padding: 0px;
}
#content #address {
	margin: 20px auto;
}
#content #address p{
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	line-height: 18px;	
}
#content #address img{
	margin: 0px;
	padding: 0px;
	height: 40px;
	float: right;
}

/* =================================================*/
/*	this is for the button section*/
/* =================================================*/
#menuButtons {
	/*background-color: #003C7F;*/
	width: 390px;
	margin: 0px auto;
}
#menuButtons .btn{
	background-color: #003C7F;
	width: 100%;
	margin: 5px auto;
	padding: 0px;
	height: 60px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
}

/* =================================================*/
/*	this is for the Footer section*/
/* =================================================*/
#footer {
	background-color: navy;
	height: 100px;
	position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;   
   color: white;
   text-align: center;
}
#botMenu {
	width: 390px;
	margin: 0px auto 0px auto;
	height: 100px;
	padding: 25px 0px;
	color: #FFFFFF;
	text-align: center;
}
#botMenu button{
	background-color: navy;
    color: #ffffff;
    border: none;	
}
#botMenu p{
    color: #ffffff;
    border: none;	
}
#botMenu img {	
	margin: 0px auto 0px auto;
	height: 25px;
	padding: 0px 0px 5px 0px;
	color: #FFFFFF;
	text-align: center;
}

/* =================================================*/
/*	this is for the Side Canvas Menu section*/
/* =================================================*/
.offcanvas {
	overflow-y: auto;
}

#sideMenu .offcanvas.offcanvas-start {
    padding: 25px;
}
#sideMenu {
	margin: 0px;
	padding: 505px;
}
#sideMenu a {
	/*margin: 10px 0px 0px 15px;*/
	font-size: 18px;
    color: #000000;
    padding: 5px;
}

/* =================================================*/
/*	this is for the banner  section*/
/* =================================================*/
#banner {
	background-color: #003C7F;
	min-height: 100px;
	background-image: url("../_images/banner.jpg");
	display: flex;
	align-items: center; /* Vertically centers the text */
}
#banner p {
	margin: 0px auto;
	color: #ffffff;
	font-size: 32px;
	text-align: center;
	
}




/* =================================================*/
/*	this is for the services  section*/
/* =================================================*/
#services{
	width: 390px;
	/*margin: 25px;*/ 
	padding: 25px;
	margin: 0px auto;
}
#services h4{
	font-size: 18px;
	font-weight: bold;	
	line-height: 14px;
	margin: 30px 0px 5px 0px;
}
#services p{
	padding: 0px 0px 0px 10px;
	margin: 0px auto;
	font-size: 18px;	
}
#services a{
	width: 390px;	
}

/* =================================================*/
/*	this is for the Around Town section*/
/* =================================================*/

#places {
	width: 390px;
	/*margin: 25px;*/ 
	padding: 0px;
	margin: 0px auto;
	text-align: center;
}
#places row { 
	padding: 0px;
	margin: 0px auto;
}
#places img{
	max-width: 90%;
  	height: auto;
  	display: block; /* Removes unwanted baseline spacing */
	margin: 10px auto; 
}

/* =================================================*/
/*	this is for the Business Services  section*/
/* =================================================*/

#business{	
	width: 390px;
	margin: 0px auto;
    padding: 25px;
}
#business h4{
	font-size: 20px;
	font-weight: bold;	
	line-height: 18px;
	margin: 35px 0px 5px 0px;
}
#business p{
	padding: 0px;
	margin: 0px auto;
	font-size: 18px;	
}

/* =================================================*/
/*	this is for the Channel Guides  section*/
/* =================================================*/

#tvguide {	
	width: 390px;
	margin: 0px auto;
    padding: 25px;
}
#tvguide h4{	
	font-size: 20px;
	font-weight: bold;	
	line-height: 24px;
	margin: 15px auto 0px auto;;
	text-align: center;
}
#tvguide table{	
	font-size: 18px;
	line-height: 18px;
	margin: 25px 0px;
	padding: 0px;
}
#tvguide tr{	
	line-height: 30px;
}

#tvguide td{	
	padding-left: 10px;	
   /* border: 1px solid #adb5bd;*/
}








/* =================================================*/
/*	this is for the Telephone  section*/
/* =================================================*/

#telephone{
	display: block;
	width: 390px;
	margin: 0px auto;
	/*padding: 25px;*/
}
#telephone h4{
	font-size: 20px;
	font-weight: bold;	
	line-height: 16px;
	margin: 25px 0px 5px 25px;
}
#telephone p{
	padding: 0px 0px 0px 25px;
	margin: 0px auto;
	font-size: 18px;	
}

/* =================================================*/
/*	this is for the pet Policy  section*/
/* =================================================*/

#pet{
	display: block;
	width: 390px;
	margin: 0px auto;
	padding: 25px;;
	font-size: 16px;	
}
#pet h4{
	font-size: 20px;
	font-weight: bold;	
	line-height: 14px;
	margin: 25px auto;
}
#pet img{
	width: 100px;
	margin: 25px 0px 15px 50px;
}
#pet p{
	padding: 0px;
	margin: 0px auto;
	font-size: 18px;	
}
#pet ul{
	list-style-image: url("../_images/Paw_Print2.svg"); 
	/*list-style-position: inside;*/ /* Ensures the bullet stays inside the box layout */
	padding: 0px;
	margin: 25px;	
}
#pet li {
	padding: 20px 0px 0px 20px;
	text-indent: 0px;  /* Pulls ONLY the first line (the bullet) back left */
	margin: 0px;
	font-size: 18px;	
	line-height: 20px;
}
#pet li::marker {
	font-size: 40px;
}

/* =================================================*/
/*	this is for the wifi  section*/
/* =================================================*/

#wifi {
	display: block;
	width: 390px;
	margin: 0px auto;
	padding: 25px;
}
#wifi h4{
	margin: 0px auto;
	text-align: right;
	font-weight: bold;
}
#wifi p{
	font-size: 18px;
	margin: 10px 0px;
}
#wifi ul {
	margin: 0px 25px;
}
#wifi h5 {
	font-size: 20px;
	text-align: center;
	margin: 20px auto;
	color: red;
	text-decoration: underline;	
}
#wifi article {
	margin: 0px;
	padding: 10px 0px;
	/*padding: 25px;*/
}
#wifi article h6 {
	font-size: 18px;
	margin: 0px;
	color: red;
	padding: 0px;
	font-weight: bold;
}
#wifi article p {
	font-size: 18px;
	margin: 0px;
	padding: 5px 0px;
	line-height: 20px;
}
#wifi section {
	text-align: center;	
}

#wifi section p {
	text-align: center;	
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}
#wifi #privacy {
	text-align: center;	
	margin: 25px 25px 50px 25px;
	padding: 0px;
}
#wifi #policy p{
	font-size: 14px;
	line-height: 14px;
	margin: 5px auto;
	padding: 0px;
}

/* =================================================*/
/*	this is for the Important numbers  section*/
/* =================================================*/

#numbers {
	display: block;
	width: 390px;
	margin: 0px auto;
	padding: 25px;
}
#numbers ul{
	margin: 10px;
}
#numbers li{
	font-size: 18px;
}

#numbers p{
	font-size: 18px;
}

/* =================================================*/
/*	this is for the gallery  section*/
/* =================================================*/

#gallery {
	margin: 25px;
}

#gallery .row{
	margin: 25px auto;
}
#gallery img{
	margin: 0px 0px 25px 0px;
}


/* =================================================*/
/*	this is for the Emergency Proceedures  section*/
/* =================================================*/

#emergency {
	display: block;
	width: 390px;
	margin: 0px auto;
	padding: 25px;
}
#emergency h4{
	margin: 10px auto 0px auto;
	font-size: 20px;
	font-weight: bold;
}
#emergency p{
	margin: 0px auto;
	font-size: 18px;
	line-height: 20px;
	padding: 5px 0px 10px 0px;
}

/* =================================================*/
/*	this is for the Co Safty Tip  section*/
/* =================================================*/
#monoxide {
	display: block;
	width: 390px;
	margin: 0px auto;
	padding: 25px;
}
#monoxide .container {
	margin: 0px;
	padding: 0px;
}
#monoxide .row {
	margin: 0px;
	padding: 0px;
}
#monoxide h3{
	margin-bottom:25px;
}
#monoxide #monoSect1 img{
	height: 70px;
}
#monoxide .monoBack {
    background-color: orange;
    height: 40px;
	font-weight: bold;
	text-align: center;
}
#monoxide .monoBack p{
	font-size: 25px;
	font-weight: bold;
	text-align: center;
}
#monoxide .monoText p{
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}
#monoxide .monoBackFull {
    background-color: orange;
    height: 60px;
	font-weight: bold;
	text-align: center;
	margin: 10px auto;
	padding: 0px;
	line-height: 60px;
}
#monoxide .monoBackFull p{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	padding-top: 10px;
}
#divCol {
	/*margin: 20px auto;
	padding: 0px;*/	
}
#divCol p {
	font-size: 12px;
	line-height: 7px;	
}
#divCol #column1{
	margin: 20px auto;
    padding: 0px 0px 0px 40px;	
}
#divCol #column2{
	margin: 20px auto;
    padding: 0px;	
}

#monoxide .monoBackFull {
    background-color: orange;
    height: 60px;
	font-weight: bold;
	text-align: center;
	margin: 10px auto;
	padding: 0px;
	line-height: 100px;
}
#monoxide .monoBackFull p{
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	line-height: 20px;
	padding: 10px 0px 0px 10px ;
}

#monoxide .monoBackFull2 {
    background-color: orange;
    height: 100px;
	font-weight: bold;
	text-align: center;
	margin: 10px auto;
	padding: 0px;
	line-height: 100px;
}
#monoxide .monoBackFull2 p{
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	line-height: 20px;
	padding: 10px 0px 0px 10px ;
}
#monoxide ul {
	margin: 20px 0px 20px 20px;
}
#monoxide .disclaimer p{
	line-height: 12px;
	font-size: 10px;
	margin: 0px auto;
	padding: 0px;
}



/* =================================================*/
/*	this is for the Out & About  section*/
/* =================================================*/
#privacy {
	display: block;
	width: 390px;
	margin: 0px auto;
	padding: 25px;	
}
#privacy h4{
	font-size: 20px;
	font-weight: bold;	
	line-height: 14px;
	margin:25px auto;
	text-align: center;
}
#privacy h5{
	font-size: 18px;
	font-weight: bold;	
	line-height: 18px;
	margin: 25px 0px 5px 0px;
}
#privacy p{
	font-size: 18px;
	line-height: 20px;
	margin: 0px 0px 5px 0px;
}


/* =================================================*/
/*	this is for the Shopping  section*/
/* =================================================*/
#shopping {
	display: block;
	width: 390px;
	margin: 0px auto;
	padding: 25px;		
}
#shopping h4{
	font-size: 20px;
	font-weight: bold;	
	line-height: 14px;
	margin:25px auto 5px auto;
}

#shopping p{
	font-size: 18px;
	line-height: 16px;
	margin: 0px 0px 5px 0px;
}


/* =================================================*/
/*	this is for the Weather section*/
/* =================================================*/

#weather {
	display: block;
	width: 314px;
	margin: 0px auto;
	padding: 25px;	
	background-color: navy;
}





/* =================================================*/
/*	this is for the Booking Online  section*/
/* =================================================*/













/* =================================================*/
/*	this is for the Privacy Policy  section*/
/* =================================================*/


















