body {
	margin: 0;
	padding: 0;
	background-color: transparent;
}

.welcome-header {
	color: black;
	text-shadow: 1px 1px 4px white
}

.welcome {
	float: right;
	justify-content: flex-end;
	align-self: center;
}

.center {
	align-self: center;
}

.mission-statement {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif
}

.logo {
	float: right
}

.btn.opaque {
	filter: alpha(opacity = 100);
	opacity: 1.0;
	background-color: rgba(255, 255, 255, 0.5);
}

iframe.main {
	height: 950px;
	overflow: hidden;
	border: none;
	background-color: transparent;
}

iframe.Facebook_Buttons {
	/* 	I couldn't figure out how to get the Facebook buttons to work without manually setting the sizes. */
	width: 100px;
	height: 13px;
	padding: 0px
}

ul.hours {
	/* The default minimum width was too small to hold the day name and the time, so the text was getting chopped off. */
	min-width: 215px
}

.navbar-default {
	background-color: rgba(247, 247, 247, 0.7);
	margin-bottom: 0px;
}

.cat_and_dog {
	background-color: Wheat;
}

.logo_background {
	background-color: Aquamarine;
}

.centered_background {
	background-color: Thistle;
}

.silly_background {
	background-color: LightPink;
}

.pets_cavedrawing {
	background-color: NavajoWhite;
}

.pets_wrinkled {
	background-color: PeachPuff;
}

.emergency_background {
	background-color: Tomato;
}

p {
	background-color: rgba(255, 255, 255, 0.7);
	margin: 0px;
	padding: 9px;
	border: 1px;
	border-style: solid;
	border-radius: 4px;
	border-color: rgba(255, 255, 255, 0.8)
}

address, h1, h2, h3, h4, h5, h6 {
	background-color: rgba(255, 255, 255, 0.6);
	margin: 0px;
	padding: 9px;
	border: 1px;
	border-style: solid;
	border-radius: 4px;
	border-color: rgba(255, 255, 255, 0.7)
}

address {
	font-size: 24px;
}

.btn-emergencies {
	font-style: italic;
	background-color: LightSalmon;
}

.btn-emergencies a {
	color: white;
}

.facebookFeed {
	border: 1px;
	border-style: solid;
	border-radius: 4px;
	border-color: rgba(255, 255, 255, 0.9);
	overflow: hidden;
	height: 590px;
	background-color: rgba(255, 255, 255, 0.85);
	margin: 0px
}

.list-group-item {
	background-color: rgba(255, 255, 255, 0.7);
}

.carousel {
	background-color: rgba(255, 255, 255, 0.7);
}

.navbar-brand {
	padding: 0px;
}

.navbar-nav .active {
	font-weight: bold;
}

img.well {
	background-color: rgba(240, 173, 78, 0.8);
}