/*$primary-color: #444;
$secondary-color: #eece1a;*/
/* :::::::::: Media Queries :::::::::: */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0; }

html {
  scroll-behavior: smooth;
  overflow-x: hidden; }

body {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.45))), url("assets/img/background.jpeg");
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url("assets/img/background.jpeg");
  background: -o-linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url("assets/img/background.jpeg");
  background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url("assets/img/background.jpeg");
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #F7D947;
  color: white;
  height: 100%;
  margin: 0;
  font-family: "Quicksand", sans-serif;
  font-size: 1.15rem; }

/* :::::::::: Navigation :::::::::: */
nav {
  /* :::::::::: Navigation Dropdown :::::::::: */ }
  nav .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    float: left;
    width: 100%;
    margin-bottom: 1em;
    padding: 0 1em;
    list-style: none;
    font-weight: bold;
    text-transform: uppercase;
    background: #547813; }
  nav .nav li {
    position: relative;
    float: left; }
  nav .nav a {
    display: block;
    padding: 1em;
    color: white;
    font-family: sans-serif;
    text-decoration: none; }
  nav .nav__sub-menu {
    background: rgba(255, 255, 255, 0);
    /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
    list-style: none;
    position: absolute;
    left: -9999px;
    /* Hide off-screen when not needed (this is more accessible than display:none;) */
    padding: 0;
    text-transform: none; }
  nav .nav__sub-menu li {
    float: none; }
  nav .nav__sub-menu a {
    white-space: nowrap;
    /* Stop text wrapping and creating multi-line dropdown items */
    padding: 1em; }
  nav #hide_sub_menu {
    display: none; }
  nav .nav li:hover ul {
    left: 0;
    /* Bring back on-screen when needed */ }
  nav .nav li:hover a {
    background: #3b550d; }
  nav .nav li:hover ul li a:hover {
    background: #73A41A; }
  nav .nav__sub-menu li:first-child a {
    -webkit-border-radius: 0 10px 0 0;
    border-radius: 0 10px 0 0; }
  nav .nav__sub-menu li:nth-last-child(2) a {
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px; }

/* :::::::::: Headings :::::::::: */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "Cookie", cursive; }
  h1.lg-heading, h2.lg-heading, h3.lg-heading, h4.lg-heading, h5.lg-heading, h6.lg-heading {
    font-size: 6em;
    margin-top: 20vh; }
  h1.sm-heading, h2.sm-heading, h3.sm-heading, h4.sm-heading, h5.sm-heading, h6.sm-heading {
    font-family: "Quicksand", sans-serif;
    margin-bottom: 2rem;
    padding: 0.2rem 1rem;
    background: rgba(73, 73, 73, 0.2); }
  h1.citation, h2.citation, h3.citation, h4.citation, h5.citation, h6.citation {
    font-family: "Quicksand", sans-serif;
    font-size: 1.3em;
    margin-top: 15vh; }
    h1.citation .author, h2.citation .author, h3.citation .author, h4.citation .author, h5.citation .author, h6.citation .author {
      font-family: "Cookie", cursive;
      margin: 10.5rem;
      line-height: 2em; }

p {
  font-size: 1.1em; }

a {
  color: white;
  text-decoration: none; }

header {
  position: fixed;
  z-index: 2;
  width: 100%; }

.text-secondary {
  color: #F7D947; }

/* :::::::::: Card :::::::::: */
.card-wrapper {
  display: grid;
  grid-gap: 1.5rem; }
  .card-wrapper #card {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #73A41A;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .card-wrapper #card:hover {
      -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3);
      box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3);
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
    .card-wrapper #card .container {
      padding: 0.5rem 1rem 1rem 1rem; }
      .card-wrapper #card .container h1, .card-wrapper #card .container p {
        padding: 0;
        margin: 0; }
      .card-wrapper #card .container h1 {
        text-align: center;
        font-size: 3em;
        font-weight: bold; }

