.noble-font {
	font-family: 'Lobster', cursive;
}

html {
	overflow-y: scroll;
}

html, body {
	font-family: 'Roboto Condensed', sans-serif;
}

a {
	color: #000;
	text-decoration: none;
	background-color: transparent;
}

.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
}

.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #000;
	border-color: #000;
}

.btn-info {
	color: #fff;
	background-color: #000;
	border-color: #000;
}

.btn-info:hover {
	color: #fff;
	background-color: #000;
	border-color: #000;
}
.input-section ul li {
	color: red;
}
.round-border {
	border-radius: 50%;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
}
.page-link:hover {
    z-index: 2;
    text-decoration: none;
	color: #000;
    background-color: #fff;
    border: 1px solid #000;
}
.badge{
	min-width: 3em;
}
.bg-light {
	background-color: #eee !important;
}
