html,body{
    height: 100%;
	margin: 0px;
}

#header{
    /* background-color: yellow; */
    width: 100%;
}

#holder {
    min-height: 100%;
    position:relative;
}

#body {
    padding-bottom: 100px;
	display: inline;
	justify-content: center;
    align-items: center;
}

#footer{
    /* background-color: lime; */
    bottom: 25px;
    height: 100px;
    left: 0;
    position: static;
    right: 0;
}


body, table, td, p, a, li, blockquote {
	-webkit-text-size-adjust: none!important;
	font-family: 'Adobe-Caslon-Pro', serif;
	font-style: normal;
	font-weight: 400;
	color: #2a2a2a;
}

a {
  text-decoration: none;
  color: #2a2a2a;
}
	
/* mouse over link */
a:hover {
  color: #c52444;
}

/* selected link */
a:active {
  color: #c52444;
}
	
button {
	width: 90%;
}
	
.top {
	border-left:2px solid #2a2a2a;
	}

/* Position the image container (needed to position the left and right arrows) */
.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: block;
  width: 99.8%;
  margin-bottom: 20px;  
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  background-color: rgba(0, 0, 0, 0.2);
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Five columns side by side */
.column {
  float: left;
  width: 18%;
  padding: 5px;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.90;
}

.active,
.demo:hover {
  opacity: 1;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.issue_select {
	width: 25%;
	display: inline-block;
	text-align: right;
	float: left;
	padding: 40px 0 0 0;
	font-family: 'Adobe-Caslon-Pro', serif;
	font-style: normal;
	font-weight: 400;
	color: #2a2a2a;
}

.issue_select a {
	text-align: center;
    font-family: 'Adobe-Caslon-Pro', serif;
	font-style: normal;
	font-size: 22px;
	font-weight: 400;
	color: #2a2a2a;
		
}

.issue_select :hover {
  color: #c52444;
}

.issue_select_responsive {
	/* Header columns occupying full width */
	display: none;
	height: auto !important;
	text-align: center !important;
	max-width: 100% !important;
	padding: 10px !important;
	font-weight: 600 !important;
}
	
.responsive-table-1 {
	display: block;
}

.responsive-table-2 {
	display: block;
}

.responsive-table-3 {
	display: none;
}

.spacer {
	height: 12.5vh;
	display: inline-block;
	}



@media screen and (max-width:480px) {
/*styling for objects with screen size less than 480px; */
body, table, td, p, a, li, blockquote {
	-webkit-text-size-adjust: none!important;
	font-family: 'Adobe-Caslon-Pro', serif;
	font-style: normal;
	font-weight: 400;
	color: #2a2a2a;
}

a {
  text-decoration: none;
  color: #2a2a2a;
}
	
/* mouse over link */
a:hover {
  color: #c52444;
}

	
table {
	/* All tables are 100% width */
	width: 100% !important;
	border-style: none !important;
}
	
#header{
    /* background-color: yellow; */
    width: 100%;
}

#holder {
    min-height: 100%;
    position:relative;
}

#body {
	padding-bottom: 100px;
	display: inline-block;
	width: 100%;
	padding-top: 0px;
	}

#footer{
    /* background-color: lime; */
    bottom: 0;
	width: 480px;
    height: 100px;
    left: 0;
    position: absolute;
    right: 0;
}

.table.responsiveImage {
	/* Container for each image now specifying full width */
	height: auto !important;
	max-width: 96% !important;
	width: 96% !important;
}
.table.responsiveContent {
	/* Content in catalog  occupying full width of cell */
	height: auto !important;
	max-width: 96% !important;
	width: 96% !important;
}
.top {
	/* Header columns occupying full width */
	height: auto !important;
	text-align: center !important;
	max-width: 100% !important;
	width: 100% !important;
	padding: 10px !important;
	font-weight: 600 !important;
}
.social {
	/* Each Columnar table in the header */
	height: auto !important;
	max-width: 33% !important;
	width: 33% !important;
	padding: auto !important;
	cellspacing: 10px !important;
}
.catalog {
	margin-left: 0%!important;
}
.logo {
	max-width: 66%;
	}
.content {
	margin: 0px !important;
	}
.row {
	display: none;
	width: 100%;
	}
.column {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	float: left;
	text-align: center;
	}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
img.mySlides {
  width: 100% !important;
}
button {
	width: 5%!important;
}
	
.issue_select {
	width: 25%;
	display: none;
	text-align: center;
	float: left;
	padding: 40px 0 0 0;
	font-family: 'Adobe-Caslon-Pro', serif;
	font-style: normal;
	font-weight: 400;
	color: #2a2a2a;
}
	
.issue_select_responsive {
	/* Header columns occupying full width */
	display: table;
	height: auto !important;
	text-align: center !important;
	max-width: 100% !important;
	width: 100% !important;
	padding: 10px !important;
	font-weight: 600 !important;
}
	
.issue_select a {
	text-align: center;
    font-family: 'Adobe-Caslon-Pro', serif;
	font-style: normal;
	font-size: 22px;
	font-weight: 400;
	color: #2a2a2a;
		
}

.issue_select :hover {
  color: #c52444;
}
	
	
.responsive-table-2 {
	display: none;
}

.responsive-table-3 {
	display: block;
}

.spacer {
		height: 0;
	}

.cursor {
  cursor: pointer;
}
	
}