body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-image: url(images/cablesFuture.png);
    
}

#wrapper {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    border: .5px solid #000;
    background-color: rgb(248, 243, 237);
    opacity: 0.95;
}

nav {
    font-weight: bold;
    font-size: 1.25em;
    background-color: #70bde9;
    text-align: center;
    border-top: 2.5px dashed white;
    border-bottom: 2.5px dashed white;
    padding: 10px;
}

nav li{
    display: inline-block;
    text-align: center;
}

.activeLink {
    color: #db9d56;
    background-color: #f8da77;
     
}

nav ul{
   margin: auto;
}

.navPic{
    height: 20px;
}

nav a:hover{
    color:rgb(18, 117, 9);
    text-decoration: underline;
    font-weight: bolder;
}

a:hover{
    color:rgb(18, 117, 9);
    text-decoration: underline;
    font-weight: bold;
}

nav a:link{
    text-decoration: underline;
    padding: 2px;
    display: block;
    width: 130px;
    color: #0f1a20;
}

a:visited{
    color: #530202;
}

h1   {
  background-color: #f8da77; 
  color: #000000;
  text-align: center;
  padding: 20px;
}

article {
    text-align: center;
}

footer {
    text-align: center;
    font-weight: bold;
}

p{
    font-size: 1.25em;
    font-weight: bold;
}

table {
    margin: auto; 
    border-collapse: collapse; 
}
  
td, th {
    border: 1px solid black; 
    padding: 15px; 
    text-align: center; 
}
  
th {
    background-color: #d4d2d2;
}

h2 a:hover{
    color:rgb(18, 117, 9);
    text-decoration: underline;
    font-weight: bold;
}

footer {
    padding: 5%;
}

aside {
    width: 40%;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: bold;
    font-size: larger;
    display:inline-block;
    border: 4px ridge black;
    color: #06130d;
    background-color: #dff0fa;
}

.column {
    float: left;
    width: 45%;
    padding: 3px;
    margin-left: 25px;
    margin-right: auto;
    align-content: center;
}
  
.row::after {
    content: "";
    clear: both;
    display: table;
}