@charset "UTF-8";
body{
	margin:0;
	
}

/*------------------RESPONSIVE BREAKPOINTS------------------*/

@media screen and (min-width: 1700px){
	.wrapper1{background-size: 70% !important;}
}
@media screen and (max-width: 950px){
	.three-col{grid-column: span 6 !important}
	.three-col img{grid-column: span 6 !important;}
	.two-col img{display: none !important}
	.four-col{grid-column: span 6 !important;
			  padding:40px !important;}
}
@media screen and (max-width: 850px){
	.bodycopy{grid-column:span 6 !important;
			  padding-bottom:0 !important;	
			  }
	#boxes{max-width:300px !important;
		   float:right;}
	.facts-list{grid-column: span 6 !important;
				margin:0 !important;
				}
	.sleeping-baby-img{grid: span 6 !important;}
	.sleeping-baby-text{grid: span 6 !important;}
}
@media screen and (max-width: 768px){
	.wrapper1{background-position: 30% 50%;} 
	.one-col{grid-column: span 6 !important} 
	.three-col{grid-column: span 6 !important}
	.five-col{grid-column: span 6 !important}
	button{float:none !important;display: block; margin: auto;}
	h1{font-size:3em;} 
	h2{text-align: center}
	#background{grid-column: span 1 !important}
	#prod-photo{grid-column: span 4 !important}
}
@media screen and (max-width: 768px){
.mobile{display:block !important;}
.desktop{display:none !important;}

}
@media screen and (max-width: 650px){
	.footer{padding:10px!important}
	.footer-logo{max-width:100px !important;}
	.footer-text, .footer-text p{font-size:.9em !important;}
	#header{font-size:60%!important;}
}
@media screen and (max-width: 550px){
	.inline-buttons a{
		display:block;
		width:100% !important;}
	.five-col .button{width:100% !important;}
	.footer{flex-direction:column;}
	.footer-text{text-align: center !important;}
}
@media screen and (max-width: 500px){
	#boxes{max-width:230px !important;
	   	   float:right;}
	.wrapper1{background-position: 45% 50%;}
	.three-col img{padding:0 !important;}
}


/*------------------END RESPONSIVE BREAKPOINTS------------------*/

/*------------------WRAPPERS------------------*/
.wrapper1{
	display: grid;
  	grid-template-columns: minmax(0px, auto) minmax(auto, 1150px) minmax(0px, auto);
	background-color: #f5f5f5;
	/*background: radial-gradient(circle, rgba(86,207,244,1) 0%, rgba(0,131,187,1) 100%);*/
	background-image: url("http://www.amandaroth.net/web-projects/jarrow-landing-pages/jd-women/images/women-header2.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	font-family:'Open Sans', sans-serif;
	height:100%;
	width:100%;
	margin:auto;
}
.wrapper2{
	background-color:#00cccc !important;
	display: grid;
  	grid-template-columns: minmax(0px, auto) minmax(auto, 1200px) minmax(0px, auto);
	font-family:'Open Sans', sans-serif;
	width:100%;
    padding: 3% 0 3% 0;
	margin:auto;
	box-shadow: inset 0px 0px 20px #4ca5a5;
}
.wrapper3{
	display: grid;
  	grid-template-columns: minmax(0px, auto) minmax(auto, 1200px) minmax(0px, auto);
	font-family:'Open Sans', sans-serif;
	width:100%;
	padding: 15px 0 30px 0;
	margin:auto;
}
.wrapper4{
	box-shadow: inset 0px 0px 20px #4ca5a5;
	background-color: #00cccc;
	display: grid;
  	grid-template-columns: minmax(0px, auto) minmax(auto, 1200px) minmax(0px, auto);
	font-family:'Open Sans', sans-serif;
	width:100%;
	margin-top:10px;
	margin:auto;
}

/*------------------END WRAPPERS------------------*/

/*-----------------------Center Columns------------------------------------*/
.center-column-two{
	display:grid;
	grid-template-columns: 1fr 1fr;
}
.center-column-five{
	display:grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.center-column-six{
	display:grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.center-column-eight{
	display:grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
/*-----------------------END Center Columns------------------------------------*/

/*------------------STRAIN EFFECTS------------------*/
.strains:hover {
	height:90px;
	cursor: pointer !important;
}
.strains:hover > p{
	opacity: 0;
	cursor: pointer !important;
	filter: alpha(opacity=50); /*Opacity for IE8 and lower*/
}
.strains:hover img{
	opacity:1;
}
/*------------------END STRAIN EFFECTS------------------*/

/*-----------------------Col-numbers-----------------------------*/
.strains-one-col{
	grid-column: span 1;
	display: block;
    margin: auto;
}
.one-col{
	grid-column: span 1;
	display: block;
    margin: auto;
}
.two-col{
	grid-column: span 2;
	display: block;
    margin: auto;
}
.two-col img{
	margin-left:30px;
	max-width:250px !important;
}
.one-col img{
	width:200px;
}
.three-col{
	grid-column: span 3;
	padding: 15px 30px;
	margin-top:20px;
	display: block;
    margin: auto;
}
.three-col img{
	grid-column: span 3;
	display:block;
	margin:auto;
	width:100%
}
.four-col{
	grid-column: span 4;
	display: block;
    margin: auto;
	padding:0 50px 0 0;
}
.five-col{
	grid-column: span 5;
	padding: 15px 30px;
	display: block;
    margin: auto;
}
.six-col{
	grid-column: span 6 !important;
	padding: 15px 30px;
	text-align:center;
	display: block;
    margin: auto;
}
.no-padding{ padding:0 !important;}
.center-col-padding{
	padding:3%; 
}
/*-----------------------END Col-number IMGS-----------------------------*/

/*-----------------------LISTS-----------------------------*/
.facts-list{
	grid-column: span 3;
}

.facts-list ul{
	list-style-type: circle;
}
.facts-list li{
	padding:7px 10px;
	font-size:16px;
	font-weight:400;
	color:white;
}
#checkmarks{
	list-style-type: none;
	text-align:center;
	padding: 0;
}
#checkmarks div{
	display: inline-flex;
    vertical-align: top;
    align-items: center;
    justify-content: center;
	margin: 10px;
	width: 180px;
	height:180px;
    border-radius: 50%;
    background-color: #00cccc !important; ;
	box-shadow: inset 0px 0px 10px #4ca5a5;
}
#checkmarks p{
	color: white;
	font-weight:700;
	font-size:.8em;
	padding:25px;
	line-height:1.5em;
}
#check{
	font-size: 3em;
}
/*-----------------------END LISTS-----------------------------*/
.spacer{
	grid-column: span 1;
}
.circle-bracket{
	margin:5% 0 5% 0;
}
.circle-bracket-img{
	width:300px !important;
}
.circle-bracket-title{
	font-size:2em;
	font-weight:bold;
	color:black;
}
#smaller-text{
	font-size:.9em;
}
.blue-background{
	background-color:#cdf7f7;
	background-image: url("http://www.amandaroth.net/web-projects/jarrow-landing-pages/jd-women/images/climpek.png");
	/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
.blue-background p{
	color:black;
}
.flower{
	background-image: url("http://www.amandaroth.net/web-projects/jarrow-landing-pages/jd-women/images/flower.png");
	background-repeat:no-repeat;
	background-position: right;
}
.flower p{
	color:black;
}
a{
	text-decoration: none
}
.mobile{
	display:none;
}

#header{
	line-height: 4em;
	font-size:.9em;
}
h1{
	font-family:'Open Sans', sans-serif;
	font-size: 4em;
	font-weight:300;
	margin:0 0 20px 0;
	color:white;
}
h2{
	color:black;
	font-size:2em;
	font-weight:700;
	margin:0;
}
h3{
	color:white;
	font-size:1em;
	font-weight:700;
	margin:0;
}

