@charset "UTF-8";
/* CSS Document */

a {
  outline: none;
  color:rgb(255, 147, 70);
  text-decoration:underline;
  text-decoration-thickness: 2px;
  padding: 2px 1px 0;
}

a.footer {
  outline: none;
  color: rgb(180, 180, 180);
  text-decoration:underline;
  text-decoration-thickness: 2px;
  padding: 2px 1px 0;
}

a.footer::selection {
  color: rgb(255, 147, 70);
  text-decoration-color:rgb(255, 115, 220);;
}

a:hover {
	font-style: normal;
  text-decoration:none;
}

a::selection {
  color: rgb(180, 180, 180);
  text-decoration-color:rgb(180, 180, 180);
}

a:focus {
  color: rgb(180, 180, 180);
  text-decoration:none;
}

.text {
  color:rgb(255, 147, 70);
	width:px;
	margin-left:px;
	left:1%;
	font-family:Helvetica, Arial, sans-serif;
	letter-spacing:1px;
  line-height:30px;
	font-size:27px;
}

.text::selection {
  color: rgb(180, 180, 180);
}

.footer {
  color: rgb(180, 180, 180);
}

.footer::selection {
  color: rgb(255, 147, 70);
}

img.logo {
  width:40px; height:40px;
  margin-top:1px;
  float:right;
}

img {
  width:560px; 
  margin-top:1px;
  float:right;
}


#stipule {
  position: absolute; top: 15%; left: 30%;
  z-index: 9;
}

#stipuleheader {
  padding: 10px;
  cursor: move;
  z-index: 10;
} 

#stipule2 {
  position: absolute; top: 35%; left: 5%;
  z-index: 9;
}

@media (max-width: 850px) {
  #stipule {
    display:none;
  }
  #stipule2 {
    display:none;     
  }
  }
