:root { /* allow to change default bulma value*/
	::placeholder {
			color: #4C4E52;
		}
}

.header-margin-top {
	margin-top: 22px;
}

.bg-brown {
	background-color: #735651;
}

.bg-cream {
	background-color: #EFD9C5;
}

.txt-brown {
	color: #735651;
}

.txt-cream {
	color: #EFD9C5;
}

a.link-cream {
	color: #EFD9C5;
}

a.link-cream:hover  {
	color: #EFD9C5;
	text-decoration: underline !important; 
}

a.link-brown {
	color: #735651;
}

a.link-brown:hover  {
	color: #735651;
	text-decoration: underline !important; 
}

#map {
	/*width: 800px;*/
	height: 700px;
    z-index: 50;
}

.centered-cell {
	text-align: center !important; 
	vertical-align: middle !important;
}

form.box {
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

#form-fab-button {
    position: fixed;
    bottom: 50px;
    right: 50px; 
    z-index: 100;
}

#modal-contact-form {
    z-index: 100;
}
