.btn-primary {
  background-color: #255a6f;
  border-color: #255a6f;
}

.btn-primary:hover {
  background-color: #031b28;
  border-color: #031b28;
}

/* HTML5 display-role reset for older Fbrowsers */
html {
  scroll-behavior: smooth;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  background-color: #eaeaea;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.container {
  width: auto;
  margin: 70px 0 0 0;
}

header {
  position: fixed;
  width: 100%;
  top: 0px;
  background-color: #eaeaea;
  z-index: 10000;
}

h2 {
  font-size: 2em;
  position: absolute;
  top: 30%;
  left: 5%;
  color: #eaeaea;
  text-align: left;
  max-width: 700px;
}

h3 {
  font-size: 26px;
  padding: 88px 0 14px 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  h3 {
    padding: 44px 0 14px 0;
  }
}

p {
  line-height: 1.5em;
  font-size: 16px;
}

a {
  text-decoration: none;
}

.section {
  padding: 0 5% 0 5%;
}

#nav-bar ul {
  align-items: flex-end;
}
#nav-bar li {
  padding: 0 0 0 90px;
}
#nav-bar a {
  color: #255a6f;
  font-size: 1.17em;
}
#nav-bar a:hover {
  color: #031b28;
  font-size: 1.17em;
}

.navbar {
  padding: 0.5rem 5% 0.5rem 5%;
}

.navbar-expand-md .navbar-nav .nav-link {
  padding-left: 0;
  padding-right: 0;
}

#main {
  width: 100%;
  background-color: #eaeaea;
  margin: auto;
  padding-top: 66px;
}

#main-splash-img {
  max-height: 767px;
  min-height: 500px;
  background-image: url("http://fennellweb.com/sites/elixir-of-life/images/vial_c_1400w_767h.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
#main-splash-img h2 {
  color: #eaeaea;
}

#get-started-text p {
  padding-top: 1.5em;
}

#main-text-blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#main-text-blocks #elixir-calculator {
  position: absolute;
  top: 45px;
  left: 33px;
}
@media only screen and (max-width: 768px) {
  #main-text-blocks #elixir-calculator {
    left: 0;
    top: 0;
  }
}
@media only screen and (max-width: 320px) {
  #main-text-blocks #elixir-calculator {
    height: 5em;
    top: 22px;
  }
}
#main-text-blocks h3 {
  border-bottom: 2px solid #255a6f;
}
#main-text-blocks p {
  margin-top: 34px;
}

.navbar-toggler {
  border: 1px solid #255a6f;
}

.align-items-baseline {
  padding-left: 0;
}

