html {
	background-color: black;
	color: white;
}
a:link {
	color: aqua;
}
a:visited {
	color: aqua;
}

.top {
        font-size: 125%;
        background-color: black;
        position: sticky;
        top: 0;
        height: 1.5em;
        min-width: 100%;
}

.page-container {
        font-size: 100%;
        background-color: black;
        position: relative;
        min-height: 96vh;
        margin-left: 0%;
        margin-right: 0%;
}

.header {
        font-size: 200%;
        text-align: center;
        position: relative;
}
h2 {
        font-size: 200%;
        text-align: center;
}
h3 {
        font-size: 250%;
        text-align: center;
}
h4 {
	font-size: 300%; 
	text-align: center;
}
t1 {
        font-size: 200%;
        text-align: left;
}
.content-wrap {
        font-size: 125%;
        padding-top: 1em;
        padding-bottom: 2.5em;
}

.content-wrap-center {
        font-size: 125%;
        text-align: center;
        padding-top: 1em;
        padding-bottom: 2.5em;
}

figure.item {
	vertical-align: top;
	display: inline-block;
	text-align: center;
	width: 27%;
}
img {
	Width: 100%;
	background-color: grey;
}
.column {
        float: left;
        width: 50%;
}
.caption {
    display: block;
}
table {
        font-size: 150%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
}.table1 {
        font-size: 400%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
}

.bottom {
        font-size: 200%;
        text-align: center;
        background-color: black;
        position: sticky;
        bottom: 0;
        height: 1.5em;
        min-width: 100%;
}
.footer-center {
        font-size: 300%;
	text-align: center;
        position: absolute;
        bottom: 0;
        height: 1.5em;
        min-width: 100%;
}

