* CSS Document */
html {
    font-size: 100% !important;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 90px;

    /* Set the fixed height of the footer here */
    line-height: 90px;

    /* Vertically center the text there */
    background-color: #557550;
}

.a {
    color: blue;
}

.rtdivunderline {
    border-bottom-style: solid;
}

.rtbutton {
    background-color: #99d6ff;

    /* blue */
    border: none;
    color: #000;
    padding: 10px 24px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 8px;
}

.helptable {
    font-size: 75%;
}

.rtcontainer {
    display: block;
    margin: auto;
    padding: 15px;
    position: relative;
    width: 100%;
    max-width: 1024px;
    box-sizing: border-box;
}

.rtmenu {
    margin-top: 50px;
}

.rtheader {
    padding: 0px;
    width: 1024px;
    background-repeat: no-repeat;
}

.rtsubheader {
    background-color: #fffff9;
    text-align: left;
    font-family: Helvetica;
    color: #000;
    font-size: 110%;
    letter-spacing: .2rem;
    font-weight: 900;
    margin: 25px 25px 25px 0px;
    padding: 25px 25px 25px 25px;
    height: 50px;
}

.rtsubheader2 {
    background-color: #fffff9;
    text-align: left;
    font-family: Helvetica;
    color: #000;
    font-size: 110%;
    letter-spacing: .2rem;
    font-weight: 900;
    padding: 15px 25px 15px 0px;
    margin: 25px;
    max-width: 1024px;
}

.rtdocsection {
    margin: 30px 30px 10px 30px;
    font-size: 110%;
    font-style: normal;
    font-weight: 450;
    max-width: 1024px;
    text-align: left;
    font-family: Helvetica;
    color: #000;
}

.rtspacer {
    margin-top: 300px;
    padding-top: 300px;
}

.reading {
    width: 100%;
    background-color: #f9e9c4;
    padding: 30px;
}

.rtimage {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.rtbox {
    display: block;
    width: 95%;
    margin: auto;
    
    padding: 20px;
    border: 0px solid black;
    position: relative;
    max-width: 1024px;
    background-color: #fffff9;
    box-sizing: border-box;
    text-color: black;
}

.rtpropimage {
    display: block;
    margin: auto;
    height: 800px;
    position: relative;
    max-width: 1000px;
    background-color: #fffff9;
    padding: 25px;
    box-sizing: border-box;
}

.rtlawrenceimage {
    display: block;
    margin: auto;
    position: relative;
    max-width: 1000px;
    padding: 25px;
    box-sizing: border-box;
}

.rttab . {
    margin-left: 40 px;
}

.rttitle {
    background-color: fffff1;
    text-align: center;
    font-family: Helvetica;
    color: #000;
    font-size: 140%;
    letter-spacing: .2rem;
    font-weight: 900;
    padding: 15px 25px 15px 25px;
    margin-left: 0px;
    margin-bottom: 25px;
    max-width: 1024px;
}

.rtintrotext {
    width: 85%;
    margin: auto;
    color: #343131;
    padding-left: 20px;
    padding-bottom: 20px;
    font-weight: 600;
    font-family: Georgia;
    font-style: italic;
    font-size: 100%;
    text-align: left;
}

.rtcaption {
    margin: 0px 30px 50px 50px;
    font-size: 80%;
    font-style: italic;
    font-weight: bold;
}

.rtcontact {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    <p: Helvetica;
    font-style: italic;
    font-size: 100%;
    font-weight: bold;
}

.rtquote {
    width: 90%;
    margin-left: 30px;
    margin-right: 30px;
    font-family: Verdana, sans-serif;
    font-size: 90%;
    font-weight: 400;
    font-style: italic;
    color: #343131;
    text-align: left;
}

.rtfootnote {
    margin: 20px 30px 30px 50px;
    font-family: Helvetica;
    font-style: italic;
    font-size: 70%;
    color: #000;
    text-align: left;
}

.lower {
    text-transform: lowercase;
    font-size: 85%;
}

.rtmap {
    border: 3px;
    border-style: solid;
    border-color: black;
    padding: 15px;
}

.rthelptable {
    font-size: 75%;
}

.carousel-caption {
    position: relative;
    text-align: center;
    right: 0%;
    left: 0%;
}

.carousel-inner img {
    width: 100%;
    height: 100%;
}

.carousel-control-next,
.carousel-control-prev {
    filter: invert(100%);
}

p.pad {
    padding-left: 35px;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 3px solid rgba(0, 0, 0, 0.1);
}
}