<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
scroll-behavior: smooth;
}

body{
width: 100vw; 
overflow-x: hidden;
font-size:1em;
margin:0 auto;
background-image: url("img/home2.jpeg");
background-repeat: no-repeat;
background-position: center top;
background-attachment:fixed;
background-size: 2000px;
}


.container{
	max-width:1200px;
	min-width: 500px; 
	font-size:0;
	margin:0 auto;
	text-align:center;
}


.container-sticky{
	max-width:1200px;
	min-width: 500px; 
	vertical-align:middle;
	margin:0 auto;
        padding: 10px 0;
background-color: black;
position: sticky;
top: 0;
text-align: right;
 opacity:0.7;
}


img {
width: 100%; 
display: block; 
margin: auto;

}

  table {
	width: 100%;
	border:none;
	border-left:none;
	border-top:none;
	border-bottom:none;
  }
  td, tr {
  }
  .td-1 {
	width: 25%;
	text-align:right;
	 font-size: 1.25em;
  }

  .td-2 {
	width: 55%;
	text-align:left;
	 font-size: 1.25em;
  }

.item {
 display: inline-block;
 font-size:1rem;
}

.item-1 {
 width:100%;
}

.item-2 {
 width:100%;
}

.item-3 {
 width:80%;
 padding:10% 10% 5% 10%;
 z-index: 2;
 position: relative;
}

.item-3::after {
 width:100%;
 height:100%;
 content: "";
 background-color:white;
 opacity:0.6;
 z-index: -1;
 position: absolute;
 top: 0;
 left: 0;
}

.item-4 {
 width:100%;
 padding:5% 0% 5% 0%;
 justify-content:space-around;
 display:flex;
 align-items: center;
 z-index: 2;
 position: relative;
}

.item-4::after {
 width:100%;
 height:100%;
 content: "";
 background-color:white;
 opacity:0.6;
 z-index: -1;
 position: absolute;
 top: 0;
 left: 0;
}


.item-5 {
 min-width:160px;
 width:25%;

}



.item-line {
 width:100%;
 background-color:black;
 opacity:0.3;
}


a {
color:white; 
text-decoration: none; 
outline: none;
font-size: 1.25em;
}

a:hover, a:active {
text-decoration: none; 
font-size: 1.25em;
color:LawnGreen; 
}

h1, h2, h3, h4, h5, h6, p {
margin:0;
color:black; 
}

h1 {
 font-size: 1.75em;
}

h2 {
 font-size: 1.25em;
 text-align:left;
}

h3 {
 font-size: 1em;
 text-align:left;
}

h4 {
 font-size: 0.5em;
 text-align:left;
}

h5 {
 font-size: 2.5em;
 text-align:center;
 color:white;
 padding:5px;
}
h6 {
 font-size: 1.5em;
 text-align:center;
 color:white;
padding:5px;
}

p {
 font-size: 1em;
 text-align:left;
}

footer{

.item-line2 {
 width:100%;
 clear:both;
 color:white;
 margin:0 auto;
 text-align:center;
 padding:1% 0% 1% 0%;
 z-index: 1;
 position: relative;
}


.item-line2::after {
 width:100%;
 height:100%;
 content: "";
 background-color:LawnGreen;
 opacity:0.4;
 z-index: -1;
 position: absolute;
 top: 0;
 left: 0;
}

}



@media screen and (max-width:768px){


.item-1 {
 width:90%;
}

h1 {
 font-size: 1.5em;
}

h2 {
 font-size: 1em;
}

h5 {
 font-size: 2em;
}
h6 {
 font-size: 1em;
}

a {
color:green; 
font-size: 1em;
}

a:hover, a:active {
font-size: 1em;
}

  .td-1 {
	 font-size: 1em;
  }

  .td-2 {
	 font-size: 1em;
  }


</pre></body></html>