@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Nunito+Sans:wght@200;300;400&display=swap");
.hidden {
  display: none;
}

.centered {
  text-align: center;
}

.bg-primary {
  background-color: #A77666;
}

.bg-secondary-own {
  background-image: linear-gradient(45deg, #CA6B70, #D68B8D, rgba(214, 139, 141, 0.65), #D68B8D, #CA6B70);
  color: #FCEEF0;
}

.bg-third {
  background-color: #00778B;
  color: #FCEEF0;
}

.text-primary-color {
  color: #A77666;
}

.text-gray-color {
  color: #B5BDD4;
}

a.text-primary-color:hover {
  color: #e09ea2;
}

body {
  font-family: 'DM Serif Display', serif;
  font-family: 'Nunito Sans', sans-serif;
  color: #303030;
}

h1, h2 {
  font-family: 'DM Serif Display', serif;
}

h3 {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 200;
}

h4 {
  color: #231F20;
  padding-top: 20px;
  padding-bottom: 20px;
}

.btn.btn-primary {
  border: #e09ea2 1px solid;
  background-color: #FCEEF0;
  color: #A77666;
  border-radius: 0px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.btn.btn-primary:hover {
  border: #e09ea2 1px solid !important;
  background-image: linear-gradient(45deg, #CA6B70, #D68B8D, rgba(214, 139, 141, 0.65), #D68B8D, #CA6B70) !important;
  color: #FCEEF0 !important;
}

.btn.btn-primary:active {
  background-color: #A77666 !important;
  color: #e09ea2 !important;
}

a:hover {
  text-decoration: none;
}

.alert.alert-primary {
  border: #e09ea2 1px solid;
  background-color: #FCEEF0;
  color: #A77666;
  border-radius: 0px;
  margin-top: 15px;
  margin-bottom: 15px;
}

#top {
  background-color: rgba(224, 158, 162, 0.25);
  color: #e09ea2;
  text-align: right;
}

#top a {
  color: #FCEEF0;
}

#top a:hover {
  color: #A77666;
  text-decoration: none;
}

#header {
  text-align: center;
  padding-top: 20px;
  background-color: #D68B8D;
  background-color: #ffffff;
}

#header a {
  font-family: 'DM Serif Display', serif;
  color: #ffffff;
}

#header a #header-title-collagen {
  font-family: 'Nunito Sans', sans-serif;
  display: block;
  text-transform: uppercase;
  font-size: 3.5rem;
}

#header a #header-title-elixir {
  font-family: 'DM Serif Display', serif;
  display: block;
  font-size: 7rem;
}

#video {
  background-color: #EBEAE6;
}

#video iframe {
  width: 100%;
}

#banner1 {
  background-color: rgba(214, 139, 141, 0.5);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

#banner3-order-now {
  background-color: rgba(214, 139, 141, 0.5);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

#ingredients {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(253, 251, 248, 0.5)), to(rgba(253, 251, 248, 0.5))), url("../images/ingredients.png");
  background: linear-gradient(rgba(253, 251, 248, 0.5), rgba(253, 251, 248, 0.5)), url("../images/ingredients.png");
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

#ingredients .tab-content,
#ingredients .nav {
  background-color: white;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}

#ingredients .nav {
  border-radius: 7px 7px 0px 0px;
}

#ingredients .tab-content {
  border-radius: 0px 0px 7px 7px;
}

#ingredients .nav-item:not(.active) {
  border: none;
  font-weight: 600;
  background-color: #e09ea2;
  color: white;
}

#ingredients .nav-item.active {
  color: #A77666;
  border: none;
}

#contacts {
  min-height: 100vh;
  background-color: rgba(214, 139, 141, 0.5);
  background-size: cover;
  background-position: center center;
}

#contacts .col-md-8 {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.1);
  border-radius: 0px;
}

#order {
  background-color: #e09ea2;
  background-image: url("../images/banner/banner5.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

#order .col-md-8 {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.1);
}

#order #orderForm h2 {
  margin-top: 10px;
}

#order #orderForm .form-group label {
  font-size: small;
}

#referrals i.fab {
  color: #e09ea2;
}

#associate {
  background-color: #e09ea2;
  background-image: url("../images/banner/banner6.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

#associate .col-md-8 {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.1);
}

#associate #associateForm h2 {
  margin-top: 10px;
}

#associate #associateForm .form-group label {
  font-size: small;
}

footer {
  background-color: #e09ea2;
  color: #FCEEF0;
  text-align: center;
}

footer a {
  color: #FCEEF0;
}

footer a:hover {
  color: #A77666;
  text-decoration: none;
}
/*# sourceMappingURL=main.css.map */