@charset "utf-8";
/* CSS Document */
body{
	font-family: "Champagne & Limousines"!important;
	background-color: #000!important;
}
h1 h2 h3 h4 h5{
	font-family: "Cambria"!important;
}
/* PAGE CGL*/
.rose{
	color:#eb1786;
}

h1, h3{
	color:#fff!important;
}
h1{
	text-align: center;
	text-decoration: underline;
}
blockquote{
	color:#fff;	
}
p{
	text-indent:20px;
	font-size:18px;
}
/* footer*/
.footer {
	background:#000;
}
.footer li {
	list-style:none;
}
.footer a{
	color:#fff;
}	
.footer a:hover, a:visited{
	text-decoration: none;
	color:#eb1786;
}
.gototop {
		width:50px;
		height:50px;
		background:#000;
		float:right;
		border-radius:50%;
		margin-right:20px;
		margin-bottom:20px;
}
.gototop i {
		color:#fff;
		line-height:45px;
		padding-left:7px;
}	
.footer p{
	font-size:28px;
}
.footer img{
	display:inline;
	padding:10px;
}
.logo{
	margin-top:20px;
	display:block;
	margin-left: 80px;
  
}
	