html {
	height:100%;
	font-size: 100%;
}

body {
	height: 100%;
	margin: 0;
}

li {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	line-height: 22px;
 	text-align:left;
}

p {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	line-height: 22px;
}

.left-align {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	line-height: 22px;
	text-align:left;
}

p, .bodytext {
  text-align:left;
}

.hero-unit.landing {
  height: 100%;
}

.hero-unit .background {
  height: 100%;
}

section {
	bottom:0;
	top:0;
	height: 100%;
	position: relative;
}


section.page1 {
	background-image: url('MovieImageBlur.jpg');
	background-repeat: no-repeat;
	background-position: center; 
	background-size: cover;
}

h1 {
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-weight:900;
  font-size:50px;
  position: absolute;
  top: 10px;
  text-align: center;
  color: #000000;
    margin-right: auto;
  margin-left: auto;
  left: 0;
  right: 0;
}

h2 {
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-weight:900;
  font-size:30px;

}

h3 {
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-weight:700;
  font-size:20px;
}


ul {
    list-style-type: none;
    width: 95%;
}

.wrapper {
	width: 90%;
	margin: auto;
	max-width: 1000px;
	min-width: 400px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	}

.page1{
}

.poster {
  max-width: 25%;
  margin-right: auto;
  margin-left: auto;
  left: 0;
  right: 0;
  top: 15%;
  position: absolute;
  display: block;
}

.bodytext {
	max-width: 500px;
	min-width: 300px;
}

.page2 {
	display: inline-block;
	max-width: 500px;
	min-width: 300px;
}

.seemore{
	font-family: 'Lato', sans-serif;
	font-size: 13px;
}

.page3 {
	display: inline-block;
	min-width: 200px;
	padding: 0 20px;
	margin: 20px;
  background: #f4f4f4;
  border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
border: 0px solid #000000;
-webkit-box-shadow: 6px 6px 10px -1px rgba(0,0,0,0.1);
-moz-box-shadow: 6px 6px 10px -1px rgba(0,0,0,0.1);
box-shadow: 6px 6px 10px -1px rgba(0,0,0,0.1);
}


#player {
	width: 100%;
	height: auto;
	max-width: 1024px;
	margin-right: auto;
  	margin-left: auto;
  	left: 0;
  	right: 0;
  	position: relative;
  	display: block;
  	padding: 0 0;
}

ul#listcontainer li {
  display:inline-block;
}

.starphoto {
  padding-left:5px;
  padding-right:5px;
  padding-bottom: 5px;
}

.hero-unit .black {
	background-color: #000000;
}

.circle {
	background-image: url("PLUS-BUTTON.png");
  width: 68px;
  height: 61px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  bottom: -25px;
  position: absolute;
  left: 0;
  right: 0;
}

img, .hero-unit {
	width:100%;
}

#player {
	width: 100%;
	height: auto;
	max-width: 1024px;
}

.hero-unit.black {
	  background:black;
}

.add-padding {
	padding-top: 30px;
	padding-bottom: 20px;
}

@media (max-width: 800px) and (min-width: 300px) {
	
 .wrapper {
    width: 90%;
    min-width: 0;
  }

  .poster {
  max-width: 65%;
  margin-right: auto;
  margin-left: auto;
  left: 0;
  right: 0;
  top: 15%;
  position: absolute;
  display: block;
  padding-bottom:5%;
  padding-top:5%;
}

.circle {
	background-image: url("PLUS-BUTTON.png");
  width: 68px;
  height: 61px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  bottom: 2%;
  position: absolute;
  left: 0;
  right: 0;
}

.starphoto {
  left: 0;
  right: 0;
  margin-left:auto;
  margin-right:auto;
  max-width: 260px;
  height: auto;
  display: block;
}


.add-padding {
	padding-top: 20px;
	padding-bottom: 10px;
}



}
