@charset "utf-8";
/* CSS Document */

body {
	font-family: "Century Gothic", 'Lato', sans-serif;
	width: 100%; /* 1800px */
}

.logo-header {
	height: 100px;
    display: block;
	align-items: center;
	padding: 20px 2%;
}

.logo-header img {
	width: auto; 
	height: 90%;
	margin: 10px auto;
    display: block;
}


a {
	text-decoration:none;
	color: #054A46;
}

a :hover {
	text-decoration:underline ;
	font-weight: 300px;
	}

.et-hero-tabs,
.et-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #eee;
	text-align: center;
	padding: 10px 2em; }
    h1 {
        color: #054A46;
		font-size: 2rem;
        margin: 0;
        letter-spacing: 1rem;
		font-weight: bold;
		text-transform: uppercase;
    }
    h3 {
        font-size: 1rem;
        letter-spacing: 0.3rem;
        opacity: 0.6;
		margin-top: 15px;
    }


.et-hero-tabs {
	height: 80px;
}

.et-slide {
		height: 350px;
}


.et-hero-tabs-container {
    display: flex;
    flex-direction: row;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background: #fff;
	z-index: 10; }
    .et-hero-tabs-container { &--top 
        position: fixed;
        top: 0;
    }


.et-hero-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    color: #000;
    letter-spacing: 0.1rem;
		transition: all 0.5s ease;
	font-size: 0.8rem; }
.et-hero-tab :hover {
		color:white;
     	color: #054A46;
		font-weight: bold; 
		transition: all 0.5s ease;
    }
}

.et-hero-tab-slider {
    position: absolute;
    bottom: 0;
    width: 0%;
    height: 6px;
    background: #054A46;
    transition: left 0.3s ease;
}


button {	             
					margin-top: 15px;
					display: inline-block;
                    outline: none;
                    cursor: pointer;
                    font-size: 14px;
                    line-height: 1;
                    border-radius: 500px;
                    transition-property: background-color,border-color,color,box-shadow,filter;
                    transition-duration: .3s;
                    border: 1px solid transparent ;
                    letter-spacing: 2px;
                    min-width: 16%; /* 160/ 1000px */
                    text-transform: uppercase;
                    white-space: normal;
                    font-weight: 700;
                    text-align: center;
                    padding: 16px 14px 18px;
                    color: #054A46;
                    box-shadow: inset 0 0 0 2px #054A46;
                    background-color: transparent;
                    height: 48px;
               		      }
                


footer {
	padding: 40px 0 30px;
	width: 100%;
	font-size: 12px;
	overflow: hidden;
	background-color:#054A46  ;

}

footer h3 {
	font-family: "Century Gothic", 'Lato', sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
	padding: 10px 0px;
	text-align: center;

	}

footer p {
	font-family: "Century Gothic", 'Lato', sans-serif;
	color: #fff;
	opacity: .60;
	line-spacing: 15px;
	text-align: center;
}

#footer-content {
	width: 75%; 
	margin: 0 auto;
}





/* --------- SLIDESHOW --------- */

#slideshow-wrapper {
	width: 100%;
	height: 300px;
}

#slideshow {
	width: 100%;
	height: 300px;
	overflow:hidden;
	white-space: nowrap;
}

#slideshow img {
	width: 100%;
	height: 100%;
	display: inline-block;
	white-space: nowrap;
}

.circle {
	display: inline-block;
	background:lightgrey;
	width: 12px; 
	height: 12px;
	border-radius: 50%;
	margin-right:15px;
}

#circle-nav {
	margin-top:-40px;
	text-align: center;
}

/* --------- COMPLETE SLIDESHOW --------- */

/* --------- accomodations page --------- */
#wrapper-rooms {
	width: 95%;
	background-color: #f4f3f0;
	margin:0px auto;
	padding: 40px;
	}


#room-content {
	width: 98%; 
	align-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
}

