@font-face {
    font-family: 'ReadexPro-Regular';
    src: url('../fonts/ReadexPro-Regular.ttf');
    src: url('../fonts/ReadexPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	font-display: swap;

}

@font-face {
    font-family: 'SquadaOne-Regular';
    src: url('../fonts/SquadaOne-Regular.ttf');
    src: url('../fonts/SquadaOne-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: 'SquadaOne-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: 'ReadexPro-Regular', Arial, Helvetica, sans-serif;
	font-size:1em;
}


.light-txt, .light-txt p, .light-txt li, .light-txt a, .light-txt label {
	color:#ffffff;
}

.light-txt h1, .light-txt h2, .light-txt h3, .light-txt h4, .light-txt h5, .light-txt h6, .light-txt .heading{
	color:#ffffff;
}


.dark-txt, .dark-txt p, .dark-txt li, .dark-txt a, .dark-txt label{
	color:#000000;
}

.dark-txt h1, .dark-txt h2, .dark-txt h3, .dark-txt h4, .dark-txt h5, .dark-txt h6, .dark-txt .heading{
	color:#363636;
}

.container-box{
	padding:0px 10px 30px 10px;
}

.svg-container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
}

svg path {
  transition: 0.1s;
}
svg:hover path {
  d: path("M 800 200 Q 350 300 0 200 L 0 0 L 800 0 L 800 300 Z");
}


.navbar {
}

.navbar-scrolled {
  background-color: transparent !important;
}

.nav-logo-holder{
    padding: 10px 50px;
	margin-left:auto;
	margin-right:auto;
    margin-top: -8px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, /* Transparent black on the far left */ 
	rgb(189 225 117 / 50%) 25%, /* Semi-transparent black */ 
	rgb(209 225 189) 50%, /* Full black in the center */ 
	rgb(189 225 117 / 50%) 75%, /* Semi-transparent black */ 
	rgba(0, 0, 0, 0) 100%);
	font-family: 'SquadaOne-Regular', Arial, Helvetica, sans-serif;
}

.navbar-brand {
    font-size: 2rem;
    color: transparent !important;
    background: linear-gradient(7deg, #000000 50%, #307500 0);
    -webkit-background-clip: text;
}

main {
    margin-top: 70px;
}

#schemacss{
	text-align:left;
    clear: both;
	color:#000000;
}

#schemacss a, #schemacss span.title-color{
font-weight:bold;
}

#schemacss .txt-s{
margin:0;
color: #000000;
}

.schema_add_map div {
display: inline;
}

.schema_contact, .schema_contact h3, .schema_contact a {
	color:#000000 !important;
	background: none !important;
    box-shadow: none !important;
}

.footer{
	padding: 20px 0px;
	background: linear-gradient(to top, #76dca1 0%, #bdffd9 100%);;
}

.copy {
    float: right;
    padding: 20px 10px;
    border-radius: 20px 0px 0px 20px;
    font-size: 1.2em;
	text-align:right;
	margin:10px 0;
}

span.logo-footer {
    font-size: 2rem;
    color: transparent !important;
    background: linear-gradient(7deg, #000000 50%, #307500 0);
    -webkit-background-clip: text;
    font-family: 'SquadaOne-Regular', Arial, Helvetica, sans-serif;
}

@media (max-width: 319px) {
	
}
@media (min-width: 320px) and (max-width: 399px) {

}
@media (min-width: 400px) and (max-width: 767px) {
	.footer{
		text-align:center;
	}
	#schemacss{
		text-align:center;
	}
	.copy {
		display:block;
		float:none;
		text-align:center;
    	border-radius: 20px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	
}
@media (min-width: 992px) and (max-width: 1199px) {

}
@media (min-width: 1200px) {

}