@charset "ISO-8859-1";

body
{
  margin: 0; padding: 0; border: 0; background-color: #FFFFEF;
  text-align: justify; margin-left: 1.5%; margin-right: 1.5%;
  font-weight: normal; font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.94em; color: #800000; color: darkred; color: #000066;
}
.smallnote {font-size: 0.8em;}

.h1changefont {font-size: 0.8em; font-weight: normal;}

* {box-sizing: border-box;}

.fill {object-fit: fill;}/*This is default. The image is resized to fill the given dimension.
If necessary, the image will be stretched or squished to fit*/
.contain {object-fit: contain;}/*The image keeps its aspect ratio, but is resized to fit within the given dimension*/
.cover {object-fit: cover;}/*The image keeps its aspect ratio and fills the given dimension. The image will be clipped to fit*/
.none {object-fit: none;}/*The image is not resized*/
.scale-down {object-fit: scale-down;}/*the image is scaled down to the smallest version of none or contain*/

.captions {text-align: left; font-style: italic;}
.captionscentre {text-align: center;}

ul.no-bullets {list-style-type: none; margin: 0; padding: 0;}

ul.teal {margin-left: 0px; margin-top: -8px;}

li.menu {margin-bottom: -10px;}
li.red {margin-left: -5px; margin-top: 0px; margin-bottom: -5px; color: red;}
li.crimson {margin-left: -5px; margin-top: -4px; margin-bottom: -5px;}
li.teal {margin-left: -5px; margin-top: -8px; margin-bottom: -5px;}
li.green {margin-left: 10px; margin-top: -5px;}
li.orange {margin-left: 25px; margin-top: -15px; margin-bottom: -5px;}
li.gray {color:darkblue;}
li.indent {margin-left: -5px; padding: 0;}
li.indent2 {margin-left: 15px; margin-top: -15px; padding: 0;}
li.indent3 {margin-left: 70px; padding: 0;}

/* Create three unequal columns that float next to one another */
/*
.column {
  float: left;
  padding: 0px;
}

.left
{
 width: 74%;
}

.middle
{
  width: 1%;
}

.right
{
  width: 25%;
  margin-top: 0px;
}
*/

.column-left
{ float: left;
  padding: 0px;
  width: 74%;
}

.column-middle
{ float: left;
  padding: 0px;
  width: 1%;
}

.column-right
{ float: left;
  padding: 0px;
  width: 25%;
  margin-top: 0px;
}

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

figure
{
  float: left;
  width: 100%;
  font-size: smaller;
  text-indent: 0;
  margin-top: 0em;
  margin-right: 1em;
  margin-bottom: 0em;
  margin-left: 0em;
  padding: 0;
  width: 230px;
}

img {
    float: left;
    width:  200px;
    height: auto;
    object-fit: cover;
    padding-bottom: 5px;
}

figcaption
{
  color: darkred;
  padding-top: 5px;
  padding-bottom: 8px;
  text-align: center;
  font-weight: 600;
}

@media screen and (max-width: 600px)
{
  figcaption
  {
   font-size: smaller;
  }
}

.figcaption1
{
  color: darkred;
  padding-top: 5px;
  padding-bottom: 8px;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
}

@media only screen and (min-width: 650px) {
  div.figcaption1 {font-size: smaller;}
}

.copyright {font-size: smaller;}

  div.single-img {
  margin:0px;
  border: 0px;
  float: left;
  width: 180px;
  padding-top:0px;
  padding-right:10px;
  text-align: center;
  font-size: 12px;
  }

  div.single-img img {
    width: 100%;
    height:250px;
    object-fit:cover;  object-fit:contain;
  }

/*
  div.desc1 {
    padding: 10px;
    text-align: center;
    font-size: 12px;
  }
*/

/* Styling of forms (basically, Contacts Page)*/

/* Style inputs, select elements and textareas */
input [type=text], select, textarea
{
 width: 100%;
 padding: 12px;
 border: 1px solid #ccc;
 border-radius: 4px;
 box-sizing: border-box;
 resize: vertical;
}

/* Style the label to display next to the inputs */
label {
 padding: 12px 12px 12px 0;
 display: inline-block;
}

/* Style the submit button */
input[type=submit] {
 background-color: darkred;
 color: yellow;
 padding: 10px 10px;
 border: none;
 border-radius: 4px;
 cursor: pointer;
 float: left;
 font-family: verdana;
 font-weight: normal;
 font-size: 14px;
}

