html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    font-family: 'Roboto';
    max-width: 1903px;
    margin: 0 auto;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


.nav p{
    text-align: center;
    background: #f6cbd3;
    padding: 20px;
    color: #3c3c3c;
}
.nav p strong{
    font-weight: 800;
}
.nav a{
    color: #3c3c3c;
}
.nav h1{
    font-weight: 100;
    text-align: center;
    font-size: 46px;
    margin: 10px 0 -6px 0;
    color: #f6cbd3;
}
/*.nav h1:after, .services h2:after, .us h2:after, .contact h2:after, .galerie h2:after{
    content: "";
    display: block; 
    height: 2px;
    margin: 5px auto 20px;
    width: 40%;
    background: rgba(246, 203, 211, 0.2) none repeat scroll 0 0;
}*/
.services h2:after, .contact h2:after, .galerie h2:after{
    width: 15%
}
.us h2:after{
    width: 20%
}
.nav nav ul{
    margin: 0 auto;
    width: 685px;
}

.nav{
    margin-bottom: 20px;
    position: fixed;
    width: 100%;
    max-width: 1903px;
    top: 0;
    z-index: 3;
    background: #fff;
    height: 220px;
}
.nav nav{
    /*background:  url("data:image/svg+xml,%3Csvg width=\'6\' height=\'6\' viewBox=\'0 0 6 6\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cg fill=\'%23000000\' fill-opacity=\'0.05\' fill-rule=\'evenodd\'%3E%3Cpath d=\'M5 0h1L0 6V5zM6 5v1H5z\'/%3E%3C/g%3E%3C/svg%3E");*/
}
.nav nav ul li{
    display: inline-block;
}
.nav nav ul li a{
    display: block;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    margin-left: 10%;
    padding: 20px 10px 6px 10px;
    color: #3d3d3d;
    opacity: 0.4;
}
.nav nav ul li a:hover{
    color: #f6cbd3;
}
.nav nav ul li a.active {
    border-bottom: 1px solid #f6cbd3;
    color: #f6cbd3;
    opacity: 1;
}
.fa{
    float: right;
    margin: 0 4px 0 4px;
}
.logo {
    width: 150px;
}