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


		ul {
		  list-style-type: none;
		  margin: 0;
		  padding: 0;
		  overflow: hidden;
		  background-color: black;

		  top: 0;
		  width: 100%;
		  font-family: klinic slab bold
		}

		li {
		  float: right;
		}

		li a, .dropbtn {
		  display: inline-block;
		  color: white;
		  text-align: center;
		  padding: 14px 16px;
		  text-decoration: none;
		}

		li a:hover, .dropdown:hover .dropbtn {
		  background-color: rgb(128, 128, 128);
		  height: 25px;
		}

		li.dropdown {
		  display: inline-block;
		}

		.dropdown-content {
		  display: none;
		  position: absolute;
		  background-color: #f9f9f9;
		  min-width: 160px;
		  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
		  z-index: 1;
		}

		.dropdown-content a {
		  color: black;
		  padding: 12px 16px;
		  text-decoration: none;
		  display: block;
		  text-align: left;
		}

		.dropdown-content a:hover {background-color: #f1f1f1}

		.dropdown:hover .dropdown-content {
		  display: block;
		}

		.active {
		  background-color: rgb(11 148 70);
		  height: 25px;
		}
      
	









    body { 
    color: white; 
    }


	h1{
		font-size: 40px;
		font-family: klinic slab bold;
		text-align: center;
	}

.p1 {
	margin-right: 200px;
	margin-left: 200px;
	font-size: 30px;
	font-family: klinic slab bold;
	text-align: center;
}









	.button {
	  display: inline-block;
	  border-radius: 4px;
	  background-color:  rgb(207, 28, 68);
	  border: none;
	  color: #FFFFFF;
	  text-align: center;
	  font-size: 28px;
	  padding: 20px;
	  width: 200px;
	  transition: all 0.5s;
	  cursor: pointer;
	  margin-left: 570px;
	  font-family: klinic slab bold;
	}

	.button span {
	  cursor: pointer;
	  display: inline-block;
	  position: relative;
	  transition: 0.5s;
	}

	.button span:after {
	  content: '\00bb';
	  position: absolute;
	  opacity: 0;
	  top: 0;
	  right: -20px;
	  transition: 0.5s;
	}

	.button:hover span {
	  padding-right: 25px;
	}

	.button:hover span:after {
	  opacity: 1;
	  right: 0;
	}

        
        

		input[type=text] {
		  width: 20%;
		  padding: 12px 20px;
		  margin: 8px 0;
		  box-sizing: border-box;
		  border: none;
		  background-color: black;
		  color: white;
		  text-align: center;
		  font-size: 20px; 
		  font-family: klinic slab bold;
		  margin-right: 400px;
		  margin-left: 540px;
		  box-sizing: border-box;
		  border: .5px solid white;
		  border-radius: 4px;
		  opacity: 0.6;
		  filter: alpha(opacity=60);
		}
        
		input[type=text]:focus {
		  background-color: lightblue;
		}
	




		textarea {
		  width: 25%;
		  height: 150px;
		  padding: 12px 20px;
		  box-sizing: border-box;
		  background-color: #f8f8f8;
		  font-size: 16px;
		  resize: none;
		  margin-top: 26px;
		  margin-bottom: 25px;
		  margin-right: 400px;
		  margin-left: 505px;
		  color: white;
		  background-color: black;
		  font-family: klinic slab bold;
		  text-align: center;
		  box-sizing: border-box;
		  border: .5px solid white;
		  border-radius: 4px;
		  opacity: 0.6;
		  filter: alpha(opacity=60);
		}

	

	.footer {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: black;
    color: white;
    text-align: center;	
}