﻿html,
body{
  height:100%;
  position:relative;
  padding:0; 
  font: 15px/1.5 Arial, Helvetica,sans-serif;
  margin:0;
  padding:0;
  background-color:#D7E3F4;
}

a:link, 
a:visited, 
a:active {
	text-decoration: none;
	color: blue; 
}

a:hover {
	text-decoration: none;
	color: red;
}

hr.defhr { 
  clear: both;
  display: block;
  margin-top: 1px;
  margin-bottom: 1px;
  margin-left: 0;
  margin-right: 0;
  border-style: solid;
  border-width: 3px;
  border-color: #D7E3F4;
} 

.inner-heading {
  clear: both;
}

.littletext {
    display: block;
	font-size: small;
}

.smalltext {
    display: block;
    padding: 0;
    margin: 0;
	font-size: x-small;
}

/* Global */
.container{
  min-height:85%;
  position:relative;
  width:80%;
  margin-top: 10px;
  margin:auto;
  overflow:hidden;
  background-color:#ffffff;
}

.container h3 {
  font-size: 16px;
}

.container img a:hover{
	opacity: 0.5;
}

.heading-container{
  width:80%;
  margin-top: 10px;
  margin:auto;
  overflow:hidden;
}

.heading-container h1{
  margin-top:5px;
  font-size:20px;
  margin-bottom:5px;
}

.paragraph-head {
	font-style: italic;
	font-weight: bold;
}

.subheading-box {
  clear:both;
  display:block;
  font-weight: bold;
  font-size: 20px;
  vertical-align: middle;
  width: 100%;
  float: left;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0;
  margin-bottom: 0;
  background-color:#D7E3F4;
}

.copyright-linktext {
  font-weight: normal;
  font-size: 16px;
  font-style: italic;
  float: right;
  margin-right: 10px;
  color: blue;
}

/* header */
.navbar {
    overflow: hidden; 
    background-color: #162d50;
    font-family: Arial, Helvetica, sans-serif;
}

.navbar a {
    float: right;
    font-size: 16px;
    color: #ffcc00;
    text-align: center;
    padding: 10px 10px;
    text-decoration: none;
}

.navbar a:first-child {float: left;} 

#site-logo {
	height: 30px;
}

.dropbar {
    margin-top: 20px;
	float: right;
	margin-right: 35px;
}
.dropdown {
    float: left;
}

.dropdown .dropbtn {
    font-size: 16px;    
    border: none;
    outline: none;
    color: #ffcc00;
    padding: 14px, 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    min-width: 130px;
}

.dropbtn {
  text-align: right;
}

.navbar a:hover, .dropdown a::hover {
    background-color: red;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #162d50;
    min-width: 130px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: #ffcc00;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    min-width: 130px;
    text-align: left;
}

.dropdown-content a:first-child {float: none;} 

.dropdown-content a:hover {
    background-color: red;
}

.dropdown:hover .dropdown-content {
    display: block;
}

td img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Pageheader */

.pageheader{
  background:url('../img/showcase-image.png');
  background-color:#ffffff;
  text-align:left;
  padding-top: 2px;
  color:#000000;
  border-bottom:#162d50 5px solid;
}

.pageheader h1{
  text-align: center;
}

.pageheader p{
  text-align: left;
}

.menu-box{
    width: 100%;
	float: left; 
	mrgin-top: 10px;
    border-bottom:#D7E3F4 3px solid;
	border-top:#D7E3F4 3px solid;
}

.image-box {
	width: 20%;
	float: left;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}

.menu-image {
    display: block;
	max-height: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
}

.center-image{
    margin: auto;
	text-align: center;
}
.headinglink{
  text-decoration: none;
}

.textbelow{
  width: 80%;
  float: right;
}

.page-image-box {
    position: relative;
	width: 30%;
	float: left;
	clear: both;
}