#testemonials {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#testemonials h3 {
  border-bottom: 2px solid #255a6f;
  margin-bottom: 30px;
  width: 44%;
  margin: auto;
  flex-basis: 100%;
}
@media only screen and (max-width: 768px) {
  #testemonials h3 {
    width: 87%;
  }
}
#testemonials .quote-container-left-aligned {
  width: 100%;
  display: flex;
  align-items: flex-end;
  margin-bottom: 40px;
}
#testemonials .quote-container-left-aligned .quote-pic {
  height: 108px;
  width: 108px;
  margin-left: 3px;
}
#testemonials .quote-container-left-aligned .quote-arrow {
  width: 30px;
  height: 30px;
  background-color: #255a6f;
  -webkit-clip-path: polygon(100% 0, 0 56%, 100% 100%);
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  padding-bottom: 12px;
  margin: 0 -1px 30px 0;
}
#testemonials .quote-container-left-aligned .quote-block {
  width: 100%;
  padding: 33px 23px 13px 33px;
  background-color: #255a6f;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border-radius: 7px 7px 7px 7px;
}
#testemonials .quote-container-left-aligned .quote-block .quote-head {
  color: #eaeaea;
  font-size: 24px;
}
#testemonials .quote-container-left-aligned .quote-block .quote-body {
  width: 90%;
  color: #031b28;
}
#testemonials .quote-container-left-aligned .quote-block .quote-name {
  float: right;
  color: #031b28;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  #testemonials .quote-container-left-aligned {
    flex-direction: column-reverse;
  }
  #testemonials .quote-container-left-aligned .quote-arrow {
    width: 30px;
    height: 30px;
    background-color: #255a6f;
    -webkit-clip-path: polygon(100% 0, 0 0%, 100% 100%);
    clip-path: polygon(100% 0, 0 0%, 100% 100%);
    padding: 0;
    margin: -5px 0 0 0;
  }
}
#testemonials .quote-container-right-aligned {
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex-direction: row-reverse;
  margin-bottom: 40px;
}
#testemonials .quote-container-right-aligned .quote-pic {
  height: 108px;
  width: 108px;
  margin-left: 3px;
}
#testemonials .quote-container-right-aligned .quote-arrow {
  width: 30px;
  height: 30px;
  background-color: #255a6f;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  padding-bottom: 12px;
  margin: 0 0 30px -1px;
}
#testemonials .quote-container-right-aligned .quote-block {
  width: 100%;
  padding: 33px 23px 13px 33px;
  background-color: #255a6f;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border-radius: 7px 7px 7px 7px;
}
#testemonials .quote-container-right-aligned .quote-block .quote-head {
  color: #eaeaea;
  font-size: 24px;
}
#testemonials .quote-container-right-aligned .quote-block .quote-body {
  width: 90%;
  color: #031b28;
}
#testemonials .quote-container-right-aligned .quote-block .quote-name {
  float: right;
  color: #031b28;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  #testemonials .quote-container-right-aligned {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  #testemonials .quote-container-right-aligned .quote-arrow {
    width: 30px;
    height: 30px;
    background-color: #255a6f;
    -webkit-clip-path: polygon(100% 0, 0 -100%, 0% 100%);
    clip-path: polygon(100% 0, 0 -100%, 0% 100%);
    padding: 0;
    margin: -5px 0 0 0;
  }
}
#testemonials #testemonials-background {
  margin-top: 34px;
  background: #031b28;
  width: 100%;
}
#testemonials #testemonials-container {
  margin-top: 34px;
  width: 100%;
}

#contact h3 {
  width: 44%;
  border-bottom: 2px solid #255a6f;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  #contact h3 {
    width: 87%;
  }
}
#contact #contact_dont_miss_out {
  text-align: center;
  margin-top: 34px;
  margin-bottom: 1rem;
}
#contact #form {
  display: flex;
  flex-direction: column;
}
#contact #form #form-block-2 {
  display: none;
  opacity: 0;
  transition: opacity 0.5s;
}
#contact #form #form-block-2.visible {
  opacity: 1;
  transition: opacity 0.5s;
}
#contact #form #form-block-2.display {
  display: block;
}
#contact #form #form-block-3 {
  display: none;
  opacity: 0;
  transition: opacity 0.5s;
}
#contact #form #form-block-3.visible {
  opacity: 1;
  transition: opacity 0.5s;
}
#contact #form #form-block-3.display {
  display: block;
}
#contact #form #form-block-4 {
  display: none;
  opacity: 0;
  transition: opacity 0.5s;
}
#contact #form #form-block-4.visible {
  opacity: 1;
  transition: opacity 0.5s;
}
#contact #form #form-block-4.display {
  display: block;
}
#contact #form p {
  margin: 0;
}
#contact #form .additional-info {
  text-align: center;
  margin-bottom: 1em;
}
#contact #form .additional-info p {
  margin: 0;
}

#submitForm {
  display: none;
}

footer {
  display: flex;
  margin-bottom: 4em;
}
footer img {
  margin: auto;
}

@media screen and (min-width: 480px) {
  #main-splash-img {
    min-height: 738px;
  }
}

/*# sourceMappingURL=main.css.map */
