html, body, div, span, applet, object, iframe, h1, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

@font-face {
	font-family: eds;
	src : url("/includes/EdwardianScriptITC.ttf");
}

body {  
}

/*****************************/
/* Used for shopping basket  */
/*****************************/

.container {
  position: relative;
  width: 100%;}
 
.middle-center {
   position: absolute;
   text-align: center;
   top: 05px;
   right: 40px;
   color: white;}
   
.middle-right {
   position: relative;
   text-align: right;
   top: -18px;
   right: -65px;
   color: white;
   font-size: 20px;
}
/**************************************/   
/*   Used for shopping basket - End   */
/**************************************/

/****************************/
/*   Used for page header   */
/****************************/
.header-title{
	font-family:eds;
	font-size:45px;
	color:white;}

.header-table{
	position:sticky;
	top: 0;
	width:100%;
	z-index: 1;
	cellpadding:0;
	cellspacing:0;
	border-collapse: collapse;}

.header-cell-image {
	background-image: url("/images/site/grad_mob.png");
	width: auto;
    height: 100px;}
	
.header_style_1   { font-family: "Castellar";                   
text-align: center;
}

.header_style_2   {
 font-family: "Castellar";
 color: #808080;
}

.header_style_3   {
 font-family: "Castellar";                                        
 font-size: xx-small;
}

.header_style_4   {
 font-family: "Castellar";                                                             
 text-decoration: none;
}	
/************************************/
/*   Used for page header  - End    */
/************************************/

/**************************************/
/*     Marquee scroll replacement     */
/**************************************/

@keyframes scroll {
    from 
		{
        transform: translate(150%,0)
		}

    to {
       transform: translate(-200%,0)
    }
}

.resultMarquee {
    animation: scroll 30s linear 0s infinite;
    position: absolute;
}

/********************************/
/*     Marquee scroll end       */
/********************************/




/****************************/
/*   Used for page footer   */
/****************************/
.footer-table{
	position:fixed;
	bottom: 0;
	width:100%;
	z-index: 1;
	cellpadding:0;
	cellspacing:0;
	border-collapse: collapse;
	background-image: url("/images/site/grad_footer_mob.png");
	background-repeat:no-repeat;
	background-position: center bottom;
	}

.footer_style_1   {
 font-family: "Castellar";
 color: black;
}
.footer_style_2   {
 font-family: "Castellar";
 color: black;
}
.footer_style_3   {
 font-family: "Castellar";
 color: black;
 font-size:small;
}
.footer-cell-image {
	valign:bottom;
	}
/**********************************/
/*   Used for page footer  - End  */
/**********************************/


/********************************/
/*******Drop Down Menu  *********/
/* Fixed sidenav, full height */


/* Dropdown Button */
.dropbtn {
  background-color: white;
  color: white;
  padding: 0px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: white;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  background-color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}


/* Style the sidenav links and the dropdown button */
.dropdown-btn {
  padding: 0px 15px 15px 16px;
  text-decoration: none;
  font-size: 20px;
  color: black;
  display: block;
  border: none;
  background: none;
  width:100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}

/* Add an active class to the active dropdown button */
.active {
  background-color: #a5a8a6;
  color: white;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  background-color: #a5a8a6;
  padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 8px;
}

/********************************/
/********************************/

.fixedbasket {
  background-color: #FFFFFF;
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
  z-index:999;  /* this stacks the level of display */
  padding-top: 0px
}

.slides-style{
  padding-top: 20px /* Set the navbar to fixed position */	
}

.slidetext{
  	font-size: 20px;
}
/* Used for shopping basket  */


h2	{
	font-family: "Courier New";                   
	text-align: center;
	font-size: 40px;
	font-style: italic;
	font-weight: bold;
}

h3	{
	font-family: "Courier New";                   
	text-align: center;
	font-size: 40px;
}


.image {
  display: block;
  width: 100%;
  height: 100%;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 100%;
  right: 0;
  background-color: #FFFFFF;
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .15s ease;
}

.container:hover .overlay {
  width: 100%;
  left: 0;
}

.text {
  color: grey;
  font-size: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.header_style_1   { 
font-family: "Castellar";                   
text-align: center;
}

.header_style_2   {
 font-family: "Castellar";
 color: #808080;
}

.header_style_3   {
 font-family: "Castellar";                                        
 font-size: xx-small;
}

.header_style_4   {
 font-family: "Castellar";                                                             
 text-decoration: none;
}

.header_style_5   {
 font-family: "Castellar"; color: #808080;                        
 font-size: medium;
}

.body_style_1     { 
					font-family: "Castellar";                   
					text-align: center;
					font-size: large;
}
.body_style_1_mob     { 
					font-family: "Castellar";                   
					text-align: center;
					font-size: 50px;
}

.body_style_2     { font-family: "Castellar";
 color: #808080;
}

.body_style_3     {
 font-family: "Castellar";                                        
 font-size: xx-small;
}

.body_style_4     {
 font-family: "Castellar"; color: #808080;
	
	        font-size: large;
    font-style: italic;
}

.body_style_5     {
 font-family: "Castellar"; color: #808080;
                        font-size: small;
}

.body_style_5_red { 
font-family: "Castellar";
 color: #FF0000;
 font-size: small;
}

.body_style_6     {
 font-family: "Castellar"; 
 color: #808080;
 font-size: large;
}

.body_style_7     {
 font-family: "Castellar"; 
 color: #808080;
 font-size: medium;
}

.footer_style_1   {
 font-family: "Castellar";	                                                     
 text-align: center;
}

.footer_style_2   {
 font-family: "Castellar";
 color: #808080;
}

.footer_style_3   {
font-family: "Castellar";                                        
font-size: small;
}

.footer_style_4   {
 font-family: "Castellar";	                                                     
 text-decoration: none;
}

/***************************************/
/* These are used for the login screen */
/* Taken from here : https://codeshack.io/secure-login-system-php-mysql/ */

* {
  	box-sizing: border-box;
  	font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
  	font-size: 16px;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}
.login {
  	width: 300px;
  	background-color: #D3D3D3;
  	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  	margin: 100px auto;
}
.login lh1 {
  	text-align: center;
  	color: #FFFFFF;
  	font-size: 24px;
  	padding: 20px 0 20px 0;
  	border-bottom: 1px solid #dee0e4;
}
.login form {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
  	padding-top: 20px;
}
.login form label {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 50px;
  	height: 50px;
  	background-color: #3274d6;
  	color: #D3D3D3;
}
.login form input[type="password"], .login form input[type="text"] {
  	width: 250px;
  	height: 50px;
  	border: 1px solid #3274d6;
  	margin-bottom: 20px;
  	padding: 0 15px;
}
.login form input[type="submit"] {
  	width: 100%;
  	padding: 15px;
 	margin-top: 20px;
  	background-color: #3274d6;
  	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #FFFFFF;
  	transition: background-color 0.2s;
}
.login form input[type="submit"]:hover {
	background-color: #7e7d79;
  	transition: background-color 0.2s;
}
/* Login end section */