*{
  scroll-behavior: smooth;
}

.puzzle_layer {
  background-image: url('../images/blue-puzzle.jpg');
  background-size: cover;
}

.puzzle-color-background {
  background-color: #39b0f2;
  border-radius: 25px;
}

.for-head {
  background-color: #92d3f9;
  /* #64c2f5; */
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.list-like {
  text-decoration: none;
  color: #4a4a4a;
}

a.odds {
  background-color: #eeeeee;
}

a.odds:hover {
  background-color: #7bc9f7;
}

a.evens:hover {
  background-color: #7bc9f7;
}
a.inline {
  display: inline;
  padding: 1px;
}
span.odds {
  background-color: #eeeeee;
  border-radius: 2px;
  color: #4a4a4a;
  display: block;
  padding: 0.5em 0.75em;
}
span:hover {
  background-color: #7bc9f7;
}

.breadcrumb {
  font-size: 12px;
  margin-right: 14px;
}

#articles{
  text-align: left;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

#articles h3{
  font-weight: 700;
}


#adx{
  text-align: left;
  font-size: 1.1vw;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  
}

#adx ul li {
  list-style-type: circle;
}

@media screen and (max-width: 768px) {
  .my-footer {
    flex-direction: column;
  }
  .my-footer a {
    margin: 1em 0;
  }

  #adx{
    font-size: 4.5vw;
    padding: 10px;
  }

    
  .welcome{
    font-size: 1.7rem !important;
  }
  
  .adx-button{
    margin-top: 2vw;
  }

}
