html,
body {
	overflow-x: hidden;
	margin: 0;
	padding: 0;
}

.open > a {
	background-color: transparent !important;
}

a {
	cursor: pointer;
}

.row {
	margin: 0 !important;
}


@-webkit-keyframes drop {
	0% {
		top: 5px;
		opacity: 0;
	}
	30% {
		top: 10px;
		opacity: 1;
	}
	100% {
		top: 25px;
		opacity: 0;
	}
}

@keyframes drop {
	0% {
		top: 5px;
		opacity: 0;
	}
	30% {
		top: 10px;
		opacity: 1;
	}
	100% {
		top: 25px;
		opacity: 0;
	}
}


#navbar .container {
	display: flex;
    align-items: center;
}