@charset "UTF-8";
/* CSS Document */

div.tea_info {
	vertical-align: middle;
	
}

div#teas_header {
	background-image:url(../images/earlgray_BLACK.jpg);
	background-repeat: no-repeat; background-size: cover; background-position: center;
	margin: 0; padding:10% 0%;
}


div.jumbotron {
	background-color:rgba(255,158,28,0.55);
	 padding: 7%; margin-top: 5%;
	
}
div.jumbotron h1, div.jumbotron h3 {
	margin: 0; padding: 0;font-weight:600;
	height: 100%; line-height: 100%;
	text-shadow: 1px 1px 7px rgba(0,0,0,0.5);
}

div.jumbotron h5 {
	height: 100%; line-height: 100%;
	text-shadow: 1px 1px 6px rgba(0,0,0,0.5);
}


.card-header {
	padding: 0;
}

h1 {
	font-size: 1.9rem;
}

figcaption { margin-bottom: 4%;}

div.tea_dropout {
	
	margin-top: 5%;
}

div.card-body {
	padding-left: 3%; padding-right: 3%;
}

th {
	font-size: 0.5rem;
}

td {
	font-size: 0.4rem
}

#enjoytea {
	font-size: 1.2rem; font-weight: 700;
}