@charset "UTF-8";

html {
  overflow-x: hidden;
  height: auto;
  zoom: 0.8;
  display: flex; 
}

body {
  background-image: 
    linear-gradient(0deg, #606060 1px, transparent 1px),
    linear-gradient(90deg, #606060 1px, transparent 1px);
  background-size: 80px 80px; /* Adjust grid size */
  animation: 32s linear infinite background-slide;
  display: flex;
  justify-content: center;
  position: relative;
  background-color: rgba(0,0,0,1.00);
  min-height: 100vh;
  flex-direction: column;
  width: 100%;
  margin-top: -16px;
  min-width: 720px;
}

@keyframes background-slide {
  0% {
      background-position: 0 1024px;
  }
  100% {
      background-position: 1024px 0; /* Moves the background for a sliding effect */
  }
}

header, footer, .left_article {
  margin-left: 48px;
  margin-bottom: 32px;
}

pre {
  z-index: 3; 
  font-family: Consolas, monospace;
	color: white;
}

h1 {
  position: fixed;
  white-space: nowrap;
}

h2 {
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20pt;
  font-family: Consolas, monospace;
  padding: 0 4%;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

b {
  font-family: Consolas, monospace;
  color: black;
}
p {
  font-family: Consolas, monospace;
	color: black;
  padding: 0 4%;
  text-align: justify;
  line-height: 24px;
  margin: 24px 0 16px;
  color: #000000;
  font-size: 14pt;
}	

li {
  font-family: Courier New, Courier, monospace;
	text-shadow: 0px 0px rgba(0,0,0,1.00);
}	

li.b:hover {
  background-color: black;
  color: white; 
  text-align: center;
  margin-bottom: 16px;
  padding-top: 16px;
}

ul.b li {
  color: black; /* Default text color for the <li> element */
  background-color: transparent; /* Default background color */
  text-decoration: none; /* Optional: Remove underline */
}

ul.b li:hover {
  color: white; /* Text color on hover */
  background-color: black; /* Background color on hover */
  text-align: center; /* Optional: Center text */
  margin-bottom: 16px;
  padding-top: 16px;
}

ul.b li a {
  color: black; /* Default text color */
  text-decoration: none; /* Optional: Remove underline */
}

ul.b li a:hover {
  color: white; /* Text color on hover */
  background-color: black; /* Optional: Add a background color for better visibility */
  line-height: 20px;
}

li.a:hover {
  background-color: black;
  color: white; 
  text-align: center;
  margin-bottom: 16px;
  padding-top: 16px;
}

li.b 
{
    padding-bottom: 16px
}

ul.b {
  list-style-type: square;
  font-size: 0pt;
  line-height: 12pt;}

.copyright {
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: large;
  letter-spacing: 2px;
  border-top-width: 2px;
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
  padding-top: 40px;
  margin-top: -20px;
}

.thumbnail {
  width: 100px;
  border-radius: 200px;
  height: 100px;
  margin-left: auto;
}

.thumbnail_align {
  text-align: center;
}

.social {
  text-align: center;
  width: 100%;
  background-color: #414141;
  clear: both;
  overflow: auto;
}

.social_icon {
  width: 25%;
  text-align: center;
  float: left;
  transition: all 0.3s linear;
  line-height: 0;
  padding-top: 7px;
}

.social .social_icon:hover {
  cursor: pointer;
  opacity: 0.5;
}

.row, .columns, .title, .placeholder, .column_half, .copyright, .thumbnail, .thumbnail_align, .social, .social_icon, {
  margin: 0;
  padding: 0;
}

.row {
  width: 100%;
  display: inline-block;
}

.row.blockDisplay {
  display: block;
}

.column_half {
  width: 50%;
  float: left;
}

.columns {
  width: 25%;
  float: left;
  font-family: "Source Sans Pro";
  color: #A5A5A5;
  line-height: 24px;
  text-align: justify;
  padding: 10px 0;
}

.container {
  width: 96%;
  position: relative;
}

.primary_header {
  background-color: #000000;
  padding: 10px 0;
  border-bottom: 2px solid #2C9AB7;
  font-size: 2pt;
  color: #FFFFFF;
}

.header-container {
  width: 320px; /* Adjust based on text size */
  height: 60px;
  background-color: white;
  clip-path: polygon(0% 0%, 75.2% 0%, 100% 100%, 0% 100%);
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  z-index: 2;
  margin-left: 40px; /* Align with article */
}

.secondary_header {
  background-color: rgb(96, 96, 96);
  box-shadow: 24px 16px #404040;
  clear: left; /* important */
  position: relative;
  font-size:calc(12px + 1vw);
  padding-left: 0px;
}

.secondary_header ul li {
  list-style: none;
  float: left;
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-align: center;
  width: 16.666%;
  transition: all 0.4s linear;
  line-height: 40px;
  text-shadow: 3px 3px rgba(0,0,0,1.00);
}

.secondary_header ul li:hover {
  color: #FFFFFF;
  cursor: pointer;
  background-color: #760014;
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
}

#menu {
  width: 80%;
	overflow: hidden;
  padding-top: 16px; 
  padding-bottom: 40px; 
  bottom: 16px;
}

.container .secondary_header ul {
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
  text-align: center;
}

.left_article {
  background-color: #FFFFFF;
  width: 64%;
  float: left;
  font-family: "Source Sans Pro";
  color: #343434;
  padding-bottom: 0px;
}

.container .left_article h3 {
  margin: 4% 0 40px;

}
.right_article {
  width: 64%;
  margin-left: 40px;
  overflow: hidden;
  position: relative;
  display: inline;
  background-color: #FFFFFF;
}

.red_trap, .white_trap {
  position: absolute;
  width: 640px;
  height: 320px;
  box-shadow: 12px 8px #404040; 
  clip-path: polygon(0% 0%, 100% 0%, 84% 60%, 0% 60%);
}
			
.red_trap {
  background-color: #760014;
  top: 80px;
}

.white_trap {
  background-color: white;
  top: 40px;
  margin-bottom: -100px;
  margin-top: 0px;
}

.red_rectangle {
  position: absolute;
  width: 40px;
  height: 340px; 
  top: 0px;
  left: 0px;	
  background-color: #760014
}

.white_rectangle {
  position: relative;
  top: 100px;
  left: 0px;	
  background-color: white;
}	
	
.banner {
  display: flex;
  height: 340px;
  margin-top: 0px;
  position: relative;
}

.black_rectangle {
  background-color: black;
  position: absolute;
  top: 40px;
  left: 39px;	
  width: 40px;
  height: 327px; 
  z-index: 1;
}

.left-column {
  position: absolute;
}

.left-column h1 {
  position: relative;
  font-size: 48px;
  font-family: Helvetica, Arial, sans-serif;
  color: black;
  margin-left: 100px;
  left: 50px;
  top: 20px;
  font-style: normal;
  font-weight: bolder;
}

.right-column {
  position: relative; /* Add position relative */
  font-size: 3pt;
  color: #FFFFFF;
  font-family: Courier New, Courier, monospace;
  margin-left: auto; /* Push right column to the right */
  text-indent: 1px;
  letter-spacing: 0px;
  line-height: 4px;
  margin-right: 20px;
  top: 40px;
  z-index: -3; 
}

.highlight {
  color: red;
}

.placeholder {
  width: 100%;
  padding: 30px 0;
  height: 100%;
}

footer
{
  margin-top: 48px;
  align-items: right;
}

#mailing{
  position: relative;
  padding-top: 8px;
  padding-bottom: 64px;
  padding-left: -20px;
  font-size:calc(10px + 1vw);
  text-align: left;
  height:auto;
  width: 40%;
  background-color: rgb(96, 96, 96);
  box-shadow: 24px 16px #404040;
  position: relative;
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
  color: #FFFFFF;
  letter-spacing: 1px;
  transition: all 0.4s linear;
  line-height: 40px;
  text-shadow: 3px 3px rgba(0,0,0,1.00); 
}

.container_2 {
  display: flex;
  margin-top: 32px;
  margin-left: 40px;
  margin-bottom: 24px;
  position: relative;
  width: 88%;
}
	
.rparallelogram_1 {
  width: 80%;
  height: 80px;
  transform: skew(135deg);
  background: #760014;
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
  display: flex; /* Use flexbox to center the content */
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  box-shadow: 16px 12px #3D000B; 
  text-shadow: 3px 3px rgba(0,0,0,1.00)
}

.rparallelogram_1 p {
  transform: skewX(-135deg); /* Counter the skew of the parent */
  color: rgba(255, 255, 255, 1.00);
  margin: 30px; /* Remove default margins */
  padding: 0; /* Remove default padding */
  text-align: center; /* Center text inside the paragraph */
  font-size: 16pt
}

.rparallelogram_2 {
	width: 80px;
	height: 80px;
	transform: skew(135deg);
	background: #760014;
  display:inline-block; 
  margin-left: 80px;
  box-shadow: 16px 12px #3D000B;
}

.red_triangle {
  height: 0;
  width : 0;
  border-top: 80px solid transparent;
  border-right: 80px solid #760014;
  display:inline-block;
  margin-left: 40px;
  box-shadow: 16px 12px #3D000B;
}


li.b:hover {
  background-color: black;
  color: white; 
  text-align: center;
  margin-bottom: 16px;
  padding-top: 16px;
  }
  
li {
  font-family: Courier New, Courier, monospace;
  text-shadow: 0px 0px rgba(0,0,0,1.00);
}	
li.b 
{
  font-size: 15pt;
  padding-bottom: 16px
}



/* chopping block */

/* .left_half {
  background-color: #52BAD5;
}

.container .column_half.left_half h2 {
  color: #FFFFFF;
  font-family: "Source Sans Pro";
  text-align: center;
}

.right_half {
  background-color: #01B2D1;
  color: #FFFFFF;
  font-family: "Source Sans Pro";
  text-align: center;
  font-weight: bold;
}

.columns p {
  padding: 0 10%;
  box-shadow: 0px 0px #EC7F81;
}

.container .columns h4 {
  text-align: center;
  color: #01B2D1;
}

.black_horizontal_rectangle {
  position: absolute;
  width: 100%;
  height: 40px; 
  top: -100px;
  background-color: black;
}

.column_title {
  padding: 25px 0;
}

.grey_rectangle {
  position: absolute;
  width: 40px;
  height: 360px; 
  top: 40px;
  left: 39px;	
  background-color: black;
}

.title {
  font-weight: 100;
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
  text-align: left;
  color: #FFFFFF;
  letter-spacing: 2px;
  padding: 128px 16px 0;
  font-size: 2pt;
} */