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

@font-face {
    font-family: 'uvn_ly_doregular';
    src: url('../fonts/uvnlydo_-webfont.woff2') format('woff2');
    src: url('../fonts/uvnlydo_-webfont.woff') format('woff');
	src: url('../fonts/UVNLYDO_.TTF') format('truetype');
    font-weight: normal;
    font-style: normal; 
}

* {
  box-sizing: border-box;
}
	
body {
	font-family: Verdana, Helvetica, sans-serif;
	margin: auto;
	max-width: 978px;
	background-color: #fdf8e2;
}

body a {
	text-decoration: none;
	color: #4C849B;
}

.top-banner {
	border-color: #c27541;
	border-width: 12px;
}

.navbar {
	font-family:Arial, Helvetica, sans-serif;
	overflow: hidden;
	border-top-style: solid;
	border-top-color: #4b849c;
	border-top-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #4b849c;
	border-bottom-width: 3px;
	background-color: #fcf4d2;
	margin: auto;
	display: flex;
	justify-content: center;
}

.navbar a {
	float: left;
	font-size: 12px;
	color: #1b4067;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	max-height: 30px;
}

.no-dropdown a{
	float: left;
	overflow: hidden;
	font-size: 16px ! important;
	color: #4b849c;
	min-width: 80px;
}
.navbar .no-dropdown-icon a {
	padding-top: 10px;
	min-width: 40px;
	float: left;
}

.no-dropdown {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #4b849c;
	float: left;
}


.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
	font-size: 16px;
	border: none;
	outline: none;
	color: #4b849c;
	padding: 14px 16px;
	background-color: inherit;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0;
	font-weight: bold;
}

.navbar a:hover, .dropdown:hover .dropbtn {
	background-color: #fbf1c4;
}


.dropdown-content {
	display: none;
	position: absolute;
	font-size: 12px;
	background-color: #fdf8e2;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.dropdown-content span{
  color: red;	
}

.dropdown-content a {
  float: none;
  color: #1b4067;
  padding: 3px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

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

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

.main-content-area {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	font-family:Verdana, Helvetica, sans-serif;
	color: #5E4A00;
	position: absolute;
	width: 990px;
}

.main-content-area h1{
	font-size: 24px;
}

.main-content-area h3{
	font-size: 16px;
	text-align: left;
}

.main-content-area p{
	font-size: 14px;
	line-height: 1.5;
	text-align: left;
}

.main-content-area img{
	padding-top: -5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
}

/* css to set up 4 image row with flex */

.flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  }

.flex-container > div {
	background-color: #fff8ea;
	width: 20%;
	margin: 20px;
  }
  
.flex-container img {
	padding: 20px;
	max-width: 200px;
}

.flex-container > div span {
	margin-left: 20px;
  }

/* end 4 image row css */

/* styling the read more buttons */
.btn {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid;
  border-color: #a2541e; 
  font-size: .85rem;
  line-height: normal;
  text-transform: uppercase;
}

.btn:hover {
  color:#fff8ea; 
  background-color:#f9d284;
}
/* end styling the read more buttons */

.slogan h3{
	font-size: 24px;
	font-weight:lighter;
	font-style:italic;
	text-align: center;
	color: #1a4168;
}

.footer{
	border-style:solid;
	border-color: #c27541;
	border-width: 3px;
	color: #1a4168;
	background-color: #d9f4fd;
	overflow:hidden;
}

.footer h3, .footer p{
	padding-left: 10px;
	padding-right: 10px;	
}

.footer-images {
	display: flex;
	justify-content: center;
}
	
.footer-images img{
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	max-width: 80%;
    height: auto;
}

.small-print-stuff p {
	font-size:10px;
	text-align:center;
}

 /* Table formatting styles */
 
table, th, td {
	border:1px solid; 
	border-collapse:collapse; 
	vertical-align:top; 
	box-sizing:border-box;
	}
table, th {
	table-layout:auto;
	border: 1px;
	vertical-align: middle;
	}
th, td {
	padding:5px 8px;
	}
td {
	border: 1 solid #5E4A00;
	vertical-align: middle;
	}
thead tr th {
	text-align: left;
	}	

/* Borderless table for timeline */

/*.borderless table, th, td {
	border:0px solid; 
	border-collapse:collapse; 
	vertical-align:middle; 
	box-sizing:border-box;
	}
	
.borderless th, td {
	padding:5px 10px;
	font-size: 14px;
	}
*/
	
/*bulleted-list styles*/

.bulleted-list li {
	margin-left: -10px;
	line-height: 1.5;
	font-size: 14px;
	}
#membership {
	background-color: #FCF4D2;
	position: absolute;
	left: 248px;
	top: 26px;
	width: 500px;
	border: 3px solid #b40404;
	padding: 10px;
	text-align: center;
}
.larger_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px ! important;
	text-align: center ! important;
}
.blue_bold {
	font-weight: bold;
	color: #4C849B;
}


.main-content-area #membership h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #b40404;
	text-align: center;
}
.main-content-area #membership p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #b40404;
	text-align: center;
}
.main-content-area ul li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-top: 10px;
}

/* styles taken from old site style sheet inc styles for 3 column layout as country pages*/

/* Create three unequal columns that float next to each other */
.column {
  float: left;
  
}

.left, .right {
  width: 15%;
  padding: 10px;
  float:left;
}

.middle {
	width: 65%;
	margin-left: 10px;
	float:left;
}

.country-page-middle {
	width: 60%;
	margin-left: 10px;
	padding: 10px;
	 float:left;
}

.two-column-page {
	width: 80%;
	margin-left: 10px;
	padding: 10px;
	 float:left;
}

.two-column-page table{
	margin-left: 10px;
}

.side-menu-left, .image-column-right {
  width: 18%;
  padding: 10px;
  float:left;
}

.side-menu-left p {
	margin-bottom: 10px;
	background-color:#FCF4D2;
	}
.side-menu-left a {
	color: #4C849D;
	}

/*Clear floats after the columns*/
.row:after {
  content: "";
  display: table;
  clear: both;
}



    .bookheading {
	color: #F00;
}
    .newbooktext {
	color: #F00;
}
    

	

.PanAmText table tr td {
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
}

#PanAm {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-style: normal;
	font-weight: normal;
	background-color: #FDF7D9;
	height: 679px;
	width: 896px;
	background-repeat: no-repeat;
	background-position: center;
}


.PubPrice {
	text-align: center;
	vertical-align: middle;
}
.centred {
	text-align: center;
}
.main-content-area .centred p {
	text-align: center;
}


#PanAm .PanAmText p {
	text-align: center;
	padding-top: 15px;
	padding-right: 75px;
	padding-bottom: 15px;
	padding-left: 75px;
	font-weight: bold;
}

.PubTitle {
	text-align: left;
	vertical-align: middle;
}

 /* Responsive layout - makes the three columns stack on top of each other instead of next to each other*/ 
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}
.main-content-area .centred {
	text-align: center !important;
}
.main-content-area ol li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	padding-top: 10px;
}
.crimson {
	color: #b40404;
	font-weight: bold;
}
