@font-face {
font-family: 'impregnable';
src: url('fonts/impregnable.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

/*
html{
	background: url('../images/bckgrnd_paris.jpeg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
*/

body{
  background: transparent;
}

.coupon_paris_title{
	font-family: 'impregnable';
}

#title_print{
	display: none;
}

/* -------------------HOME PAGE------------------- */

.white{
	color: white;
	margin-top: -40px;
}

/*
.home .container p{
	font-family: "Source Sans Pro",serif;
    text-shadow: 1px 1px 1px #000;
    font-size: 20px;
}
*/

/*
.home .container a:link{
	color: black;
	text-decoration: none;
}

.home .container a:hover{
	color: black;
	text-decoration: none;
}

.home .container a:active{
	color: black;
	text-decoration: none;
}

.home .container a:visited{
	color: black;
	text-decoration: none;
}
*/
