* {
  box-sizing: border-box;
}

body {
  font-family: arial, sans-serif;
  font-size: 100%;
  background-color: #fff;
}

a {
  font-size: 1.125em;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color:#fff;
  background-color: #000;
}

.home-page-img:hover {
  background-color: #fff;
}

p {
  font-size: 1.1em;
  text-align: center;
  padding: 15px;
}

h1 {
  text-align: center;
  font-weight: bold;
  font-size: 1.25em;
  color: #463f3f;
}

h2 {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.1em;
  max-width: 250px;
  color: #463f3f;
  margin-left: auto;
  margin-right: auto;
}

h3 {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.1em;
  max-width: 250px;
  color: #463f3f;
  margin-left: auto;
  margin-right: auto;
}

.top {
  display: none;
}

.toggle,
[id^=drop] {
  display: none;
}

/* The Header */
.header-img {
  background-image:
url("https://www.theonlinevitaminshop.com/images/theonlinevitaminshop-header.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
}

/* Giving a background-color to the nav container. */
nav {
  margin:0;
  padding: 0;
  background-color: #324057;
  overflow: hidden;
  height: auto;
  
}

/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
  content:"";
  display:table;
  clear:both;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: center;
  height: auto;
}

ul.list {
  list-style-type: none;
  padding: 20px;
}

nav ul li {
  display:inline-block;
  background-color: #36393e;
  margin: 0;
}

li {
  font-size: 1.1em;
  list-style-type: none;
}

ul li:before {
  list-style-type: none;
}

nav ul li:before {
  display: none;
}

nav a {
  display:block;
  padding:14px 20px;
  color: #FFF;
  font-family: lato;
  font-weight: bold;
  font-size: 1.2em;
  background-color: #324057;
  text-decoration:none;
}

nav ul li ul li:hover { background: #403333; }

/* Background color change on Hover */
nav a:hover {
  background-color: #696969;
}

nav ul ul {
  display:none;
  position:absolute;
  /* has to be the same number as the "line-height" of "nav a" */
  top:auto;
}

nav ul li:hover > ul {
  display: inherit;
}

/* First Tier Dropdown */
nav ul ul li {
  display: block;
  color:#fff;
  background-color:#5A5A5A;
  text-decoration:none;
}

.arrow {
  border:solid white;
  border-width:0 3px 3px 0;
  display:inline-block;
  padding:3px;
}

.down {
  transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
}

.icon {
  font-size:1.125em;
}

span {
  color: #fff;
  background-color: #595858;
  font-size: .9em;
  padding: 5px 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.column {
  width: 50%;
  height: auto;
  padding: 0px 12px 6px 0px;
  float: left;
  margin-top: 30px;
}

.home-page-column {
  width: 33.33%;
  height: auto;
  border: 1px solid black;
  float: left;
 }

.product-column {
  width: 33.33%;
  border: 1px solid black;
  float: left;
  margin-bottom: 25px;
}

.product-img {
  margin-top: 20px;
  text-align: center;
}

.home-page-column-list {
  padding: 15px;
  float: left;
}

.home-page-product-img {
  padding: 5px 20px 0px;
}

.home-page-button {
  display: block;
  text-align: center;
  background-color: #324057;
  color: #fff;
  max-width: 150px;
  font-size: 1em;
  font-weight: bold;
  padding: 8px 5px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  clear: both;
}

a.home-page-button {
  font-size: 1.1em;
  text-decoration: none;
}

a.home-page-button:hover { 
  background:#000000; 
}

.product-page-button {
  display: block;
  text-align: center;
  background-color: #324057;
  color: #fff;
  max-width: 150px;
  font-size: 1em;
  font-weight: bold;
  padding: 8px 5px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  clear: both;
}

a.product-page-button {
  font-size: 1.1em;
  text-decoration: none;
}

a.product-page-button:hover { 
  background:#000000; 
}

a.button {
  font-size: 1.125em;
  text-decoration: none;
}

a.button:hover { 
  background:#000000; 
}

.home-page-link {
  text-align: center;
  color: #10356b;
  max-width: 350px;
  padding: 10px;
  font-size: 1.25em;
  font-weight: bold;
  font-family: sans-serif;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  clear: both;
}

a.home-page-link {
  display: block;
  font-size: 1.125em;
  text-decoration: none;
  color: #10356b;
}

a.home-page-link:hover { 
  color: #fff;  
  background: #000000; 
}

.top-of-page-link {
  text-align: center;
  color: #10356b;
  max-width: 350px;
  padding: 10px;
  font-size: 1.25em;
  font-weight: bold;
  font-family: sans-serif;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  clear: both;
}

a.top-of-page-link {
  display:block;
  font-size: 1.125em;
  text-decoration: none;
  color: #10356b;
  
}
  
a.top-of-page-link:hover {
  color: #fff;  
  background: #000000; 
}  

#unordered-list a {
   display: block;
   font-family: arial;
   font-size: 20px;
   font-weight: 600;
   text-align: center;
   padding: 16px;
}

.img-illustration {
  width: 50%;
  height: auto;
  float: left;
  margin-top: 25px;
  margin-bottom: 25px;
}

.img-illustration-tips {
  width: 50%;
  height: auto;
  float: left;
  margin-bottom: 25px;
}

.mobile-header-img {
  display: none;
}

.mobile-header-favicon {
  display: none;
}

.mobile-img {
  display: none;
}

#footer {
  background-color: #324057;
  color: #fff;
  text-align:center;
  height: 150px;
}

