.jumbotron {
		margin-top: -30px;
		margin-bottom: 30px;
		border-bottom: 0;
		padding-top:5px;
		padding-bottom: 35px;
		border-radius: 0;
  	text-align: center;
}
.pagination {
    position: relative;
    width: 100%;
    margin: 4rem auto;
    font-family: "Open Sans", sans-serif;
    font-size: 1.3rem;
    color: #9EABB3;
    text-align: center;
}
.pagination a {
    color: #9EABB3;
    transition: all 0.2s ease;
}
.pagination a:hover {
    text-decoration: none;
}
.older-posts,
.newer-posts {
    position: absolute;
    display: inline-block;
    padding: 10px 15px;
    border: #bfc8cd 1px solid;
    text-decoration: none;
    border-radius: 4px;
    transition: border 0.3s ease;
}
.page-number {
    display: inline-block;
    padding: 2px 0;
    min-width: 100px;
}
.older-posts {
    right: 0;
}
.newer-posts {
    left: 0;
}
.older-posts:hover,
.newer-posts:hover {
    color: #889093;
    border-color: #98a0a4;
}
.extra-pagination {
    display: none;
    border-bottom: #EBF2F6 1px solid;
}
.extra-pagination:after {
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    border: #E7EEF2 1px solid;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    background: #FFF;
    border-radius: 100%;
    box-shadow: #FFF 0 0 0 5px;
}
.extra-pagination .pagination {
    width: auto;
}
@media only screen and (max-width: 500px) {
    .pagination {
        width: auto;
        margin: 2rem auto;
    }
}
