

/*///////////////////*/
/* GENERAL STUFF */
/*///////////////////*/

/*///////////////////*/
/*/ HEX CODES & FONTS

navy #274457;
teal #849d9d;
grey #eaeaea;
dark grey #494949;
tan #d7caae;
pink #d8c2be;

font-family: 'Jacques Francois', Georgia, "Times New Roman", serif;
font-family: 'Montserrat', Helvetica, Arial, sans-serif;

*/
/*///////////////////*/

body{
	background-color: #eaeaea;
	font-family: 'Jacques Francois', Georgia, "Times New Roman", serif;
	width: 100%;
	height: 100%;
}

p{
	font-family: 'Jacques Francois', Georgia, "Times New Roman", serif;
	color: #274457;
	font-size: small;
	letter-spacing: 0px;
	line-height: 23px;
	font-weight: light;
	text-align: justify;

}

p.less{
	margin-bottom: -30px;
}

p.more{
	margin-bottom: 60px;
}

h1{
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #849d9d;
}

h2{
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #849d9d;

}

h3, h4{
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #274457;
}

a{
	color: #d7caae;
	text-decoration: none;

}

a:link{

}
a:visited{

}


a:hover{
	color: #d7caae;
	padding-bottom: 5px;
	border-bottom: 3px solid #d8c2be;

}

a:active{

}



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



#top, #bottom, #left, #right {
	background: #ffffff;
	position: fixed;
	z-index: 100;
	}
	#left, #right {
		top: 0; bottom: 0;
		width: 25px;
		}
		#left { left: 0; }
		#right { right: 0; }
		
	#top, #bottom {
		left: 0; right: 0;
		height: 25px;
		}
		#top { top: 0; }
		#bottom { bottom: 0; }




.top{
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 2.5px;
}

#map{
	margin-top: 25px;
}

div.content{
	background-color: #ffffff;
	padding: 25px;
	margin: 20px auto;
	margin-top: 45px;
	margin-bottom: 20px;
	width: 80%;
	clear: both;
}


div.footerinfo{
	margin-top: 40px;
	margin-bottom: 65px;
	text-align: center;
}

