body {
    /* background:#f4f6f9; */
    background-image: url('../img/tile2.webp');
    font-family:system-ui,-apple-system,"Segoe UI",Roboto;
}

a {
  color: #005cc5;
  /* background-color: transparent; */
  /*text-decoration: none; */
}

.gov-header{
    background:#003366;
    color:white;
    padding:12px 0;
}

.navbar{
    box-shadow:0 2px 6px rgba(0,0,0,0.08);
}

.hero-banner{
    height:300px;
    /*background-image:url('https://images.unsplash.com/photo-1529107386315-e1a2ed48a620');*/
    /* background-image:url('../img/office.jpg'); */
    background-image:url('../img/legacyBanner.jpg');
    background-size:cover;
    background-position:center;
    position:relative;
    color:white;
}

.hero-overlay{
    /*background:rgba(0,0,0,0.45);*/
    /*background: rgba(0, 53, 102, 0.55);*/
    height:100%;
    display:flex;
    align-items:center;
}

.hero-text{
    padding-left:40px;
}

.card{
    border:none;
    box-shadow:0 2px 8px rgba(0,0,0,0.06);
}

.announcements{
    background:white;
    border-radius:6px;
    padding:20px;
}

.announcement{
    border-bottom:1px solid #eee;
    padding:10px 0;
}

.announcement:last-child{
    border-bottom:none;
}

footer{
    margin-top:60px;
    background:#00264d;
    color:white;
    padding:30px 0;
}
