{font-family: 'PT Sans', sans-serif;
font-family: 'Londrina Shadow', cursive;}

body {
  /* min-width: 1100px;*/
  margin-left: 0px;
  margin-right: 0px; 
  background-color: black;
}

.no-padding {
  padding: 0px;
}

.row {
  margin: 0px;
}

/*---------------SITE CODE-------------------------------------*/

a {
	color: white;
	text-decoration: underline;
	font-weight: bold;
}


a:hover {
	color: white;
}

h2 {
	font-family: 'Lora', serif, Helvetica, Arial;
	font-size: 40px;
	/* text-transform: uppercase;*/
	color:white;
	margin: 5px 0;
	font-weight: bold;
}

p {
	font-family: 'PT Sans', Helvetica, Arial;
  color: white;
  
	font-size: 18px;
}

ul#uses_list {
font-family: 'PT Sans', Helvetica, Arial;
font-weight:bold;
color: white;
display: inline-block;
padding-left: 0px;
padding-top: 20px;
}

ul#uses_list li {
	float:left;
	margin-right:20px; 
	cursor: default;
	  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: black;
background: rgb(220, 226, 241);
  border: 1px solid white;
}

ul#uses_list li a {
  color: blue;
}

li#first {
	list-style-type: none;
}
/*logo*/

.logo_wrap {
  background-image: url(../img/logo_wrap.png);
  background-repeat: repeat-x;
  z-index: -1;
  height:435px;
}

#logo-col {
  overflow: hidden;
}

#logo {
  /* position: relative;*/
  /* left: 100%;*/
  /* margin-left:-200%;*/
  position: relative;
  left: 50%;
  transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
}

/*video*/
.embed-container { 
position: relative; margin: 0 100px; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
}

#intro_video {
	/* width: auto;*/
	/* margin-left: 150px;*/
	background-color: black;
	padding: 20px;
}

#vid_wrapper {
  background-color: black;
  padding: 25px;
}

/*what*/

.about_wrap {
	background-image: url(../img/bgrnd.png);
	background-repeat: repeat;
	box-shadow: inset 0px 3px 5px #000000;
	margin-left: -2px;
	background: c;
}

#what_cont, #with_cont {
	/*border-bottom: dashed;*/
  border-color: white;
}

#what_text {
	margin: 15px 10px;
	border-bottom: 5px dashed white; 
}

.howto {
	/*width:33%;*/
	/* width: 346px;*/
	/* height: 346px;*/
	/*background:white;*/
	background: rgb(220, 226, 241);
	border-radius: 50%;
	border: 1px solid white;
	float:left;
	display: inline;
	/* margin-left:18px;*/
}

.how_wrap {
	/* padding-top:30px;*/
	/* width: 1100px;*/
}

.howto h2 {
	font-size: 20px;
	margin: 8% 0px;
	padding-top: 12%;
	text-align: center;
	color: black;
}

.howto p {
	color: white;
/* 	text-transform: uppercase; */
	font-size: 0.9em;
}

.howto img {
  width: 75%;
	/* padding-left: 10%;*/
	position: relative;
	left: 10%;
	margin-bottom:20%;
}

#bridge {
	/* margin-top: 5%;*/
	/* width:95%;*/
	left: 12%;
}

#reviews {
  text-align: center;
}

/*With*/

#with_text {
	/*text-align: right;*/
  margin-top: 10px;
}

#with_title {
	margin: 15px 0;
	padding: 5px 0;
	border-bottom: 5px dashed white;
}

.with h2 {
	font-size: 24px;
	margin: 20px 0px;
}

#with_text p, #buy_text p {
  text-align: left;
  /* font-family: 'Lora', Helvetica, Arial;*/
  font-size: 20px;
  margin: 0px;
  /* text-transform: uppercase;*/
  font-weight: bold;
}
.with h2 {
	/*text-align: right;*/
}

.with p {
/* 	text-align: justify; */
}

p#ingredients {
	font-size: 16px;
	text-transform: none;
	font-family: 'PT Sans', Helvetica, Arial;
}

