/* .container{
	padding-top: 5%;
} */

.jumbotron{
	/*padding: 1%;*/
	background-color: black;
	color: grey;
}

#movies{
	padding: 3%;
}

div{
	margin-bottom: 2%;
}
body{
	text-align: center;
}

#sticky {
	position: fixed;    /*Here's what sticks it*/
 bottom:0;          	/*to the bottom of the window*/
 left:0;            /*and to the left of the window.*/
 width: 100%;
	height: 60px;   /* Height of the footer */
	padding-top: 10px;
	background: #89A3B0;
	text-align: center;
	color: white;
	font-family: 'Oxygen', sans-serif;
 font-weight: 300;
 font-size: 13px;
}