@charset "utf-8";


html, body { background: #400000;
	height: auto;
	}

P {
    margin: 0px;
    padding: 0px;
    align: center;
    font-family: "Times New Roman", Times, serif;
 	}
.phone{
	font-size: 24px;
}
h1 {color: #400000;
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	text-align: center;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 10;
	
	}
h2{color: #400000;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: center;
	padding: 0;
	margin: 0;
	position: relative;
}

.white-16{
	color:#B60722;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	}
.accc-button{
	color:#400000;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	
}
footer{font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: center;
	padding:3px;
	margin: 0;
	position: relative;
	
}
#iframe-container{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 450px;
	
	
}
.content-test{
    font-size: 18px;
    color: #400000;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
	
	
}

.fill{
	font-size: 3px;
}


/* navagation */

.nav {
	background-color:transparent;
	box-shadow: 1px 1px 4 px 0 rgba(0,0,0,0,.1);
	position: relative;
	width: 100%;
	z-index: 100;		
}
.nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	background-color: #fff;
}
.nav ul a{
	display: block;
	padding: 20px;
	border-right: solid #aaa;
	text-decoration: none;
	text-align: center;
	color: #400000;
	font-weight: bold;
	}
.nav ul a:hover{
	background-color: white;
}

.nav .menu{
	clear: both;
	max-height: 0;
	transition:max-height .2s ease-out;
	
}
.nav .menu-icon{
	padding: 28px 20px;
	position: relative;
	float: right;
	cursor: pointer;
}
.nav .menu-icon .nav-icon{
	background: white;
	display: block;
	height: 4px;
	width: 24px;
	position: relative;
	transition:background .2s ease-out;
}
.nav .menu-icon .nav-icon:before{
	background: white;
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	transition:all .2s ease-out; 
	top: 10px;
}
.nav .menu-icon .nav-icon:after{
	background: white;
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	transition:all .2s ease-out;
	top: -10px;
}
.nav .menu-btn{
	display: none;
}
.nav .menu-btn:checked ~ .menu{
	max-height: 400px;
	background-image: url("tux-images/tux-sand-bg.jpg");
	border: 4px ridge #75D2F7;
	z-index: 1;	
}

.nav .menu-btn:checked ~ .menu-icon .nav-icon{
	background:transparent;
}
.nav .menu-btn:checked ~ .menu-icon .nav-icon:before{
	transform: rotate(-45deg);
	top: 0;
}
.nav .menu-btn:checked ~ .menu-icon .nav-icon:after{
	transform: rotate(45deg);
	top: 0;
}
/*end Nav */

.catalog{color: #400000;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: center;
	padding: 0;
	margin: 0;
	font-weight: bold
	}
.catalog a {
	color: #400000;
	text-decoration: none; 
}
a {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color:#400000;
	 
}
div { margin:0px;
	padding:0px;
}
hr { margin:5px;
	
}
#container {
    height:auto;
    width: 100%;
	max-width: 550px;
	left: -5px;
    top: -5px;
    position: relative;
    padding: 0px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
	border: 4px ridge #75D2F7;
   background-image:url("tux-images/tux-sand-bg.jpg");
	
}
#header {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	height: 115px;
	width: 100%;
	left: 0px;
	top: 0px;
	background-image: url("tux-images/oceanheader-ew.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: 100;
}



#contact-button{	
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	max-width: 150px;
	width: 100%;
	top: 5px;
	position: relative;
	font-family: "Times New Roman", Times, serif;
    font-size: 18px;
    text-align: center;
    color: #400000;
    font-weight: bolder;
	background-color:white;
	border: medium outset #400000;
	overflow:hidden;
	border-radius: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	float: left;
	
}
#contact-button a{
	font-family: "Times New Roman", Times, serif;
    font-size: 18px;
	 color: #400000;
	text-decoration: none;
	z-index: 10;
}

#button-container{
	display: flex;
}

#concierge-button{	
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 100%;
	max-width: 200px;
	top: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	font-family: "Times New Roman", Times, serif;
    font-size: 18px;
    text-align: center;
    color: #400000;
    font-weight: bolder;
	background-color:white;
	border: medium outset #400000;
	overflow:hidden;
	border-radius: 25px;
	float: right;
}

#concierge-button a{
	font-family: "Times New Roman", Times, serif;
    font-size: 18px;
	 color: #400000;
	text-decoration: none;
}

#book-btn a{
	font-family: "Arial Rounded MT Bold";
	font-size: 24px;
	color: #0033FF;
	text-decoration: none;
	
}

#content {
    position: relative;
    height: autopx;
    width: 100%;
    left: 0px;
    top: 0px;
    margin: 0px;
    padding: 0px;
    z-index: 5;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #370303;
    font-weight: normal;
    clear: both;
    text-align: center;
	}	
	
	



#center-18 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: 500;
	color: #400c0c;
	background-color: #E5E5E5;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: a;
	max-width: 360px;
	height:auto;
	list-style-position: inside;
	list-style-type: square;
	list-style-image: none;
	background-image:url("tux-images/background-18.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	justify-content: center;
	align-items: center;
	line-height: 25.5px;
	
}
#center-18 ul {
	margin-top: -5px;
	padding: 0px;
	
}
#center-18 li { margin-left:-20px;
	margin-left: 0px;
	padding: 0px;
	list-style-type: disc;
	list-style-image: none;
	
}
.image-wrapper{
	width: 100%;
		
}

.imageColumn {
   float: left;
   width: 27%;
  padding: 3%;
	display: flex;
	max-width: 150px;
	
}

.imageColumn-acc {
   float: left;
   width: 19%;
  padding: 2%;
	display: flex;
	max-width: 150px;
	
}

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



