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

body {
	background-color: #EAFFF9;
	background-size: auto;
	background-attachment: fixed;
	margin: 0px;
	font-family: 'Montserrat', sans-serif;
}

/* HEADER & FOOTER */
header {
	background-color: #FFF;
	background-image: url(header.png);
	background-position: right;
	background-repeat: no-repeat;
	width: 100%;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999;
	box-shadow: 0px 2px 5px 5px rgba(0, 0, 0, 0.5);
}

header p {
	text-align: center;
	vertical-align: middle;
}

#nav-bar {
	width: 100%;
}

table.navbar {
	width: 100%;
	overflow-y: visible;
}

table.navbar tr td {
	text-align: center;
	vertical-align: middle;
}

table.navbar a {
	color: #294D45;
	text-decoration: none;
	-webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color .3s;
}

table.navbar a:hover {
	color: #D7C572;
}

img.logo {
	height: 150px;
}

.logo-small {
	display: none;
}

td.logo-large {
	display: table-cell;
}

td.mobile-menu {
	display: none;
	float: right;
	margin-right: 20px;
}

td.logo-large img { height: 70px;  margin-top: 5px; }

.browser-content { display: table-cell; }
.mobile-content { display: none; }

.menu {
	display: inline;
	height: 60px;
	cursor: pointer;
}

.close {
	display: none;
	height: 60px;
	cursor: pointer;
}

.menu.active {
	display: none;
}

.close.active {
	display: inline;
}

footer {
	background-color: #4d8e83;
	color: #FFF;
	width: 100%;
	text-align: center;
	line-height: 35px;
	padding: 0;
}

footer p {
	vertical-align: middle;
}

/* IMAGE CAROUSEL */

.carousel {
	margin-top: 90px;
	overflow: hidden;
	width: 100%;
	max-height: calc(100vh - 90px);
}

.carousel-container {
	margin-top: 50px;
	margin-bottom: 0px;
	height: 40vh;
	z-index: 997
}

.carousel-bg {
	background: linear-gradient(90deg, rgba(234,255,249,1) 0%, rgba(77,142,131,1) 50%, rgba(234,255,249,1) 100%);
	height: 35vh;
	margin-top: 160px;
}

.main-carousel {
	height: 34vh;
	width: 70%;
	margin: 0 auto;
}

.carousel-cell {
  width: 50%; /* half-width */
  margin-top: 23px;
}

.carousel-cell img {
	max-height: 30vh;
}

.flickity-button {
	background: transparent;
}

.flickity-button-icon {
	fill: white;
}

@media screen and (max-width: 1100px) {
	.main-carousel { width: 80%; }
	
}

img.slide-pic {
	width: 100vw;
}

.credit {
	position: relative;
	right: 10px;
	bottom: 10px;
}

.credit a {
	color: #686868;
	text-decoration: none;
	transition: color 0.6s;
}

.credit a:hover {
	color: #FFF;
}

/* ONLINE STORE BANNER */
.store-banner {
	text-align: center;
	background-color: #9fc4b4;
	cursor: pointer;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	box-shadow: 0px 2px 5px 5px rgba(0, 0, 0, 0.5);
	border-radius: 0px 0px 15px 15px;
	width: 50%;
	position: absolute;
	top: 98px;
	left: 25%;
	z-index: 996;
}

.store-banner a{
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	color: #605C40;
	text-decoration: none;
}

