@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700,700italic);

@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);

body{
	background-color: #131313;
}

h1{
	font-family: 'Droid Serif';
	color: #fff;
	font-weight: 400;
	font-size: 44pt;
	text-align: center;
}

h2{
	font-family: 'Droid Serif';
	color: #fff;
	font-weight: 400;
	font-size: 24pt;
	text-align: center;
}

header {
	width: 100%;
}

.logo{
	width: 324px;
	padding: 20px;
}

.content {
	width: 800px;
	margin: 0 auto;
}

.contactus {
	padding-bottom: 10px;
}

p{
	font-family: 'Droid Serif';
	color: #fff;
	font-size: 12pt;
/*	line-height:0.5em;*/
}

a {
	text-decoration: none;
}

.frenchroad{
	width: 800px;
}

.ubi {
	margin-top: 30px;
}

.amk {
	margin-top: 30px;
}

.address {
	position:relative;
	width:500px;
	padding-bottom: 50px;
}

.map {
	position: relative;
	float: right;
	width:500px;
	padding-top: 50px;
}

footer {
	position: absolute;
	width: 100%;
	
	text-align: center;
	font-family: 'Droid Serif';
	color: #fff;
	background-color: transparent;
	
}

footer p {
	width: 800px;
	margin: 0 auto;
	padding: 20px;
	font-size: 10pt;
}

hr {
	width: 800px;
	padding-top: 40px;
	border: 1px dotted #fff;
    border-style: none none dotted; 
    color: #fff;
}


@media screen and (max-width: 815px) {
	.content {
		width: 600px;
	}
	
	h1 {
		font-size: 36pt;
	}
	
	.frenchroad, .ubi, .amk {
		width: 400px;
	}
	
	.map {
		float: left;
	}
}

@media screen and (max-width: 650px) {
	.content {
		width: 600px;
	}
	
	h1 {
		font-size: 36pt;
	}
	
	.frenchroad, .ubi, .amk {
		width: 400px;
	}
	
	.map {
		float: left;
	}
}