body {
	font-family: Verdana;
	font-size: 12px;
	background-color:black;
	/*background-image: url("../jpg/marie.jpg");*/

}
p {
	font-family: Verdana ;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	letter-spacing:0.005em;
	white-space:normal;
	color:#FFFFFF;
	
}

h1{
	font-family: Arial;
	font-size: 56px;
	font-style: normal;
	font-weight: normal;
	letter-spacing:normal;
	white-space: normal;
	color:#FFFFFF;
}


h2{
	font-family: arial;
	font-size: 46px;
	font-style: normal;
	font-weight: bold;
	letter-spacing:normal;
	white-space: normal;
	color:#FFFFFF;
}


h6{
	font-family: arial;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	letter-spacing:normal;
	white-space: normal;
	color:#FFFFFF;
}


ul.star {
list-style-image: url("../jpg/star.png")
}

.bg-black {
    background-color: #000;
/*	background-image: url("../jpg/header.jpg");
	background-size: contain;
	background-repeat: repeat;
*/
}

.border-black {
    background-color: #000;
}

.navbar-custom {
    background-color: #00000;
	font-size:20px;
}

.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: rgba(255,255,255,1);
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: rgba(255,255,255,1);
}

/* Header Parallax Element Style*/ 
.paral {
min-height: 600px;
background-attachment: float;
/*background-size: cover;*/
/*background-position: 50% 50%;*/
}

/* Paragraph for Parallax Section */ 
.paral p {
font-size: 24px;
color:#f5f5f5;
text-align: center;
line-height: 60px;
}
 
/* Heading for Parallax Section */ 
.paral h1 {
color: rgba(255, 255, 255, 1);
font-size: 60px;
font-weight:normal;
text-align: center;
padding-top: 20px;
line-height: 70px;
}

/* Image for Parallax Section */ 
.paralsec{
background-image: url("../jpg/etoiles.jpg");
background-position: 0px 0px;  
background-size: cover;

}
 
.paralsec1 {
/*background-image: url("../jpg/beau.jpg");*/
} 
.paralsec2 {
/*background-image: url("../jpg/marie.jpg");*/
}

/* Remove Bottom Margin from Jumbotron */
.jumbotron{margin-bottom: 50px;}

/* Footer */
.wn-footer {
padding: 2.5rem 0;
text-align: center;
color: white;
background-color: #607D8B;
border-top: .05rem solid #e5e5e5;
}

.wn-footer a {
color: yellow;
}