/* CSS Document for Screens */

@import url(https://fonts.googleapis.com/css?family=Roboto:300,300italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Sanchez:400,400italic);
body {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #555;
	margin: 0 auto;
	padding: 0 30px;
}
#page {
	
	margin: 0 auto;
	position: relative;
}
/* Text*/

h1 {
	margin: 0 0 1em 0;
	text-align: center;
	font-size: 2em;
	font-weight: 300;
	font-style: italic;
	line-height: 1.2em;
}
h2 {
	padding: 2em 0 0 0;
	margin: 0.5em 0 0.5em 0;
	font-size: 2em;
	font-weight: 700;
	line-height: 1.1em;
	text-align: center;
	color: #666;
	text-transform: uppercase;
	letter-spacing: 0.4em;
}
h3 {
	margin: 0.5em 0 1em 0;
	font-size: 1.5em;
	font-weight: 700;
	color: #666;
}
h4 {
	margin: 0.5em 0 0.5em 0;
	font-size: 1.3em;
	font-weight: 700;
	color: #000;
}
h5 {
	margin: 0.5em 0 0.5em 0;
	font-size: 1.3em;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
}
p {
	margin: 0 0 1em 0;
	line-height: 1.8em;
}
aside ul p {
	border-top: 0.5pt solid #BDBDBD;
	padding-top: 0.75em;
}
aside ul:first-child p {
	border: hidden;
}
a {
	color: #007eff
}
a:visited {
	color: #65b1ff
}
a.btn {
	display: none;
}

/* Header */

header {
	width: 100%;
	position: relative;
}
header::after {
	content: '';
	display: block;
	clear: both;
}
header a.logo {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 300px;
	height: 62px;
	background: url(../images/mpn_lawyer_logo_1600.gif) no-repeat 0 0;
	background-size: contain;
	top: 15px;
}
header a.logo span {
	display: none;
}

header section.navi {
	display:none;
}



/* Hero Image */
div.hero h1 {
	display: block;
	margin-left:auto;
	margin-right: auto;
	color: #666666;
}

/* Section - All */

section {
	padding: 0;
}
section::after {
	content: '';
	display: block;
	clear: both;
}
section h2 {
	background-size: cover;
	display: block;
	
}
section div.items aside {
	display: block;
	width: 46%;
	float: left;
	margin: 0 2%;
}
/* Section - Key Values */

section.values aside {
	display: block;
	width: 29%;
	float: left;
	margin: 0 2%;
}
section.vaules h2 {
	margin: 0 2% 0 0;
}
section.values h3 {
	margin: 1em 2% 0.5em 2%;
}
section.values h4 {
	text-transform: uppercase;
}

/* Section - About Us */


section#id_about p {
	margin: 2%;
}
section#id_about h3 {
	margin: 1.5em 2% 0 2%;
}

/* Section - Expertise */


section#id_expertise h3 {
	margin: 1em 2% 0.5em 2%;
}
/* Section - People */


section#id_people aside {
	display: block;
	width: 46%;
	float: left;
	margin: 0 2%;
}
/* Section - Contacts */

section#id_contacts div.map {display: none; }

section#id_contacts h4 {
	text-transform: uppercase;
}
/* Section - Navi */

section.navi a img {
	display: none;}
	
section.navi a span {
	display: none;
}
/* Footer */

footer {
	footer-size: .8em;
	margin: 40px 0 40px 0;
	color: #999;
}
footer .content {
	display: inline;
}
footer a {
	margin-left: 30px;
	color: #777;
}
footer a:visited {
	color: #777;
}
footer a:hover {
	color: #000;
}

