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

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

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

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

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 {
  padding-top: 5%;
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-weight:900;
  font-size:50px;
}

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;
}

li {

}

.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: 20%;
  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;
	max-width: 400px;
	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;
}

.page4{
	margin-left:auto;
	margin-right:auto;
  background:black;
}

.page5 {
	padding-top: 40px;
}

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

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

.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;
}



@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;
}

}
