@font-face {
    font-family: 'Roboto_SemiCondensed-Regular';
    src: url('../fonts/Roboto_SemiCondensed-Regular.ttf');
    src: url('../fonts/Roboto_SemiCondensed-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	font-display: swap;

}

@font-face {
    font-family: 'ZenDots-Regular';
    src: url('../fonts/ZenDots-Regular.ttf');
    src: url('../fonts/ZenDots-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	font-display: swap;

}

a[href^=tel] { color: inherit; text-decoration: none; }


h1, h2, h3, h4, h5, h6, .heading{
	margin: 5px 0;
	color:#000000;
	font-weight:normal;
	font-family: 'ZenDots-Regular', Arial, Helvetica, sans-serif;
}

.txt-xxl{
font-size:2.6em;
}
.txt-xl{
font-size:2.3em;
}
.txt-l{
font-size:2em;
}
.txt-m{
font-size:1.7em;
}
.txt-s{
font-size:1.4em;
}


body{
	font-weight:normal;
	font-family: 'Roboto_SemiCondensed-Regular', Arial, Helvetica, sans-serif;
	font-size:1.2em;
	
	overflow: auto;
  	background:linear-gradient(315deg, rgb(206 118 200) 3%, rgb(74 155 239) 38%, rgba(48, 238, 226, 1) 68%, rgb(113 148 243) 98%);
  	animation: gradient 15s ease infinite;
  	background-size: 400% 400%;
  	background-attachment: fixed;
}

@keyframes gradient {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}

.wave {
  background: rgb(255 255 255 / 25%);
  border-radius: 1000% 1000% 0 0;
  position: fixed;
  width: 200%;
  height: 12em;
  animation: wave 10s -3s linear infinite;
  transform: translate3d(0, 0, 0);
  opacity: 0.8;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.wave:nth-of-type(2) {
  bottom: -1.25em;
  animation: wave 18s linear reverse infinite;
  opacity: 0.8;
}

.wave:nth-of-type(3) {
  bottom: -2.5em;
  animation: wave 20s -1s reverse infinite;
  opacity: 0.9;
}

@keyframes wave {
  2% {
    transform: translateX(1);
  }

  25% {
    transform: translateX(-25%);
  }

  50% {
    transform: translateX(-50%);
  }

  75% {
    transform: translateX(-25%);
  }

  100% {
    transform: translateX(1);
  }
}




.bgdark{
	background:linear-gradient(to right, rgba(0, 0, 0, 0) 0%, /* Transparent black on the far left */ 
	rgb(93 24 115 / 60%) 25%, /* Semi-transparent black */ 
	rgb(93 24 115 / 70%) 50%, /* Full black in the center */ 
	rgb(93 24 115 / 60%) 75%, /* Semi-transparent black */ 
	rgba(0, 0, 0, 0) 100%);
	padding: 20px;
	margin-bottom:20px;
}

.bglight{
	padding: 20px;
	margin-bottom:20px;
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, /* Transparent black on the far left */ 
	rgb(255 255 255 / 60%) 25%, /* Semi-transparent black */ 
	rgb(255 255 255 / 70%) 50%, /* Full black in the center */ 
	rgb(255 255 255 / 60%) 75%, /* Semi-transparent black */ 
	rgba(0, 0, 0, 0) 100%);
}

.light-txt, .light-txt p, .light-txt li, .light-txt a, .light-txt h1, .light-txt h2, .light-txt h3, .light-txt h4, .light-txt h5, .light-txt h6, .light-txt .heading, .light-txt label {
	color:#ffffff;
}


.dark-txt, .dark-txt p, .dark-txt li, .dark-txt a, .dark-txt h1, .dark-txt h2, .dark-txt h3, .dark-txt h4, .dark-txt h5, .dark-txt h6, .dark-txt .heading, .dark-txt label {
	color:#000000;
}

nav {
    background-image: -webkit-linear-gradient(right, rgb(84 0 255 / 30%), rgb(88 0 171 / 90%));
}

.navbar-brand {
    font-family: 'ZenDots-Regular', Arial, Helvetica, sans-serif;
}

main {
    margin-top: 70px;
	padding:10px;
}



#schemacss{
	text-align:center;
    clear: both;
	color:#ffffff;
}

#schemacss a, #schemacss span.title-color{
color:#d4ff8d;
}

#schemacss .txt-s{
margin:0;
color: #ffffff;
}

.schema_add_map div {
display: inline;
}

.schema_contact, .schema_contact h3, .schema_contact a {
	color:#000000 !important;
	background: none !important;
    box-shadow: none !important;
}

p.copy {
    font-family: 'ZenDots-Regular', Arial, Helvetica, sans-serif;
}