html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
a {
  outline: 0;
  text-decoration: none;
  font-weight: 300;
  cursor: pointer;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote::before, blockquote::after,
q::before, q::after {
  content: '';
  content: none;
}
blockquote {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 40px;
  margin-right: 40px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
}

/* Reset */

html {
  height: 100%;
}

body, html {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.75;
  font-size: 18px;
  border-top: 6px solid black;
}

img {
  max-width: 100%;
}

figure img {
  max-width: 768px;
  width: 100%;
}

figure {
  font-size: 80%;
  display: block;
  margin: 0 auto;
  max-width: 768px;
  width: 100%;
  padding: 30px 0 0 0;
}

h1, h2, h3, h4, h5 {
  color: #000;
  margin: .5em 0;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 500;
  line-height: 1.5em;
}

h1 {
  font-size: 1.75em;
  font-weight: 600;
}

h2 {
  font-size: 1.25em;
}

h3, h4, h5 {
  font-size: 1.1em;
}

a {
  text-decoration: none;
  color: #a1a192;
}

a:visited:hover,
a:hover {
  transition: all .3s;
}

a:visited {
 color: #bb7cbd;
}

p {
  margin: .25em 0 .5em 0;
}

ol {
  list-style: initial;
  list-style-type: decimal;
  padding-left: 1em;
}

ul {
  list-style: initial;
  padding-left: 1em;
}

li {
  font-size: .85em;
}

/* NAV */
/* navigation stick with list approach */

nav ul {
  margin: 0;
  padding: 0;
}

nav ul li {
  display: inline;
}

nav ul {
  text-align: right;
  height: 80px;
  padding-right: 20px;
}

nav a {
  padding: 0 20px;
  margin: 0;
  display: inline-block;
  line-height: 80px;
  text-decoration: none;
}

nav a:visited {
  color: #000;
}

nav a:hover {
  color: #333;
}

nav a.active {
  position: relative;
}

nav ul a.active {
  color: rgba(208, 30, 69);/*and a side order of ham*/
  font-weight: 300;
}

.logo {
  background-image: url('/images/welliver-website-logo.svg');
  background-repeat: no-repeat;
  height: 80px;
  width: 280px;
  display: block;
  position: absolute;
  left: 10px;
  top: 15px;
}
/* nav over */

.general-container {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
}

header {
  min-height: 136px;
}

main {
  padding: 0 10px;
  padding-bottom: 35px;
}

main section.col2 {
  display: flex;
  column-gap: 40px;
  margin-bottom: 40px;
}

main section.col2 article {
  flex: 50%;
}

.column-image.padded{
  padding: 40px;
}

footer  {
  position: fixed;
  width: 100%;
  bottom: 0px;
  left: 0px;
  text-align: center;
  font-size: 75%;
  color: white;
  background-color: black;
}

footer a,
footer a:visited {
  color: white;
}