/* :::::::::: Main :::::::::: */
main {
  max-width: 100%;
  /* :::::::::: Home Section :::::::::: */
  /* :::::::::: Offers Section :::::::::: */
  /* :::::::::: About Section :::::::::: */
  /* :::::::::: Contact Section :::::::::: */ }
  main section {
    height: 100%; }
    main section::before {
      display: block;
      content: " ";
      margin-top: -3.1em;
      height: 3.1em;
      visibility: hidden;
      pointer-events: none; }
  main .section-header {
    background-color: #73A41A;
    padding: 1rem;
    text-align: center;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
    background-image: -webkit-linear-gradient(330deg, #F7D947 -30%, #73A41A 80%);
    background-image: -o-linear-gradient(330deg, #F7D947 -30%, #73A41A 80%);
    background-image: linear-gradient(120deg, #F7D947 -30%, #73A41A 80%); }
    main .section-header h1 {
      font-family: "Cookie", cursive;
      font-size: 5em;
      font-weight: bold; }
  main .section-footer {
    margin-bottom: 1.5rem;
    text-align: center; }
  main #home {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.45))), url("assets/img/landing_page.jpeg");
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url("assets/img/landing_page.jpeg");
    background: -o-linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url("assets/img/landing_page.jpeg");
    background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url("assets/img/landing_page.jpeg");
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 4rem;
    height: 100vh; }
    main #home .icons {
      margin-top: 1rem; }
      main #home .icons a {
        padding: 0.4rem; }
        main #home .icons a:hover {
          color: #F7D947;
          -webkit-transition: all 0.5s ease-out;
          -o-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
  main #offers .card-wrapper {
    grid-template-columns: repeat(3, 1fr);
    margin: 1.5rem;
    margin-left: 10%;
    margin-right: 10%; }
    main #offers .card-wrapper hr {
      color: white;
      margin-bottom: 0.5rem; }
    main #offers .card-wrapper .paragraph {
      color: #F7D947;
      font-size: 1.2em;
      text-align: center; }
    main #offers .card-wrapper .variants-container {
      text-align: center;
      margin-top: 0.5em; }
      main #offers .card-wrapper .variants-container .variants-header {
        text-align: left;
        font-size: 1.3em;
        font-weight: bold;
        line-height: 1.8em; }
      main #offers .card-wrapper .variants-container .variants {
        color: #F7D947;
        font-weight: 600; }
    main #offers .card-wrapper .pregnantCard {
      grid-column: 1/4;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      main #offers .card-wrapper .pregnantCard .pregnant-img {
        height: 100%; }
        main #offers .card-wrapper .pregnantCard .pregnant-img img {
          width: 20rem;
          min-height: 100%;
          -webkit-border-top-left-radius: 10px;
          border-top-left-radius: 10px;
          -webkit-border-bottom-left-radius: 10px;
          border-bottom-left-radius: 10px; }
      main #offers .card-wrapper .pregnantCard .container {
        margin: auto; }
        main #offers .card-wrapper .pregnantCard .container h1 {
          font-size: 3em;
          text-align: left; }
  main #about .card-wrapper {
    margin: auto;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    width: 80%; }
    main #about .card-wrapper #card {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      main #about .card-wrapper #card .profile-img {
        height: 100%; }
        main #about .card-wrapper #card .profile-img img {
          width: 100%;
          min-height: 100%;
          -webkit-border-top-left-radius: 10px;
          border-top-left-radius: 10px;
          -webkit-border-bottom-left-radius: 10px;
          border-bottom-left-radius: 10px; }
      main #about .card-wrapper #card .container {
        margin: auto; }
        main #about .card-wrapper #card .container h1 {
          font-size: 3em;
          text-align: left; }
        main #about .card-wrapper #card .container hr {
          color: white;
          margin-bottom: 0.5rem; }
        main #about .card-wrapper #card .container .am-citation {
          color: #F7D947;
          font-size: 1.3em;
          font-weight: bold;
          line-height: 2em; }
  main #contact .mail {
    grid-area: mail; }
  main #contact .mobile {
    grid-area: mobile; }
  main #contact .address {
    grid-area: address;
    margin: 0;
    justify-self: center;
    width: 20rem; }
  main #contact .card-wrapper {
    grid-template-columns: repeat(2, 20rem);
    grid-template-areas: "mail mobile"
 "address address";
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 1.5rem; }
    main #contact .card-wrapper .container {
      text-align: center; }
      main #contact .card-wrapper .container hr {
        color: white;
        margin-bottom: 0.5rem; }
      main #contact .card-wrapper .container i {
        margin-right: 1rem;
        font-size: 0.8em; }

