@charset "utf-8";
#div-ingredients {
	padding: 0.5%;
	background-color: #D2E9BC;
}
#div-ingredients h1 {
	padding: 0%;
	background-color: #D2E9BC;
	font-size: 80%;
	text-transform: uppercase;
	font-weight: 700;
	color: #333;
	margin: 0%;
}
#div-ingredients p {
	font-size: 80%;
	color: #030;
	padding: 0%;
	margin: 0%;
}
#ripitBottle {
	float: left;
}
#buyNowBottle {
	clear: both;
	width: 100%;
	height: auto;
}
#homeText {
	clear: both;
}
#divfb {
	clear: both;
}
.testheading {
	font-size: 150%;
	font-weight: 700;
	display: block;
	margin-bottom: 2%;
	margin-top: 1%;
}
.testmessage {
	font-size: 100%;
	font-weight: 300;
	display: block;
	margin-bottom: 1%;
}
.testauthor {
	font-size: 100%;
	font-weight: 500;
	color: #067845;
	display: inline;
	padding-bottom: 1.5%;
}
.testcompany {
	text-transform: uppercase;
	color: #000;
	font-size: 80%;
	font-weight: 400;
	display: inline;
	padding-bottom: 1.5%;
}
.testhr {
	display: block;
	margin-bottom: 1.5%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-top: 1%;
}
/* >>>>>>>> START OF NAV MENU >>>>>>>> */

.topnavmenu {
	width: 50%;
	float: left;
}
/* Remove margins and padding from the list, and add a black background color */
ul.topnav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #FFFFFF;
}
/* Float the list items side by side */
ul.topnav li {
	float: left;
}
/* Style the links inside the list items */
ul.topnav li a {
	display: inline-block;
	color: #016A3F;
	text-align: center;
	text-decoration: none;
	transition: 0.3s;
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;
	border-left: 1px solid #ededed;
	line-height: 41px;
}
/* Change background color of links on hover */
ul.topnav li a:hover {
	background-color: #ADDF5E;
	color: #333;
}
/* Hide the list item that contains the link that should open and close the topnav on small screens */
ul.topnav li.icon {
	display: none;
}
ul.topnav li.sitenav {
	display: none;
}

 /* When the screen is less than 680 pixels wide, hide all list items, except for the first one ("Home"). Show the list item that contains the link to open and close the topnav (li.icon) */
@media screen and (max-width:680px) {
ul.topnav li {
	display: none;
}
ul.topnav li.icon {
	float: left;
	display: inline-block;
}
ul.topnav li a {
	border-left-style: none;
}
ul.topnav li.sitenav {
	display: none;
}

}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens */
@media screen and (max-width:680px) {
ul.topnav.responsive {
	position: relative;
}
ul.topnav.responsive li.icon {
	left: 0;
	top: 0;
}
ul.topnav.responsive li {
	float: none;
	display: inline;
}
ul.topnav.responsive li a {
	clear: both;
	display: block;
	text-align: left;
}
}
/* >>>>>>>> END OF NAV MENU >>>>>>>> */

 @media only screen and (min-width: 400px) {
#buyNowBottle {
	width: 316px;
	height: auto;
	float: left;
	padding-right: 1em;
}
#homeText {
	float: left;
	clear: none;
	width: 100%;
	padding-right: 1em;
}
#divfb {
	clear: none;
	float: left;
	width: 33%;
}
}
