/* Text Elements */

h1.heading-1 {
  background-color: transparent;
  color: #f3f4f7;
  font-weight: 800;
  font-size: 71px;
  font-family: 'Clicker Script', cursive;
}

h2.heading-2 {
  background-color: #c709ed;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;
  color: #f3f4f7;
  text-align: center;

  background-blend-mode: normal;
  -webkit-text-stroke-color: #f3f4f7;
  -webkit-text-stroke-width: 0;
}

h2 span.heading-text-1 {
  color: #f3f4f7;
}

h3.footer-header {
  color: #f7f9fc;
}

p.paragraph.paragraph-1 {
  color: #f7f8fb;
  text-align: center;
  font-size: 20px;
}

p.paragraph.para2 {
  margin-left: 20px;
  font-size: 18px;
}

ul.unorder-list.list {
  margin-left: 9px;
}

a.link-text.navlink {
  padding: 10px;
  color: #2100fd;
  text-decoration: none;
  font-size: 21px;
}

a.link-text.email {
  margin-top: 7px;
  color: #f3f4f7;
  font-weight: 600;
  font-size: 20px;
}

a.link-text.navlink:hover {
  color: #f00e3e;
}

/* Interaction Elements */

a.link-button.hero-button {
  padding: 20px;
  border-radius: 10px;
  background-color: #ffeebd;
}

/* Layout Elements */

.container.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  min-height: 50vh;
  background-image: url('../WhatsApp%20Image%202025-01-09%20at%2011.08.52_74face29.jpg');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: contain;
  background-repeat: repeat;

  background-blend-mode: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.hero-message {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-align: center;
  padding: 20px;
  max-width: 600px;
  background-color: rgba(255, 255, 255, .29);
  background-image: url('../WhatsApp%20Image%202025-01-09%20at%2011.08.52_74face29.jpg');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: contain;
  background-repeat: repeat;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  background-blend-mode: normal;
}

.container.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  padding: 0 10px;
  background-color: #c709ed;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container.navigation-links {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container.footer.custom-sd-two-cols {
  background-color: rgba(0, 0, 0, .71);
}

.container.custom-sd-two-cols.footer {
  display: grid;
  margin-bottom: 6px;
  background-color: #c709ed;

  grid-template-columns: repeat(2 , auto);
  grid-template-rows: auto;
}

.container.container-1 {
  margin-bottom: 9px;
}

.container.container-2 {
  float: none;
  max-width: 30%;
  width: auto;
}

.container {
  padding-left: 0;
}

.html-element.navigation-code {
  display: none;
}

a.glyph.mobile-nav-button {
  display: none;
}

div.responsive-picture.picture-1 {
  float: left;
  clear: left;
  margin-top: 3px;
  margin-bottom: 4px;
  padding-top: 1px;
  width: 10%;
}

li.list-item.list {
  font-size: 19px;
}

a.responsive-picture.fbklink {
  margin-bottom: 9px;
  width: 50px;
  background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;

  background-blend-mode: normal;
}

.html-element.html-element-1 {
  float: none;
  clear: left;
  width: 50%;
}

div.responsive-picture.picture3 {
  float: right;
  max-width: 300px;
  width: 25%;
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-property: none;
     -moz-transition-property: none;
       -o-transition-property: none;
          transition-property: none;
}

@media screen and (max-width: 50.375rem) {
  /* Layout Elements */

  .container.hero-message {
    background-image: url('../WhatsApp%20Image%202025-01-09%20at%2011.08.52_74face29.jpg');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: contain;
    background-repeat: repeat;

    background-blend-mode: normal;
  }
}

@media screen and (max-width: 37.5rem) {
  /* Layout Elements */

  .container.navigation-links {
    position: fixed;
    top: 65px;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: start;
    -ms-flex-align: center;
    background-color: #ffeebd;
    opacity: 0;
    -webkit-transition-duration: .3s;
       -moz-transition-duration: .3s;
         -o-transition-duration: .3s;
            transition-duration: .3s;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.hero-message {
    background-image: url('../WhatsApp%20Image%202025-01-09%20at%2011.08.52_74face29.jpg');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: contain;
    background-repeat: repeat;

    background-blend-mode: normal;
  }

  .container.custom-sd-two-cols.footer {
    grid-template-columns: auto;
    grid-template-rows: repeat(2 , auto);
  }

  .container.navigation-links.show-menu {
    visibility: visible;
    opacity: 1;
  }

  a.glyph.mobile-nav-button {
    display: block;
    font-size: 34px;
    line-height: 1;
  }
}