body {
	font: 1em Source Sans Pro, sans-serif;
	color: #676369;
	background-image: url('../IMG_9462.jpg');
	/* background: #CDCFC3; */
}

h1, h2, h3 {
	color: #282729;
}

#wrap {
	min-width: 320px;
	max-width: 1200px;
	margin: auto;
	background: #E7E9DB;
    border-radius: 5px;
}

#main {
	padding: 0 25px;
	clear: both;
}

header {
	clear: both;
	padding: 10px 25px;
}

nav ul {
	padding: 0;
	float: center;
	list-style-type:none;
	position:relative;
	line-height:30px;
}

nav ul a, nav ul a:visited {
	color: #676369;
	text-decoration: none;
	padding: 0px 30px;
	line-height: 30px;
	display: block;
}

nav ul > li {
	display: table-cell;
	font-size: 1.2em;
	border-bottom: solid 5px transparent;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	float: left;
	position: relative;
}

nav > ul > li:hover, nav > ul > li:active {
	color: #282729;
	background: #CDCFC3;
	border-color: #8E8F87;
}

nav ul ul {
	margin-left: 0; padding-left: 0;
	display: none;
	z-index: 1;
	position: absolute;
	list-style-type:none;
	line-height:30px;
	background: #CDCFC3;
}

nav ul ul li a {
	height:35px;
}

nav ul ul li {
	font-size: 0.8em;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	height:35px;
	float: left;
	position: relative;
}

nav ul ul li {
	background: #D9DBCE;
	border-bottom: none;
}

nav ul ul li:hover, nav ul ul li:active {
	background: #CDCFC3;
	border-color: #8E8F87;
}

nav ul li:hover ul, nav ul li:active ul {
	display: block;
}

nav ul li ul {
	top: 35px;
}

nav ul li ul a {
	width: 7.5em;
	float:left;
}

body#home #nav-home,
body#directors #nav-directors,
body#services #nav-services,
boby#specialisations #nav-specialisations,
body#projects #nav-projects,
body#awards #nav-awards,
body#contact #nav-contact,
body#specialisations #nav-specialisations	{
	border-color: #8E8F87;
}

#logo {
	display: block;
	background-image: url(../images/logo.gif);
	background-size: cover;
	width: 75px;
	height: 68px;
	float: left;
	margin: 10px 20px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#footer {
	font-size: 0.8em;
	text-align: center;
	clear: both;
	padding: 50px 0 10px 0;
}

@media screen and (min-width: 800px) {
	.column-left {
		float: left;
		width: 50%;
	}

	.column-right {
		float: right;
		width: 50%;
	}
}

@media screen and (max-width: 1199px) {
	.column-left, .column-right {
		clear: both;
		width: 100%;
	}
	#logo {
		float: none;
		margin: auto;
		display: block;
	}
	nav ul {
		padding: 0;
		text-align: center;
		float: none;
		margin: auto;
	}
	nav ul li {
		float: none;
		display: inline-block;
	}
	nav ul a {
		padding: 0 1em;
	}
}

@media screen and (max-width: 699px) {
	nav ul a {
		font-size: 0.8em;
		padding: 0 0.5em;
	}
	header {
		padding: 10px 10px;
	}
}

@media screen and (max-width: 419px) {
	nav ul a {
		font-size: 0.7em;
		padding: 0 0.2em;
	}
}

.column-left > div, .column-right > div {
	padding: 0 20px;
}