/* Custom Stylesheet */




 
body {
    background: radial-gradient(circle, #282E34,#DEDEDEFF,#5A6876);
}

nav {
	height: 130px;
	background: #21242D;
	display: inline-block;
}

nav img {
    width: 185px;
    padding-top: 0px;
    padding-left: 20px;
    display: inline-block;
}
#slider {
    margin : 35px;
}
label {

	color: black;
}
nav a {
	margin-top: 30px;
	margin-right: 10px;
}
nav a:hover {
            color: #42C5E3;
}
#backBtn{

	margin-left: 20px;
}
.container{
	text-align: center;
}
.icon-block {
	padding: 0 15px;
}

.icon-block .material-icons {
	font-size: inherit;
}

.click-movie {
	cursor: pointer;
}

.get-movies-image {
	width: 100%;
   	padding:1px;
   	border:1px solid ;
	/*border-radius: 10px;*/
}

.get-movie-image {
	width: 10rem;
	float: left;
	padding:1px;
   	border:1px solid #336699;
	/*border-radius: 10px;*/
	margin-top: 30px;
	margin-right: 30px;
	width: 307px;
}

.click-movie figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.click-movie figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

#content {
	margin: 0 auto;
	padding: 8px;
	background: #C3C3C3FF;
	font-family: 'helvetica', serif;
	overflow: auto;
	text-align: center;
	float: left;
	width: 100%;
}
#smallContainer {
	background-color: #e8ebf5;
}
/*.moviePoster {
	width: 150px;
	height: 300px;
	margin: 35px 8px;
	float: left;
}*/
.moviePoster h3 {
	font-size: 1rem;
	font-family: 'helvetica', serif;
	text-align: center;
}

.moviePoster {
	width: 150px;
	height: 325px;
	margin: 35px 10px;
	float: left;
	/*border: 10px solid #fff;*/
	overflow: hidden;
	/*box-shadow: 1px 1px 2px #e6e6e6;
*/	position: relative;
	text-align: center;
	cursor: default;
	box-sizing: content-box;
}

.moviePoster:nth-child(4n+5) {
	margin-left: 0px;
	margin-right: 0px;
}

.get-movies-image {
	display: block;
	position: relative;
	transform: scaleY(1);
	transition: all 0.7s ease-in-out;
	width: 100%;
	backface-visibility: hidden;
}

.moviePoster:hover .get-movies-image {
	opacity: 0.5;
	transform: scale(1.1);
}

.clearFloat {
	clear: both;
	float: none;
}

.show-actor{
	width: 100px;
	padding:1px;
   	border:1px solid #336699;
	border-radius: 5px;
}

.get-movies_by_actor-image {
	width: 100%;
	width: 100%;
   	padding:1px;
   	border:1px solid #336699;
	border-radius: 10px;
}

#searchField{
	text-align: center;
	height: 56px;
    background: #fff;
    box-shadow: none;
    color: #111;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 5px;
	width: 60%;
	font-family: 'helvetica', serif;
}

#searchButton{
	font-size: 26px;
	padding: 15px 25px;
	border-radius: 30px;
	height: auto;
	white-space: normal;
	background: #336699;
	border: none;
	color: #fff;
	margin: auto;
	width: 210px;
	font-family: 'helvetica', serif;
}

#searchButton:hover{
	background: #CCCCFF;
}

.btn-small{
	text-align: center;
}

#logo{
	width: 25%;
	margin-bottom: 20px;
	margin-top: 50px;
}
.smallFooter{
	background-color: #333333;
	padding: 10px 0px
}

form{
	font-family: 'helvetica', serif;
}

form label{
	font-family: 'helvetica', serif;
	font-size: 40px;
}

h3{
	font-family: 'helvetica', serif;
	font-size: 40px;
	font-weight: bold;
	
}
h4{
	font-family: 'helvetica', serif;
	font-size: 35px;
	
}

h5{
	text-align: left;
}



p{
	text-align: left;
}

.actorsGenre{
	margin-top: 60px;
	font-family: 'helvetica', serif;
	font-size: 30px;
}

.click-actor{
	width: 120px;
	float: left;
	margin: 10px;
	cursor: pointer;

}

#genreStyle{
	margin-top: 225px;
}


.click-genre{
	cursor: pointer;
}
footer {
    background: #21242D;
}

footer img {
    width: 130px;
    margin-top: 40px;
    margin-left: 100px;
}

footer a {
 	margin-bottom: 40px;
}

