html{
  padding:1%;
  background-color:#00a99d;
}

body {
  padding: 15px;
  background-color: white;
  background-image: url("recyptacle_big_3.jpg");
  background-repeat:no-repeat;
  background-position: center top;
  background-attachment: fixed;

}

p{
  font-family: "Oxygen";
  font-size: 14px;
  width:48%;
  margin-left: 28%;
  padding:10px;
  border-left:18px solid #00a99d;
  color:black;
  text-align: justify;
}

h2{
  font-family: "Oxygen";
  font-size: 24px;
  letter-spacing: 1.5px;
  color: #00a99d;
  text-align:center;
  padding-left:50px;
  background-color:white;
  width:500px;
  margin-left:33%;
  
 
}

h1{
  font-family: "Oxygen";
  font-size: 30px;
  width: 50%;
  text-align:center;
  margin-left:28%;
  letter-spacing:3px;
  border-bottom: 7px solid #c9c9c9;
  border-top: 7px solid #c9c9c9;
  padding:2px;
  color:white;
  padding:5px;

}

.container {
  position: relative;
  width: 50%;
  margin-left:28%;
  Padding-top;30px;

}

.overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: #00a99d;
  overflow: hidden;
  width: 100%;
  height:0;
  transition: .5s ease;
}

.container:hover .overlay {
  bottom: 0;
  height: 100%;
  opacity: 0.9;
}

.text {
  font-family: "Oxygen";
  white-space: nowrap; 
  color: white;
  font-size: 18px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  letter-spacing:1.5px;
  text-align: center;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

ul {
  list-style-type: none;
  display: inline;
  text-align: left;
  text-decoration: none;
  float:left;
  position:absolute;
  -background-color:e8e8e8;

}

li {
  text-decoration: none;
  font-family: "Oxygen";
  -padding-left: 30px;
  padding-bottom: 15px;
  font-size: 25px;
  width: 10%;
  margin: none;
  letter-spacing:1.5px;
    -background-color:e8e8e8;

}


li a {
  text-decoration: none;
  color: white;
  margin: auto;
  text-align: left;
  -background-color:e8e8e8;
  padding:5px;

}

li a:hover {
  border-bottom: 8px solid black;
}

.vid{
  position:relative;
  margin-left:30%;
  width:100%;
 
}

@media screen and (max-width:1200px){
 li{
 float:left;
 font-size: 18px;
 padding-left:50px;
}
}


@media screen and (max-width:800px){
 .video-container{
	max-width: 100%;
}
}



.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	-height:0;
	-overflow:hidden;
	-margin-left:28%;
	-max-width: 100%;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	-margin-left:28%;
	max-width:100%;

}
}

.main {
    margin-right: 20px; 
    font-size: 28px; 
    padding: 0px 10px;
    


}


.logo{
  -border:1px solid black;
  width:900px;
  padding-left:50px;
}

.nav{
  Padding-bottom:30px;

}