  h1 {
    color: #002261;
    font-size: 1.5em;
    line-height: 1.6;
    padding: 5px 0px 20px 0px;
  }

  h2{
    color: #002261;
    font-size: 1.25em;
    line-height: 1.6;
    padding: 0px;
    margin: 0px;
  }

  h3{
    font-size: 1em;
    line-height: 1.6;
    padding: 0px;
    margin: 0px;
  }

  p {
    line-height: 1.6;
    font-size: 0.95em;
    padding: 5px 0px 20px 0px;
  }

  .containertop {
    width: 100%;
    height: 550px;
    background-color: #00AEEE;
    position: relative;
    background-image: linear-gradient(
    to bottom,
    #fff 0%,
    #fff 42%, 
    #7CCFEC 42%,
    #7CCFEC 100%
   );
  }
  
  .top-image {
    position: absolute;
    top: 60%;
    left: 63%;
    transform: translate(-50%, -50%);
   }

  .top-logo {
    text-align: left;
    position: absolute;
    top: 30%;
    left: 35%;
    transform: translate(-50%, -50%);
    color: black;
    font-weight: bolder;
    font-size: large;
  }

  .top-text {
    text-align: left;
    position: absolute;
    width: 500px;
    top: 60%;
    left: 36.5%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: bolder;
    font-size: large;
    padding: 20px;
  }



  .containermenu {
    background-color: #fff;
    display: flex;
    justify-content: center;
  }

  .containermenu > div {
    margin: 5px;
    padding: 10px;
    text-align: center;
  }
     
  .containerimage{
    padding: 10px;
    margin: auto;
    text-align: center;
  }

  .containermain {
    width: 60%;
    text-align: left;
    margin: auto;
    margin-bottom: 50px;
  }

  .containerrow {
    background-color: #FFF;
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
    
  }

  .containerrow > div {
    width: 60%;
    padding: 10px;
    margin: 20px;
    text-align: left;
  }

  .containerbluemain {
    width: 100%;
    background-color: #7CCFEC;
    color: white;
    padding-bottom: 50px;
  }

  .containerblue {
    width: 60%;
    padding: 10px 10px 50px 10px;
    text-align: left;
    margin: auto;
  }

  .containerrowblue {
    display: flex;
    justify-content: center;
  }

  .containerrowblue > div {
    width: 60%;
    padding: 10px;
    margin: 20px;
    text-align: left;
  }

  .containerlightbluemain {
    width: 100%;
    background-color: #DFF2F9;
    color: white;
    padding-bottom: 50px;
  }

  .containerlightblue {
    width: 60%;
    padding: 10px 10px 50px 10px;
    text-align: left;
    margin: auto;
  }

  .containerrowlightblue {
    display: flex;
    justify-content: center;
  }

  .containerrowlightblue > div {
    width: 60%;
    padding: 10px;
    margin: 20px;
    text-align: left;
  }

  .containerdl {
    width: 100%;
    height: 300px;
    background-color: #DFF2F9;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .containerdltext{
    text-align: center;
    margin: auto;
    width: 60%;
  }

  .containerdlbtn {
    margin: auto;
    padding: 20px;
  }
  
  .top-button{
    position: absolute;
    top: 85%;
    left: 37.5%;
    padding: 20px;
    transform: translate(-50%, -50%);
    display: flex;
  }

  .documentdlbtn{
    background-color: #F70070;
    display: inline-block;
    width: 225px;
    padding: 20px 20px;
    text-decoration: none;
    font-size: 1em;
    color: #fff;
    border-radius: 30px;
    margin: auto;
    margin-right: 20px;
    font-weight: bolder;
    text-align: center;
    transition: .2s;
    box-shadow: 0 4px 12px 0 rgba(152, 160, 180, 10);
  }
  .documentdlbtn:hover {
    background-color: #A7004C;
    color: #FFF;
  }

  .contactbtn{
    background-color:#1064ff;
    display: inline-block;
    width: 225px;
    padding: 20px 20px;
    text-decoration: none;
    font-size: 1em;
    color: #fff;
    border-radius: 30px;
    margin: auto;
    margin-left: 20px;
    font-weight: bolder;
    text-align: center;
    transition: .2s;
    box-shadow: 0 4px 12px 0 rgba(152, 160, 180, 10);
  }
  .contactbtn:hover {
    background-color: #002b7c;
    color: #FFF;
    
  }
  
  .navdesign {
    background-color: white; 
    list-style-type: none;
    text-align: center;
    margin: 0;
    padding: 0;
  }

  .navdesign li {
    display: inline-block;
    padding: 10px;
  }

  .navdesign li:hover {
    background-color: #f5f5f5;
    text-decoration: underline;
  }

  .navdesign a {
    text-decoration: none;
    color: black;
  }

  ul.efd{
    list-style-type: square;
    line-height: 1.6;
    font-weight: bold;
    color:#00AEEE;
  }

  ul.efdsub {
    list-style: none;
    line-height: 1.6;
    font-weight: lighter;
    color: black;
    text-indent: 10px;
    font-size: small;
  }

  ul.dmarc {
    list-style: square;
    line-height: 1.6;
    color: black;
    list-style-position: inside;
  }

  div.bluecard {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
    padding: 3px;
    margin: 0px;
    background-color: #7CCFEC;
  }
  

  div.whitecard {
    width: 250px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: left;
    border-radius: 10px;
    background-color: white;
    color: black;
  }

  div.whiteheader {
    background-color: #fff;
    color: black;
    padding: 0px 10px 0px 10px;
    background-color: white;
  }

  div.whitecontainer {
    padding: 0px 10px 0px 10px;
    background-color: white;
    color: black;
  }

  .containerfour {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 50px;
  }

  .containerfour > div {
    width: 60%;
    padding: 10px;
    margin: 20px;
    text-align: center;
  }


  div.delivery {
    width: 180px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
    border-radius: 10px;
    background-color: white;
    color: black;
  }
  
  div.delivery {
    background-color: #fff;
    color: black;
    padding: 10px;
    background-color: white;
  }

  
  div.special {
    width: 550px;
    text-align: left;
    background-color: white;
    color: black;
  }

  table {  
    border-collapse: collapse;
    }
  
  th, td, tr {
    text-align: center;
    padding: 8px;
    border: 0.5em solid white;
  }
  
  th {
   font-size: 1.25em;
  }
  
  
  tr:nth-child(2){background-color:#f5f5f5}
  tr:nth-child(3){background-color:#f5f5f5}
  tr:last-child{background-color: #7CCFEC; color:white; font-weight: bold;}
  
  