.team h1  {
	text-transform: uppercase;
	color: #054A46;
	font-family: "Century Gothic", 'Lato', sans-serif;
	text-align: left;
	font-size: 3em;
	margin-left: auto;
	margin-right: auto;}

#room-content h2  {
	text-transform: uppercase;
	color: #DCC7AA;
	font-family: "Century Gothic", 'Lato', sans-serif;
	font-size: 2em;
	text-align: left;
	font-weight: 10px;
	margin: 15px 0px 28px 0px ;
	border-bottom: thin solid #054A46;
	background: #054A46;
	padding: 10px 8px;
}

#room-content h3  {
	width: 200px;
	height: auto;
	text-transform: uppercase;
	color:#395250;
	font-family: "Century Gothic", 'Lato', sans-serif;
	text-align: center;
	font-size: 1em;
	margin: 10px 0px 15px 0px;
}

#room-content img {
	height: 210px;
	width: auto;
}


.team {
	display: inline-block;
	width: 22%;
	height: 225px;
	text-align: center;
	
	padding: 10px 10px;
}

/* --------- Contact page --------- */

.container {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.contact-details h3 {
	margin: 60px 0px;
	text-align:center;
	font-size: 1.5em;
}

.contact-details h4 {
	text-align:center;
	margin-top: 50px;
	line-height: 25px;
	font-size: 1em;
}


#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
  font: .7em "Century Gothic", 'Lato', sans-serif;
}

#contact {
  background: #DCC7AA;
	opacity: .7;
  padding: 25px;
  margin: 150px 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#contact h3 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;

}

#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
  width: 95%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact textarea {
  height: 100px;
  max-width: 95%;
  resize: none;
	
}

#contact button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #054A46;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

#contact button[type="submit"]:hover {
  background: #F7C331 ;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
  text-align: center;
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}


/* --------- Activites page --------- */

.activity-section {
	width: 90%;
	margin: 0px 5%;
	display: inline-block;
}


.activity-section img{
	height: 400px;
	width: auto;
	float: left;
	padding: 50px 20px 50px 10px ;
	transition: width 2s;
}

.activity-section img:hover {
  width: 600px;
  height: auto;}

.activity.blurb {
	height: 400px;
	width: 50%;
	float: right;
	padding: 40px 20px;
	margin-right: 10%;
}

h3 {
	margin-bottom: 20px;
}

.activity-section p {
	margin-bottom: 16px;
	line-height: 150%;
}

/* --------- Review page --------- */
.customer_review{
  display:inline-block;
  top:0px;
  left:0px;
  width:100%;
}


.whitepage {
	position:inline-block;
	margin-right:auto;
	margin-left:auto;
	padding: 10px 40px;
	top:400px;
	left:0;
	z-index:3;
	width:100%;
}

.wrapper {
    position: relative;
    right: 0;
}

.review-content {
	margin: 40px 0px;
	padding-bottom: 50px;
	}

.myrate-1,.myrate-2,.myrate-3,.myrate-4,.myrate-5 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	transition: 8s ease 2s;
	
}

.myrate-1,.myrate-2,.myrate-3,.myrate-4,.myrate-5, p {
	font-size: 1em;
	padding-bottom: 25px;
	padding-left: 10%;
	width: 80%;
	line-height:140%;
	color:#054A46; 
	}


@media (min-width: 1024px) {
	.et-hero-tabs,
	.et-slide 
		h1{ 
        font-size: 3rem;  }
	
  .et-hero-tabs,
	.et-slide  h3 {
        font-size: 1rem;
    }
	}
	.et-hero-tab {
		font-size: 1rem;
	}


@media (min-width: 480x) {
	.et-hero-tabs,
	.et-slide 
    h1 {
        font-size: 2rem;
    }
    h3 {
        font-size: 1rem;
    }
	}
	.et-hero-tab {
		font-size: 1rem;
	}