#background{
	grid-column: span 2;
}
#prod-photo{
	grid-column: span 3;
}
#boxes{
	float:right;
	width:100%;
	height:auto;
	margin:60px 10px 30px 10px;
	max-width: 400px;
}

#subhead{
	font-size:1.5em;
	font-weight: 700;
	margin:0;
	padding:0;
	letter-spacing: 4px;
	color:#e5ae00;
}
hr{
	grid-column:span 6;
	color:#00addc;
	background-color: #00addc;
	text-decoration: none;
	border: 0; 
	height: 1px; 
	width:100%;
	margin: 30px 20px 30px 20px;
}

em, .pink{
	font-weight: 700;
	color:#ff00a5;
}
sup{
	font-size:50%;
}

p{
	font-weight:400;
	color:#5D5D5D;
	font-size:15px;
	line-height: 1.8em;
}
.curve-border{
	border: 1px solid rgba(255, 255, 255, 0);
	border-radius:30% 0%;
}
.indent{
	margin-left:50px;
}
.single-box{
	box-shadow: 5px 5px 30px rgba(0,0,0,.3);
	margin-bottom:20px;
}
/*---------------------------FOOTER---------------------------------*/

.footer-logo{
	max-width:200px;
}
.footer{
	grid-column:span 6;
	max-width: 1200px;
	display:inline-flex;
	align-items: center;

}
.footer-text{
	padding:20px;
	text-align: left;
}
.footer p, .footer strong{
	color:white;
}
/*---------------------------END FOOTER---------------------------------*/

/* -------------------------Buttons-------------------------------*/
.button:focus{ outline: none; } 
.button{
	border-radius: 30px;
	font-size:1em; 
	font-weight:700;
	letter-spacing: 2px;
	background-color:#fadb01;
	padding: 20px 30px;
	color:#4ca5a5 ;
	border:0;
}
.button:hover{
	background-color:#ffc200;
	cursor: pointer;
}
.button:active{
	background-color:#e5ae00;
	color:#ffdeaa;  
}
.green{
	background-color:#41ad49 !important;
	color:white !important;
	width:100%;
}
.green:hover{
	background-color: #319b39 !important;
}
.green:active{
	background-color:#308a36 !important;
	color:#135f19 !important;
}
.five-col .button{
	width:300px; 
}
.inline-buttons{
	width:100%;
	text-align:center;
}
.inline-buttons a{
    display: inline-block !important;
}
.inline-buttons button{
	padding:15px 25px;
}
/* -------------------------END Buttons-------------------------------*/