.read-more {
	background: linear-gradient(to bottom, rgba(255,0,0,0), rgba(255,255,255,1));
	cursor: pointer;
	position: absolute;
	bottom: -20px;
	padding: 15px 0;
	text-align: center;
	width: 100%;
}

.wrapper {
	position: relative;
	width: 95%;
	margin-top: 24px;
	margin-left: 2%;
}

.search-result {
	margin-top: 12px;
	margin-bottom: 12px;
	font-weight: semibold;
	padding-left: 4px;
	padding-right: 4px;
}

.search-result:hover {
	color: #c59607;
}

#search-results-container {
	position: fixed;
	top: 160px;
	box-shadow:  2px 2px 4px #aaa;
	width: fit-content;
	max-width: 480px;
	background-color: white;
	border-radius: 3px;
}

@media (max-width: 1000px) {
	#search-results-container {
		top: 480px;
		font-size: 12px;
		color: black;
	}
	#nav-ul {
		flex-direction: column;
		overflow: hidden;
		font-size: 14px;
		justify-content: center;
	}
	#nav-ul li {
		width: 100%;
	}
	#nav-ul input {
		width: 100%;
	}
	#nav-brand {
		display: flex;
	}
}

@media (max-width: 1250px) {
	#nav-ul {
		font-size: 14px;
		padding-top: 12px;
	}


	.rd-navbar-nav {
		font-size: 14px;
	}
	#nav-brand {
		display: none;
	}
}