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

html, 
html * {
	padding: 20;
	margin: 10;
	box-sizing: border-box;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
}

header {
	background-image: url("");
	background-size: 80%;
	background-position: right; 
	background-repeat: no-repeat;
	padding: 20px 10px 10px ;
	border: 2px;
	border-color: aqua;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

footer {
	padding: 10px 10px 20px 10px;
	background: #000000;
}

body {
	margin-left: auto;
	margin-right: auto;
	background: #000000;
}

.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: inline;
	float: left;
	width: 120px;
	padding-bottom: 20;
}

.style-nav ul {
	list-style-type: none;
}

.style-nav ul li a {
	text-decoration: none;
	color: #2F322A;
	text-align: right;
	display: block;
	text-transform: uppercase;
	font-size: 14;
	padding: 8px;
}
/*DROP DOWN OBJECTS*/
.dropbtn {
  background-color: transparent;
  color: aqua;
  padding: 16px;
  font-size: 12px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover .dropdown-content {
	display: inline-block;
}

/*.dropbtn:click .dropdown-content {
	display: inline-block;
}*/

.dropdown {
  position: absolute;
  display: none;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #000000;
  min-width: 120px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,2);
  z-index: 6;
}

.dropdown-content a {
  color: aqua;
  padding: 10px 12px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #121212} 

.dropdown:hover .dropdown-content {
  display: inline-table;
}

.dropdown:hover .dropbtn {
  background-color: transparent;
}
/*EDN DROP DOWN OJECTS*/


/*TEXT/FONT STYLES*/
h1 {
	font-size: 50px;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 2px;
	margin-top: inherit;
}

h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 20;
	margin-bottom: 10px;
}

h3 {
	font-size: 12px;
	text-transform: uppercase;
	white-space: nowrap;
	font-weight: 20;
	margin-bottom: 4px;
}

h4 {
	font-size: 20px;
	font-weight: 200;
	text-transform: uppercase;
	margin-bottom: 65px;
}

h5 {
	font-size: 12px;
	font-weight: 200;
	margin-bottom: 65px;
}

h6 {
	font-size: 20px;
	font-weight: 200;
	text-transform: uppercase;
	margin-bottom: 4px;
}

p {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 35px;
}

p1 {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 4px;
}

p2 {
	font-size: 12px;
	font-weight: 100;
	word-wrap: normal;
	margin-bottom: 0px;
}

.button {
	border: 2px #FFFFFF solid;
	padding: 8px 30px ;
	border-radius: 30px;
	color: #FFFFFF;
	text-decoration: none;
}
.button2 {
	border: 0px #00FFFF solid;
	font-size: 14px;
	font-weight: 400;
	padding: 10px 10px 20px;
	min-width: 200px;
	border-radius: 30px;
	color: #00FFFF;
	text-decoration: none;
	text-align: center;
}
.button3 {
	border: 0px #FFFFFF solid;
	font-size: 14px;
	padding: 10px 0px;
	border-radius: 0px;
	color: #FFFFFF;
	text-decoration: inherit;
	text-align: left;
}

/*SUB CATEGORY OPTIONS*/
.sub-cat1 {
	background-image: url("");
	background-color: #b9a88e;
	background-size: 72%;
	background-position: right; 
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding: 30px 20px 60px;
	text-align: center;
}

.sub-cat2 {
	background-image: url("");
	background-color: #39393D;
	background-size: 72%;
	background-position: right; 
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding: 30px 20px 60px;
	text-align: center;
}

.sub-cat3 {
	background-image: url("");
	background-color: #7E7E7E;
	background-size: 72%;
	background-position: right; 
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding: 30px 20px 60px;
	text-align: center;
}

.info-box-tan {
	background-image: url("_imgs/_immerse_bck01.png");
	background-color: #b9a88e;
	background-size: 72%;
	background-position: right; 
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding: 30px 20px 60px;
	text-align: center;
}

.info-box-tan2 {
	background-image: url("_imgs/_elements_bck01.png");
	background-color: #675035;
	background-size: 80%;
	background-position: right; 
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding: 30px 20px 60px;
	text-align: center;
}

.info-box-dark {
	background-image: url("_imgs/_reflections_bck01.png");
	background-color: #39393D;
	background-size: 100%;
	background-position: right; 
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding: 30px 20px 60px;
	text-align: center;
}

.info-box-dark2 {
	background-image: url("_imgs/_pets_bck01.png");
	background-color: #39393D;
	background-size: 70%;
	background-position: right; 
	background-repeat: repeat-x;
	color: #FFFFFF;
	padding: 30px 20px 60px;
	text-align: center;
}


/*HERO SECTION VARIABLES*/
.hero {
	background-image: url("_imgs/hero_img01.jpg");
	background-color: #000000;
	background-size: auto;
	background-position: right; 
	background-repeat: no-repeat;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
	padding: 20px 20px 50px 20px;
	color: #FFFFFF;
	text-align: left;
}

.hero2 {
	background-image: url("_imgs/hero_img01.jpg");
	background-color: #000000;
	background-size: auto;
	background-position: right; 
	background-repeat: no-repeat;
	background-blend-mode: screen;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
	padding: 10px 10px 50px 10px;
	color: #FFFFFF;
	text-align: left;
}

.immerseHero {
	background-image: url("_imgs/_immerse_bck01.png");
	background-color: #b9a88e;
	background-size: 72%;
	background-position: right; 
	background-repeat: no-repeat;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
	padding: 20px 20px 50px 20px;
	color: #FFFFFF;
	text-align: left;
}

.reflectionsHero {
	background-image: url("_imgs/_reflections_bck01.png");
	background-color: #39393D;
	background-size: 100%;
	background-position: right; 
	background-repeat: no-repeat;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
	padding: 20px 20px 50px 20px;
	color: #FFFFFF;
	text-align: left;
}

.elementHero {
	background-image: url("_imgs/_elements_bck01.png");
	background-color: #675035;
	background-size: 80%;
	background-position: right; 
	background-repeat: no-repeat;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
	padding: 20px 20px 50px 20px;
	color: #FFFFFF;
	text-align: left;
}

.petHero {
	background-image: url("_imgs/_booBeardHero01.png");
	background-color: #000000;
	background-size: 100%;
	background-position: right; 
	background-repeat: no-repeat;
/*	border-top-left-radius: 14px;
	border-top-right-radius: 14px;*/
	padding: 20px 20px 50px 20px;
	color: #FFFFFF;
	text-align: left;
}


.footer-text {
	font-size: 10px;
	margin-bottom: 2px;
	color: #00FFFF;
}

.col {
	width: 100%;
	padding: 0px 0px 10px 0px;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}


/*Tablet View*/

@media (min-width: 800px){
	
	body {
		max-width: 1024px;
	}
	
	.style-nav ul li {
		display: inline-block;
	}
	
	.style-nav ul {
		text-align: center;
	}
	
	h1 {
		font-size: 40px;
		margin-bottom: 5px;
	}
	
	h2 {
		margin-bottom: 8px;
	}
	
	.col-md-one-half {
		width: 50%;
	}
	
	.col {
		float: left;
		padding: 0px 7px 10px;
	}
}

/*Desktop View*/

@media (min-width: 1024px){
	
	body {
		max-width: 100%;
	}
	
	.style-logo {
		float: left;
	}
	
	.style-nav {
		float: right;
	}
	
	.col-lg-one-fourth {
		width: 25%;
	}
}