.ing_toggle {
    margin-bottom: 10px;
    cursor: pointer;
    font-size:24px;
}
.ing_toggle h2 {
    margin-bottom: 10px;
    cursor: pointer;
    font-size:24px;
}

.ing_toggle h2:hover {
  text-decoration: underline;
}

#ingredients {
  display: none;
  background: white;
  margin: 10px;
  padding: 10px;
  font-size: 0.8em;
  text-align: left;
  color: black;
}

#organic_img {
  float: left;
}
/*Buy*/

.buy_wrap {
	overflow:hidden;
	/* border-top: 1px solid white; */
  border-bottom: 5px dashed white;
}

#buy_text {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}

#jar_cont img {
 /*margin: 10px auto;*/
 width: 100%;
 height:inherit;
 display: block;
 /*border: 5px solid white;*/
  /*padding: 5px;*/
}

@media (max-width: 751px) {
  #logo {
    height: 300px;
  }
}

@media (max-width: 521px) {
  #logo {
    height: 200px;
  }
  .howto h2 {
    font-size: 14px;
  }
}

@media (max-width: 993px) {
  .jar-last {
  display: none;
  }
  .howto {
    margin-bottom: 20px;
  }
  .buy-col {
    max-height: 450px;
  }
  .embed-container { 
    margin: 0px;
  }
}

#buy_button_grid {
	height: 263px;
	/*background: black;*/
}

#buy_text {
	/*margin-top: 10px;*/
	/* border-bottom: 1px dashed white;*/
}
.buy_button {
	/*margin: 20% auto 0 auto;*/
  margin-top: 20%;
  width: 100%;
	position: absolute;
	top: 0px;
}

#buy_cont p {
  padding-bottom:20px;
}

#paypal_button {
  /* padding: 40px;*/
  width:100%;
  display:inline-block;
  text-align:center;
  height: 100px;
}

#paypal-form {
  max-height: 100px;
}

.offer_button {
  padding-left: 150px;
}

.offer_button form {
  padding-left: 250px;
}

#price {
  padding-bottom: 20px;
}

#price, #line-through {
  /* padding-left: 26px; */
  text-align: center;
}

#shipping_comment {
	font-size: 16px;
	margin-top: 10px;
	text-align: center;
}

form {
  padding: 25px;
}

#note p {
  text-align: center;
  font-size: 0.8em;
}

#line-through {
  text-decoration: line-through;
}


/*Contact*/

#contact {
  margin-left: auto;
  margin-right: auto;
  width: 400px;
  padding-bottom: 60px;
}

/*Thanks*/

#thank_cont {
  padding-top: 20px;
}

/*Stockists*/

#stockist_logo {
margin: auto;
width: 345px;
margin-top: 20px;
margin-bottom: 20px;
}

#stockists_cont {
padding-top: 10px;
}

/* Tint */

#tint-grid {
	margin-top: 20px;
	height: 850px;
}

#tint-wrapper {
  width:100%;
  background-color:black;
  /* padding-bottom: 20px; */
  padding: 20px 0;
  overflow: hidden;
}

/*Footer*/

footer {
  box-shadow: inset 0 3px 5px black;
  margin-left: -3px;
  height: 100%;
  background-color: white;
}

#footer_cont {
  text-align: center;
  /* width: 940px;*/
  padding: 20px;
}

#footer_list ul li a {
  font-weight: bold;
  color: blue;
}

#footer_list ul li a:hover {
  color: black;
}

#footer_list li {
  list-style: none;
  opacity: 0.8;
  display: inline;
  font-family: 'PT Sans', Helvetica, Arial;
  color: gray;
  font-size: 16px;
  padding: 0 10px 0 10px;
  position: relative;
  left: -25px;
}

.li_border {
  border-left: 1px solid gray;
}

/*OFFER*/

.offer_wrap {
  background: red;
  margin-bottom: 20px;
}

.offer_wrap p {
  font-size: 26px;
  text-align: center;
}
