@charset "utf-8";
/* CSS Document */
body {
    font-family:Tahoma, Geneva, sans-serif;
    font-size:1.0rem;
    margin: 0;
    padding: 0;
}
#wrapper {
    height:100vh;
    display: flex;
    flex-flow: column;
    align-items: center;
}
#header {
    position:relative;
    text-align: center;
}
#header p {
    font-size: 2.0rem;
}
#page {
    padding-top:20px;
    border-bottom:thick #000 solid;
    max-width: 1280px;
    text-align: center;
}
#page p.upper-text {
    max-width: 800px;
}
#page img {
    border:thick #000 solid;
    max-width: 800px;
    width: 96%;
    height: auto;
}
#lower_text {
    font-size:1.1rem;
    text-align:center;
    font-weight:bold;
    padding-top:20px;
    line-height:1.125em;
}
#lower_text ul {
    list-style-type: none;
    padding: 0;
}
#tf_logo {
    position:absolute;
    bottom:18em;
    left:850px;
    background: url(images/TFlogo.jpg) no-repeat 0 0;
    width:150px;
    height:150px;
    border:thick #000 solid;
}
.footer_text {
    font-size:1.5rem;
    text-align:center;
    font-weight:bold;
    margin-bottom:20px;
}
h1 {
    font-size: 4.0rem;
    color: #000000;
    margin: 5px 0;
}
a {
    color: #C00;
    text-decoration: none;
}
h3 {
    font-size:1.4em;
    margin:0;
    padding:0;
    font-weight:bold;
}
h2 {
    font-size:0.75em;
}
