body {
	font-family: Lato, Arial, Helvetica;
	font-size: 13pt;
	color: black;
	font-style: italic;
	font-weight: bold;
	transform-origin: 0 0;
	transform: scale(1.0);
}
#main {
	//width: 2048px;
	//height: 1536px;
	margin-left: auto; margin-right: auto; position: relative; color: #000;
	background-image: url(/beeline-background.jpg);
        background-size: 100% auto;
	//background-repeat-x: none;
	//background-repeat-y: none;
	background-repeat: no-repeat;
	//min-height: 50%;
}
img { width: 100%; }
#details { padding: 5%; padding-top: 50%; position: relative; }
.contact { font-size: 4em; font-size: 4vw; color: #000; margin: 0px; }
.contact a { text-decoration: none; color: #000; }
.contact a:hover { text-decoration: underline; color: #111; }
.company { font-size: 2em; font-size: 2vw; width: 100%; }
.services { text-align: right; float: right; }
