.button-primary {
  height: 4rem;
  width: 11rem;
  border: none;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.2s;
  font-size: 1.6rem;
  border: 2px solid #ccf2f4;
  background-color: #fff; }
  .button-primary:hover {
    background-color: #ccf2f4;
    cursor: pointer;
    transform: scale(1.1);
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2); }
  .button-primary:active {
    background-color: #f0cbcb; }

.card {
  min-width: 25rem;
  min-height: 30rem;
  padding: 0.5rem;
  margin: 2rem;
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.2);
  position: relative;
  flex: 1;
  flex-wrap: wrap;
  transition: all 0.3s; }
  .card:hover {
    transform: scale(1.1);
    z-index: 10;
    background-color: #ccf2f4; }
    .card:hover img {
      border: 2px solid #f4f9f9; }
  .card__header {
    text-align: center;
    font-style: italic;
    font-size: 3rem;
    margin: 0.2rem; }
  .card__content p {
    font-size: 1.6rem;
    margin: 0 0.2rem 2rem 0.2rem;
    position: absolute;
    bottom: 0; }
  .card__image img {
    margin: 0.5rem 0.2rem 0.2rem 0.2rem;
    width: 100%;
    height: 14rem;
    border: 2px solid #ccf2f4;
    padding: 5px; }

.navigation {
  display: flex;
  justify-content: space-between;
  overflow: hidden; }
  .navigation__brand {
    display: flex; }
    .navigation__brand--logo {
      width: 8rem;
      height: 8rem;
      border-radius: 50%;
      box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
      margin: 1rem; }
    .navigation__brand--name {
      margin-top: 3rem;
      padding-left: 1rem;
      font-family: "Lobster Two", cursive;
      font-size: 3rem;
      letter-spacing: 3px; }
  .navigation__links ul {
    display: flex;
    list-style: none;
    margin-left: 1rem; }
    @media screen and (max-width: 600px) {
      .navigation__links ul {
        display: none; } }
    .navigation__links ul a {
      text-decoration: none;
      font-size: 2rem;
      font-weight: 600; }
    .navigation__links ul li {
      margin: 1.5rem;
      margin-top: 4rem;
      color: #000; }
  .navigation__menu {
    display: flex;
    flex-direction: row-reverse;
    padding: 3rem;
    position: sticky;
    z-index: 1; }
    .navigation__menu ul li {
      list-style: none; }
    .navigation__menu ul li a {
      text-decoration: none;
      font-size: 1.5rem;
      color: black;
      padding: 1rem;
      background-color: #f0cbcb;
      display: block;
      margin: 2px; }
    @media screen and (min-width: 600px) {
      .navigation__menu {
        display: none; } }
    .navigation__menu--button img {
      width: 30px;
      height: 30px;
      cursor: pointer; }
    .navigation__menu--fab img:hover {
      transform: scale(1.1);
      position: relative;
      z-index: 1; }
    .navigation__menu #fab {
      transition: 0.2s all;
      margin-right: -200px;
      display: flex;
      flex-direction: column; }
    .navigation__menu #showFab {
      transition: 0.5s all;
      margin-right: 2rem;
      display: flex;
      flex-direction: column; }

.card {
  min-width: 25rem;
  min-height: 30rem;
  padding: 0.5rem;
  margin: 2rem;
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.2);
  position: relative;
  flex: 1;
  flex-wrap: wrap;
  transition: all 0.3s; }
  .card:hover {
    transform: scale(1.1);
    z-index: 10;
    background-color: #ccf2f4; }
    .card:hover img {
      border: 2px solid #f4f9f9; }
  .card__header {
    text-align: center;
    font-style: italic;
    font-size: 3rem;
    margin: 0.2rem; }
  .card__content p {
    font-size: 1.6rem;
    margin: 0 0.2rem 2rem 0.2rem;
    position: absolute;
    bottom: 0; }
  .card__image img {
    margin: 0.5rem 0.2rem 0.2rem 0.2rem;
    width: 100%;
    height: 14rem;
    border: 2px solid #ccf2f4;
    padding: 5px; }

#heading-1 {
  font-size: 3rem; }
  @media screen and (max-width: 440px) {
    #heading-1 {
      font-size: 2rem; } }

*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  font-family: "Cabin";
  scroll-behavior: smooth; }

