@charset "utf-8";
/* CSS Document */

html {
    font-family: "Lucida Sans", sans-serif;
  }
  h2{
      color: #007399;
  }
  
  .header {
      background-image: url("images/top-banner-webarchives.jpg");
      background-repeat: no-repeat;
      background-size: cover;
      min-height: 350px;
      overflow: hidden;
      border-top: 15px solid gray;
      color: #ffffff;
      padding: 15px;
  }

  a {
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.box1 {
    margin: 20px;
    padding: 10px;
    border:1px dashed #0099cc;
    border-radius:5px;
    display: inline-block;
    vertical-align: top;
}
.box2 {
    margin: 20px;
    padding: 10px;
    border:1px dashed #0099cc;
    border-radius:5px;
    display: inline-block;
    vertical-align: top;
}
.box3 {
    margin: 20px;
    padding: 10px;
    border:1px dashed #0099cc;
    border-radius:5px;
    display: inline-block;
    vertical-align: top;
}
  .footer {
    background-color: #0099cc;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    padding: 15px;
  }

  @media only screen and (max-width: 768px) {

    .header {
        background-image: url("images/top-banner-webarchives-small.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        min-height: auto;
        overflow: hidden;
        border-top: 15px solid gray;
        color: #ffffff;
        padding: 15px;
        background-position: bottom;
    }

  body {font-size:medium;}
  .box1 {
    display: block;
    border: 0px;
    margin: 20px 0px 20px 0px;
    background-color: #eff2f2;
}
    .box2 {
    display: block;
    border: 0px;
    margin: 20px 0px 20px 0px;
    background-color: #eff2f2;
}
    .box3 {
    display: block;
    border: 0px;
    margin: 20px 0px 20px 0px;
    background-color: #eff2f2;
}
  }