@charset "ISO-8859-1";

body
{
  margin: 0; padding: 0; border: 0; background-color: #FFFFEF;/*ivory*/ color: #054c2e;/*BJ green!*/
  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;
}
.smallnote {font-size: 0.8em;}

.skdotcom-image {max-width:10%;min-width:8%;}

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

* {box-sizing: border-box;}

.textupdates
{margin-left: 2%; margin-right: 2%;}

.partial-background-color01 {
  background-color: ivory;          background-color: #ffffe0;
}
.partial-background-color02 {
  background-color: ivory;          background-color: #ffffdc;
}
.partial-background-color03 {
  background-color: ivory;          background-color: #ffffda; background-color: #ffffd8;
}
.partial-background-color04 {
  background-color: ivory;
}
.partial-background-color05 {
  background-color: ivory;
}
.partial-background-color06 {
  background-color: #FFFFEF;
}
.partial-background-color07 {
  background-color: #FFFFEF;
}
.partial-background-color08 {
  background-color: #FFFFEF;
}
.partial-background-color09 {
  background-color: #FFFFEF;
}
.partial-background-color10 {
  background-color: #FFFFEF;
}

/* 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: #054c2e;
 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;
  float: right;
  padding: 4px;
  margin-top: 6px;
  margin-bottom: 6px;
  margin-right: 4px;
  margin-left: 0px;
  background-color: ivory;
  color: darkred;
  max-width: 286px;
}

.topnav
{margin-left: 0; margin-right: 0%; width: 100%;
}

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

.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;}

.footer
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: lighter;
font-size: 0.72em;
background-color: #005000; color: #054c2e;
color: white;
}

/* 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;
  }
}

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

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

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

h1 {font-size: 1.5em; padding: 0; border: 0; color: #054c2e; margin-left: auto; margin-top: 5px; margin-bottom: 0px; 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: left; padding: 0px; margin: 0px;}
h5 {font-size: 0.8em; color: purple; font-weight: bold; text-align: left;}
h6 {font-size: 0.7em; text-align: center; color: teal; font-weight: normal; margin-top: 0;}

.fixedheader {position: fixed;}

/*temporary highlighting of text for Syd*/
.tempcomment {font-weight: bold; color: #FF0033; background-color:#FFFF66; font-size: 1em; text-transform: none;}

ul.indent
{
  margin-left: 25px; margin-top: 5px; margin-bottom: 5px; margin-right: 2%;
  padding: 10px;
}

ul.no-bullets {
  list-style-type: none;
  margin-left: 2%; margin-top: 0; margin-bottom: 0; margin-right: 2%;
  padding: 0;
}

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

li.green
{color:orange; color:#6600cc; color:#054c2e;}

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

.breadcrumbs {
  font-size: 0.9em;
  color: darkred;}

.url {
 margin-left: 0%;
 margin-right: 0%;
 width: 100%;
 padding: 5px;
 text-align: center;
 color: darkred ;
 background-color: ivory;
/*font-family: cursive, verdana;*/
 font-family: verdana;
 font-size: 1.1em;
}

/*start of topnavbar code*/
.topnav
{
/*position: fixed;*//*to fix navigation bar*/
  margin-left: 0%;
  margin-right: 0%;
  width: 100%;
  background-color: #054c2e;
  overflow: hidden;
  /*greyed out, so that dropdown menu works*/
}

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

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

/* Dropdown container - needed to position the dropdown content */
.dropdown
{
 float: left;
 overflow: hidden;
/*greyed out, so that dropdown menu works*/
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn
{
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 10px 12px;
  background-color: #054c2e;
  font-family: inherit;
  margin: 0;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content
{
 display: none;
 position: absolute;
 background-color: #f9f9f9;
 min-width: 160px;
 box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 z-index: 1;
}

/* Style the links inside the dropdown */
.dropdown-content a
{
  float: none;
  color: white;
  padding: 10px 12px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a teal [w3c dark] background on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown:hover .dropbtn
{
 background-color: green;
 color: white;
}

/* Add a ble [yellow] [w3c grey] background to dropdown links on hover */
.dropdown-content a:hover
{
 background-color: #054c2e;
 color: yellow;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {display: block;}

/* 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: 768px)
{
 .topnav a:not(:first-child), .dropdown .dropbtn
 {
   display: none;
 }
 .topnav 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: 768px)
{
 .topnav.responsive {position: relative;}
 .topnav.responsive a.icon {
   position: absolute;
   right: 0;
   top: 0;
 }
 .topnav.responsive a {
   float: none;
   display: block;
   text-align: left;
 }
 .topnav.responsive .dropdown {float: none;}
 .topnav.responsive .dropdown-content {position: relative;}
 .topnav.responsive .dropdown .dropbtn
 {
   display: block;
   width: 100%;
   text-align: left;
 }
}

@media screen and (max-width: 800px)
{
 .topnav a:not(:first-child), .dropdown .dropbtn
 {
   display: none;
 }
 .topnav 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: 800px)
{
 .topnav.responsive {position: relative;}
 .topnav.responsive a.icon {
   position: absolute;
   right: 0;
   top: 0;
 }
 .topnav.responsive a {
   float: none;
   display: block;
   text-align: left;
 }
 .topnav.responsive .dropdown {float: none;}
 .topnav.responsive .dropdown-content {position: relative;}
 .topnav.responsive .dropdown .dropbtn
 {
   display: block;
   width: 100%;
   text-align: left;
 }
}

@media screen and (max-width: 992px)
{
 .topnav a:not(:first-child), .dropdown .dropbtn
 {
   display: none;
 }
 .topnav 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: 992px)
{
 .topnav.responsive {position: relative;}
 .topnav.responsive a.icon {
   position: absolute;
   right: 0;
   top: 0;
 }
 .topnav.responsive a {
   float: none;
   display: block;
   text-align: left;
 }
 .topnav.responsive .dropdown {float: none;}
 .topnav.responsive .dropdown-content {position: relative;}
 .topnav.responsive .dropdown .dropbtn
 {
   display: block;
   width: 100%;
   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;
}

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

/* 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;
 }
}

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

  .column {
    float: left;
/*    width: 20%;*/
    padding-right: 25px;
  }

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

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

  @media screen and (max-width: 500px)
  {
   div.container img
   {
     height:250px; object-fit: cover;
   }
  }

  @media screen and (min-width: 500px)
  {
    div.container img
    {
     height:250px; object-fit: cover;
    }
  }

  @media screen and (min-width: 768px)
  {
   div.container img
    {
     height:150px;  height:250px;  object-fit: cover;
    }
  }

  @media screen and (min-width: 900px)
  {
   div.container img
    {
     height:275px;  object-fit: cover;
    }
  }

  @media screen and (min-width: 1200px)
  {
   div.container img
    {
     height:350px;  object-fit: cover;
    }
  }

  /* Responsive layout - makes the three columns stack on top of each other instead of next to each other */

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

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

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

  @media screen and (max-width: 600px)
  {
    figcaption
    {
     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;
    }

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

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

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

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