@charset "utf-8";

	* {
    box-sizing: border-box;
  }

/* Styling for the main content */
	h1 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #2688A3;
    font-weight: normal;
    text-align: center;
    padding: 5px;
	}

	h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #A23D5A;
    font-weight: normal;
    text-align: center;
    padding:5px;
    margin-top: 10px;
    clear: both;
	}

    p {
    font-family: Verdana, Geneva, sans-serif;
    color: #333;
    padding: 7px;
}

body {
    max-width: 700px;
    margin:auto;
}

.maincontent {
    background: #EAF3F7;
    padding: 15px;
    display: block;
}

.textbox {
	padding: 5px;
    background: #FFFFFF;
    text-align:justify;
    margin: 0px 0px 10px 0px;
    clear: both;
}

/* Styling for the navigation menu  -6px is top space */
.topnav {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  overflow: hidden;
  background-color: #2688A3;
  position: relative;
  text-align: center;
  margin-top:-6px;    
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
  background-color:#066782;     
}

.topnav #myLinks a{
}

/* Style navigation menu links */
.topnav a {
  color: white;
  padding: 7px 10px 0px 10px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

/* Style the hamburger menu colour as sitting there */
.topnav a.icon {
  background: #2688A3;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

/* This is the hover colour of hamburger */
.topnav a:hover {
  background-color: #2688A3;
  color: black;
}

.active {
  background-color: #2688A3;
  color: #2688A3;
}

.homelink {
    position: absolute;
    left: 0px;
    display: block;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
}

.topnav p{
    color: white;
    font-size: 16px;
    margin: auto;
}

/* Styling for the Hamburger Menu Icon */
/*.fa {
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.fa-bars {
    background:url("/Images/general/menu-icon.png") 0px 0px no-repeat !important;
    display: block;
    width: 20px;
    height: 20px;
    
}
*/

.imgcaption {
    text-align: center;
    padding: 3px 0px 3px 0px;
    font-family: Verdana, Geneva, sans-serif;
    color: #666666;
    font-size: 13px;
}

.column {
  float: left;
  width: 50%;
}

.column img {
	margin-left: auto;
	margin-right:auto;
	display: block;
}

.row:after {
  content: "";
  display: table;
  width: 50%;
}

/* Styling for the images with blue borders */
.flex-container > div {
  background-color: #EAF3F7;
  width: 95%;
  margin: 10px;
  display:block;
  margin-left: auto;
  margin-right:auto;
  padding: 5px;
}

.flex-container  img {
  margin-left: auto;
  margin-right:auto;
  }

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

div.listingwrapper {
    background: #EAF3F7;
    padding: 15px;
    display: block;
}

/* For the 3 images on the contact page */
div.contact img {
  width: 33.3333%;
  float: left;
  padding: 5px;
}

.footer {
   left: 0;
   bottom: 0;
   background-color: #2688A3;
   color: white;
   text-align: center;
   padding: 5px;
   font-family: Verdana, Geneva, sans-serif;
   clear: both;
}

/* Styling for the  bixboxs on seperate pages (each has a different colour) */
.thumbbox2 {
  width:100%;
  background-color: #EAEAEA;
  margin-bottom: 20px;
  border:#89B8C0 2px solid;
}

td.leftcol {
  width: 134px;
}

td.rightcol {
  width: 100%;
}

div.bizboxleaflets {
  width: 100%;
  height: 50px;
  background:url(../Images/adverts/accommodationbar3.jpg);
  padding:5px 15px 10px 5px;
  color:white;
  text-align:center;
  font-size:15px; 
  font-weight:bold;  
  font-family: Verdana, Geneva, sans-serif;
}

div.bizboxaccommodation{
	width: 100%;
	background:url(../Images/adverts/accommodationbar2.jpg);
	height:28px;
	padding: 3px 5px 10px 5px;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFFFFF;
	font-size:15px;	
    font-weight:bold;	
}

div.bizboxshopping {
  width: 100%;
  height: 28px;   
  background:url(../Images/adverts/shopsbar2.jpg);
  padding:3px 5px 10px 5px;
  color:white;
  font-size:15px; 
  font-weight:bold;  
  font-family: Verdana, Geneva, sans-serif;
}

div.bizboxfood {
  width: 100%;
  height: 28px;    
  background:url(../Images/adverts/foodbar2.jpg);
  padding:3px 5px 10px 5px;
  color:white;
  font-size:15px; 
  font-weight:bold;  
  font-family: Verdana, Geneva, sans-serif;
}

div.bizboxfacilites {
  width: 100%;
  height: 28px;    
  background:url(../Images/adverts/servicebar2.jpg);
  padding:3px 5px 10px 5px;
  color:white;
  font-size:15px; 
  font-weight:bold;  
  font-family: Verdana, Geneva, sans-serif;
}

div.bizboxwhattodo {
  width: 100%;
  height: 28px;    
  background:url(../Images/adverts/todobar2.jpg);
  padding:3px 5px 10px 5px;
  color:white;
  font-size:15px; 
  font-weight:bold;  
  font-family: Verdana, Geneva, sans-serif;
}

div.bizboxlinks {
  width: 100%;
  height: 50px;    
  background:url(../Images/adverts/accommodationbar3.jpg);
  padding:5px 15px 10px 5px;
  color:white;
  font-size:15px; 
  font-weight:bold;  
  font-family: Verdana, Geneva, sans-serif;
}

/* Styling for the table's  */
div.linktext2 {
  padding:10px;
  font-family: Verdana, Geneva, sans-serif;
}

div.biztext {
  width:210px;
  padding:10px;
  float:right;
  color: black;
}

.link3:link, .link3:active, .link3:visited {
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  color:#A23D5A;
  font-size:14px;
  text-decoration:none;
}

.style5 {
  font-family:Verdana, Geneva, sans-serif;
  color:#333333;
  font-size:13px;
}

/* Styling for the iframe */
.livecam iframe {
min-height: 380px;
}

div.providedby {
    display: block !important;
    text-align: center;
    font-size: 11px;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    width: 100%;
    border: #333 1px solid;
    padding: 2px 4px 2px 4px;
    margin: auto;
    clear: both;
}

@media only screen and (min-width: 768px) {
    .thumbbox2 {
        display: inline;
        float:left; 
        width:48%;
        margin:10px 1% 10px 1%;
        background-color:#EAEAEA;
      }
  }

@media only screen and (min-width: 300px) {
    .flex-container {
width: 50%;
float: left;  
background:#EAF3F7;}
  }
  
@media only screen and (min-width: 200px) {
   .livecam iframe {
    min-height: 175px;
   }

@media only screen and (min-width: 350px) {
   .livecam iframe {
   min-height: 200px;
   }

@media only screen and (min-width: 400px) {
   .livecam iframe {
    min-height: 230px;
   }

@media only screen and (min-width: 450px) {
   .livecam iframe {
    min-height: 265px;
   }

@media only screen and (min-width: 500px) {
   .livecam iframe {
    min-height: 280px;
   }

@media only screen and (min-width: 575px) {
   .livecam iframe {
    min-height: 330px;
   }
@media only screen and (min-width: 600px) {
   .livecam iframe {
    min-height: 350px;
   }















