

#footer {
	background-color: black;
	color: gray;
	padding-top: 2em;
	padding-bottom: 2em;
}

#footer a {
	color: gray;
}

#footer a:hover {
	color : rgb(177, 123, 37);
}

#wrapper {
	background-image: url("../Images/maroc/maroc.jpg");
	height: 650px;
	background-size: cover;
	padding-top: 250px;
	color : white;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

#wrapper h1 {
	font-size: 50px;
}

#wrapper h2 {
	font-size: 20px;
	margin-bottom: 4em;
}

#wrapper a	{
	color: white;
}

#wrapper a:hover	{
	color : rgb(177, 123, 37);
}

#news h2	{
	font-size: 24px;
}

#news	{
	margin-bottom: 24px;
}


#content {
margin-top: 100px;
margin-bottom: 100px;
}

.feature p {
font-weight: 400;
letter-spacing: 1px;
color: black;

}

.feature img {
margin-bottom: 2em;	
}

.feature a {
color: black;	
}
.feature a:hover {
color : rgb(177, 123, 37);
}

.navbar-transparent {
background-color: rgba(177, 123, 37, 0.4)
}

.navbar-transparent .navbar-brand,
.navbar-transparent .navbar-nav > li > a {
  color: #eeeeee;
  line-height: 50px;
}

.navbar-transparent .navbar-nav > li > a:hover,
.navbar-transparent .navbar-nav > li > a:active,
.navbar-transparent .navbar-nav > li > a:focus,
.navbar-transparent .navbar-nav > .open > a,
.navbar-transparent .navbar-nav > .open > a:hover,
.navbar-transparent .navbar-nav > .open > a:focus {
  color: white;
  background-color: rgba(0, 0, 0, 0.3);
}

.navbar-transparent .navbar-brand:hover,
.navbar-transparent .navbar-brand:active,
.navbar-transparent .navbar-brand:focus {
  color: white;
}

.vertical-spacer {
margin-bottom: 100px;
}

.wip {
font-size: 24px;
margin-top: 150px;
}

/*food.html articles layout beginning*/

.published {
	font-size: 10px;
	color : grey;
}

.article {
	background-color: black;
}

.article-text {
	width: 600px;
	color: white;
}

h2 {
	color: white;
}

li {
	margin-left: 20px;
}

.numbers {
	margin-top: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	border : 1px solid black;
}

.story {
	margin-bottom: 10px;
}
/*end*/