html {
    height: 100%;
}

body {
	 min-height: 100%;
     min-width: 100%;
}

.no_line {
	text-decoration: none;
}

.ctr {
    text-align: center;
}

.s1-blue_i {
    font-size: 1em;
    color: blue;
    font-style: italic;
}

.s1-black{
	font-family:Calibri, Arial;
    font-size: 1em;
    color: black;
}

.s1-5-black {
	font-family:serif;
    font-size: 1.5em;
    color: black;
}

.s1-5-blue {
    font-size: 1.5em;
    color: blue;
    margin: 0 0 0 0;
}

.s2-blue {
    font-size: 2em;
    color: blue;
    margin: 0 0 0 0;
}

.s2-black {
    font-size: 2em;
    color: black;
    margin: 0 0 0 0;
}

/* changes font to script like then sets to center with a font size. */
#sig { font-family:"Lucida Calligraphy";
        text-align: center;
        font-size: 25pt;
}

#reverse {
    background-color: White;
    color: black;
    width: 15%;
    font-size: 15pt;
    border-radius: 50px;
    text-align: center;
    margin: auto;
}

/*	Places content at the bottom of the page */
.bottom-line {
    position: fixed;   /* Sticks the line relative to the browser window */
    width: 200px;
    text-align: center;
    justify-content: center;
    border-radius: 5px;
    bottom: 5;         /* Places it exactly at the very bottom edge */
    left: 45%;
    background-color: white; /* Sets the line color (e.g., white) */
    color: black;
    z-index: 9999;     /* Keeps the line visible on top of other content */
}
    
.cpyr {
    position: fixed;    /* or absolute */
    bottom: 5;
    width: 100%;
    font-family:"Times New Roman",serif;    
    font-size:15pt;
    text-align: center;
} 
