
.center{
    text-align: center;
}


.site-title, .site-description {
    font-family: 'Permanent Marker';
    letter-spacing: 1.5px;
}

.site-title a{
    color: white !important;
   /* text-shadow: 1px 1px 5px #95C1E8;*/
    color: #334154!important;
}


.frontside-title1 h2 , .frontside-title2 h2 {
  /*  font-family: Aileron !important ;*/
    font-size: 4em !important;
    font-weight: 800 !important;
}


/* Desktop styles (default or min-width) */
.frontside-title1 h2,
.frontside-title2 h2 {
  padding-left: 350px; /* or whatever works for your desktop layout */
  text-align: center; /* or your original value */
}

/* Mobile styles (only for screens smaller than 768px) */
@media screen and (max-width: 767px) {
  .frontside-title1 h2,
  .frontside-title2 h2 {
    padding-left: 180px !important;
    text-align: left !important;
  }
}




@media screen and (min-width: 2100px) {
    .frontside-title2, .frontside-title1{
        margin-left: 500px !important;
    }
    
}



@media only screen and (max-width: 700px) {
    .frontside-title1 h2 , .frontside-title2 h2 {
        font-size: 2em !important;
    }
}

@media screen and (max-width: 767px) {
  body, html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }

  .center {
    text-align: center !important;
  }
}
@media screen and (max-width: 767px) {
  .frontside-title1,
  .frontside-title2 {
    display: block;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  header.site-header {
    margin: 0 !important;
    padding: 0 !important;
    height: auto !important;
    position: relative !important;
    z-index: 1 !important;
  }

  body {
    padding-top: 0 !important;
    margin: 0 !important;
  }

  .frontside-title1,
  .frontside-title2 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
}

.fancybutton .uagb-button__link {
  display: inline-block;
  padding: 30px 40px;
  font-size: 20px;
  font-weight: bold;
  color: white;
  text-decoration: none;
  border: none;
  border-radius: 12px;
  background: -webkit-gradient(linear,
   right top, left top,
   from(#336699),
  color-stop(#86bbd8),
  color-stop(#2f4858),
  color-stop(#a3b4a2),
  color-stop(#c3a49c),
  to(#bed8d4));
  background: -webkit-linear-gradient(right,
   #336699,
  #86bbd8,
  #2f4858,
  #a3b4a2,
  #c3a49c,
  #bed8d4);
  background: linear-gradient(270deg,
   #336699,
  #86bbd8,
  #2f4858,
  #a3b4a2,
  #c3a49c,
  #bed8d4);
  background-size: 1400% 1400%;
  -webkit-animation: watercolor 15s ease infinite;
          animation: watercolor 15s ease infinite;
  cursor: pointer;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.fancybutton .uagb-button__link:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

@-webkit-keyframes watercolor {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes watercolor {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.fancybutton2 .uagb-button__link {
  display: inline-block;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: bold;
  color: white;
  text-decoration: none;
  border: none;
  border-radius: 12px;
  background: -webkit-gradient(linear,
    right top, left top,
    from(#bee9e8), color-stop(#62b6cb, /* light teal */), color-stop(#1b4965, /* medium cyan-blue */), color-stop(#cae9ff, /* dark blue */), color-stop(#5fa8d3, /* pale sky blue */), color-stop(#bee9e8, /* soft cornflower blue */)
  );
  background: -webkit-linear-gradient(right,
    #bee9e8, /* light teal */
    #62b6cb, /* medium cyan-blue */
    #1b4965, /* dark blue */
    #cae9ff, /* pale sky blue */
    #5fa8d3, /* soft cornflower blue */
    #bee9e8  /* loop back to light teal */
  );
  background: linear-gradient(270deg,
    #bee9e8, /* light teal */
    #62b6cb, /* medium cyan-blue */
    #1b4965, /* dark blue */
    #cae9ff, /* pale sky blue */
    #5fa8d3, /* soft cornflower blue */
    #bee9e8  /* loop back to light teal */
  );
  background-size: 1200% 1200%;
  -webkit-animation: watercolorBlueGreen 15s ease infinite;
          animation: watercolorBlueGreen 15s ease infinite;
  cursor: pointer;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.fancybutton2 .uagb-button__link:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

@-webkit-keyframes watercolorBlueGreen {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes watercolorBlueGreen {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
