* {
	font-family: 'Roboto', sans-serif;
}
html, body {
	font-size: 18px;
}

section#demo {
--	background: #fbfbfb;
	---	background: #fff;
    position: relative;
    padding: 0;
    min-height: 100vh;
    transition: height 9999s;
}
.vertical-align {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
}
.card {
	background: #fff;
   -- box-shadow: 13px 13px 28px 2px rgba(0, 0, 0, 0.035);
    padding: 7px 15px;
}

.contact {
	background: #fff; z-index: 4; padding-bottom: 20px;
}
.contact p {text-align: center; font-weight: bold; margin-top: 4px;}
.contactimg {background: #86BC25; margin: 0 auto; width: 82px; height: 82px; border-radius: 40px;}
.contact img {
	display: block;
	margin: 0 auto;
		padding-top: 8px;

	height: 68px;
 /*   margin-left: auto;
    margin-right: auto; 
	margin-top: 6px;
	margin-bottom: 6px; */
	}
	
	div.conv-form-wrapper div#messages div.message.to {color: #444;}