body {background-color: #000000;}
    p.footer {font-family: Helvetica; font-size: 12pt; color: #dddddd; text-align:center;}
	p {font-family: Helvetica; font-size: 12pt; color: #dddddd; text-align:left;}
	h1 {font-family: Helvetica; font-size: 18pt; color: #cc0000; text-align:left;}
	h1.footer {font-family: Helvetica; font-size: 38pt; color: #cc0000; text-align:center;}
	h2 {font-family: Helvetica; font-size: 16pt; color: #bbbbbb; text-align: left;}
	a.fa {color: #bbbbbb; text-decoration: none; underline: none;}
	a.fa:visited {color: #bbbbbb; text-decoration: none; underline: none;}
	a.fa:hover {color: #eeeeee; text-decoration: none; underline: none;}
	a.fa:visited:hover {color: #eeeeee; text-decoration: none; underline: none;}
	a {color: #eeeeee; font-weight: bold;}
	a:visited {color: #eeeeee; font-weight: bold;}
	a:hover {color: #aa0000;}
	a:visited:hover {color: #aa0000;}

.layout {
 /* commented out to fix the width issue.
 width: 1366px;
  height: 768px; */

  display: grid;
  grid:
    "header-left header header-right" 1fr
    "leftSide body rightSide" auto
    "footer footer footer" auto
    / 50px auto 50px; /*Changed auto to 0.1fr x 2, then 0.2fr x 2 and 0.6 from 0.8 */
  gap: 0px;
}
.header-left {grid-area: header-left; resize: none;}
.header { grid-area: header; padding-bottom: 10px;}
.header-right {grid-area: header-right; }
.leftSide { grid-area: leftSide; }
.body { grid-area: body; padding: 10px; background-color: #333333;}
.rightSide { grid-area: rightSide; }
.footer {
    bottom: 0px;
    width: 100%;
    height: 3.5rem;
    grid-area: footer / footer / footer / footer;
}


/* Hamburger */
.hamburger1 {
  height: 45px;
  margin: 10px;
  display: -ms-grid;
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  justify-items: left;
  z-index: 120;
}

.hamburger1 div {
  background-color: rgb(61, 61, 61);
  position: relative;
  width: 40px;
  height: 5px;
  margin-top: 7px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#toggle1 {
  display: none;
}

#toggle1:checked + .hamburger1 .top {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: 10px;
}

#toggle1:checked + .hamburger1 .meat {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -5px;
}

#toggle1:checked + .hamburger1 .bottom {
  -webkit-transform: scale(0);
          transform: scale(0);
}

#toggle1:checked ~ .menu1 {
  height: 360px;
}


/* Menu */
.menu1 {
  position: absolute;
  background-color: #000000;
  opacity: 0.9;
  margin: 0;
  display: -ms-grid;
  display: grid;
  grid-template-rows: 1fr repeat(10, 0.5fr);
  grid-row-gap: 10px;
  padding: 0;
  list-style: none;
  clear: all;
  width: 100%;
  text-align: center;
  height: 0px;
  overflow: hidden;
  transition: height .4s ease;
  z-index: 140;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu1 a:first-child {
  margin-top: 40px;
}

.menu1 a:last-child {
  margin-bottom: 40px;
}

.menu1 a {
			text-decoration: none;
			font-color: #ffffff;
		}
menu1 a:visited { text-decoration: none; font-color: #ffffff;}	

.menu1 a:hover {
			text-decoration: none;
			font-color: #222222;
		}
menu1 a:visited:hover { text-decoration: none; font-color: #222222;}	


.link1 {
  width: 100%;
  margin: 0;
  padding: 10px 0;
  font-family: Helvetica;
  font-size: 16pt;
  font-weight: bold;
  text-transform: uppercase;
  font-color: #ffffff;
  text-decoration: none;
  color: #ffffff;
}

.link1:visited {
  width: 100%;
  margin: 0;
  padding: 10px 0;
  font-family: Helvetica;
  font-size: 16pt;
  font-weight: bold;
  text-transform: uppercase;
  font-color: #ffffff;
  text-decoration: none;
  color: #ffffff;
}

.link1:hover {
  background-color: #fff;
  color: rgb(61, 61, 61);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.link1:visited:hover {
  background-color: #fff;
  color: rgb(61, 61, 61);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


p.social-footer {
					font-family: Helvetica;
					font-size: 20pt;
					letter-spacing: 5px;
					font-weight: bold;
					text-align: center;
}

p.img {
		text-align: center;
}

/* Wrapper - may use for header */
}

.wrapper div {
   min-height: 200px;
   padding: 10px;
}
#one {
  background-color: gray;
  float:left; 
  /*margin-right:20px;*/
  width:500px;
  border-right:2px solid #000;
}
#two { 
  background-color: white;
  float: left;
  overflow:hidden;
  /*margin:10px;*/
  border:2px dashed #ccc;
  min-height:170px;
  width: 100%;
}

@media screen and (max-width: 400px) {
   #one { 
    float: none;
    margin-right:0;
    width:auto;
    border:0;
    border-bottom:2px solid #000;    
  }
}

/* Image classes */

.img-left {
 float: left;
 padding: 0 20px 20px 0;
}

.img-right {
 float: right;
 padding: 0 20px 20px 0;
}
/*
     FILE ARCHIVED ON 04:09:26 Mar 20, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 22:51:12 Feb 15, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.699
  exclusion.robots: 0.023
  exclusion.robots.policy: 0.01
  esindex: 0.015
  cdx.remote: 37.6
  LoadShardBlock: 381.674 (3)
  PetaboxLoader3.datanode: 160.775 (5)
  PetaboxLoader3.resolve: 310.364 (2)
  load_resource: 130.473
  loaddict: 56.171
*/