/* Footer */
footer {
  overflow: hidden;
  background-color: #73A41A;
  padding: 1rem;
  text-align: center;
  border-top: solid white 3px; }
  footer img {
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    margin-top: -6px; }
  footer a {
    display: inline-block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    footer a:hover {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }

@media screen and (max-width: 500px) {
  * {
    max-width: 100vw; }
  body {
    overflow: hidden; }
  .disabled {
    pointer-events: none; }
  /* :::::::::: Navigation :::::::::: */
  nav {
    position: relative;
    height: 10vh;
    background: #547813; }
    nav .hamburger {
      position: absolute;
      cursor: pointer;
      right: 5%;
      top: 50%;
      -webkit-transform: translate(-5%, -50%);
      -ms-transform: translate(-5%, -50%);
      transform: translate(-5%, -50%);
      z-index: 2; }
      nav .hamburger .line {
        width: 30px;
        height: 3px;
        background: white;
        margin: 5px; }
    nav .nav {
      all: unset;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      list-style: none;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 1.5em;
      font-weight: bold;
      position: fixed;
      background: #73A41A;
      height: 100vh;
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      clip-path: circle(0% at 100% 0%);
      -webkit-clip-path: circle(0% at 100% 0%);
      opacity: 0;
      -webkit-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
      nav .nav.open {
        background-image: -webkit-linear-gradient(330deg, #F7D947 -30%, #73A41A 40%);
        background-image: -o-linear-gradient(330deg, #F7D947 -30%, #73A41A 40%);
        background-image: linear-gradient(120deg, #F7D947 -30%, #73A41A 40%);
        clip-path: circle(150% at 100% 0%);
        -webkit-clip-path: circle(150% at 100% 0%);
        opacity: 1; }
      nav .nav.hide li {
        visibility: collapse;
        position: absolute;
        opacity: 1; }
      nav .nav.hide ul li {
        visibility: visible;
        position: relative; }
      nav .nav li {
        position: relative;
        width: 100%;
        margin: 0;
        text-align: center; }
        nav .nav li a {
          -webkit-border-radius: 28px;
          border-radius: 28px; }
      nav .nav .nav__sub-menu {
        all: unset;
        position: absolute;
        visibility: collapse;
        width: 100%; }
        nav .nav .nav__sub-menu.open_sub_menu {
          position: relative;
          display: block;
          visibility: visible;
          margin-top: -3.1em; }
      nav .nav #hide_sub_menu {
        display: unset; }
    nav .nav li:hover a {
      background: unset; }
    nav .nav li:hover ul {
      left: inherit; }
  /* :::::::::: Headings :::::::::: */
  h1.lg-heading, h2.lg-heading, h3.lg-heading, h4.lg-heading, h5.lg-heading, h6.lg-heading {
    font-size: 5rem;
    margin: 0; }
  h1.sm-heading, h2.sm-heading, h3.sm-heading, h4.sm-heading, h5.sm-heading, h6.sm-heading {
    padding: 0;
    margin: 0;
    background: initial; }
  h1.citation, h2.citation, h3.citation, h4.citation, h5.citation, h6.citation {
    position: absolute;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0; }
    h1.citation .author, h2.citation .author, h3.citation .author, h4.citation .author, h5.citation .author, h6.citation .author {
      margin: 0; }
  .sm-heading-background {
    background: rgba(73, 73, 73, 0.2); }
  /* :::::::::: Main :::::::::: */
  main {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    /* :::::::::: Offers Section :::::::::: */
    /* :::::::::: About Section :::::::::: */
    /* :::::::::: Contact Section :::::::::: */ }
    main .section-header h1 {
      font-size: 3.5em; }
    main #offers .card-wrapper {
      grid-template-columns: 1fr; }
      main #offers .card-wrapper .pregnantCard {
        grid-column: initial;
        display: initial; }
        main #offers .card-wrapper .pregnantCard .pregnant-img {
          height: initial; }
          main #offers .card-wrapper .pregnantCard .pregnant-img img {
            width: 100%;
            min-height: initial;
            -webkit-border-radius: 10px 10px 0 0;
            border-radius: 10px 10px 0 0; }
        main #offers .card-wrapper .pregnantCard .container {
          margin: initial; }
          main #offers .card-wrapper .pregnantCard .container h1 {
            font-size: 2.3em;
            text-align: center; }
    main #about .card-wrapper #card {
      display: initial; }
      main #about .card-wrapper #card .profile-img {
        height: initial; }
        main #about .card-wrapper #card .profile-img img {
          width: 100%;
          min-height: initial;
          -webkit-border-radius: 10px 10px 0 0;
          border-radius: 10px 10px 0 0; }
      main #about .card-wrapper #card .container {
        margin: auto; }
        main #about .card-wrapper #card .container h1 {
          font-size: 3em;
          text-align: center; }
        main #about .card-wrapper #card .container hr {
          color: white;
          margin-bottom: 0.5rem; }
        main #about .card-wrapper #card .container .am-citation {
          color: #F7D947;
          font-size: 1.3em;
          font-weight: bold;
          line-height: 2em; }
    main #contact .card-wrapper {
      grid-template-columns: 20rem;
      grid-template-areas: "mail"
 "mobile"
 "address"; } }
