﻿/*library page background*/
.fullscreen-carousel{
	background:#777777;
}

/* title */
.carousel-caption h1 {
	color: #222222;
	font-size: 45px;
	font-family: 'bebasregular',sans-serif;
	text-align: center;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2);
}
/* description */
.carousel-caption p {
	color: #FFFFFF;
	font-size: 16px;
	font-family: inherit;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	font-size: 16px;
}
/* arrows */
#myCarousel.carousel a.right {
	visibility: visible;
/* add your own styles here */
}
#myCarousel.carousel a.left {
	visibility: visible;
/* add your own styles here */
}
/* button */
.carousel-caption a.btn {
/* add your own styles here */

}
.carousel img {
	width: 100%;
	max-height: 500px;
}
.carousel-control {
	font-size: 100px;
	top: 35%;
}
.fullscreen-carousel {
	position: relative;
	position: relative;
	-webkit-box-shadow: inset 0 0 50px 0 rgba(0,0,0,0.9);
	box-shadow: inset 0 0 50px 0 rgba(0,0,0,0.9);
}
/* tablet portrait */
@media screen and (min-width: 741px) and (max-width: 940px) {
.carousel-control {
	font-size: 100px;
	top: 15%;
}
}
