body {
	background-color: #e3f2fd;
}

.accordion-button.collapsed {
	background-color: #e3f2fd;
}

.accordion-body {
	background-color: #e3f2fd;
}

ul {
	list-style-type: none;
}

a {
	text-decoration: none;
}

a.hidden:link,
a.hidden:hover,
a.hidden:visited,
a.hidden:active
{
	color: #e3f2fd;
}

.tiny {
	font-size: .8em;
}

li p.tiny {
	font-size: .8em;
	margin: .2em;
}

li.list-group-item {
	border: 0;
	background-color: #e3f2fd;
}

input:focus,
select:focus,
textarea:focus {
	outline: none;
}

.no-y-space p {
	margin-bottom:0;
	padding-bottom:0;
}

.img-small {
	width: 20px;
}

.column-content {
	padding: 5px;
	border-radius: 10px;
	margin-top: 10px;
}

.bg-weather { background-color: #e8f5e9; }
.bg-finance { background-color: #fff8e1; }
.bg-media   { background-color: #f3e5f5; }
.bg-dev			{ background-color: #efebe9; }
.bg-work		{ background-color: #f3e5f5;; }

button:focus {
	background-color: #e9ecef !important;
	border-color: #0d6efd !important;
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.footer-text {
	font-size: 0.75rem;
	letter-spacing: 0.5px;
}

.btn-search-icon {
	width: 45px;
	height: 31px;
	/* This centers the image perfectly without &nbsp; */
	display: inline-flex; 
	align-items: center;
	justify-content: center;
}

.btn-search-logo {
	max-width: 25px;
	max-height: 25px;
}