body {
	font-family: 'Arial', sans-serif;
	margin-bottom: 40px;
}

.right {
	background-image: url('background-right-dark.jpg');
	background-size: cover;	
	background-position: center; 
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 10%;
	padding-bottom: 10%;
	height: 800px;
}

h1.welcome {
	color: white;
}
h2.whatis {
	font-size: larger;
	font-weight: bold;
}
div.contact-info {
	margin-top: 230px;
	color: white;
	font-size: larger;
}
div.contact-info p {
	font-size: larger;
	font-weight: bold;
}
div.contact-info table {
	border-collapse: collapse
}
div.contact-info table td {
	padding: 4px;
	vertical-align: top;
}
div.contact-info h2 {
	font-size: 1.1em;	
	font-weight: bold;
}

input.ovi-input {
	background: transparent;
	border-bottom: 1px solid white;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px; 
	color: white;
	width: 100%;
	font-size: larger;
	margin-bottom: 5px;
}

input.ovi-button {
	background: red;
	color: white;			/* this is OVI BLUE */
	border: 0px;
	margin-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 5px;
	font-size: larger;
	padding-bottom: 5px; 
	border-radius: 10px;
}

div.logo {
	width: 220px;
	height: 163px;
	background-size: 220px 163px;
}


#topbar {
	height: 60px;
	background: #004b98;	/* SiM darblue */
	margin-top: 50px;
}

.contact-head {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
	text-decoration-color: red;
	white-space: nowrap;
}
.contact-head a {
	color: inherit;
}

.contact-icon {
	display: inline-block;
	width: 2em;
}

.contact-logo {
	margin: 30px 0px 20px 0px;
	height: 44px;
}

.contact-text {
	margin: 10px 0px 10px 0px;
	white-space: nowrap;
}

.icon-top {
	margin-top: 20px;
}










