@charset "utf-8";
/* CSS Document */

.images{
	margin-top: 20px;
	margin-left: 1200px;
	}

.h3 {
	font-size: 42px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	color: rgba(82,101,140,1.00);
	display: block;
	text-align: center;
}

.navbar.navbar-default .container-fluid .navbar-header {
	margin-right: 0px;
}
.navbar.navbar-default .container-fluid #defaultNavbar1 {
	margin-right: 0px;
}


@media screen and (max-width: 1920px){
	.holdingintro{
		color: white;
		width: 100%;
		height: 390px;
		clear: both;
		float: left;
		overflow-y: auto;
		background: rgba(0,0,0,0.80);
		border-color: rgba(195,115,0,1.00);
		border-top-style: solid;
		border-width: 2px;
		padding-left: 3%;
		margin-top: 31.2%;
	}
	
	.shelf{
		width: 100%;
		height: 100px;
		border-bottom: 2px solid rgba(33,43,81,1.00);
		}

	.intro{
		width: 100%;
		height: 600px;
		clear: both;
		float: left;
		background-image: url(../images/holdings.jpg);
		background-repeat: no-repeat;
		background-size: contain;
	}
	
	.icon{
		width: 100% auto;
		height: 50px;
	}
}

@media screen and (max-width: 1680px){
}

@media screen and (max-width: 1200px){
}

@media screen and (max-width: 768px){
}

@media screen and (max-width: 384px){
		.h3 {
		font-size: 28px;
		font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
		color: rgba(82,101,140,1.00);
		display: block;
		text-align: center;
	}
}