/*search button*/
.search button
{
  float: right;
  padding: 4px;
  margin-top: 6px;
  margin-bottom: 6px;
  margin-right: 0px;
  margin-left: 2px;
  border: none;
  cursor: pointer;
  background-color: darkred;
  color: yellow;
  border-radius: 4px;
  font-family: verdana;
  font-weight: normal;
  font-size: 16px;
}

/*search text box*/
.search input[type=text] {
  font-size: 15px;
  border-width: 1px;
  border-color: darkred;
  border-radius: 4px;
  float: right;
  padding: 4px;
  margin-top: 6px;
  margin-bottom: 6px;
  margin-right: 4px;
  margin-left: 0px;
  background-color: ivory;
  color: darkred;
  max-width: 286px;
}

/* image width of page [home page] */
.responsive {width: 100%; height: auto;}

.alignlefttop {float: left; padding-top: 0px; padding-right: 2px; padding-bottom: 1px; padding-left: 2px;}
.alignrighttop {float: right; padding-top: 0px; padding-right: 2px; padding-bottom: 1px; padding-left: 2px;}
.alignleft {float: left; padding-top: 1px; padding-right: 2px; padding-bottom: 0px; padding-left: 2px;}
.alignright {float: right; padding-top: 1px; padding-right: 2px; padding-bottom: 0px; padding-left: 2px;}
.alignleftbottom {float: left; padding-top: 0px; padding-right: 2px; padding-bottom: 0px; padding-left: 2px;}
.alignrightbottom {float: right; padding-top: 0px; padding-right: 2px; padding-bottom: 0px; padding-left: 2px;}

.footer
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: lighter;
font-size: 0.72em;
background-color: darkred;
color: white;
padding: 3px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px)
{.footer {font-weight: 500;}}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px)
{.footer {font-weight: normal;}}

/*NEEDS CHANGE, CAREFULLY!!!*/
p {padding:0px; margin:0px;}
/*ABOVE NEEDS CHANGE, CAREFULLY!!!*/

