/* Style from i */

	body{ 
		font: 14px sans-serif; 
		}
		
	.wrapper{
		width: 350px; padding: 20px; 
		}
		
		
	#container div h1 {
	text-align: left;
}

/*style from c */


ul#menu {
    padding: 0;
} 

ul#menu li {
    display: inline;
}

ul#menu li a {
    background-color: black;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px 4px 4px 4px;
}

ul#menu li a:hover {
	background-color:  #2e86c1;
}



a.menu:link {
	
  text-decoration: none;
  color: white;
  padding: 5px;
  font-size: 20px;
  
}

a.menu:visited {

  text-decoration: none;
  color: white;
  padding: 5px;
  font-size: 20px;
}

a.menu:hover {
  text-decoration: underline;
  color: black;
  font-size:
  font-size: 20px;
}

a.menu:active {
  text-decoration: underline;
  color: black;
  font-size: 20px;
}

.button {
  background-color: black;
  border: 2px solid powderblue;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  height:25px;
  width:125px;
}

.button4 {border-radius: 12px;}

.button:hover
{
background-image:none;
background-color:powderblue;
color: black;
border: 2px solid black;
}


 /* Container holding the image and the text */
.container {
  position: relative;
  text-align: left;
  color: white;
  padding: 4px 4px 4px 4px;
}

/* Bottom left text */
.middle-left {
  position: absolute;
  bottom: 35%;
  left: 16px;
  
}

/* lower left text */
.lower-left {
  position: absolute;
  bottom: 25%;
  left: 16px;
  
}

/* Top left text */
.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

/* Play Button over image */
.play-button {
  color:white;
  text-shadow: 2px 2px #ff0000;
  font-weight: bold;
  position: absolute;
  padding: 8px 8px 8px 8px;
  bottom: 5%;
  left: 16px;
}

.coming_soon {
  color:white;
  font-size: 30px;
  text-shadow: 2px 2px #ff0000;
  font-weight: bold;
  position: absolute;
  padding: 8px 8px 8px 8px;
  text-align: center;
  bottom: 45%;
  left: 16px;
}

.button {
  background-color: black;
  border: 2px solid powderblue;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  height:15px;
  width:105px;
}



