* {
	padding:0;
	margin:0;
}

a img, a:hover img, a:active img, a:visited img {
	border:none;
}



html {
	max-width:1366px;
	margin: 0 auto;
	background-color:#eee;
}

html, body {
	width:100%;

	}

body {
	background-color:white;
}

span {
	break-inside: avoid;
}
	
p {
	margin-bottom:1.58em;
}

article {
	width:90%;
	margin-top:2%;
	-webkit-transition: all .3s ease-in;
	padding:0px 5%;
	font-size:1.05em;
	font-family:futura, helvetica, arial, sans-serif;
	line-height:150%;
	
	
	}
	
article div {
	-moz-column-count:2; /* Firefox */
	-webkit-column-count:2; /* Safari and Chrome */
	column-count:2;
	-moz-column-gap:2em; /* Firefox */
	-webkit-column-gap:2em; /* Safari and Chrome */
	column-gap:2em;
}
	
h1 {
	font-size:2em;
	font-family:sans-serif;
	line-height:160%;
	}
h2 {
	font-family:sans-serif;
	
	}

#aid h1 {
	color: #c03927;
}

#trade h1 {
	
	color: #2d67b2;
}

#investment h1 {
	
	color: #dd8628;
}


#migration h1 {
	
	color: #652d91;
	}
	
#environment h1 {
	color: #8c9e4d;
	}

#security h1 {
	color: #904c2e;
	}

#technology h1 {
	color: #e7b620;
	}

	

#header {
	width:100%;
	height:50px;
	background-color: #035781;
	display:block;
	position:fixed;
	top:0;
	z-index:999;
	max-width:1366px;
}


#topImage {
	width:100%;
	position:relative;
	padding-top:0px;
	padding-bottom:0px;
	
}

#title {
	position: absolute;
	top: 50px;

	
}

#title h1 {
padding:10px;	
background-color: rgba(3, 87, 129, .7);
color: white;
line-height: 100%;
font-size: 3em;
width:9.5em;
}

#topImage h2 {
	color: #fff;
	line-height:75%;
	font-size: 10em;
}

#topImage img, #table img {
	width:100%;
	height:auto;
}

#topText {
	background-color: rgba(3,87,129,.7);
	position:absolute;
	bottom:6px;
	color:white;
	padding:50px 10%;
	font-size:1.6em;
	font-family:futura, helvetica, arial, sans-serif;
	line-height:160%;
	padding-top:50px;
	padding-bottom:0px;
	
	}
	

#topText ul {
	margin-left:10%;
	margin-bottom:1.58em;
	
}

#bottomLine, #CDI2012, #table, #more {
	
	color:gray;
	padding:50px 10%;
	font-size:1.4em;
	font-family:futura, helvetica, arial, sans-serif;
	line-height:160%;
	padding-top:50px;
	padding-bottom:50px;
	border-bottom: 6px solid #035781;
	}
	
#more a {
	color:inherit;
	text-decoration:none;
	}

#more a:hover {	
	text-decoration:underline;
}
	
#CDI2012 img {
	max-height: 600px;
}
	
	
	
#bottomLine h1, #CDI2012 h1 {
	
	color: #035781;
}

#bottomLine img {

}

img {
	max-width:100%;
	
	}

#logoLink { 
	float:left;
	
	
	}

	
	
#header div {
	float:left;
	height:20px;
	padding-right:10px;
	cursor:pointer;
	}
	
.headerDiv a {
	color:#eee;
	text-decoration: none;
	font-family:futura, helvetica, arial, sans-serif;
	height:50px;
	display:block;
	padding-top:15px;
	font-weight:bold;
	font-size:17px;
	}	
	
.headerDiv:hover a{
	color: #fff;
}

#twitter {width:50px;height:50px !important;background:url('twitter-bird-gray.png') no-repeat center;}

#twitter:hover {background:url('twitter-bird-white.png') no-repeat center; }

#facebook {width:33px;height:50px !important;background:url('facebook_gray.png') no-repeat center;}

#facebook:hover {background:url('facebook_white.png') no-repeat center; }

#details {

	border-bottom: 6px solid #035781;
	padding-bottom: 50px;
	}
	
							@media all and (max-width: 950px) {
							
									body {
										font-size:0.8em;
									}
									article {
										font-size:1.2em;
										}
							}
							
							@media all and (max-width:750px) {
							
									body {
										font-size:0.65em;
										}
									article {
										font-size:1.3em;
										}
									article div {
										-moz-column-count:1; /* Firefox */
										-webkit-column-count:1; /* Safari and Chrome */
										column-count:1;
	
									}
							}
							
							@media all and (max-width:650px) {
							
									body {
										font-size:0.5em;
										}
									article {
										font-size:1.3em;
										}
									article div {
										-moz-column-count:1; /* Firefox */
										-webkit-column-count:1; /* Safari and Chrome */
										column-count:1;
	
									}
							}
							
							@media all and (max-device-width: 767px), all and (max-width:520px) {
							
									body {
										font-size:0.5em;
										}
									article {
										font-size:1.4em;
										}
									article div {
										-moz-column-count:1; /* Firefox */
										-webkit-column-count:1; /* Safari and Chrome */
										column-count:1;
	
									}
									#topText {
										position:relative;
										bottom:2px;
										padding-bottom:20px;
										}
										
									#title {
										top:0px;
									}
									
									#title h1 {
										font-size:2em;
										}
									#title h2 {
										font-size:7em;
									}
									.headerDiv a {
									font-size:12px;
									padding-top: 10px;
									}
									#twitter , #twitter:hover {
										width:20px;
										height:35px !important;
										background-size:contain;
									}
									#facebook, #facebook:hover {
										height:35px !important;
										width:14px;
										background-size:contain;
									}
									
									#header {
										height:35px;
										position:relative;
									}
									#logoLink img {
										max-height:33px;
																		
									}
							}	