.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    width: 100%;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: inherit;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #ddd;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0 0 .25rem .25rem;
}

.dropdown.show > .list-group-item {
	background: #ddd;
}

.home .jumbotron h1 {
	font-size: 2.5rem;
}

.entries-list, .users-list {
	flex-wrap: wrap;
}

.entries-list a, .users-list a {
	margin-left: auto;
}

.entries-list h2, .users-list h2 {
	width: 100%;
	margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
	.home .jumbotron h1 {
		font-size: 1.5rem;
	}
	
	.home .jumbotron p {
		font-size: 14px;
	}
	
	.home .jumbotron hr {
		margin: 1rem 0;
	}
	
	.container {
		padding-left: 0;
		padding-right: 0;
	}
	
	.list-group {
		margin-bottom: 40px;
	}
	
	.entries-list h2, .users-list h2 {
		font-size: 5.4vw;
		line-height: 1.3;
		margin-bottom: 30px;
	}
	
}

.modal-white {
	background: #fff;
	padding: 30px;
	border-radius: .25rem;
	height: max-content;
}

.dropdown-menu.show {
	z-index: 100000;
}