.header {
    height: 95px;
}

.header-brand-img {
    height: 5rem;
    line-height: 2rem;
    vertical-align: bottom;
    margin-right: .5rem;
    width: auto;
    margin-top: -0.5rem;
    margin-bottom: -2.5rem;
}

.card {
    background-color: rgba(255,255,255,0.6);
    box-shadow: 2px 2px 3px;
}

#create-room-block {
    border: 1px dashed gray;
}

.header-nav{
	height: 75px;
	padding-top: 15px;
}

.dropdown {
	padding-top: 14px;
}