﻿/* film */
		
		#bckgrnd {
			background-image: url("../images/imdb.jpg");
		}
		h2 {
			font-weight: bold;
			color: white;
			margin-bottom: 30px;
		}

		h4 {
			color: white;
		}

		.moviePoster {
			float: left;
			padding-right: 20px;
			padding-bottom: 50px;
		}
		.jumbotron {
			background-color: #b6071c;
			color: white;
			border-color: white;
			border-style: solid;
			border-width: 1px;
		}
		.panel-default {
			margin-bottom: 30px;
			margin-top: 30px;
			padding: 30px;
			background-color: #b6071c;
		}
		.btn {
			margin-left: 20px;
		}

		footer {
			text-align: center;
			background-color: black;
			padding-bottom: 20px;
		}

/* kunst */

.page-header h1 {
	font-size: 400%;
	text-align: center;
	color: blue;
}
.top h1 {
	font-size: 400%;
	text-align: center;
	color: white;
}

h2 {
	text-align: center;
	color: white;
}

p {
	text-align: center;
}

.art  {

    background-image: url("../images/rm.jpg");
	background-repeat: no-repeat;
    background-color: #e6d9ce;
}

.top {
	margin-top: 250px;
	margin-bottom: 100px;
}

.col-md-3 {
	height: 700px;
}

.img-thumbnail {
	background-color : #A0814D;
	padding: 10px;
}



/* onbekend */



.book {
	background: #a9f1bc;
	border: 1px solid #666;
	width: 240px;
	height: 140px;
	margin: 4px;
	padding: 4px;
	float: left;
	box-shadow: 3px 3px 3px #999;
	cursor: pointer;
}

	.book p {
		font-size: larger;
	}

.bookTitle{
	font-weight: bold;
}
.bookAuthor {
	font-style: italic;
}

.slide-animate.ng-enter, .slide-animate.ng-leave {
	-webkit-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 2s;
	-moz-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 2s;
	-o-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 2s;
	transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 2s;
}


	.slide-animate.ng-enter.ng-enter-active {
		position: absolute;
		left: 1300px;
	}

.slide-animate.ng-enter {
	left: 0;
}

.slide-animate.ng-leave.ng-leave-active {
	position: absolute;
	left: -1700px;
}

.slide-animate.ng-leave {
	right: 0;
}
