h1 {
	font-family: Lato;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 26.4px;
}
h2 {
    font-family: Lato;
    font-size: 22px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 19.4px;
    text-transform: uppercase;
}
h3 {
	font-family: Lato;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 15.4px;
	margin-top:0;
	text-transform: uppercase;
}
p {
	font-family: Lato;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 20px;
}
blockquote {
	font-family: Lato;
	font-size: 21px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 30px;
}
pre {
	font-family: Lato;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 18.5714px;
}


.header {
    width: 100%;
    display: inline-block;
    background: rgba(37,37,37,0.5);
    margin: 0 auto;
    text-align: center;
}
.logo {
	margin: 0 auto;
}

nav {
	background: url("../img/nav-bg.jpg") no-repeat center;
}

.pagename{
	color: white;
    text-align: center;
    text-transform: uppercase;
    padding-top: 70px;
    text-decoration: underline;
}
/*.nav>li {
	display: inline-flex;
	padding: 15px;
}
.nav>li>a {
    color: white;
    text-transform: uppercase;
	padding: 25px;
}
.nav>li>a:focus, .nav>li>a:hover{
	text-decoration:underline;
	background:none;
}*/

section {
    margin-top: 20px;
    margin-bottom: 20px;
}


.map{
	height:555px
}

ul.thumbs {
    list-style: none;
}

ul.thumbs li {
    padding-bottom: 10px;
}

footer {
    background: #252525;
    width: 100%;
}

ul.contact {
    text-align: right;
    list-style: none;
	margin-top:30px;
}
ul.contact li a {
    color: white;
    font-size: 20px;
}

.endtag{
	text-align:center;
	color:white;
}

html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  position: relative;
  margin: 0;
  padding-bottom: 6rem;
  min-height: 100%;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

section{
  margin-bottom:200px;
}

footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
}
.center {
    text-align: center;
}
#CDSWIDWRL .widWRLData{
	max-height:none !important;
}


/********** NAV **************/
/* Remove margins and padding from the list, and add a black background color */
ul.nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
	list-style:none;
    position:relative;
    left:50%;
}

/* Float the list items side by side */
ul.nav li {float: left;
}

/* Style the links inside the list items */
ul.nav li a {
    display: inline-block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of links on hover */
ul.nav li a:hover {background-color: #555;}

/* Hide the list item that contains the link that should open and close the topnav on small screens */
ul.nav li.icon {display: none;}

/* When the screen is less than 680 pixels wide, hide all list items, except for the first one ("Home"). Show the list item that contains the link to open and close the topnav (li.icon) */
@media screen and (max-width:680px) {
 .logo{
	 padding-top:60px;
	padding-bottom:20px;
 }
 nav {
	min-height:190px
 }
 .pagename{
    padding-top: 0px;
}
ul.contact li{
	text-align:center;
}
a.emailicon{
	font-size: 0px !important;
}
  ul.nav {
	position: fixed !important;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
  }
  ul.nav li:not(:first-child) {display: none;}
  ul.nav li.icon {
    float: right;
    display: inline-block;
  }
  
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens */
@media screen and (max-width:680px) {
  ul.nav.responsive {position: relative;}
  ul.nav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.nav.responsive li {
    float: none;
    display: inline;
  }
  ul.nav.responsive li a {
    display: block;
    text-align: left;
  }
}

.navwrap {
    float: right;
    position:relative;
    left:-50%;
    text-align:left;
}
tr.heading {
    background: #f4f4f4;
    font-weight: bold;
    text-decoration: underline;
}
.key{
	border: 1px solid #CCC;
	padding: 5px;
	display: inline-block;
}
.key span.avai {
    margin-right: 10px;
}

.key span.avai:before, .key span.book:before {
	content: "";
	width: 10px;
	height: 10px;
	display: inline-block;
	border: 1px solid #CCC;
}
.key span.avai:before {
	background: #90ff92;
}

.key span.book:before {
	background: #b50000;
}