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;
}
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;
}

				/************************************************
				*************************************************
										CSS
				*************************************************
				************************************************/



				/***********
				************
				   HEADER
				************
				***********/

header{
	position: relative;
	/*background: linear-gradient(0deg, rgba(0,0,0,0.75), rgba(0,0,0,0.75)), url(img/head5.jpg), cover;*/
	overflow: hidden;
	z-index: -1;
}

@keyframes backFade {
	0% {
	opacity:1;
	}
	30% {
	opacity:0;
	}
	70% {
	opacity:0;
	}
	100% {
	opacity:1;
	}
}

div.headbg{
	background-color: #000000;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 1;
	animation-name: backFade;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-duration: 8s;
	animation-direction: alternate;
}

div.titleWrap{
	height: 100%;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

h1{
	font-family: 'Cormorant', serif;
	font-size: 60px;
	line-height: 65px;
	width: 100%;
	text-align: center;
	color: #ffffff;
	z-index: 99;
}

h1 hr{
	width: 2%;
	margin-bottom: 15px;
}

nav{
	margin-top: -40px;
	height: 40px;
}

nav ul{
	display: flex;
	flex-flow: row;
	justify-content: space-between;
}

nav ul li{
	font-family: 'Montserrat';
	font-size: 20px;
	width: 100%;
	text-align: center;
	cursor: pointer;
	color: #ffffff;
}

nav ul li a{
	color: #ffffff;
	text-decoration: none;
	height: 40px;
	line-height: 40px;
}

nav ul li a img.menuImg{
	width: 80px;
	height: auto;
	margin-bottom: -3px;
}

.sticky{
	position: fixed;
	top: 0;
	width: 100%;
	margin: 0;
	background: linear-gradient(0deg, rgba(0,0,0,0.75), rgba(0,0,0,0.75)), url(https://philmillard.com/img/head10.jpg) no-repeat 50% 0%;
	background-size: cover;
	z-index: 99;
}


				/***********
				************
				  SECTION
				************
				***********/
div.foto{
	width: 80%;
	max-width: 700px;
	height: 450px;
	margin: 50px auto;
	background-image: url(img/foto.jpg);
	background-attachment: fixed;
	background-position: center;
	-webkit-filter: grayscale(80%) opacity(80%);
	filter: grayscale(80%) opacity(80%);
}

section p:first-of-type{
	margin-top: 45px;
}

section p{
	font-family: 'Cormorant', serif;
	text-align: justify;
	font-size: 21px;
	font-weight: 400;
	line-height: 26px;
	width: 80%;
	max-width: 580px;
	margin: 20px auto 50px auto;
	color : #000000;
}

section p img.pro{
	width: 100%;
	max-width: 580px;
	height: auto;
	margin-bottom: 10px;
	/*-webkit-filter: grayscale(70%);
	filter: grayscale(70%);*/
}

section hr{
	width: 80%;
	color: #555555;
	opacity: 0.3;
	margin: 0 auto;
	max-width: 945px;
}

section h2{
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 25px;
	width: 80%;
	max-width: 945px;
	text-align: left;
	color: #555555;	
	margin: 30px auto 30px auto;
}

section span.em{
	font-family: 'Montserrat';
	font-weight: 600;
	font-size: 16px;
	color: #555555;
}

/*
div.clientsection{
	width: 80%;
	margin: auto;
}*/

div.clients{
	width: 70%;
	margin: auto;
}

/*
div.clients h2{
	width: 100%;
	text-align: center;
}*/

div.logos{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
}

div.logos img{
    -webkit-filter: saturate(0%) brightness(100%) opacity(55%); /* Safari 6.0 - 9.0 */
    filter: saturate(0%) brightness(100%) opacity(55%);
    margin: 10px 5px;
    transition: all 0.5s ease;
    width: 90px;
    height: 90px;
}

div.logos img:hover{
    -webkit-filter: saturate(100%) brightness(100%) opacity(75%);
    filter: saturate(100%) brightness(100%) opacity(75%);
    transition: all 0.5s ease;
}

p.quote{
	font-size: 35px;
	font-weight: 400;
	line-height: 40px;
	color: #888888;
	width: 80%;
	max-width: 945px;
	margin: 20px auto 0 auto;
}

p.author{
	font-family: 'Montserrat';
	font-size: 18px;
	text-align: right;
	font-weight: 700;
	line-height: 20px;
	color: #000000;
	width: 80%;
	max-width: 945px;
	margin: 30px auto 30px auto;
}

p.author span{
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	margin: 0 auto;
}

div.bx-wrapper{
	border: none;
	box-shadow: none;
	margin-bottom: 0;
}



				/***********
				************
				   FOOTER
				************
				***********/

footer{
	background: linear-gradient(0deg, rgba(0,0,0,0.75), rgba(0,0,0,0.75)), url(https://philmillard.com/img/head10.jpg) no-repeat 50% 100%;
	background-size: cover;
	width: 100%;
	height: 50px;
	margin-top: 50px;
}

footer p{
	font-family: 'Montserrat';
	font-size: 18px;
	text-align: center;
	font-weight: 700;
	line-height: 50px;
	color: #ffffff;
	width: 100%;
}

section.contactSection{
	width: 80%;
	margin: auto;
	margin-top: 60px;
	padding-top: 60px;
}

section.contactSection h2{
	width: 100%;
	margin-top: 60px;
}

section.contactSection p a {
	color : #444444;
}

section.contactSection hr{
	width: 100%;
}

div.networksLogos {
	width: 80%;
    max-width: 580px;
	margin: auto;
	margin-bottom: 35px;
}

img.contactlogos{
	width: 10%;
	height: auto;
	display: inline-block;
	margin-top: 4px;
}

div.contWrap{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
