/* This is the styling for new QR Code Homepage, which uses Bootstrap. The old page used Foundation. */

body {
	color: #000000;
	font-family: Roboto Slab, sans-serif;
	font-size: 1.125rem;
	background-color: #f9f9f9;
}

p{
	font-size:1.25rem;
}

a, a:hover {
	color: black;
	text-decoration:none;
}

.bodyContainer .row{
	margin-bottom:1.125rem;
}

.jumbotron-fluid {
	box-shadow: inset 0px 0px 0 2000px rgba(0, 0, 0, 0.2);
	margin-bottom:1rem;
	padding-bottom:3rem;
	padding-top:3rem;
}

#mainJumbotron{
	background-image: url(../img/grace_hudson_museum.jpg); 
	background-position: 50% 35%;
	background-size: cover; 
	margin-top: 4rem;
}

.nav-link{
	color: #ffffff;
}

.nav-link:hover{
	color:#e0e0e0;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: #495057;
	background-color: #ffffff;
	border-radius: 1rem;
}

.black-box {
    background-color: rgba(0, 0, 0, 0.55);
	color: #ffffff;
	padding: 1.5rem;
	border-radius: 1rem;
}

.black-box p {
	font-weight:400;
	text-align: left;
}

.qrCard{
	height:15rem;
}

.card-header{  
  white-space: nowrap;
  overflow: hidden;
}

.card a:hover{
	color:#070707;
	opacity: 0.7;
	text-decoration:none;
}

.btn{
	border-radius:1rem;
}

.btn-link{
	color:#000000;
	font-size: 1.25rem;
}

.btn-link:focus{
	color:#000000;
	text-decoration:none;
}

.btn-link:hover{
	color:#070707;
	opacity: 0.7;
	text-decoration:none;
}

.footer{
	background-color: #e0e0e0;
	padding-top: 2rem;
	padding-bottom: 0.5rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	border-radius: -1rem;
	margin-top: 1rem;
}

/* messing with search bar */
.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}

input[type=search] {
  width: 100%;
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9; 
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}

.biggerFontButton{
	font-size: 1.5rem;
}