h2.footery{
	color: #d8c2be;
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

div.yellow{
	background-color: #d7caae;
	width: 100%;
	height: 25px;
	padding-top: 30px;
	padding-bottom: 50px;
}

h2.yellowlinks{
	color: #ffffff;
	text-align: left;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 15px;
}

a.yellowlinks{
	color: #ffffff;
	text-align: left;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-left: 30px;
	border-bottom: 0px;
}


.logo a:hover{
	border-bottom: 0px;
}


div.yellowimg{
	position: relative;
	top: 0px;
	float: right;
	margin-right: 20px;
}

div.whiteline{
	width: 50%;
	height: 10px;

}

.shop{
	margin-bottom: 50px;
}

.learn{
	margin-bottom: 30px;
	margin-top: 30px;
}


/*///////////////////*/
/* HEADER */
/*//////////////////*/

div.container{
	background-color: #eaeaea;
	padding: 0px;
	margin: 0 auto;
	width: 100%;
	max-width: 2000px;
}

div.containerhead{
	background-color: #eaeaea;
	padding-top: 85px;	
	margin: 0 auto;
	width: 100%;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

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

nav ul li{
	float: left;
	margin-right: 1.85vw;
}
nav li.logo{
	margin-top: -30px;
	width: 100px;
}

nav ul li a{
	text-decoration: none;
	color: #d7caae;
	/*font-size: smaller;*/
	font-size: 1vw;
}

nav a:hover{
	padding-bottom: 5px;
	border-bottom: 3px solid #d8c2be;
	
}
nav li.logo a:hover{
	border-bottom: 0;
}
.hilite{
	padding-bottom: 5px;
	border-bottom: 3px solid #d8c2be;
}

/*///////////////////*/
/* NEW NAV */
/*//////////////////*/



/* Variables */
/* Small Navigation */
.logo-small {
  float: right; }

.title-bar {
  padding: 0 .5rem; }

.menu-icon,
.title-bar-title {
  position: relative;
  top: 10px; }

/* Medium-Up Navigation */
@media only screen and (min-width: 40rem) {
  .logo-wrapper {
    position: relative; }
    .logo-wrapper .logo {
      width: 118px;
      height: 92px;
      position: absolute;
      left: 50%;
      right: 50%;
      top: -6px;
      margin-left: -59px; }

  .top-bar-right {
    width: 50%;
    padding-left: 86px; }
    .top-bar-right ul {
      float: left; }

  .top-bar-left {
    width: 50%;
    padding-right: 86px; }
    .top-bar-left ul {
      float: right; } }


/*///////////////////*/
/* HOME */
/*/////////*/

.childspose{ 
	width:80vw; 
	height:31vw; 
	max-width: 100%; 
	background: url(images/childspose.png) 
	no-repeat; 
	background-size: cover;
	background-position: center;
	margin-bottom: 25px;
	
} 

.childspose .pinkO{ 
	position:relative; 
	top:0px; 
	width:80vw;
	height: 31vw;
	max-width: 100%; 
	background:#d8c2be;
	opacity:0; 
	display: table-cell;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 25px;

} 



.childspose:hover .pinkO { 
	opacity:0.7; 
	} 


h2.welcome{
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 40px;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #ffffff;
	opacity: 1;
	

}

.quote{
	margin: 0 auto;
	width: 100%;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 10px;
}

h2.quote{
	color: #274457;
	text-align: center;
	font-size: 2vmax;
	font-size: 3vmin;
	line-height: 40px;
	margin-bottom: 10px;
}


h2.bigger{
	font-size: 2vmax;
	font-size: 2.25vmin;
}

p.attribute{
	color: #d7caae;
	text-align: center;
	margin-bottom: 50px;
}


img.bw{
	margin-right: 2vw;
}

img.three{
	/*width: 24.65vw;*/
	width: 100%;
	margin-bottom: 25px;
}

.threecol{
	width: 20vw;
}

h2.hometitles{
	color: #274457;
	font-size: 20px;
	display: inline-block;
	margin-left: 15px;
}

.number{
	margin-bottom: 15px;
}

h2.hometitles1{
	color: #274457;
}

h2.hometitles2{
	color: #274457;
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 30px;
}

p.hometitlesp{
	margin-left: 35px;

}

div.pink{
	background-color: #d8c2be;
	width: 100%;
	height: 175px;
	padding-top: 35px;
	padding-bottom: 35px;

}

h2.about{
	color: #ffffff;
	text-align: justify;
	font-size: .8vmin;
	font-size: 1vmax;
	line-height: 35px;
}

.box2{
	width: 45vw;
	min-width: 500px;
	text-align: justify;
	margin-top: auto;
	margin-bottom: auto;
	margin-right: auto;
	margin-left: auto;
}


p.pagelinks{
	color: #d7caae;
	font-size: 16px;
	letter-spacing: 1px;
	margin-top: -25px;
}

p.pl{
	text-align: center;
	margin-top: -5px;
	margin-bottom: 50px;
}

p.pagelinkscenter{
	text-align: center;
}


.more{
	display: table;
    margin: 0 auto;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 25px;
}

img.arrow{
	margin-bottom: 25px;
}


/*///////////////////*/
/* ABOUT */
/*/////////*/


h2.titles{
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #ffffff;
	text-align: center;
	margin-top: -4px;
}

.titles{
	margin-bottom: 25px;
}

.box{
	width: 45vw;
	min-width: 250px;
	text-align: justify;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-right: auto;
	margin-left: auto;
}


h2.titles2{
	font-size: 20px;
}

img.headerimg{
	margin-bottom: 25px;
	width: 80vw;
}


/*///////////////////*/
/* POSES */
/*/////////*/

h2.tealtitles{
	font-size: 20px;
	color: #849d9d;
	letter-spacing: 3px;
}

p.larger{
	font-size: 20px;
	color: #d7caae;
	letter-spacing: 1.5px;
}

.box1{
	width: 33vw;
	min-width: 250px;
	text-align: justify;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-right: auto;
	margin-left: auto;
}

.box3{
	/*width: 318px;*/
}




/*///////////////////*/
/* COMMUNITY */
/*/////////*/

img.insta{
	width: 317px;

}

.insta a:hover{
	color: #d7caae;
	padding-bottom: 5px;
	border-bottom: 0px solid #d8c2be;

}



.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  margin-bottom: 25px;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  left: 0;
  background-color: #d8c2be;
  top: -200px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.1s ease-out 0.5s;
  transition: all 0.1s ease-out 0.5s;
}

.hovereffect:hover .overlay {
  opacity: .9;
  filter: alpha(opacity=100);
  top: 0px;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.hovereffect img {
  display: block;
  position: relative;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.hovereffect:hover h2 {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  margin: 50px 0 0 0;
  background-color: transparent;
  -webkit-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  color: #000;
  border: 1px solid #000;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect:hover a.info {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  box-shadow: 0 0 5px #000;
  color: #000;
  border: 1px solid #000;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

a.instalink{
	color: #ffffff;
	text-decoration: none;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 5px;
	position: relative;
    top: 45%;
    transform: translateY(-50%);


}

.intstalink a:hover{
	color: #ffffff;
	padding-bottom: 5px;
	border-bottom: 3px solid #d8c2be;

}


/*///////////////////*/
/* FOOTER */
/*///////////////////*/

.full-width {
  max-width: 1400px;
}

.footer {
  background-color: #d7caae;
  text-align: center;
  color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
}
.footer i {
  font-size: 100px;
}

.footer h4 {
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 2.5rem;
  margin-bottom: 10px;
  padding: 25px;
}

@media only screen and (min-width: 40.063em) {
  .footer .columns:nth-child(n+2) {
    border-left: 0px solid #b3b3b3;
    min-height: 50px;
  }
}
.footer-links {
  list-style-type: none;
}
.footer-links li {
  margin-top: .5em;
}

@media (max-width: 600px) {
  .top {
    display: none;
  }
}

@media (min-width: 600px) {
  .top1 {
    display: none;
  }
}




.menu-btn div {
	position: absolute;
	left: 100%;
	top: 64%;
	padding-right: 8px;
	margin-top: -0.50em;
	line-height: 1.2;
	font-size: 18px;
	font-weight: 200;
	vertical-align: middle;
	z-index: 100;
}

.menu-btn span {
	display: block;
	width: 40px;
	height: 4px;
	margin: 7px 0;
	background: #d7caae;
	z-index: 100;
}

.responsive-menu{
	display: none;
}

.expand {
	display: block !important; 
}


