html, body {
	text-align: center;
	color: black;
	font-family: "EB Garamond", serif;
	background-color: #fdf6e5;
	width: 100%;
}

h2 {
	text-decoration: underline #573809;
	font-size: 48px;
}
h3{
	font-size: 39px;
}
h4 {
	font-size: 29px;
}
h5 {
	font-size: 24px;
}
p {
	font-size: 20px;
}
.iw {
	font-style: italic;
}
.bw {
	font-weight: bold;
}
.notes {
	text-align: left;
}
.tableofcontents {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	text-align: center;
}
 ol.myOL {
      display: inline-block;
      text-align: left;
    }

    ol.myOL > li > ul {
      margin-top: 4px;
      margin-bottom: 8px;
}
#baluchheader {
	font-weight: bold;
    	font-size: 72px;
    	color: #fdf6e5;
    	text-shadow: 1px 1px 7px black;
   	text-decoration: none;
}
.image-holder {
    	border: 10px solid #BB7025;
        width: 100%;
        height: 200px;
        position: relative;
        overflow: hidden;
        display: flex;
  	justify-content: center;
  	align-items: center;
        background-image: url("thebaluchestanprojectheader.jpg");
	background-position: 3850px 800px;
}
img {
	border: 4px solid #573809;
}
table {
    	margin-left: auto;
  	margin-right: auto; 
}
.tableheader {
	font-weight: bold;
}
.mapgrid {
	display:table;
    	table-layout:fixed;
	float: center;
  	overflow: hidden;
        text-align: center;
	background-color: #ebdec1;
	font-size: 24px;
}

.mapgrid tr td {
	border: 1px solid black;
}
.centermap {
	text-align: center;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border: 4px solid #573809;
}
.maplink {
	text-align: center;
	font-weight: bold;
	font-size: 22px;
}
#iraq-iran tr {
	height: 160px;
}
#iraq-iran tr td {
	width: 100px;
	background-size: 100px 160px;
}

#indiaandadjacentcountries tr {
	height: 300px;
}

#indiaandadjacentcountries tr td {
	width: 250px;
	background-size: 250px 300px;
}

footer {
    	background-color: #573809;
        color: #fdf6e5;
	width: 100%;
	font-family: "Namdhinggo", serif;
}
.navigation-table {
        width: 100%;
        border-collapse: collapse;
        overflow: hidden;
        display: flex;
  	justify-content: center;
  	align-items: center;
}
.eb-garamond-<uniquifier> {
 	font-family: "EB Garamond", serif;
	font-optical-sizing: auto;
 	font-weight: <weight>;
 	font-style: normal;
}
.namdhinggo-regular {
  font-family: "Namdhinggo", serif;
  font-weight: 400;
  font-style: normal;
}

.namdhinggo-medium {
  font-family: "Namdhinggo", serif;
  font-weight: 500;
  font-style: normal;
}

.namdhinggo-semibold {
  font-family: "Namdhinggo", serif;
  font-weight: 600;
  font-style: normal;
}

.namdhinggo-bold {
  font-family: "Namdhinggo", serif;
  font-weight: 700;
  font-style: normal;
}

.namdhinggo-extrabold {
  font-family: "Namdhinggo", serif;
  font-weight: 800;
  font-style: normal;
}

.dropdown {
  	float: left;
  	overflow: hidden;
        text-align: center;
}
.dropdown .dropbtn {
  	font-size: 20px;
        font-weight: bold;
  	border: 2px solid black;
 	outline: none;
	color: black;
 	padding: 14px 60px;
        text-align: center;
 	background-color: #d8d4cb;
  	font-family: inherit;
}
.dropdown-content {
  	display: none;
  	position: absolute;
  	background-color: #f9f9f9;
 	min-width: 160px;
  	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  	z-index: 1;
}

.dropdown-content a {
  	float: none;
  	color: black;
  	padding: 12px 16px;
  	text-decoration: none;
  	display: block;
  	text-align: center;
}
    
.dropbtn:hover {
    	background-color: #6187a9;
}

.dropdown-content a:hover {
  	background-color: #e1e1e1;
 }
    

.dropdown:hover .dropdown-content {
  	display: block;
}