.a {text-align: left; text-decoration: none; text-transform: uppercase; font-size: 0.9em;
  letter-spacing: 1px;font-weight: bolder; background-color: #FFFFEF;}

a.rightlink {float: right;}

a:link {text-decoration: none; color: darkred;}
a:visited {text-decoration: none; color: darkred;}
a:hover {text-decoration: underline; color: darkred;}
a:active {text-decoration: underline; color: darkred;}

h1 {font-size: 1.5em; padding: 0; border: 0; color: #054c2e; color: darkred; margin-left: auto; margin-top: 10px; margin-bottom: -5px; margin-right: auto; text-align: left;}
h2 {font-size: 1.4em; text-transform: uppercase; color: purple; text-align: left; margin-top: 0; margin-bottom: 0;}
h3 {font-size: 1.2em; font-weight: bold; color: #08158E; text-transform: uppercase; text-align: left; padding: 0px; margin: 0px;}
h4 {font-size: 1.1em; color: teal; font-weight: bold; text-align: center; padding: 0px; margin: 10px 0px;}
h5 {font-size: 1.0em; color: black; font-weight: normal; text-align: center; padding: 0px; margin: 0px; margin-top: 5px;}
h6 {font-size: 0.9em; text-align: center; color: darkblue; font-weight: bold; margin-top: 0;}

a.orange {text-align: center; text-decoration: none; text-transform: none; font-size: 1em; letter-spacing: 1px;
  font-weight: bold; color:orange; margin-left: 35px;}

a.blue {text-align: center; text-decoration: none; text-transform: none; font-size: 1em; letter-spacing: 1px;
    font-weight: bold; color: #000099; margin-left: 35px;}

.orange {font-weight: normal;}

.orange a:hover {text-decoration: underline;}

li.orange {color:orange;}

li.green {color:green;}

a.green {text-align: center; text-decoration: none; text-transform: none; font-size: 1em; letter-spacing: 1px;font-weight: normal; color:green;}

.url-1
{
padding: 5px;
margin-top: 6px;
margin-bottom: 6px;
margin-right: 0px;
margin-left: 0px;
background-color: ivory;
color: darkred;
text-align: left;
float: left;
font-family: verdana;
font-size: 1em;
}

/*TOPNAV CODE START*/
.topnav {margin-left: 0; margin-right: 0%; width: 100%;}
.topnav1 {margin-left: 0; margin-right: 0%; margin-bottom: -20px; width: 100%;}
.topnav2 {margin-left: 0; margin-right: 0%; margin-bottom: -20px; width: 100%;}

/* Hide the link that should open and close the topnav on small screens */
.topnav3 .icon {display: none;}

/* Style the links inside the navigation bar */
.topnav3 a
{
  float: left;   float: none;
  display: block;
  color: #995c00;
  background-color: #ffebcc;
  text-align: left;
  padding: 8px;
  text-decoration: none;
  font-size: 14px;
}

.topnav3 a:hover
{
  background-color: #ffa500;
  color: yellow;
}

/*puts links into one column*/
@media screen and (max-width: 600px)
{
  .topnav3 a
  {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 10px;
    font-size: 12px;
  }
}

/*puts links into one column*/
@media screen and (max-width: 600px)

{
  .topnav .search-container {
    float: none;
  }
  .topnav a
  {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 14px;
  }
}

/*puts links into one column*/
@media screen and (max-width: 600px)
{
  /*.topnav1 .search-container {
    float: none;
  }*/
  .topnav1 a
  {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 14px;
  }
}

/*start of topnavbar code*/
.topnav
{
/*position: fixed;*//*to fix navigation bar*/
  margin-left: 0%;
  margin-right: 0%;
  width: 100%;
  background-color: darkred;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a
{
  float: left;
  display: block;
  color: #f2f2f2;
  background-color: darkred;
  text-align: center;
  padding: 10px 12px;
  text-decoration: none;
  font-size: 16px;
}

.topnav1
{
/*position: fixed;*//*to fix navigation bar*/
  margin-left: 0%;
  margin-right: 0%; margin-bottom: -20px;
  width: 100%;
  background-color: #FFFFEF;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav1 a
{
  float: left;
  display: block;
  color: #663d00;
  background-color: #ffd699;
  text-align: center;
  padding: 0px 24px 0px 0px;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: normal;
  font: verdana;
  padding: 10px 12px;
}

.topnav2
{
/*position: fixed;*//*to fix navigation bar*/
  margin-left: 0%;
  margin-right: 0%;
  width: 100%;
  background-color: #FFFFEF;
  overflow: hidden;
}

.topnav2 a
{
  float: left;
  display: block;
  color: #000099;
  background-color: #FFFFEF;
  text-align: left;
  padding: 0px 24px 0px 0px;
  text-decoration: none;
  text-transform: none;
  font-size: 14px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 0px;
  margin-bottom: 0px;
}

.topnav2 a:hover {background-color: #FFFFEF; color: blue;}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {display: none;}

/* Hide the link that should open and close the topnav on small screens */
.topnav1 .icon {display: none;}

/* Hide the link that should open and close the topnav on small screens */
.topnav2 .icon {display: none;}

.topnav a:hover {background-color: red; color: yellow;}

/* Add a teal [w3c dark] background on topnav links on hover */
.topnav1 a:hover {background-color: #ffa500; color: yellow;}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home").
Show the link that contains should open and close the topnav (.icon) */
/*@media screen and (max-width: 600px)*/

/*@media screen and (max-width: 450px)*/
@media screen and (max-width: 600px)
{
 .topnav a:not(:first-child), .dropdown .dropbtn
 {
   display: none;
 }
 .topnav a.icon {
   float: right;
   display: block;
 }
}

/*@media screen and (max-width: 450px)*/
@media screen and (max-width: 600px)
{
 .topnav1 a:not(:first-child), .dropdown .dropbtn
 {
   display: none;
 }
 .topnav1 a.icon {
   float: right;
   display: block;
 }
}

/*@media screen and (max-width: 450px)*/
@media screen and (max-width: 600px)
{
 .topnav2 a:not(:first-child), .dropdown .dropbtn
 {
   display: none;
 }
 .topnav2 a.icon {
   float: right;
   display: block;
 }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon.
This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
/*@media screen and (max-width: 600px)*/

@media screen and (max-width: 450px)
{
 .topnav.responsive {position: relative;}
 .topnav.responsive a.icon {
   position: absolute;
   right: 0;
   top: 0;
 }
 .topnav.responsive a {
   float: none;
   display: block;
   text-align: left;
 }
}

@media screen and (max-width: 450px)
{
 .topnav1.responsive {position: relative;}
 .topnav1.responsive a.icon {
   position: absolute;
   right: 0;
   top: 0;
 }
 .topnav1.responsive a {
   float: none;
   display: block;
   text-align: left;
 }
}

@media screen and (max-width: 450px)
{
 .topnav2.responsive {position: relative;}
 .topnav2.responsive a.icon {
   position: absolute;
   right: 0;
   top: 0;
 }
 .topnav2.responsive a {
   float: none;
   display: block;
   text-align: left;
 }
}
/*end of topnavbar code*/

/* Floating column for labels: 25% width */
.col-25 {
 float: left;
 width: 25%;
 margin-top: 6px;
}

/* Floating column for inputs: 75% width */
.col-75 {
 float: left;
 width: 75%;
 margin-top: 6px;
}

/* Responsive layout - when the screen is less than 450px wide,
make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 450px) {
 .col-25, .col-75, input[type=submit] {
   width: 100%;
   margin-top: 0;
 }
}

/*puts links into one column*/
/*@media screen and (max-width: 600px)*/
@media screen and (max-width: 708px)
{
  .topnav .search-container {
    float: none;
  }
  .topnav a {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 14px;
  }
}

/*puts links into one column*/
@media screen and (max-width: 600px)
{
  .topnav1 a {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 14px;
  }
}

/*puts links into one column*/
@media screen and (max-width: 600px)
{
  .topnav2 a/*, .topnav input[type=text], .topnav .search-container button*/ {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 14px;
  }
}
/*TOPNAV CODE END*/

.breadcrumbs {background-color: orange; padding: 10px; font-size: 0.9em; color: white; margin-top: 10px;}

.alignleft {float: left; padding-left: 2px; padding-top: 1px; padding-bottom: 1px;
  margin-left:4px; margin-top: 1px; margin-bottom: 1px;}
.alignright {float: right; padding-right: 1px; padding-top: 1px; padding-bottom: 1px;
  margin-right:4px; margin-top: 1px; margin-bottom: 1px;}
.alignlefttop {float: left; padding-left: 2px; padding-top: 1px; padding-bottom: 1px;
  margin-left:4px; margin-top: 4px; margin-bottom: 1px;}
.alignrighttop {float: right; padding-right: 1px; padding-top: 1px; padding-bottom: 1px;
  margin-right:4px; margin-top: 4px; margin-bottom: 1px;}
.alignleftbottom {float: left; padding-left: 2px; padding-top: 1px; padding-bottom: 1px;
  margin-left:4px; margin-top: 1px; margin-bottom: 4px;}
.alignrightbottom {float: right; padding-right: 1px; padding-top: 1px; padding-bottom: 1px;
  margin-right:4px; margin-top: 1px; margin-bottom: 4px;}

/*p {padding:0; margin-top:5px; margin-bottom:5px;}/*NEEDS CHANGE, CAREFULLY!!!*/
p {padding:0px; margin:0px;}
/*ABOVE NEEDS CHANGE, CAREFULLY!!!*/

.fixedheader {position: fixed;}

.temptext1 {text-align: center;font-size: 1.5em; text-transform: uppercase; color: darkred;}
.temptext2 {text-align: center;font-size: 1.3em; text-transform: none; color: teal;}
/*temporary highlighting of text for Syd*/
.tempcomment {font-weight: bold; color: #FF0033; background-color:#FFFF66; font-size: 1em; text-transform: none;}

/* Responsive layout - when the screen is less than 600px wide,
make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
 .col-25, .col-75, input[type=submit] {
   width: 100%;
   margin-top: 0;
 }
 body {font-size: 0.8em;}
}

[class*="col-"] {float: left; padding: 15px;}

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

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

div.gallery {margin-left:  0.9%; margin-right: 0.9%; margin-top: 15px; margin-bottom: 15px; border: 0px; float: left; width: 230px;}

div.gallery img {width: 100%; height: 230px;}

div.drawings-gallery {margin-left:  0.9%; margin-right: 0.9%; margin-top: 15px; margin-bottom: 15px; border: 0px; float: left; width: 230px;}

div.drawings-gallery img {width: 100%; height: 230px;}

div.desc {padding: 10px; text-align: center; font-size: 12px;}

/* For mobile phones:*/
/*
@media only screen and (max-width: 768px) {[class*="col-"] {width: 100%;}}
*/
/* For mobile phones:*/
@media only screen and (max-width: 708px) {[class*="col-"] {width: 100%;}}

.column {float: left; width: 25%;}

@media only screen and (max-width: 500px) {.responsive {width: 100%;}}

/* ========================= */
/* Extra small devices (phones, 450px and down); background red; */
@media only screen and (max-width: 450px) {div.container img {object-fit: cover; height: 180px;} }

/* Extra small devices (phones, 450px and up); background gray; */
@media screen and (min-width: 450px) {div.container img {object-fit: cover; height: 200px;} }

/* Small devices (portrait tablets and large phones, 500px and up); background green; */
@media only screen and (min-width: 500px) {div.container img {object-fit: cover; height: 220px;} }

/* Small devices (portrait tablets and large phones, 600px and up); background darkred; */
@media screen and (min-width: 600px) {div.container img {object-fit: cover; height: 235px;} }

/* Small devices (portrait tablets and large phones, 640px and up); background yellow; */
@media only screen and (min-width: 640px) {div.container img {object-fit: cover; height: 250px;} }

/*@media screen and (max-width: 650px) {.column {width:49.99999%;} }*/

/* Small devices (portrait tablets and large phones, 650px and up); background purple; */
@media screen and (min-width: 650px) {div.container img {object-fit: cover; height: 200px;} }

/* Small devices (portrait tablets and large phones, 708px and up); background teal; */
@media screen and (min-width: 708px) {div.container img {object-fit: cover; height: 220px; } }

@media screen and (max-width: 768px) {.column {width:49.99999%;} }

/* Medium devices (landscape tablets, 768px and up); background blue; */
@media screen and (min-width: 768px) {div.container img {object-fit: cover; height: 290px;} }

/* Large devices (laptops/desktops, 880px and up); background yellow;*/
@media only screen and (min-width: 880px) {div.container img {object-fit: cover; height: 220px;} }

/* Large devices (laptops/desktops, 992px and up); background orange;*/
@media only screen and (min-width: 992px) {div.container img {object-fit: cover; height: 240px;} }

/* Extra large devices (large laptops and desktops, 1100px and up); background darkgreen; */
@media only screen and (min-width: 1100px) {div.container img {object-fit: cover; height: 260px;} }

/* Extra large devices (large laptops and desktops, 1200px and up); background pink; */
@media screen and (min-width: 1200px) {div.container img {object-fit: cover; height: 300px;} }

/* Extra large devices (large laptops and desktops, 1375px and up); background teal; */
@media screen and (min-width: 1375px) {div.container img {object-fit: cover; height: 340px;} }

/* Extra large devices (large laptops and desktops, 1550px and up); background darkred; */
@media screen and (min-width: 1550px) {div.container img {object-fit: cover; height: 350px;} }

/* Extra large devices (desktops, 1900px and up); background black; */
@media only screen and (min-width: 1900px) {div.container img {object-fit: cover; height: 400px;} }
/* ========================= */
.example {padding: 20px; color: white;}

/* Extra small devices (phones, 450px and down) */
@media only screen and (max-width: 450px) {.example {background: red;}}

/* Extra small devices (phones, 450px and up) */
@media only screen and (min-width: 450px) {.example {background: gray;}}

/* Small devices (portrait tablets and large phones, 500px and up) */
@media only screen and (min-width: 500px) {.example {background: green;}}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {.example {background: darkred;}}

/* Small devices (portrait tablets and large phones, 640px and up) */
@media only screen and (min-width: 640px) {.example {background: yellow;}}

/* Small devices (portrait tablets and large phones, 650px and up) */
@media only screen and (min-width: 650px) {.example {background: purple;}}

/* Small devices (portrait tablets and large phones, 708px and up) */
@media only screen and (min-width: 708px) {.example {background: teal;}}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {.example {background: blue;}}

/* Large devices (laptops/desktops, 880px and up); background yellow;*/
@media only screen and (min-width: 880px) {.example {background: yellow;}}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {.example {background: orange;}}

/* Extra large devices (large laptops and desktops, 1100px and up) */
@media only screen and (min-width: 1100px) {.example {background: darkgreen;}}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {.example {background: pink;}}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1375px) {.example {background: teal;}}

/* Extra large devices (large laptops and desktops, 1550px and up); background darkred; */
@media only screen and (min-width: 1550px) {.example {background: darkred;}}

/* Extra large devices (desktops, 1900px and up) */
@media only screen and (min-width: 1900px) {.example {background: black;}}
/* ========================= */
/*updated 2022-09-14*/
/*updated 2025-03-20*/
