body {
    margin: 0;
    font-family: sans-serif;
  }
  
  .top-container {
    background-color: #04007A;
    padding: 30px;
    text-align: center;
  }
  
  .header {
    padding: 10px 30px;
    background: white;
    color: #04007A;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    border-bottom: 1px solid #ccc;
  }
    #heroSectionHome {
    height: auto;
    width: 100%;
    background-color: #04007A;
    color: white;
    text-align: center;
    position: relative;
    top: 75px;
    }
    #heroSectionHome h1 {
        font-size: 30px;
        padding-top: 100px;
        color: white;
        width: 75%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 50px;
        padding-bottom: 50px;
    }
  .content {
    padding: 16px;
  }
  
  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
  }
  
  .sticky + .content {
    padding-top: 102px;
  }
  #socialShareContainer {
    float: left;
  }
  #page-container {
    position: relative;
    min-height: 100vh;
  }
  .articleTitleDescriptionContainer {
    margin-right: auto;
    margin-left: auto;
    margin-top: 120px;
    width: 65%;
    text-align: center;
  }
  .articleTitleDescriptionContainer a {
    text-decoration: none;
  }
  #justHtml {
      margin-left: auto;
      margin-right: auto;
      margin-top: 20px;
      padding-top: 5px;
      padding-bottom: 160px;
      width: 65%;
      font-family: sans-serif;
      line-height: 1.4;
  }
hr.solid {
    border-top: 2px solid #bbb;
}
p {
    font-size: 18px;
    margin: 0;
    text-align: justify;
    padding-bottom: 0px;
}
strong, h1, h2 {
    color: #04007A;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 10px;
}
h3, h4, h5, h6 {
    color: #04007A;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 10px;
}
h3:hover, h4:hover, h5:hover, h6:hover {
    color: #1260ae;
    text-decoration: underline;
}
u {
    text-decoration: none;
}
.header h2 {
    float: left;
    padding-top: 10px;
}
.header ul {
    float: right;
    margin-right: 100px;
    margin-top: 10px;
}
  
.header ul li {
    list-style: none;
    display: inline-block;
    padding: 10px;
    margin-right: 20px;
    color: #04007A;
    text-decoration: none;
    font-size: 18px;
}
.header a {
    color: #04007A;
    text-decoration: none;
}
.header img {
    margin-top: 20px;
    height: auto;
    max-width: 250px;
}

@media (max-width: 768px) {
    .header {
        width: 100%;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        height:fit-content;
        border-bottom: solid 1px #04007A;
    }
    .header ul {
        width: 100%;
        margin: 0px;
        float: left;
        padding-left: 0;
        padding-top: 10px;
        margin-left: -30px;
        
    }
    .header ul li {
        padding-top: 10px;
        padding-left: 0%;
        width: 100%;
        float: left;
        text-decoration: none;
        text-align: center;
        color: #04007A;
        border-bottom: solid 1px #04007A;
    }
    .header a {
        color: #04007A;
        text-decoration: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    .header img {
        margin-left: auto;
        margin-right: auto;
        float: none;
        text-align: center;
    }
    #heroSectionHome {
        height: auto;
        width: 100%;
        background-color: #04007A;
        color: white;
        text-align: center;
        position: relative;
        top: 115px;
        }
    #heroSectionHome h1 {
        font-size: 30px;
        padding-top: 0px;
        color: white;
        width: 75%;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 20px;
    }
    .articleTitleDescriptionContainer {
        margin-right: auto;
        margin-left: auto;
        margin-top: 180px;
        width: 85%;
    }
    .articleTitleDescriptionContainer h1 {
        text-align: center;
    }
    .articleTitleDescriptionContainer a:hover h3:hover {
        text-decoration: underline;
    }
    #justHtml {
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        width: 85%;
        font-family: sans-serif;
        line-height: 1.4;
    }
}

#footer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-color:#04007A;
    padding-top: 10px;
    margin-left: 0;
    margin-right: 0;
    color: white;
    text-align: center;
}
#footer p {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 15px;
}
#footer a {
    color: white;
    text-decoration: none;
    text-align: center;
}
#pageContainer {
    position: relative;
    min-height: 100vh;
    width: 100%;
}
  
