.asideLinks a{
  color: #39739d;
  font-weight: bold;
  box-shadow: rgba(255, 255, 255, .7) 0 1px 0 0 inset;
  background-color: #e1ecf4;
  font-size: 14px;
  padding: 10px;
  display: flex;
  width: 200px;
  border: 1px solid #7aa7c7;
  border-radius: 5px;

}

.asideLinks a:hover{
  background-color: #b3d3ea;
  color: #2c5777;
 
}

.asideLinks li{
  margin: 5px;
  border-radius: 5px;
}


.asideLinks ul {
  list-style-type: none;
  padding: 0;
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

} 
@media screen and (max-width: 1115px) { /*1115px*/
  .asideLinks {
    justify-content: center;
  }
  .asideLinks ul {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
  
  @media screen and (max-width: 400px){
    .asideLinks a{
      width: 150px;
      font-size: 12px;
    }
  }


/* .button-8 {
  background-color: #e1ecf4;
  border-radius: 4px;
  border: 1px solid #7aa7c7;
  box-shadow: rgba(255, 255, 255, .7) 0 1px 0 0 inset;
  box-sizing: border-box;
  color: #39739d;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  margin: 0;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  width: 250px;
  white-space: nowrap;
}

.button-8:hover,
.button-8:focus {
  background-color: #b3d3ea;
  color: #2c5777;
}

.button-8:focus {
  box-shadow: 0 0 0 4px rgba(0, 149, 255, .15);
}

.button-8:active {
  background-color: #a0c7e4;
  box-shadow: none;
  color: #2c5777;
}

.asideLinks ul {
  list-style-type: none;
  padding: 0;
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

}

.asideLinks li {
  margin: 2px;
}

@media screen and (max-width: 1024px) {
  .asideLinks {
    justify-content: center;
  }

}

@media screen and (max-width: 400px) {
  .button-8 {
    width: 200px;
    font-size: 12px;
  }
} */