@charset "UTF-8";
/* CSS Document */





body{
	font-family: voltaire;
	background-color: #efeadb;
	color:#5a5a5a;
	margin: 0px;
	font-style: normal;
	font-weight: 300;
	text-align: justify;
	
}

header{
}
	.clearfix::after { 
	  content: "";
	  clear: both;
	  display: table;
}
	.clearfix {
	  overflow: auto;
}
	.page-wrapper{max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}
a:link{color:#20948B; text-decoration: none}
a:visited{color:#de7a22; text-decoration: none}
a:hover{color:#de7a22}

.top-banner{
	width: 100%;
	height: 200px;
	background-image:	 
; 	background-image: url(BIBT%20logo.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 20px;
	
}
nav{
	background-color:#5F5F5F;
	}

nav ul{
	text-align: center;
	list-style-type: none;
	padding-left: 0px;
}

nav a{
	text-decoration: none;
	text-decoration-color: #efeadb;
	background-color: #5a5a5a;
	color: #c3e5d1;
	font-style: oblique;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 4px;
	font-family: "neuton-cursive";
	font-style: normal;
	font-weight: bolder;
}

nav a:hover{
	background-color: #F4cc70;
}

nav ul li{	
	float:left; 
	position: relative;
	width: 100%;
}

nav ul li a{
	display: block;
	font-size: 14px;
	text-decoration: none;
	
}

nav ul li a:visited {color:#20948B;}

nav ul li ul{
	display: none;
	position: absolute;
	background-color: antiquewhite;
	width: 100%;
	
}

nav ul li:hover ul{
	display: block; 
	
}

nav ul li ul li{
	width:100%;
}

nav ul li ul li a{
}
	
nav ul li ul li a:hover{
	background-color:#F4cc70;
	
}
h2, h3, h4{
	color: #DE7A22	
}

h4{
	padding:0;
	margin:0;
}

}

.bookshelf{
	align:center;
	margin: 1%;
}
.introduction{
	margin-left: 2%;
	margin-right: 2%;
	text-align: justify;
}
	
.main{
	width:96%;
	margin-left: 2%;
	margin-right: 2%;
	padding-bottom: 10%;
}

.flourish-embed{
	position: relative;
}

.mapkey{
	position: absolute;
	bottom: -9.5%;
	height: 30%; width: 30%;
	right: 0;
	resize: both;
	width: 30%;
}

.footer{
	width: 100%;
	margin-left: 2%;
	margin-right: 2%;
	text-align: center;
}

.sidebar{
	float:right;
	right:1%;
	top: 35%;
	width: 25%;
	height: 60%;
	background-color: #c3e5d1;
	position: static;
	margin: 1%;
	padding: 1%;
	p{ margin:0; padding:0;}
	
}

article{
	margin-left: 2%;
	margin-right: 2%;
}

.inlineimg{
	float:left;
	
}
.countries{
	margin-left: 10%;
	margin-right: 10%;
	}
	

.countries ul li{display: inline-block; padding: 10px 20px 10px 20px;
}

.BIBTinline {color: #20948B}
@media (min-width:740px){
	nav ul li{
		width: 25%; float:left
	}
	
	nav ul li ul{
	display: none;
	position: absolute;
	width: 100%;
		
	}

@media (min-width:960px){
	.main{
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 98%	
	}
	
	.mapleft{
		width: 73%;
		margin-left: 1%;
		margin-right: 1%;
		float:left;
		padding-bottom:5%;
	}
	
	.mapright{
		width: 73%;
		margin-left: 1%;
		margin-right: 1%;
		float:right;
		padding-bottom:5%;
	}
	
	.introduction{
		width: 23%;
		margin-left: 1%;
		margin-right: 1%;
		float:left
	}
}
