body {
  font-family:Verdana, Geneva, sans-serif;
  font-size:14px;
  color:#009;
	background-color: #123;
  background-image: url(../img/kayaker.jpg);
  background-attachment: fixed;
  /*background-size: contain;*/
  background-size: cover;
  background-repeat: no-repeat;
}

body td.content a {
	font-style: italic;
	font-weight: bold;
	/*text-decoration: none;*/
	color: #FFF;
}

body h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 800;
	font-size: 28px;
}

table.body {
	width: 1000px;
	background-color: #FFFFFF;
}

/* NAVIGATION BAR */
/*ul.nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #009;
	font-size: 16px;
}

ul.nav li {
    float: left;
}

ul.nav li a, .dropbtn {
  background-color: #009;
  display: inline-block;
  color: #3CF;
  text-align: center;
	padding: 7px 7px;
	height: 25px;
	vertical-align: middle;
  text-decoration: none;
	margin-right: 10px;
}

ul.nav li a:hover, .dropdown:hover .dropbtn {
  background-color: #3CF;
  color: #009;
}

ul.nav li.dropdown {
  display: inline-block;
}

ul.nav .dropdown-content {
  display: none;
  position: absolute;
  background-color: #009;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

ul.nav .dropdown-content a {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

ul.nav .dropdown-content a:hover {
   background-color: #3CF;
}

ul.nav .dropdown:hover .dropdown-content {
    display: block;
}

.navicon {
	display: none;
}
*/

#nav > ul > li.nav-icons {
	float: right;
}

#nav > ul > li.nav-icons  > a {
	margin-right: 0px;
}

/* button for booking link */
.bookbtn {
  background-color: #FDA145;
  color: white;
  padding: 8px;
  font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
  border: 2px solid;
  border-radius: 7px;
	cursor: pointer;
}
/*position: relative;*/

/* divs for slideshow */
.slide {
	height: 450px;
	width: 1000px;
	color: #FFFFFF;
}


/* content sction of body table */
td.content {
	padding: 50px;
  background-color: #6CF;
}

.footer {
	color: #FFFFFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
}


/* table based pages formatting */

.picndesc td {
	width: 50%;
  padding-bottom: 40px;
}

.picndesc .rtext, .ltext {
	padding-top: 10px;
}

.picndesc .rtext {
	padding-left: 20px;
}

.picndesc .ltext {
	padding-right: 20px;
}

.footer a {
	color: #FFFFFF;
}



/* coding for responsive mobile version */
/*@media screen and (max-width:600px) {
	table.body {
	  width: 100%;
	}

	.fadein {
		display: none;
	}

	.footer {
		display: none;
	}

	td.content {
		padding: 10px;
	}

	ul.nav li.dropdown, li {
		display: none;
	}

	ul.nav li.navicon {
  	float: right;
  	display: inline-block;
	}

	 ul.nav.responsive {
		 position: relative;
	}

	ul.nav.responsive li.navicon {
  	position: absolute;
  	right: 0;
  	top: 0;
	}
	ul.nav.responsive li {
  	float: none;
  	display: inline;
	}
	ul.nav.responsive li a {
  	display: block;
  	text-align: left;
	}

	td.content table.picndesc, td, tr {
		display: block;
	}


	.picndesc td {
		width: 100%;
	}

	table.picndesc .rtext, .ltext {
		padding: 10px;
	}

	.summarypic {
		width:100%;
	}
	 table.prices {
	 	display: table;
		width:100%;
	 }
}*/