/*	Less Framework 4
	http://lessframework.com
	by Joni Korpi
	License: http://opensource.org/licenses/mit-license.php	*/





/*	Default Layout: 992px. 
		Gutters: 24px.
		Outer margins: 48px.    */



/*	Width Tablet Layout: 950px.
		Gutters: 24px.
		Outer margins: 28px.  */

@media only screen and (min-width: 951px) and (max-width: 1100px) {
#bs-example-navbar-collapse-1 .navbar-nav {
  margin-right: 68px;
  margin-top: 0;
}
#logo-scroll ul li img {
  margin-left: 17px;
  margin-right: 20px;
}
#logo-scroll ul li a {
  color: #444;
  display: block;
  font-family: "GillSansRegular";
  font-size: 1.3em;
  letter-spacing: 2.2px;
  padding: 26px 18px 15px;
  text-transform: uppercase;
}
.top-header a.navbar-brand img {
  width: 95%;
}
#bs-example-navbar-collapse-1 .navbar-nav {
  margin-right: 0;
  margin-top: 57px;
}
.navbar-nav li a {
  font-size: 1.2em;
  letter-spacing: 2.5px;
  padding: 15px 12px;
  text-transform: uppercase;
}
.header-bottom {
  width: 45%;
}
.about-section {
  width: 100%;
}
.ingredients-overly {
  background-size: cover;
}
.about-section .about-text {
  width: 82%;
}
.ingredients-overly p {
  padding: 50px 50px 70px;
}
.origins-section {
  margin-top: 45px;
}
.origins-bottom {
  width: 100%;
}
.origins-bottom img {
margin-left: 49px;
width: 85%;
}
.origins-bottom p {
  line-height: 26px;
  padding: 0 60px 0 10px;
}
.enjoy-bottom {
  margin: 40px auto;
  width: 90%;
}
.enjoy-bottom p {
  padding: 6px 10px;
}
.kickstar-section {
  width: 80%;
}
.subscription {
  width: 80%;
}
	

}

/*	Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.  */

@media only screen and (min-width: 768px) and (max-width: 950px) {
#bs-example-navbar-collapse-1 .navbar-nav {
  margin-right: 68px;
  margin-top: 0;
}
#logo-scroll ul li img {
  margin-left: 5px;
  margin-right: 8px;
}
#logo-scroll ul li a {
  color: #444;
  display: block;
  font-family: "GillSansRegular";
  font-size: 1.2em;
  letter-spacing: 2.2px;
  padding: 26px 11px 15px;
  text-transform: uppercase;
}
.header-bottom {
  width: 45%;
}
.about-section {
  width: 100%;
}
.ingredients-overly {
  background-size: cover;
}
.about-section .about-text {
  width: 82%;
}
.ingredients-overly p {
  padding: 50px 50px 70px;
}
.origins-section {
  margin-top: 45px;
}
.origins-bottom {
  width: 100%;
}
.origins-bottom img {
  margin-left: 40px;
  width: 90%;
}
.origins-bottom p {
  line-height: 25px;
  margin-top: 0;
  padding: 0 18px 0 10px;
}
.enjoy-bottom {
  margin: 40px auto;
  width: 90%;
}
.enjoy-bottom p {
  padding: 6px 10px;
}
.kickstar-section {
  width: 80%;
}
.subscription {
  width: 80%;
}
	

}



/*	Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.*/

@media only screen and (max-width: 767px) {
#logo-scroll {
  top: -410px;
}
.header-bottom {
	margin: 40px auto;
	width: 96%;
}
.about-section {
  margin: 30px auto 10px;
}
.about-section .about-text {
  margin: 20px auto 0;
  text-align: left;
  width: 100%;
}
.ingredients-overly {
  background-size: cover;
}
.ingredients-overly p {
  font-size: 17px;
  letter-spacing: 2px;
  line-height: 35px;
  padding: 10px 4px;
}
.origins-section {
  margin-top: 40px;
}
.origins-bottom {
  margin:40px auto;
  width: 100%;
}
.origins-bottom img {
margin-left: 7px;
text-align: center;
width: 94%;
}
.origins-bottom p {
  padding: 0 5px;
}
.kickstar-section {
  width: 90%;
}
.enjoy-bottom {
  width: 100%;
}
.enjoy-bottom p {
  padding: 6px 0px;
}	
.subscription {
  margin: 0 auto 100px;
  text-align: center;
  width: 100%;
}
.form-control {
  font-size: 11px;
  letter-spacing: 1px;
  margin: 0 auto;
  text-align: left;
  width: 100%;
}

	
}



/*	Wide Mobile Layout: 480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
#logo-scroll {
  top: -410px;
}
.header-bottom {
  margin: 70px auto 40px;
  width: 70%;
}
.about-section .about-text {
  margin: 20px auto 0;
  text-align: left;
  width: 100%;
}
.ingredients-overly {
  background-size: cover;
}
.ingredients-overly p {
  font-size: 17px;
  letter-spacing: 2px;
  line-height: 35px;
  padding: 10px 4px;
}
.origins-bottom {
  width: 100%;
}
.origins-bottom img {
  margin-left: 20px;
  text-align: center;
  width: 90%;
}
.origins-bottom p {
  padding: 0 5px;
}
.kickstar-section {
  width: 90%;
}
.enjoy-bottom {
  width: 100%;
}
.enjoy-bottom p {
  padding: 6px 10px;
}
.form-control {
font-size: 14px;
letter-spacing: 1.2px;
text-align: center;
}

	

	
}