html, body {
    height: 100%;
    padding: 100;
    overflow: none;
}

h1 {
    font-family: 'Georgia';
}

h3 {
    padding-top: 17px;
}

a:link {
      background-color: transparent;
      text-decoration: none;
}

a:visited {
      background-color: transparent;
      text-decoration: none;
}

a:hover {
      color: #CC7722 !important;
      background-color: transparent;
      text-decoration: none;
}

a:active {
      background-color: transparent;
      text-decoration: none;
}

ul {
    margin-top:-20px;
}

.stripe{
    width: 972px;
    margin-left: auto;
    margin-right: auto;
    padding: 3px;          /* Space inside the box */
    text-align: center;     /* Center the text */
    align-items: center; 
    background-color: #CC7722; /* Background color */
}

.title {
    width: 972px;
    margin-left: auto;
    margin-right: auto;
    padding: 72px;          /* Space inside the box */
    text-align: center;     /* Center the text */
    align-items: center; 
    background-color: #041D56; /* Background color */
    border-radius: 3px;
}

/*.outer {
    width: 1000px;
    height: 2000px;
    margin: auto;
    border: 1px;
    padding: 10px;
}
*/
img {
  border-radius: 3px;
}

.lightbox {
    width: 972px;
    margin-left: auto;
    margin-right: auto;
    padding: 72px; 
    padding-top: 17px;
    text-align: left;     /* Center the text */
    align-items: center; 
    background-color: #DAF0FF; /* Background color */
    border-radius: 3px;
    padding-bottom: 17px;
}

.images {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 17px;
  padding-bottom: 17px;
}

.welcome {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #041D56;
    font-family: Georgia;
    font-size: 21px;
}

.webtext {
    padding-top: 3px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    color: #041D56;
    font-family: Georgia;
    font-size: 17px;
    padding-bottom: 3px;
    list-style-type: square;
}

.quotetext {
    padding-top: 27px;
    display: block;
    margin-left: 120px;
    margin-right: 120px;
    text-align: left;
    color: #041D56;
    font-family: Georgia;
    font-size: 17px;
    padding-bottom: 27px;
}

.pdf_size {
    width: 85%;
    height: 972px;
}
