@charset "UTF-8";
/*UMD Libraries Special Collection Exhibit styles*/



#header {
	position: relative;
	height: 210px;
}
.header {
	border-bottom: 0;
}
.navbar-nav {
    margin: 0 -20px;
}

/* site logo */
#site-logo {
	position: absolute;
	top: 5px;
	float: right;
}
#site-logo a {
	font: bold 30px/100% Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}

#banner {
	position:relative;
	top:65px;
	background-repeat:no-repeat;
/*	background-position:right; */
	background-color:#b5cdc6;
	margin:10px 0;
	border-radius: 4px;
    bottom: 0;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 1px rgba(0, 0, 0, 0.4);
}

#banner #inner {
	font-family: 'Della Respira', serif;
	font-size:22px;
	padding:15px 20px 5px 150px;
	line-height:28px;
	color:#000;
}
.bg-black {
    background: none repeat scroll 0 0 #000;
}
.loginbar  ul >li {
    display: inline;
    list-style: outside none none;
    padding-bottom: 15px;
    position: relative;
}
.loginbar li > a, loginbar li > a:hover {
    color: #333;
    font-size: 11px;
    text-transform: uppercase;
}
.loginbar li.topbar-devider {
    color: #666;
    font-size: 10px;
    margin: 0 5px;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;

}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}


/* CUSTOMIZE the logo -----------------*/
.navbar-brand-onepage {
    float: left;
    font-size: 18px;
    height: auto;
    line-height: 20px;
    padding: 0;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
.carousel-em { 
   background: none repeat scroll 0 0 #000; 
   margin-top: -18px; 
   opacity: 0.7; 
   padding: 0 12px; 
   position: absolute; 
   top: 50%; 
   font-size: 25px;
 } 
 
 .carousel-v1 .carousel-arrow a.right em { 
 	right: 0; 
 }
 
.carousel {
    height: auto;
	margin-bottom: 10px;
}

.carousel-inner > .item > img {
    position: relative;
	height:auto;
}

.carousel .item {
    height: auto;
}

.carousel-caption p {
    font-size: inherit;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Pad the edges of the mobile views a bit */
.marketing {
  padding-right: 15px;
  padding-left: 15px;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}

.site {
	display: flex;
	flex-direction: column;
	height: 98.4vh;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
}

.site-content {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 30px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

/* Porter customize remove later
-------------------------------------------------- */
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #a40404;
    border-color: #a40404;
}
a {
	color: #5B3F68;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {

  /* Remove the edge padding needed for mobile */
  .marketing {
    padding-right: 0;
    padding-left: 0;
  }

  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 160px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left:  15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left:  0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }

}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
.navbar-wrapper {
    margin-top: 160px;
  }

}
/*Custom styles carousel*/

.featurette-divider {
  margin: 30px 0; /* Space out the Bootstrap <hr> more, carousel.css  */
}