.container {
  max-width: 1400px !important;
}

@font-face {
  font-family: TwenCen;
  src: url("../fonts/TwCenMTStd-Light.otf");
}

html, body {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  scroll-behavior: smooth;
}

body {
  padding-top: 97px;
}

h1, h2, h3, h4 {
  color: #3c1111;
  font-size: 1.3em;
  font-weight: bold;
}

p, input.form-control, label, .nav-link {
  font-size: 0.8em;
}

a {
  color: #e3131b;
}

a:hover {
  color: #e3131b;
}

em {
  font-size: 0.5em;
}

.tomato-name {
  font-size: 2em;
}

.crown-red {
  background-image: url("../img/Crown_red.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.crown-black {
  background-image: url("../img/Crown_black.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.crown-brown {
  background-image: url("../img/crown_brown.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.bold {
  font-weight: bold;
}

.bg-red {
  background-color: #e3131b;
}

.bg-light-green {
  background-color: #92c05b;
}

.bg-brown {
  background-color: #3c1111;
}

.bg-grey {
  background-color: #edeaea;
}

.text-red {
  color: #e3131b;
}

.text-brown {
  color: #3c1111;
}

strong {
  color: #e3131b;
}

strong.black {
  color: #000000;
}

.green-border {
  border-bottom: 10px solid #6eab24;
}

.red-border {
  border-bottom: 10px solid #e3131b;
}

.socials {
  color: #3c1111;
}

button.cta {
  border: none;
}

#navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000000;
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.32);
          box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.32);
}

#navbar a.nav-link {
  color: #3c1111;
}

#navbar img {
  position: absolute;
  left:0;
  z-index: 1;
  max-width:100px;
}

@media (min-width: 768px) {  
  #navbar img {
    max-width:none;
  }
}

#navbar .active {
  text-decoration: underline;
  -webkit-text-decoration-color: #edeaea;
          text-decoration-color: #edeaea;
}

.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product-name {
  max-width: 15em;
}

.header {
  background-image: url("../img/girl_enjoying_tomachoc.png");
  background-size: cover;
  background-position: top center;
  position: relative;
  height: 89vh;
  width: 100%;
  background-repeat: no-repeat;
}

.headerImg {
  z-index: 1;
  position: absolute;
  right: 0px;
  max-width: 750px;
}

#banner {
  background-image: url("../img/Background-crown.png");
  background-repeat: no-repeat;
  background-position: bottom right;
}

@media (min-width: 992px) {
  .img-footer {
    position: absolute;
    bottom: -100px;
    left: 60px;
    z-index: 1;
    height: 250px;
  }
}

.tomato-container {
  position: relative;
}

#Info {
  font-size: 0.9em;
}

#Info h2 {
  font-size: 2em;
}

#Info p {
  font-size: 1.1em;
}

.checkbox-lg {
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
}

.cta {
  background-color: #6eab24;
  color: #FFF;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 45px;
  padding-right: 45px;
  font-weight: bold;
  font-family: TwenCen;
}

.cta:hover {
  color: #FFF;
}
/*# sourceMappingURL=main.css.map */