﻿body {
    font-size: smaller;
    color: darkblue;
    height: 100%;
    background-image: url('../Images/TelephonePole.jpg');
}

h1 {
    font-family: Constantia;
    font-size: large;
    font-style: italic;
    align-content: center;
    text-align: center;
}

h2 {
    font-family: Constantia;
    font-size: x-large;
    align-content: center;
    text-align: center;
}

h3 {
    font-family: Constantia;
    font-size: large;
    align-content: center;
    text-align: center;
}

.h3Left {
    font-family: Constantia;
    font-size: large;
    text-align: left;
    vertical-align: top;
    padding: 50px;
}

h4 {
    font-family: Constantia;
    font-size: small;
    font-style: italic;
    align-content: center;
    text-align: center;
}

.h4Left {
    font-family: Constantia;
    font-size: small;
    font-style: italic;
    text-align: left;
}

.ContentCentered {
    align-content: center
}

a {
    color: ghostwhite;
    font-family: Constantia;
    font-size: large;
}

.Centered {
    align-self: center;
    align-items: center;
    text-align: center;
    width: 82%;
    align-content: center;
}


.LightBackground {
    background-color: lightgrey;
    margin-left: 20px;
}

p.MainTableCell {
    min-height: 400px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px; /* Height of the footer */
    text-align: center;
    align-content: center;
}

p.PhotoP {
    min-height: 105px;
    min-width: 188px;
    font-family: Constantia;
    font-size: medium;
    text-align: left;
    vertical-align: top;
    margin-left: 20px;
}

.PhotoCell {
    min-height: 264px;
    min-width: 188px;
}

.BlueLink {
    color: blue;
}