.social-media-icons {
  text-align: center;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 30px;
}

.social-media-icons a:hover {
  background-color: #324057;
}

.twitter-icon {
  margin: 10px;
  background-color: #324057;
  width: 48px;
  height: 48px;
}

.facebook-icon {
  margin: 10px;
  background-color: #324057;
  width: 48px;
  height: 48px;
}

.pinterest-icon {
  margin: 10px;
  background-color: #324057;
  width: 48px;
  height: 48px;
}

.affiliate-disclosure {
  font-size: 1em;
  text-align: center;
  font-family: italic;
  margin-top: 20px;
  margin-bottom: 20px;
}

.affiliate-disclosure-link {
  color: #fff;
}

.copyright-text {
  font-size: 1.2em;
  color: #fff;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 15px;
}

@media screen and (max-width: 1000px) {

nav a {
  display:block;
  padding:15px 15px;
  color:#FFF;
  font-weight: bold;
  font-size:1.125em;
  text-decoration:none;
}

.home-page-column {
  width: 50%;
  border: 1px solid black;
  height: 400px;
  margin-bottom: 20px;
  float: left;
 }
}

@media all and (max-width : 768px) {

.menu-icon {
  display: inline-block;
  background-color: #324057;
  position: absolute;
  left: -100%;
  top: -100%;
}

.product-img-title {
  margin-top: 20px;
  max-width: 250px;
}

.img-illustration {
  width: 100%;
  height: auto;
}

nav {
  margin:0;
  background-color: #324057;
}

.mobile-title {
  display: inline-block;
  padding: 15px 0px 15px;
  font-size: 1.25em;
  color: #fff;
  background-color: #324057;
  margin-left: 25%;
}

/* Hide the navigation menu by default */
/* Also hide the  */
.toggle + a,
.menu {
  display:none;
}

/* Styling the toggle label */
.toggle {
  display: inline-block;
  position: absolute;
  background-color: #324057;
  color:#fff;
  font-size: 1.1em;
  font-weight: bold;
  width: 100%;
  text-decoration:none;
  border:none;
}

.toggle:hover {
  background-color: #324057;
}

.toggle-1 {
  padding: 10px 0px 10px 5px;
  color: #fff;
  font-size: 1.125em;
  text-decoration: none;
}

label.toggle-1 {
  background-color: #324057;
}

/* Display Dropdown when clicked on Parent Label */
[id^=drop]:checked + ul {
  display:block;
}

/* Change menu item's width to 100% */
nav ul li {
  display:block;
  width:100%;
  
}

nav ul li ul li .toggle,
nav ul ul a,
nav ul ul ul a{
  padding:14px 20px;
  color: #FFF;
  font-size:1.125em;
}

nav ul li ul li .toggle,
  nav ul ul a {
  background-color: #5A5A5A;
}

nav ul li ul li .toggle-1,
nav ul ul a,
nav ul ul ul a{
  padding:14px 20px;
  color:#FFF;
  font-size:1.125em;
}

nav ul li ul li .toggle-1,
  nav ul ul a {
  background-color: #36393e;
}

/* Hide Dropdowns by Default */
nav ul ul {
  float:none;
  position:static;
  color:#ffffff;
/* has to be the same number as the "line-height" of "nav a" */
}
/* Hide menus on hover */
nav ul ul li:hover > ul,
nav ul li:hover > ul {
  display:none;
}
/* Fisrt Tier Dropdown */
nav ul ul li {
display:block;
width:100%;
}

.product-column {
  width: 100%;
}

.footer {
  background-color: #10356b;
}
}

@media screen and (max-width: 600px) {

body {
  background-color: #fff;
  color: inherit;
}

.top {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  margin-top: 5px;
  height: auto;
}

nav ul li {
  font-size: 1.1em;
}

nav a {
  font-size: 1em;
  padding: 20px;
}

.homepage.h3-title {
  display: none;
}

.column {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.home-page-column {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid black;
  height: 400px;
}

.product-column {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid black;
  height: auto;
}

.product-img {
  max-width: 100%;
  height: auto;
  border: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.home-page-product-img {
  max-width: 100%;
  height: auto;
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.img-illustration {
  width: 100%;
  height: auto;
}

.amazon-disclosure {
  width: 250px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.home-page-button {
  margin-bottom: 30px;
}

.product-page-button {
  margin-bottom: 30px;
}

.home-page-link {
  display: block;
  width: 300px;
  padding: 25px;
  font-size: 1.125em;
}

#footer {
  background-color: #324057;
  color: #fff;
  text-align:center;
  margin-top: 30px;
  height: auto;
}
}

@media all and (max-width : 480px) {

.mobile-title {
  font-size: 1em;
  text-align: center;
}
}

@media all and (max-width : 330px) {

nav ul li {
  display:block;
  width:94%;
}
}