﻿div#page {
	width:1000vz;
	height:1000vz;
	white-space:nowrap;
display: flex;
align-items: left;
	background:url(./img/epi.jpg) no-repeat;
	background-color:#ffffff;
	background-position: center;
 }
div#header {
	padding:5px 20px 5px 10px;
	position: relative;
width: 100%;
  height: 100%;
}
div#header h1 {
	font-size:24px;
	color:#3A8374;
	padding:0px 0px 0px 0px;
  top: 0;
  left: 23;
}
div#header h2 {
	font-size:20px;
	color:#3A8374;
	padding:0px 0px 0px 20px;
  top: 0;
  left: 23;
}
div#header h1 a:link, div#header h1 a:visited { color:#3A8374; 
}
div#header h1 a:hover, div#header h1 a:active { color:#3A8374; text-decoration:underline;

 }

div#header p {
	color:#ffffff;
	font-size:0.8em;
}
a {
color: #3A8374;
text-decoration: none;
}
a:hover {
color: orenge;
text-decoration: underline;
  background-color:transparent;
}
h2 {
font-size:16px;
color: #3A8374;
padding:10px 0px 0px 0px;
font-weight: bold;
}
h3,h4,h5 {
font-size:12px;
color: #3A8374;
font-weight: bold;
}




.center {
  display: flex;
  align-items: center;
}

.center1 {
  flex: 2;
}

.center {
  overflow: auto;
  width: 100vz;
  height: auto;
  margin: 5px;
  border: 0px #008000 solid;
  background-color: #fff;
}

.center1 {
  padding: 0 15px;
  color: #fff;
  font-size: 16px;
  background-color: #008000;
  box-sizing: border-box;
}

.centerm {
  display: flex;
  align-items: center;
}

.cebterm1 {
  flex: 2;
}

.centerm {
  overflow: auto;
  width: 100vz;
  height: auto;
  margin: 2px;
  border: 0px #000000 solid;
  background-color: #fff;
    font-weight: bold;

}

.centerm1 {
  padding: 0 15px;
  color: #000;
  font-size: 14px;
  background-color: #ffffff;
  box-sizing: border-box;
height: 100vz;
  }



nav{
 width: 100vz;
 height: 70px;
 position: relative;
 background: #FFFFFF;
  
}
.drawer{
 display: flex;
 flex-direction: row;
 align-items: center;
 justify-content: space-between;
 position: relative;
 height: 70px;
 padding: 0 1em;
}


.menu ul li a {
display:block;
  font-weight:bold;
height: 0px;
 padding: 2em;
border-bottom: 1px dotted #CCC;
  color:#3A8374;
  text-decoration:none;
}
ul{
  padding-left:0;
}

li{
  list-style:none;
}

.menu ul li a:hover
{background-color:#C0F8C0;
text-decoration: underline;
text-decoration-color: #3A8374;
}


.menu{
  text-align:center;
  background-color:#C0F8C0;
    content: "";

  display: block;
  width: 100%;
  text-align: center;
  color: #000000;
transition: .5s ease;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);

}


.menu.open {
 -webkit-transform: translateX(0%);
 transform: translateX(0%);

}


.Toggle {
    display: block;
    position: fixed;
    width: 10px;
    height: 10px;
    cursor: pointer;
    z-index: 3;
  left:15px;
}
 
.Toggle span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 4px #3A8374;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
 
}
 
.Toggle span:nth-child(1) {
    top:5px;
}
 
.Toggle span:nth-child(2) {
    top: 18px;
}
 
.Toggle span:nth-child(3) {
    top: 30px;
}
 


.Toggle.active span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #ef3f98;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}


#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #3A8374;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

@media screen and (min-width: 600px) {

div#page {
	width:1000vz;
	height:1000vz;
	white-space:nowrap;
display: flex;
align-items: left;
	background:url(./img/epi.jpg) no-repeat;
	background-color:#ffffff;
	background-position: center;
 }


div#header h1 {
	font-size:24px;
	color:#3A8374;
	padding:0px 0px 0px 23px;
  top: 0;
  left: 23;
}

div#header h2 {
	font-size:20px;
	color:#3A8374;
	padding:0px 0px 0px 400px;
  top: 0;
  center: 23;
  
}



.img{
    justify-content: center;
    align-items: center;
	background: url(./img/epis.jpg) no-repeat center center / cover;
    height: 700px;
    color: #3A8374;
    font-weight: bold;
}

  header::after{
    
    display:none;
  } 
  
  
nav{
 display: flex;

}
.Toggle{
 display: none;
}
.menu{
 width: auto;
  background-color: transparent;
  margin-top:0;
 -webkit-transform: translateX(0);
 transform: translateX(0);
}


.menu ul{
 height: 40px;
 display: flex;
 flex-wrap: wrap;
 justify-content: flex-end;
 align-items: center;
}
ul{
  padding-left:0;
}

li{
  list-style:none;
}
.menu ul li a{
 padding: 0 1em;
 border-bottom: none;
  color:#000;
}
  
  .menu ul li a:hover
{
  background-color:transparent;
color:#3A8374;
}
  
}

textarea {
width:100vz;
height:100vz;
}

