/* Import font from Google - Go to fonts.google.com, select a font and look for the import command */
@import url('https://fonts.googleapis.com/css2?family=Georama:wght@100&display=swap');
/* Use the imported font on the page: On Google you can also find the CSS instruction for using the font. If you put this in the body element then the font will be used on the whole website. */

:root { 
  --background-color: #ffffff; /* Background color for the entire website, including individual sections */
  --default-color: #212529; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #2d465e; /* Color for headings, subheadings and title throughout the website */
  --accent-color: #0dcaf0; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}


#mod-custom139  {
    width: 70%;

}

#mod-custom143 {
    width: 70%;
}


#mod-custom125  {
    width: 100%;

}

#mod-custom87  {
    width: 100%;

}


.container-header {
 background: #ADD8E6 !important;
background-image: url("/images/headers/facialheadersoft.webp") !important;

background-position: center  !important;
  background-repeat: no-repeat  !important;
  background-size: cover  !important;
  
 
}


#snackbar {
  min-width: 250px;
  color: #fff;
  text-align: center;
  border-radius: 2px;

  font-size: 17px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

.hidden { visibility: hidden; display: none;}

.close_pop_wtc {
  width : 35px;
}


.showwelcome {
  display: inline-block;
  color: white;
  font-family: 'Righteous', serif;
  font-size: 3em; 
  text-shadow: .03em .03em 0 hsla(230,40%,50%,1);
  }
  .showwelcome:after {
    content: attr(data-shadow);
    position: absolute;
    top: .06em; left: .06em;
    z-index: -1;
    text-shadow: none;
    background-image:
      linear-gradient(
        45deg,
        transparent 45%,
        hsla(48,20%,90%,1) 45%,
        hsla(48,20%,90%,1) 55%,
        transparent 0
        );
    background-size: .05em .05em;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  
    animation: shad-anim 15s linear infinite;
    }

.page-header {
  text-align: center;
  width: 100%;
}

.carousel {
    width: 100%;
    max-width: 800px;
}



.white_p{
    font-size: 0.9rem;
}

.section .section-title {
    font-size: calc(20px + (30 - 20) * ((100vw - 320px) / (1200 - 320)));
    padding-bottom: 7px;
    font-weight: 600;
}

.text-center {
    text-align: center !important;
}

.buttonlearnmore {
    text-align: center;
    width: 100%;
    margin-top: 25px;
}


           
#language_btn_106 {
    background-color: transparent !important;
    border-color: transparent !important;
  	color : white !important;
}

.showhello {
     font-size: 1.1rem;
}

.avatar
{
    border-radius: 50%;
    width: 45px;
    height: 45px;
    margin-right: 10px;
}


.maintitle {
    text-decoration: underline;
    text-decoration-color: var(--accent-color);
}

.footer {
    color: #fff;
    background-color: var(--accent-color) !important;
    background-image: linear-gradient(135deg,var(--accent-color)0%,var(--cassiopeia-color-hover)100%);
    margin-top: 1em
   margin-bottom: 2px;
}


div.mod-languages ul li.lang-active {
    background-color: white !important;
}

.img-fluid {
    width: 100%;
}