/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
	line-height:1;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

strong {
	font-weight:bold;
}

i {
	font-style:italic;
}

/* CSS Document */

@font-face {
	font-family: 'Conv_PoiretOne-Regular';
	src: url('fonts/PoiretOne-Regular.eot');
	src: local('☺'), url('fonts/PoiretOne-Regular.woff') format('woff'), url('fonts/PoiretOne-Regular.ttf') format('truetype'), url('fonts/PoiretOne-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background-image: url("../images/delices-bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right;
	font-family: "Conv_PoiretOne-Regular";
	color: #fff;
	font-size: 1.3vw;
	height: 100vh;
    width: 100vw;
}

#right_div{
	float: right;
	width: 40%;
	text-align: center;
	min-width: 520px;
}

#logo{
	margin: 3vw 0;
	max-width: 100%;
}

#right_div p{
	max-width: 45%;
	margin: 0 auto;
	line-height: 1.9vw;
}

#separator{
	margin: 3vw 0;
}

@media screen and (max-width: 1500px){
	body{
		font-size: 20px;
		line-height: 30px;
	}
	
	#right_div p{
		line-height: 30px;
	}
	
	#separator{
		margin: 30px 0;
	}
	#logo{
		margin: 30px 0;
	}
}

@media screen and (max-width: 520px){
	body{
		font-size: 5vw;
	}
	
	#right_div{
		float: none;
		max-width: 100%;
		min-width: 100%;
	}
	
	#logo{
		max-width: 80%;
	}
	
	#right_div p{
		max-width: 80%;
		margin: 0 auto;
		line-height: 7vw;
	}
}

