/*MAIN FORMATTING FOR STEVEDUNLAP*/
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 0;
  background-image: url("hexley_fork.png");
  background-position: 10px; /*this moves hexley 10px to the right*/
  background-repeat: no-repeat;
  background-color: #dbdcda;
  border-bottom: 1px solid blueviolet;
}
footer {
  position: fixed;
  min-height: 70px;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #dbdcda;
  border-top: 1px solid blueviolet;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 50px;
}
a:link {
  text-decoration: none;
}

.navbar-header {
  display: flex;
  min-height: 70px;
  justify-content: flex-end;
  align-items: center;
  padding: 40px 24px 0;
}
/* this is to push the links closer to the border bottom .navbar-header */
.navbar-header-links {
  /* border: 1px solid red; */
  margin-bottom: -15px;
}

.navbar-footer {
  position: absolute;
  top: 2px;
  right: 0;
  padding-right: 10px;
  padding-left: 5px;
  /* border-bottom: .5px solid red; */
}
ul > li {
  list-style-type: none;
  color: red;
}
.nav-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-size: .8rem;
}

.text-header {
  position: absolute;
  top: 10px;
  left: 60px;
  width: 100px;
  font-size: .7rem;
  text-align: center;
  /* border: 1px solid green; */
}
.copyright-footer {
  position: absolute;
  padding-top: 15px;
  padding-left: 10px;
  bottom: 5px;
  left: 5px;
  width: 100%;
  font-size: .7rem;
  border-top: 1px solid rgb(0, 0, 0);
}
.page-update {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 190px;
  font-size: .7rem;
  /* border: 1px solid green; */
}
/* This is to line break after the email link so Page starts on it's own line */
.update::after {
  content: "\a";
  white-space: pre;
}
/* .update {
  text-align: center;
  display: block;
} */
/* main-body container */
.container {
  display: grid;
  grid-template-columns: auto 1fr auto;
  min-height: 88%;
  top: 70px;
  position: absolute;
  left: 0;
  right: 0;
}

.leftside-bar {
  grid-column: 1;
  padding: 60px 10px 0;
  background-color: lightblue;
  border-right: 1px solid orange;
  z-index: -1;
}
.main-body {
  grid-column: 2;
  padding: 20px 10px 0;
  /* border: 2px solid red; */
  z-index: -1;
}
.rightside-bar {
  grid-column: 3;
  padding: 60px 10px 0;
  background-color: lightblue;
  border-left: 1px solid orange;
  z-index: -1;
}





/* a, a:link, a:visited, a:active, a:hover {
  color: #3D7B3D;
  text-decoration: underline;
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #000099;
}

h2 {
  margin: 20px 10px 10px;
  padding: 3px 5px;
  color: #3D7B3D;
  background-color: transparent;
  border: 1px solid #3D7B3D;
}
h3 {
  margin: 10px 5px 5px;
  font-size: 115%;
  font-family: inherit;
}
hr {
  color: #000000;
  background-color: #110022;
  height: 1px;
  border: 0;
  margin: 30px 10px 0px;
}
input {
  background-color: #E9E4EF;
  color: #222288;
  font-family: Times;
  font-size: 1em;
}
/* table {
  min-height: 100vh;
} */
textarea {
  background-color: #E9E4EF;
  color: #222288;
  font-family: Arial;
  font-size: 100%;
}
td {
  color: #3D7B3D;
  font-size: 85%;
}
th {
  color: rgb(2,109,254);
}
/*CLASSES*/

/*FOR FORM BUTTONS*/
.bgcolor {
  background-color: lime;
}
.buttons {
  background-color: #F5EEBD;
  color: #222288;
  font-family: Times;
}
/****************************/
.database {
  font-size: 130%;
}
.fgcolor {
  background-color: transparent;
}
/* .footer {
  margin-top 300px;
  z-index: 1;
} */
.header {
  color: #0000ff;
  height: 25px;
  padding-left: 5px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.img {
  margin-top: 10px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 80%;
  color: #000000;
}
.img1 {
  border: dashed 1px #111199;
}
.mainbody {
  text-align: left;
  text-indent: 25px;
  font-size: 105%;
  margin-left: 10px;
  margin-right: 10px;
  color: #222211;
}
.mainbody a:link {
  text-decoration: none;
  color: #222211;
  font-weight: bold;
  font-size: 100%;
}
.mainbody a:active {
  background-color: #CCE2FF;
}
.mainbody a:visited {
  text-decoration: none;
  color: #222211;
  font-weight: bold;
  font-size: 100%;
}

.mainbody a:hover {
  text-decoration: none;
  color: #1503FF;
  background-color: transparent;
}
.mainbodylink a:link {
  text-decoration: none;
  color: #222211;
  font-weight: bold;
  font-size: 100%;
}
.mainbodylink a:active {
  background-color: #CCE2FF;
}
.mainbodylink a:visited {
  text-decoration: none;
  color: #222211;
  font-weight: bold;
  font-size: 100%;
}

.mainbodylink a:hover {
  text-decoration: none;
  color: #FF3000;
  background-color: transparent;
}
.showsource {
  padding-left: 10px;
  padding-right: 10px;
}
.smfont {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 70%;
}
.smfont1 {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 60%;
  color: #000000;
}
.smfont2 {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 75%;
}
.spacer {
  background: repeat-x url("/pics/dashed.gif");
}
.tdlinks {
  color: #8DD04D;
  font-family: verdana, arial, helvetica, sans-serif;
}
.tdlinks a:link {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
  background-color: transparent;
}
.tdlinks a:active {
  color: #3D7B3D;
}
.tdlinks a:visited {
  text-decoration: none;
  color: #000000;  
  font-weight: bold;
}
.tdlinks a:hover {
  text-decoration: none;
  color: #1503FF;
}
.tdlinks1 {
color: #3D7B3D;
  font-family: verdana, arial, helvetica, sans-serif;
}
.tdlinks1 a:link {
  text-decoration: none;
  font-weight: bold;
  color: #3D7B3D;
  background-color: transparent;
}
.tdlinks1 a:active {
  background-color: transparent;
}
.tdlinks1 a:visited {
  text-decoration: none;
  font-weight: bold;
  color: #3D7B3D;  
}
.tdlinks1 a:hover {
  text-decoration: none;
  color: #FF3000;
}
.tdlinks2 {
  color: #154A15;
  font-family: verdana, arial, helvetica, sans-serif;
}
.tdlinks2 a:link {
  text-decoration: none;
  font-weight: bold;
  color: #000000;
  background-color: transparent;
}
.tdlinks2 a:active {
  background-color: transparent;
}
.tdlinks2 a:visited {
  text-decoration: none;
  font-weight: bold;
  color: #002233;  
}
.tdlinks2 a:hover {
  text-decoration: none;
  color: #1503FF;
}
/*ID-S*/

#footer-top {
  padding: 5px 3px 0px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
#footer-bottom {
  padding: 10px 5px 5px;
  border-bottom: 1px solid #000000;
}
#inc {
  font-size: 1em;
}
#leftcolumn {
  position: absolute;
  width: 180px;
  border-right: 1px dashed #000000;
  left: 1px;
}
#middlecolumn {
  left: 189px;
  border-right: 1px dashed #000000;
  background-color: #cc0c00;
}
#p {
  margin: 5px 15px 10px;
}