.page-image {
    display: block;
    max-width: 85%;
    height: auto; 
    max-height: 280px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

.page-textbelow{
  width: 65%;
  float: right;
  margin-right: 10px;
}

.page-textbox {
  width: 95%;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.index-block{
  margin: 0 auto;
}

.paratable{
  height: auto;
  width: 32%;
  float: left;
  overflow: hidden;
  font-style: italic;
  font-size: 12px;
  text-align: center;
  padding: 10px 10px 10px 10px;
}

.paratable-small{
  height: auto;
  width: 25%;
  float: left;
  overflow: hidden;
  font-style: italic;
  font-size: 12px;
  text-align: center;
  padding: 10px 10px 10px 10px;
}

.inline-image {
  max-width: 20%;
  height: auto;
  width: auto;
  float: left;
  margin-left: 10px;
  margin-right: 20px;

}

.table-image{
  height: 100px;
}

.table-image-large, .table-image-medium{
  height: 300px;
}

.td-caption a:link,
.td-caption a:visited,
.td-caption a:active {
	text-decoration: none;
	color: blue; 
	font-style: normal;
}

.gallerytable{
  height: auto;
  width: 33%;
  float: left;
  overflow: hidden;
  font-style: italic;
  font-size: 12px;
  text-align: center;
  padding: 20px 10px 0 0;
}

.gallery-image{
  height: 250px;
}

/* This is new 27/1/19 */

.indextable{
  height: auto;
  width: 12.5%; /* was 20%; */
  float: left;
  overflow: hidden;
  font-style: italic;
  font-size: 12px;
  text-align: center;
  padding: 10px 0px 0 0; 
}

.td-image,
.td-index {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.index-caption,
.td-caption {
  vertical-align: top;
  font-size: 11px;
  height: 60px;
}

.index-caption {
	font-style: normal;
}

.index-image{
  padding-bottom: 10px;
  height: 8vw; /*was 12vw; */
}

.oname {
  display: block;
  font-style: italic;
}

.dates,
.adates {
  display: block;
}

.dates::before {
  content: "(";
}

.dates::after {
  content: ")";
}

/* End new */

.copyright-image {
    display: block;
	max-height: 80px;
	float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
}

.copyright-textbox {
  width: 95%;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
/*	margin-left: 20%; */
}

.subheading-text {
  font-weight: bold;
  font-size: 20px;
  margin-left:10px;
}

.menu-box a:link,
.menu-box a:visited,
.menu-box a:active,
.index-caption a:link,
.index-caption a:visited,
.index-caption a:active {
	text-decoration: none;
    color: black;
	font-style: normal;
}

.menu-box a:hover,
.index-caption a:hover {
	text-decoration: none;
    color: red;
	font-style: normal;
}

#footer{
  bottom:0;
  height:40px;
  width:100%;
  background:url('../img/showcase-image.png');
  background-color:#ffffff;
  text-align:center;
  padding: 0px 0px 0px 0px;
  color:#000000;
  border-top:#162d50 5px solid;
}

#footer p{
  font-size:12px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 0px;
}

@media screen and (max-width: 1350px) {
.indextable{
  height: auto;
  width: 20%; /* was 20% */
  float: left;
  overflow: hidden;
  font-style: italic;
  font-size: 12px;
  text-align: center;
  padding: 10px 0px 0 0; 
}

.page-image-box {
    position: relative;
	width: 45%;
	float: left;
	clear: both;
}

.image-box {
	width: 20%;
	float: left;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}

.menu-image {
    display: block;
	max-height: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
}

.center-image{
    margin: auto;
	text-align: center;
}
.headinglink{
  text-decoration: none;
}

.textbelow{
  width: 75%;
  float: right;
}

.textbelow{
  width: 75%;
  float: right;
}

.menu-image {
	max-height: 100px;
	display: block;
	width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;

}

.page-textbelow{
  width: 50%;
}

.textbelow{
  width: 75%;
}

.page-image {
    max-width: 90%;
    display: block;
	max-height: auto;
	margin-left: auto;
    margin-right: auto;
}

.paratable {
	width: 60%;
	padding: 0;
}

.table-image-large{
  width: 90%;
  height: auto;
}

.indextable {
	width:25%;
	margin-left:0;
	margin-right:0;
}

.index-image{
  padding-bottom: 0;
  height: 16vw;
}

.index-caption,
.td-caption {
  height: 100px;
}


@media screen and (max-width: 650px) {

.paratable, .paratable-small{
  width:100%;
  padding: 5% 5% 15px 5%;
}

@media screen and (max-width: 600px) {

.container{
  width:90%;
  margin-top: 0px;
  clear: both;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;

}

.container p{
  text-align: center;
  margin-top: 0px;
}

.container h3 {
  font-size: 16px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0px;
} 


#showcase{
  min-height:100px;
  background:url('../../herswan/img/showcase-image.png');
  background-color:#ffffff;
  text-align:center;
  color:#000000;
  border-bottom:#162d50 5px solid;
}

#showcase p{
  font-size:15px;
}

.image-box {
    width: 100%;
	float: none;
}

.menu-image {
	max-height: 120px;
	display: block;
	width: auto;
    height: auto;
}

.textbelow {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.pageheader p{
  text-align: left;
}

.page-image-box {
    width: 100%;
	float: none;
}

.page-image {
	padding: 10px 0px 0px 10px;
	height: auto;
	width: auto;
	display: block;
	max-width: 70%;
	margin-top: 10px;
	margin-bottom:10px;
}

.page-textbelow {
  width: 95%;
  display: block;
  margin-left: auto;
  margin-right: 2%;
  text-align: center;
}

.page-textbelow p{
	text-align: left;
} 

.page-textbox {
  width: 95%;
  display: block;
  margin-left: 2%;
  margin-right: 2%;
  text-align: center;
}

.page-textbox p,
.copyright-textbox p{
	text-align: left;
}

.subheading-box {
  margin-left: 0px;
  text-align: center;
}

.subheading-text {
  margin-left: 0px;
}

.paratable, .paratable-small{
  width:100%;
  padding: 5% 5% 15px 5%;
}

.table-image-medium{
  width: 60%;
  height: auto;
} 

.gallerytable{
  width: 100%;
}

.gallery-image, .table-image-large{
  max-width: 90%;
  height: auto;
  width:auto;
  max-height: 300px;
}

.indextable {
	width:33%;
	margin-left:0;
	margin-right:0;
}

.index-image{
  padding-bottom: 0;
  height: 30vw;
}

.index-caption,
.td-caption {
  height: 60px;
}

.td-index {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#footer p{
  font-size:12px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 0px;
}

@media screen and (max-width: 350px) {
.index-image{
  padding-bottom: 0;
  height: 100px;
  width: auto; 
}
