body
{
    background-color: #ffffff;
    margin:0px;
    padding: 0px;
    
}

#MainBody
{
    border:0px solid rgb(33, 57, 161);
    top:0;
    margin:auto;
    width:1200px;
    height:auto;
    background-repeat:no-repeat;
    background-position:0px 50px;
    position:relative;
    box-shadow: 10px 8px 10px rgba(0, 0, 0, 0.55);
}


#TextTopName
{    
    border:0px solid rgb(202, 22, 22);
    margin-left:0px;
    font:bold;
    z-index:-1;
    position:relative;
}
#TextTopName h1
{
color:#000000;
text-align:center;
margin-left:0%;
margin-top:0px;
font-size:60px;
}

.Logo
{  
  border:0px solid black;
  font-size:30px;
  color:pink;
  /*margin:auto;*/
  margin-top:0%;
  margin-right: 20px;
  width:auto;
  height: auto;
  z-index:10;
}

#Links a:link
{
    color:#000000;
}
#Links a:visited
{
    color:#000000;
}

#Links
{
    top:0px;
    margin-left:0px;
    margin-top:0px;
    border-bottom:0px solid rgb(170, 31, 31);
    width:1200px;
    background-color: rgb(255, 255, 255);
    height: auto; /*171px*/
    font-family: 'Courier New', monospace;
    /*text-align:right;*/
    position:sticky;
    box-shadow: 0 10px 14px -6px rgba(0, 0, 0, 0.9);
    z-index: 1000;
    
}
#Links h2
{
    
    text-align:center;
    font-size:20px;
    font-weight:bold;
}

.LinksBody
{
  border:0px solid blue;
  display: flex;              /* <— makes it horizontal */
  gap: 0px;
  align-items: flex-start;
  justify-content: space-between;
}

.links
{
  
    min-height: 30px;
    margin-top: 0px;
    margin-right:8px;
    height:auto;
    width:155px;
    color:white;
    background: #0b1220;        /* same family as your footer */
    border: 1.5px solid rgb(206, 174, 16);
    border-radius: 10px;
    box-shadow: 0 10px 18px -10px rgba(0,0,0,0.6),
              0 0 4 2px rgba(206, 174, 16, .5);
  
   /* border:0px solid blue;
    min-height:50px;
    margin-top: 0px;
    height:auto;
    width:150px;
    color:black;
    border-bottom:0px solid goldenrod;
    box-shadow: 0px 0px 10px rgba(206, 174, 16,1);
    */
  }
.links p
{

}
#ImageConstruction
{
    border:0px solid blue;
    width:250px;
    margin-left:60px;
}
#AlignContentBody1
{
  
    width:auto;
    margin:auto;
    
}

#ContentBody
{
  
    box-shadow: 0px 0px 10px rgb(0, 0, 0);
}
.ContentBody1
{
    border:0px solid red;
    background-color: #000000;
    /*float:left;*/
    color:#ffffff;
    width:1200px;
    position: relative;
}
.ContentBody12
{
    background-color: #000000;
    /*box-shadow: 0px 0px 10px rgba(206, 174, 16,1);*/
    /*float:left;*/
    color:#ffffff;
    width: 300px;
    position: relative;

}
.ContentBody122
{
    background-color: #000000;
    box-shadow: -12px 0 16px -12px rgba(206, 174, 16, 0.6);
    
    /*float:left;*/
    color:#ffffff;
    width: 300px;

}

#ImageBlockLeft img
{

    resize:both;
    max-width:210px;
}
#TextMainBody
{
   
    margin-left:0px;
    margin-top:0px;
    height: auto;
    width: 100%;
    
}
#Text1
{

    width:450px;
    font-size:40px;
}
#Text2
{

}
#Text3
{

}
#BottomBody
{
  top: auto;
    border:0px solid rgb(221, 31, 31);
    background-color: #000000;
    color: #ffffff;
    margin:auto;
    width: 1200px;
    font:bold;
    z-index:1;
    position: relative;
    clear:both;
    margin-top: 32px;
    
    box-shadow:
  28px 0 36px -18px rgba(0,0,0,0.6),
 -28px 0 36px -18px rgba(0,0,0,0.6);
}
.ImageBottom
{

    /*float:left;*/
    width:140px;
    /*height:140px;*/
}
.TextBottom
{
border:0px solid black;
    /*float:right;*/
}

h1
{
    text-align:center;
    font:bold;
    font-size:40px;
    
}
h2
{
    font:bold;
    font-size:30px;
    
}
h3
{
    font:bold;
    font-size:20px;
    
}

div
{

    border:0px solid black;
}


/* === Cyber Response Systems Footer === */
.crs-footer {
  background: #0b1220;
  color: #e6edf7;
  padding: 32px 16px 16px;
  border-top: 1px solid rgba(255,255,255,0.08);
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.crs-footer a {
  color: #e6edf7;
  text-decoration: none;
  opacity: 0.9;
}

.crs-footer a:hover {
  opacity: 1;
  text-decoration: underline;
}

/* THIS is the main horizontal layout */
.crs-footer__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;              /* <— makes it horizontal */
  gap: 28px;
  align-items: flex-start;
  justify-content: space-between;
}

/* Left block */
.crs-footer__brand {
  flex: 1 1 320px;            /* grows/shrinks */
  min-width: 260px;
}

.crs-footer__logo {
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: 0.2px;
}

.crs-footer__tagline {
  margin: 10px 0 0;
  line-height: 1.5;
  opacity: 0.85;
  font-size: 0.95rem;
}

/* Right block: 3 columns */
.crs-footer__links {
  flex: 2 1 600px;
  display: grid;              /* <— makes the columns */
  grid-template-columns: repeat(3, minmax(160px, 1fr));
  gap: 18px;
}

.crs-footer__col h4 {
  margin: 0 0 10px;
  font-size: 0.95rem;
  letter-spacing: 0.3px;
}

.crs-footer__col a,
.crs-footer__small {
  display: block;
  margin: 8px 0;
  font-size: 0.92rem;
  opacity: 0.88;
}

.crs-footer__small {
  margin-top: 10px;
  opacity: 0.75;
}

/* Bottom bar */
.crs-footer__bottom {
  max-width: 1100px;
  margin: 22px auto 0;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 0.9rem;
  opacity: 0.9;
}

.crs-footer__legal {
  display: flex;
  gap: 14px;
}



/* Mobile stack */
@media (max-width: 820px) {
  .crs-footer__inner {
    flex-direction: column;   /* stacks brand above links */
  }
  .crs-footer__links {
    grid-template-columns: 1fr; /* stacks columns */
  }
}