.store-banner:hover a {
	color: #FFF;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-ms-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}

/* BODY CONTENT */

.body-content {
	max-width: 1000px;
	margin: auto;
	padding-top: 100px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 35px;
	text-align: center;
}

hr {
	color: #000;
	border-color: #000;
	border-width: 0.5px;
	width: 30%;
}

h1 {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	font-size: 25px;
	width: 100%;
	color: #FFF;
	background-color: #4d8e83;
	text-align: center;
}

button.book {
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	color: #605C40;
	background-color: #9fc4b4;
	border: 2px solid #FFF;
	cursor: pointer;
	padding: 15px;
	margin: 20px;
	box-shadow: 0px 2px 5px 5px rgba(0, 0, 0, 0.5);
}

button.book:hover {
	color: #FFF;
	-webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

/* SERVICES */
.container {
	background-color: #000;
	position: relative;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

table.services {
	max-width: 65vh;
	padding: 0;
	margin: 0 auto;
}

table.services tr {
	padding: 0;
	margin: 0;
}

table.services td {
	background-color: #000;
	width: 50%;
	border: 0;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}

table.services td img {
	position: relative;
	display: block;
	max-width: 100%;
	opacity: 0.5;
	-webkit-transition: opacity 0.3s;
 	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
  	-o-transition: opacity 0.3s;
 	transition: opacity .3s;
	overflow: hidden;
}

a.service {
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
}

a.service:hover img {
	opacity: 0.8;
}

.container-fluid:after,.container-fluid:before {
	display:table;
	content:" "
}

.container-fluid {
	padding-right:15px;
	padding-left:15px;
	margin-right:auto;
	margin-left:auto
}

.panel-group {
	margin-bottom:20px
}

.panel-group .panel {
	margin-bottom:0;
	border-radius:4px
}

/* SOCIAL MEDIA */

img.instagram {
	height: 30px;
	margin-bottom: -8px;
}

img.pinterest {
	height: 30px;
	margin-bottom: -8px;
}

img.facebook {
	height: 30px;
	margin-bottom: -8px;
}

a.instagram {
	color: #703487;
}

a.pinterest {
	color: #9E1316;
}

a.facebook {
	color: #2141D7;
}

a.instagram, a.pinterest, a.facebook {
	text-decoration: none;
	transition: color 0.5s;
}

a.instagram:hover, a.pinterest:hover, a.facebook:hover {
	color: #000;
}

a.social {
	text-decoration: none;
	color: #004D3F;
	transition: color 0.5s;
}

a.social:hover {
	color: #D7C572;
}

.map {
	box-shadow: 0px 2px 5px 5px rgba(0, 0, 0, 0.5);
}

/* POLICIES */
h2.policy {
	text-align: left;
	padding: 5px 0px 5px 10px;
	color: #000;
	background-color: #9fc4b4;
	font-size: 20px;
}

/* MOBILE RESPONSIVENESS */

@media screen and (max-width: 1000px) {
	header { padding-bottom: 10px; background-image: none; }
	.logo-small { display: block; }
	td.logo-large { display: none; }
	td.nav-link { display: table-cell; }
	td.mobile-menu { display: none; }
	.body-content { margin-top: 80px; }
	.browser-content { display: table-cell; }
	.mobile-content { display: none; }
	.main-carousel { width: 100%; }
	.carousel-cell img { max-height: 28vh; }
	.carousel-container { margin-top: 120px; }
	.store-banner { width: 70%; left: 15%; padding-top: 15px; }
	.store-banner a { font-size: 1em; }
}

@media screen and (max-width: 720px) {
	header { padding-bottom: 0px; background-image: none; }
	.logo-small { display: none; }
	td.logo-large { display: table-cell; float: left; margin-left: 20px; margin-top: 10px; }
	td.logo-large img { height: 50px; margin-top: 10px; }
	td.nav-link { display: none; }
	td.mobile-menu { display: table-cell; }
	img.menu { height: 50px; }
	img.close { height: 50px; }
	.body-content { margin-top: 0px; }
	.carousel-container .slide-pic { max-height: 30vh; }
	.browser-content { display: none; }
	.mobile-content { display: block; }
	button.book { font-size: 20px; }
	.map { width: 100%; }
	footer p { line-height: 23px; }	
	.main-carousel { margin-top: 50px; }
	.carousel-container { margin-top: 90px; }
	.carousel-cell img { max-height: 22vh; margin-top: 30px; }
}

/* MOBILE MENU OVERLAY */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */    
    height: 0;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 998; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
		overflow-y: hidden; /* Disable vertical scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 22%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
    text-decoration: none;
		cursor: pointer;
    font-size: 28px;
    color: #818181;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

/* Product Quiz */

.answer {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	width: 150px;
	height: 150px;
	display: inline-block;
	overflow: hidden;
	color: #FFF;
	background-color: #9fc4b4;
	border: 2px solid #FFF;
	cursor: pointer;
	margin: 10px;
	box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.5);
}

.answer:hover {
	background-color: #b9e4d1;
	-webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.answer.selected {
	background-color: #4d8e83;
	-webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.answer.selected:hover {
	background-color: #4d8e83;
}

.btn {
	display: table;
	width: 150px;
	height: 150px;
}

.option {
	display: table-cell;
	vertical-align: middle;
	line-height: 18px;
}

button.nav {
	height: 40px;
	width: 40%;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 14px;
	background-color: #9fc4b4;
	color: #FFF;
	border: 2px solid #FFF;
	cursor: pointer;
	padding: 10px;
	clear: both;
}

button.nav:hover {
	background-color: #b9e4d1;
	-webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.product {
	display: none;
}

.product-list tr.product td:nth-child(1) {
	min-width: 120px;
	max-width: 120px;
	background-color: #F4F4F6;
	padding: 15px;
}

.product-list tr.product td:nth-child(2) {
	text-align: left;
	padding-left: 15px;
	width: calc(100vw - 120px);
}

.product-list tr.product {
	cursor: pointer;
	background-color: #EAFFF9;
	transition: background-color 0.5s;
}

.product-list tr.product:hover {
	background-color: #beffec;
}

.product-list tr td ul {
	margin: 0;
}

.product-list tr td ul li {
	line-height: 15px;
}

ideal {
	font-size: 0.8em;
	clear: both;
	margin-top: 10px;
}

table.product-list tr.product td img.product-img {
	height: 120px;
	max-width: 120px;
}

#question2, #question3, #question4, #question5, #question6, #question7, #question8, #question9, #results, #loading
{
	display: none;
}

.circle-wrap {
  margin: 50px auto;
  width: 200px;
  height: 200px;
  background: #e6e2e7;
  border-radius: 50%;
}

.circle-wrap .circle .mask,
.circle-wrap .circle .fill {
  width: 200px;
  height: 200px;
  position: absolute;
  border-radius: 50%;
}

.circle-wrap .circle .mask {
  clip: rect(0px, 200px, 200px, 100px);
}

.circle-wrap .circle .mask .fill {
  clip: rect(0px, 110px, 200px, 0px);
  background-color: #4d8e83;
}

.circle-wrap .circle .mask.full,
.circle-wrap .circle .fill {
  animation: fill ease-in-out 4s;
  transform: rotate(180deg);
}

@keyframes fill {
  0% {
    transform: rotate(6deg);
  }
  100% {
    transform: rotate(180deg);
  }
}

.circle-wrap .inside-circle {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #EAFFF9;
  line-height: 200px;
  text-align: center;
  margin-top: 10px;
  margin-left: 10px;
  position: absolute;
  z-index: 100;
  font-weight: 700;
  font-size: 2em;
}