@charset "utf-8";
/* CSS Document */
/* 
    Created on : 14 Jan 2026, 18:06:55
    Author     : Roger Griffiths
*/

  /* Basic Reset & Navbar Styling */
  .navbar { justify-content: space-between; align-items: center; padding: 10px; position: relative; }
  .nav-links {
list-style: none;
display: flex;
  }
  
  /* Mobile Styles */
  @media screen and (max-width: 768px) {
    .nav-links { 
      display: none; /* Hidden by default on mobile */
      flex-direction: column;
      position: absolute;
      top: 60px;
      background: #fff;
      width: 100%;
      left: 0;
          }
    .nav-links.active { display: flex; } /* Show when active */
    .hamburger { display: block; cursor: pointer; font-size: 24px; }
  }

  /* Desktop Styles */
  @media screen and (min-width: 769px) {
    .hamburger { display: none; }
    .nav-links { display: flex; }
  }

 .nav-links {
  z-index: 1000;
} 
  

body {
  font-family: Arial, Helvetica, sans-serif;
}

/* Style the header */
header {
  background-color: #89b2c9;
  padding: 5px;
  text-align: center;
  font-size: 30px;
  color: white;
}

.rcorners1 {
	border-radius: 30px;
	width: 96%;
	height: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	padding: 0px;
	background-color: #00CCFF;
}

.title {
        border-radius: 10px;
        align-content:  center;
        text-align: center;
        margin: auto;
        width: 60%;
        border: 3px solid green;
        padding: 4px;
        padding-top: 3px;
        padding-bottom: 3px;
        left: 10px;
        background-color: #CCFFFF;
        font-family: Verdana, Geneva, sans-serif;
        font-size: 18px;
}

.box {
        margin: auto;
        align-content:  center;
        width: 80%;
        font:Verdana, Geneva, sans-serif;
        font-size:20px;
        padding: 1px;
        padding-bottom: 5px;
        background-color: #00CCFF;
	}

.box.c {
        margin: auto;
        align-content:  center;
        width: 25%;
        font:Verdana, Geneva, sans-serif;
	font-size:20px;
        padding: 10px;
        padding-bottom: 5px;
        background-color: #00CCFF;
	}        
        
.sect {
	border-radius: 5px;
	width: auto;
	text-align:center;
	border: 5px solid blue;
	padding: 5px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 40px;
	background-position: center top;
	vertical-align: top;
	left: 20px;
	margin: auto;
	background-color: #ADF0FF;
}
        
.msgtext{
    font-family:Verdana, Geneva, sans-serif;
    font-size:18px;
    font-style:normal;
    font-weight:bold;
    color:#ff0000;
}
        
/* Container for flexboxes */
section {
  display: -webkit-flex;
  
  align-content:  center;
}
/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  padding: 10px;
 
}

.column.t {
 float: left;
  
  padding: 10px;
    
}

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

.data{
    font-family:Verdana, Geneva, sans-serif;
    font-size:18px;
    font-style:normal;
    font-weight:bold;
    color:#0033FF; }

.datagrid {
    font-family:Verdana, Geneva, sans-serif;
    font-size:16px;
    font-style:normal;
    font-weight:500;
    color:#000000;
}
/* Style the navigation menu */
nav {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 140px;
  background: #abd6d6;
  padding: 5px;
}

/* Style the list inside the menu */
nav ul {
  list-style-type: none;
  padding:  0;
  padding-bottom: 1em;
}
li {
	float: left;
	display: block; }

li a:hover {
  background-color: #111111; }

li a {
  color: white;
  text-align:center ;
  padding: 10px;
  text-decoration: none;
}

.back {
    background-color: powderblue;
    font-family:Verdana, Geneva, sans-serif;
    font-size:16px;
}

.headtext {
 margin: 95%;
 background-color: powderblue;   
 font-family: Verdana, Geneva, sans-serif;
 font-size: 16px;
 font-weight: bold;
 text-align: center;
  }
 
.smalltext {
 margin: 95%;
 font-family: Verdana, Geneva, sans-serif;
 font-size:14px;
 text-align: left;
  }
     
.highlight {
	border-radius: 10px;
	text-align: center;
	border: 3px solid green;
	padding: 4px;
	left: 10px;
	background-color: #CCFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px; }

div b {
  width: 60%;
  margin: auto;
  font-family: Verdana, Geneva, sans-serif;
  font-size:16px;
  font-weight:normal;
 
}

.normaltext{
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:normal;
	font-style:normal;
        width: 95%;
        text-align: left; }

.boldtext {
 font-family: Verdana, Geneva, sans-serif;
	font-size:20px;
	font-weight:900;
	font-style:normal;
                text-align: left;   
}

table, td, th {
	border: 1px solid black; }

.tableheader {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    color: #000000;
}

/* Style the content */
article {
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
  background-color: #f1f1f1;
  padding: 10px;
}

/* Style the footer */
footer {
  background-color: #777;
  padding: 5px;
  text-align: center;
  color: white;
}

/* Style inputs with type="text", select elements and textareas */

/* Style inputs with type="text", select elements and textareas */
input[type=text],
input[type=email],
input[type=number],
input[type=select],
input[type=password]    {
    font-family: Verdana, Geneva, sans-serif;
    width: 500px;
    font-size:25px;  
    padding: 12px; /* Some padding */ 
    background-color: powderblue;
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 6px; /* Bottom margin */
    resize: horizontal /* Allow the user to horz resize the textarea */
}

textarea {
  font-family: Verdana, Geneva, sans-serif;
 text-wrap: normal;
  width: 600px;
    height: 200px;
    font-size:25px; 
    background-color: powderblue;
    border-radius: 4px; /* Rounded borders */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 6px; /* Bottom margin */
    resize: vertical resize /* Allow the user to horz resize the textarea */  
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type="date"] { 
  background:#00CCFF;
  color: white;
  font-size: 25px;
}
select {
  font-size:20px;   
  background-color: white;
  color: blueviolet;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;  
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #45a049;
}

/* Add a background color and some padding around the form */
.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
  }
  
  .button {
  background-color: blue;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}
.button:hover {
  background-color: #4CAF50; /* Green */
  color: white;
}

.label {
    font-family: Verdana, Geneva, sans-serif;
    font-size:20px;
    font-weight: bold;
    color: blue;
    float: left;
    }
    
label:after { content: ": " }