@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
abbr,acronym { border: 0;
}

/* Custom CSS
 * --------------------------------------- */

/* Menu
 * --------------------------------------- */
#menu li {
	display:inline-block;
	margin: 10px;
	color: #000;
	background:#fff;
	background: rgba(255,255,255, 0.5);
	-webkit-border-radius: 10px;
            border-radius: 10px;
}
#menu li.active{
	background:#666;
	background: rgba(0,0,0, 0.5);
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #000;
}
#menu li.active a:hover{
	color: #000;
}
#menu li:hover{
	background: rgba(255,255,255, 0.8);
}
#menu li a,
#menu li.active a{
	padding: 9px 18px;
	display:block;
}
#menu li.active a{
	color: #fff;
}
#menu{
	position:fixed;
	top:0;
	left:0;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
}




/* Overwriting fullPage.js tooltip color
* --------------------------------------- */
#pp-nav.custom .pp-tooltip{
	color: #AAA;
}









body {
    font-family: 'Open Sans', sans-serif;
}
#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7,
#section8{
	background-size: cover;
	background-position: center;
}
#section1{
	background-image: url(../img/bg-start.jpg);
}
#section2{
	background-image: url(../img/bg-agriculture.jpg);
	padding: 6% 0 0 0;
}
#section3{
	background-image: url(../img/bg-education.jpg);
	padding: 6% 0 0 0;
}
#section4{
	background-image: url(../img/bg-healthcare.jpg);
	padding: 6% 0 0 0;
}
#section5{
	background-image: url(../img/bg-sustainability.jpg);
	padding: 6% 0 0 0;
}
#section6{
	background-image: url(../img/bg-afrika.jpg);
	padding: 6% 0 0 0;
}
#section7{
	background-image: url(../img/bg-infrastructure.jpg);
	padding: 6% 0 0 0;
}
#section8{
	background-image: url(../img/bg-afrika-2.jpg);
	padding: 6% 0 0 0;
}
#section3 h1{
	color: #000;
}


#section8 .hsContent {
	height: auto;
}
#section8 .hsContent:before {
	content: '';
	width: 300px;
	height: 300px;
	background: transparent url(../img/logo-europe-aid.jpg) no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: auto;
	bottom: -300px;
}
@media only screen and (min-width: 768px) {
	#section8 .hsContent {
		height: 280px;
	}
	#section8 .hsContent:before {
		left: -300px;
		top: 0;
	}
}
.bcg {
	height: 100%;
	width: 100%;
}

.hsContainer {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.hsContent {
	max-width: 700px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-color: rgba(0,0,0,0.6);
	padding-bottom: 20px;
}
.hsContent h1  {
	color: #fff8de;
	padding: 10px 20px;
}
.hsContent h2  {
	color: #fff8de;
	padding: 10px 20px;
	margin-bottom: 12px;
}
.hsContent h3  {
	width: 400px;
	color: #fff8de;
	padding: 10px 20px;
	margin-bottom: 12px;
}
.hsContent p,
.hsContent ul {
	width: 400px;
	color: #b2b2b2;
	padding: 0 20px 10px 20px;
}
#start h1 {
	text-align: center;
	margin: 20% 0 0 0;
}
#start p {
	text-align: center;
	margin: 30px 0;
}
.hsContent ul {
	margin-left: 20px;
}
.hsContent a {
	color: #b2b2b2;
	text-decoration: underline;
}



#overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  display: none;
  z-index: 1;
}

#popup {
  max-width: 80%;
  width: 80%;
  max-height: 80%;
  height: 80%;
  padding: 20px;
  position: relative;
  background: #fff;
  margin: 20px auto;
  overflow-y: auto;
}
#popup h2 {
	padding: 20px 0 10px 0;
}
#popup h3 {
	padding: 10px 0;
}
#popup p {
	padding: 0 0 10px 0;
}

#close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  color: #000;
}

.btn-link {
	background-color: transparent;
	border: 0;
	outline: none;
	color: #b2b2b2;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	padding: 0;
	cursor: pointer;
}

@media only screen and (max-width: 479px) {
	section {
		min-width: 100%;
	}
	h1 {
		font-size: 30px;
		line-height: 30px;
	}
	h2 {
		font-size: 18px;
		line-height: 20px;
	}
	.hsContent {
		left: 3%;
		right: 3%;
		top: auto;
		max-width: 94%;
		max-height: 90%;
	}
	.hsContent p {
		width: auto;
	}
	#slide-1 .hsContent {
		bottom: 10px;
	}
	#slide-2 .hsContent {
		margin-left: 0;
		bottom: 10px;
	}
	#slide-3 .hsContent {
		margin-left: 0;
		bottom: 10px;
	}
	#slide-4 .hsContent {
		margin-left: 0;
		bottom: 10px;
	}
	#slide-5 .hsContent {
		margin-left: 0;
		bottom: 10px;
	}
	#slide-6 .hsContent {
		margin-left: 0;
		bottom: 10px;
	}
	#slide-7 .hsContent {
		margin-left: 0;
		bottom: 10px;
	}
	#slide-8 .hsContent {
		margin-left: 0;
		bottom: 10px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	section {
		min-width: 100%;
	}
	.hsContent {
		left: 5%;
		right: 5%;
		top: auto;
		max-width: 90%;
		max-height: 90%;
	}
	h1 {
		font-size: 38px;
		line-height: 40px;
	}
	h2 {
		font-size: 22px;
		line-height: 24px;
	}
	.hsContent p {
		width: auto;
	}
	#slide-1 .hsContent {
		bottom: 20px;
	}
	#slide-2 .hsContent {
		right: 30%;
		margin-left: 0;
		bottom: 20px;
	}
	#slide-3 .hsContent {
		margin-left: 0;
		bottom: 20px;
		left: 50%;
	}
	#slide-4 .hsContent {
		margin-left: 0;
		bottom: 20px;
		right: 60%;
	}
	#slide-5 .hsContent {
		margin-left: 0;
		bottom: 40%;
	}
	#slide-6 .hsContent {
		margin-left: 0;
		bottom: 20%;
	}
	#slide-7 .hsContent {
		margin-left: 0;
		bottom: 20px;
	}
	#slide-8 .hsContent {
		margin-left: 0;
		bottom: 20px;
	}
}

@media only screen and (min-width: 768px) {
	h1 {
		font-size: 45px;
		line-height: 45px;
	}
	h2 {
		font-size: 30px;
		line-height: 40px;
		margin-top: 10px;
	}
	#slide-1 .hsContent {
		top: auto;
		bottom: 200px;
	}
	#slide-2 .hsContent {
		margin-left: -450px;
		bottom: 200px;
		top: auto;
	}
	#slide-3 .hsContent {
		margin-left: 0;
	}
	#slide-4 .hsContent {
		margin-left: -450px;
	}
	#slide-5 .hsContent {
		margin-left: ;
	}
	#slide-6 .hsContent {
		margin-left: -450px;
	}
	#slide-7 .hsContent {
			margin-left: -239px;
	}
}