html { 
  background: url('assets/Gummies2.png') no-repeat top right fixed; 
  background-size: 75vh;
}
body {
	margin: 0;
	padding: 0;
}
.leftcontainer {
	height: auto;
	width: 70%;
	overflow: hidden;
	background-color: #000;
	float: left;
	padding: 50 0 50 100;
}
.nav {
	height: 70px;
	width: 100%;
}
.nav img {
	margin-right: 50px;
	float: left;
}
.nav a {
	color: #fff;
	font-family: Futura, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}
.nav ul {
	margin: 30 0 0 0;
	padding: 0;
	list-style: none;
	position: relative;
	display: inline-table;
}
.nav li {
	float: left;
	padding-right: 50px;
}
.main {
	margin: 100 0 0 0;
	padding: 0;
	width: 80%;
	height: auto;
	color: #999;
	font-size: 9pt;
	font-family: Roboto, sans-serif;
}
.coa {
	background-color: #d2ff2c;
	height: auto;
	width: 70%;
	overflow: hidden;
	float: left;
	padding: 0 0 0 100;
	color: #000;
	font-size: 9pt;
	font-family: Roboto, sans-serif;
}
.copyright {
	background-color: #000;
	height: auto;
	width: 70%;
	overflow: hidden;
	float: left;
	padding: 50 0 0 100;
	color: #999;
	font-size: 9pt;
	font-family: Roboto, sans-serif;
}
.products {
	margin: 100 0 0 0;
	padding: 0;
	width: 80%;
	height: auto;
	float: left;
	color: #999;
	font-size: 9pt;
	font-family: Roboto, sans-serif;
}
h1 {
	color: #d2ff2c;
	font-family: Futura, sans-serif;
	text-transform: uppercase;
	font-size: 40pt;
}
h2 {
	color: #d2ff2c;
	font-family: Futura, sans-serif;
	text-transform: uppercase;
	font-size: 25pt;
	line-height: 10pt;
}
h3 {
	color: #fff;
	font-family: Futura, sans-serif;
	text-transform: uppercase;
	font-size: 10pt;
	line-height: 12pt;
	font-weight: 600;
}
h4 {
	color: #000;
	font-family: Futura, sans-serif;
	text-transform: uppercase;
	font-size: 25pt;
	line-height: 0;
}
.btn {
  background-color: #d2ff2c;
  border: none;
  color: #000;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-family: Futura, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.btn2 {
  background-color: #000;
  border: none;
  color: #fff;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-family: Futura, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.image-list-small {
  font-family: Futura, sans-serif;;
  max-width: 820px;
  padding: 30 0 0 0;
}
.image-list-small li {
  display: inline-block;
  text-align: center;
}
.image-list-small li > a {
  display: block;
  text-decoration: none;
  height: 137px;
  margin: 0;
  padding: 0;
}
.image-list-small .details {
  margin-top: 13px;
}
