#headerImage {
    background-image: url("images/images.jpeg");
    background-attachment: fixed;
}

body {
    font-family:'Courier New', Verdana, Arial;
    background-color:#1A1A1A;
    color:#FFFFFF;
}

ul {
    list-style:none;
    
}

li {
    margin-bottom:60px;
    vertical-align: middle;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}


.column {
    float: left;
    z-index: 5;
    position:relative;
}
.parent {
    position: relative;
  }

/*.sticky {
    position:sticky;
    background-attachment:fixed;
    top:2px;
    background-color: #f3d2c1;

}*/

#column1 {
    width:25%;
    margin-right:5px;
}
#column2 {
    margin-top:15px;
    width:49%;
}

#column3 {
    margin-left:5px;
    width:25%;
}

.border {
    top:0px;
    bottom:0px;
    left: 2px;
    right: 2px;
    padding: 1rem;
    box-shadow: 0 9px 0px 0px #1A1A1A,
     0 -9px 0px 0px #1A1A1A,
     5px 0 2px -4px rgba(68,68,68, 0.97),
      -5px 0 2px -4px rgba(68,68,68, 0.97);

}

.background {
    display:block;
    width:175px;
    height:100px;
    object-fit: fill;
    object-position:50% 50%;
}

.links {
    font-family:'Courier New', Verdana, Arial;
    font-size:25px;
    color:#FF5733;
    margin-bottom:5px;
}

.sideBar {
    margin-top:10px;
    width:350px;
    height:500px;
}

.subcontentHead {
    margin-left:20px;
}

.subcontent {
    margin-left:35px;
}

.container {
    display:grid;
    align-items:center;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap:5px;
    background-color:#141414;
    box-shadow: 0 9px 0 0 #333333;  
    border-radius:50px;
    z-index:10;
    position:relative;
}

.header {
    font-family: 'Courier New', Courier, monospace;
    font-size:30px;
}

.as44f {
    color:#FFD700;
}