body {
  padding: 1rem; }
  @media screen and (max-width: 500px) {
    body {
      padding: 0; } }

.m-1 {
  margin: 1rem; }

.mt-1 {
  margin-top: 1rem; }

.ml-1 {
  margin-left: 1rem; }

.mr-1 {
  margin-right: 1rem; }

.mb-1 {
  margin-bottom: 1rem; }

.m-2 {
  margin: 2rem; }

.mt-2 {
  margin-top: 2rem; }

.ml-2 {
  margin-left: 2rem; }

.mr-2 {
  margin-right: 2rem; }

.mb-2 {
  margin-bottom: 2rem; }

.products {
  background-color: #f4f9f9;
  margin-top: 2rem; }
  .products h5 {
    font-family: "Lobster Two", cursive;
    font-size: 2rem;
    text-align: center;
    letter-spacing: 3px;
    font-style: italic;
    font-size: 5rem; }
  .products__items {
    display: flex;
    flex-wrap: wrap; }

.contact {
  background-color: #f4f9f9;
  width: 70%;
  margin: 2rem auto; }
  .contact h5 {
    font-family: "Lobster Two", cursive;
    font-size: 2rem;
    text-align: center;
    letter-spacing: 3px;
    font-style: italic;
    font-size: 5rem; }
  .contact form {
    text-align: center; }
    .contact form input,
    .contact form textarea {
      text-align: center;
      width: 80%;
      border: 1px solid black;
      margin: 2rem;
      height: 4rem;
      font-size: 1.6rem;
      font-family: Cabin;
      transition: all 0.1s; }
      .contact form input ::-webkit-input-placeholder,
      .contact form textarea ::-webkit-input-placeholder {
        text-transform: uppercase;
        transform: scale(0.45);
        transform-origin: 0% 50%; }
      .contact form input:focus,
      .contact form textarea:focus {
        outline: none;
        box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
        border-bottom: 3px solid green; }

.header {
  height: 97vh;
  background-color: #f4f9f9;
  position: relative;
  border-radius: 1rem; }
  .header__message {
    display: flex;
    margin: 3rem;
    justify-content: space-around; }
    @media screen and (max-width: 400px) {
      .header__message {
        margin: 0; } }
    .header__message p {
      font-size: 9rem;
      font-family: "Explora", serif;
      padding: 25rem 10rem;
      font-weight: 600; }
      @media screen and (max-width: 1000px) {
        .header__message p {
          padding: 10rem; } }
      @media screen and (max-width: 600px) {
        .header__message p {
          font-size: 7rem;
          padding: 2rem;
          font-weight: 600;
          text-align: center;
          margin: 0; } }
      @media screen and (max-width: 400px) {
        .header__message p {
          font-size: 5rem;
          font-weight: 600;
          text-align: center;
          margin: 0; } }
    .header__message img {
      width: 100rem;
      height: 40rem;
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
      border-radius: 2rem; }
  .header__footer {
    background-color: #ccf2f4;
    height: 6rem;
    text-align: center;
    font-size: 4rem;
    position: absolute;
    bottom: 0;
    width: 100%;
    font-family: "Open sans condensed", cursive;
    letter-spacing: 2px; }
    .header__footer h6 {
      padding-top: 1rem;
      word-spacing: 3rem; }

.footer {
  background-color: #f0cbcb;
  min-height: 14rem;
  padding: 2rem;
  margin: 0 auto; }
  @media screen and (max-width: 500px) {
    .footer {
      padding: 2rem 1rem; } }
  .footer__content {
    margin-right: 3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; }
    .footer__content > :not(:first-child) {
      border-left: 2px solid black; }
    @media screen and (max-width: 500px) {
      .footer__content {
        flex: 1;
        margin: 0;
        border: none; } }
    .footer__content--social p {
      font-size: 1.6rem; }
    .footer__content--social img {
      width: 3rem;
      height: 3rem;
      margin-right: 1rem;
      margin-top: 1rem; }
    .footer__content--address {
      padding-left: 1rem; }
      .footer__content--address p {
        font-size: 1.6rem; }
    .footer__content--contact {
      padding-left: 1rem; }
      .footer__content--contact p {
        font-size: 1.6rem; }
  .footer__copyright p {
    text-align: center;
    font-size: 1.6rem;
    margin-top: 2rem;
    opacity: 0.5; }
