
.header-old {
    background: #111;
    width:100%;
    height:80px;
    display:flex;
    align-items: center;
    /* height:100%; */
    /* margin-bottom: 6rem; */
}

.page-wrap {
      padding: 1rem 2rem;
      background-color: aliceblue;
      border-style:none;
      border-radius: 7px;
}

.page-wrap-narrow {
      padding: 1rem 2rem;
      background-color: lemonchiffon;
}



.welcome-message {
    display:inline-block;
    color: rgb(216, 216, 120);
    margin: 0 1.1em 0 0;
    vertical-align: middle;
    padding: 1em,1em,1em,1em;
}

.btn--blue {
  color:#fff;
  background-color: #0D3B66;
}

.btn--large {
  font-size: 1.3rem;
  padding: 16px 54px;
  border-radius: 7px;
}

.btn--large-narrow {
  width: 20%;
  font-size: 1.3rem;
  padding:8px 34px;
  border-radius: 7px;
  text-align:center;

}

.btn--blue-outline {
    border-style: solid;
    border-color:blue;
    color:blue;
    
}

.btn:hover{
    border-color:#111;
    background-color:rgb(228, 231, 235);
}

/* To make the AARP-only links blue */
.aarp_menu_item  a {
  color: blue !important;
  font-weight:400 !important;
}

.centered-number {
  text-align: center;
}

.basiclink a {
  color: blue;
}

.basiclink a:hover {
  color:rgb(80, 117, 151);
}

 .column-container {
  display: flex;
  flex-direction: column; /* Arranges items vertically */
  align-items: center; /* Centers items horizontally within the column */
  border-style:none;
  border-radius: 10px;

}

.header-container {
  height: 50px; 
  border-style: none;
  border-radius: 10px;
}

.header-main {
  border-style:none;
  border-radius:10px;
}

.logo-word2 {
  font-weight:200;
}

.paragraph-pad {
  padding: .5rem 2rem;
  font-size: larger;
}


