header p {
	font-size: 22px;
	line-height: 150%;
	color:rgb(85,194,232);
}
.header_songlist {
	margin-top:10px;
    background: rgb(85,194,232);
	
}

.navbar-brand {
    float: none;
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
    max-width: 400px;
}

.navbar-brand {
    font-size: 18px;
    line-height: 20px;
    height: 80px;
}

@media (max-width: 767px) {
	.height-xs,
	.height-sm,
	.height-md,
	.height-lg,
	#owl-main .item,
	#owl-main.height-md .item,
	#owl-main.height-lg .item {
		height: 28vh;
	}
}