/* This is the styling for new QR Code pages, which use Bootstrap. The old pages used Foundation. */

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

p{
	font-size:0.9rem;
	text-align: center;
}

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

td{
	text-align:center;
	padding:0.25rem;
}

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

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

.mainJumbotron{
	background-color:#a7b9cc;
	color:white;
}

#img-jumbotron{
	margin-top: 0rem;
	margin-bottom:1.125rem;
	min-height: 15rem !important;
	height:25rem !important;
}

@media only screen and (min-width: 700px){
	#img-jumbotron{
		height: 80vh !important;
		width: 50vw;
		margin: 0 auto;
	}
}

#Examples-tab, #Phrasicon-tab, #SeeAlso-tab{
	background-color: #6c757d !important;
	opacity:0.8;
}

#Examples-tab.active, #Examples-tab.show, #Phrasicon-tab.active, #Phrasicon-tab.show, #SeeAlso-tab.active, #SeeAlso-tab.show {
	background-color: #545b62 !important;
	opacity:0.9;
}

.nav-link{
	color: #ffffff;
}

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

.nav-pills .nav-link{
	border-radius: 0rem;
}

.soundFileButton{
	border-radius:1rem;
}

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

.fb-share-button span {
   top: -0.45rem;
}

.appButton{
	border-radius: .31rem;
	height: 28px;
	width:80px;
	padding-top: .19rem;
	padding-bottom:.5rem;
	padding-left:.25rem;
	padding-right:.30rem;
	
}

.footer .btn{
	position: relative;
	top: -0.60rem;
}

.dentalMarker{
	padding-right: 0.18rem;
	padding-left: 0.1rem;
	font-size:2.7rem;
	position:relative;
	top: .03rem;
}