body{
	background: #162129;
	background-repeat: no-repeat;
    background-attachment: fixed;
}
#wrap {	
	background: linear-gradient(141deg, #0fb8ad 0%, #1fc8db 51%, #2cb5e8 75%);
    color:white;
    opacity:0.95;
	color: white;
	width: 90%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border-left:solid 3px PeachPuff;
	border-right:solid 3px PeachPuff;
	font-family: arial, sans-serif;
}
nav{
	background-color:#FFF0F5;
}
footer{
	background-color:#FFF0F5;
	color:#162129;
	font-size:small;
	border-top: dashed 1px #FFF0F5;
	text-align: left;
	padding:10px;
}
header{
	background-color:#FFF0F5;
	padding-top:10px;
	padding-bottom:
}
nav img {
	width: 100%;
	height: auto;
	max-width:450px;
	padding-left: 10px

}
nav ul li a, nav ul li:hover ul, nav ul li ul li{ 
	display:block;
}
nav ul li a{
	padding: 6px 20px
}
nav ul {
	background-color:#FFF0F5;
	padding:0
}
nav ul ul{
	position:absolute;
	padding:0;
	opacity:.9;
	z-index:999;
}
nav ul li:hover{
	text-decoration:underline
}
nav ul li {
	display:inline-block;
	position:relative;
/*	width: 120px; */
	padding-left: 15px;
}
nav ul li ul {
	display: none; 
	position: absolute; 
	min-width: 100%; 
	opacity: 0.9;
}
nav ul li:hover ul{
	display: block;
}
nav ul li ul li a{
	padding: 8px 5px;
	width: 300px;
	
}
nav a{
	text-decoration: none; 
	font-weight: bold; 
	color: #000;
}
nav a:link{
	color: #000; 
	font-weight:strong;
}
nav a:hover{
	color: #000;
}
nav ul li a:before{
	content:""; 
	position: absolute; 
	width: 100%; 
	height: 2px; 
	bottom: 0; 
	left: 0; 
	background-color: #000;
	visibility: hidden; 
	-webkit-transform: scaleX(0); 
	transform: scaleX(0); 
	-webkit-transition: all 0.3s ease-in-out 0s; 
	transition: all 0.3s ease-in-out 0s;
}
nav ul li a:hoverbefore{
	visibility: visible; 
	transform: scaleX(1)
}
nav{
	font-size:1em;
}
main p{
	font-size: 1em;
	padding-left: 10px;
	padding-right: 10px
}
main h2, h1, h3{
	padding-left: 10px;
	padding-right: 10px
}
main h2{
	padding: 10px;
	font-weight:bold;
	color:PeachPuff;
	text-decoration: underline;
}
main img{
	width: 100%;
	height: auto;
	padding:2px;
	margin-right:auto;
	margin-left:auto;
   border:2px solid #FFF0F5;
   background-color:grey;
   max-width:500px;
   display:block
}
.center {
  text-align: center;
  list-style-position: inside;
	padding-left:30px;
	padding-right:30px;
}

	
main ol li{
	font-size:1.5em;
	font-weight:bold;
	color:PeachPuff
}
main ol dt{
	text-decoration:none;
	font-weight: normal;
	padding-bottom:10px
}
*{
	box-sizing: border-box;
}
.column {
	float: left;
	width: 70%;
	padding: 10px;
	margin-left:auto;
	color:	#FFF0F5
	
}

.column2 {
	float: left;
	width: 25%;
	padding: 10px;
	color:	#FFF0F5;
	border-left:dashed 1px #FFF0F5;
}

.column2 img{
	width: 100%;
	height: auto;
	max-width:200px;
}

.column2 p{
font-size:small
}


.row:after {
	content: "";
	display: table;
	clear: both;
}
.fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

/* TABLE STUFF */
table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: auto;
	color:black;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:10px
}


td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}

.t1{
color:white}
/* MEDIA RESIZE */
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        width: 100%;
		padding-left: 20px;
				padding-right: 20px
    }
	.column2 {
        width: 100%;
		padding-left: 20px;
				padding-right: 20px;
			border-left: 0px;
	border-top: dashed 1px #FFF0F5;
    }
}
/* SLIDE SHOW JQUERRY */
/* ------------Gallery page ------------------*/
.room{
	width:250px; 
	float: left; 
	padding: 0 0 0 15px;
}
.roomtext{
	text-align: center; 
	font-size: 10px; 
	font-weight: bold;
}
#curtain{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	background-color: rgba(0,0,0,0.4);
}
#light{
	max-width: 80%;
	max-height: 80%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	margin: auto;
}
#close{
	height: 50px;
	width: 50px;
	top:0;
	right: 0;
	position: absolute;
	z-index: 990;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
table td a{
	font-weight:bold;
    font-style: italic;
}
.t1 a:link, a:visited {
	color:white
}
.t2 a:link, a:visited {
	color:black
}
font{
	color:PeachPuff;
	text-decoration:underline
}