html {
    margin: 0; padding: 0;
    width: 100%; height: 100%;
    font-family: sans-serif;
    font-size: 1em;
    background-color: rgb(255,255,255);
    color: rgb(0,0,0);
}
#bkgd {
    position: fixed;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    opacity: .8;
}
#bkgd img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%;
}
#content {
    position: relative;
    padding: 35px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 900px;
}
.header {
    position: relative;
    width: 100%;
    font-size: 1em;
    color: rgb(0,109,83);
}
.header .logo {
    position: relative;
    margin: 0; padding: 0;
    min-width: 230px; width: 60%; max-width: 400px;
    height: auto;
}
.header .rule {
    position: relative;
    margin: 0; padding: 0;
    width: 100%; height: 1px;
    background-color: rgb(32,61,48);
    margin: -7px 0 5px 0;
}
.header span {
    font-size: 1.15em;
    line-height: 100%;
    white-space: nowrap;
    font-family: pvg;
    color: rgb(0,0,0);
}
.block {
    position: relative;
    margin: 30px 0 0 0;
    font-family: times;
    font-size: 1em;
}
.block .head {
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    font-family: times;
    font-size: 1.2em;

}
.block .welcome {
    font-weight: bold;
}
.fullbio {
    font-family: times;
    font-size: 1em;
}
a {
    color: rgb(0,0,0);
    text-decoration: none;
}
a:link {
    text-decoration: none;
}
h1 {
    margin-bottom: 1px;
    text-align: center;
    font-weight: bold;
    font-family: times;
    font-size: 1.2em;

}
h2 {
    margin: 40px 0 12px 0;
    text-align: left;
    font-family: times;
    font-size: 1.2em;

}
h3 {
    margin-bottom: 1px;
    text-align: center;
    font-weight: bold;
    font-family: times;
    font-size: 1em;

}
h4 {
    margin: 2px 0 20px 0;
    text-align: center;
    font-family: times;
    font-size: 1.2em;
    color: rgb(0,0,0);
}
p {
    margin: 0; padding: 0;
}
.fullbio p {
    text-align: justify;
}

.fullbio .lcontainer {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
.fullbio ul {
    margin: 0;
}
.fullbio ul li {

}
.bios {
    /*display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;*/
}
.bio {
    position: relative;
    /*width: 100%;*/
    overflow: hidden;

}

.photo {
    float: left;
    min-width: 200px;
    width: 50%;
    height: 240px;
    text-align: center;
    padding-top: 15px;
}
.name {
    position: relative;
    margin: 0 0 7px 0;
    font-weight: bold;
    font-family: times;
    font-size: 1.2em;
    /*  */
}
.name span {
    white-space: nowrap;
}

.photo img {
    width: auto; height: 190px;
    margin-bottom: 20px;
}
.info {
    float: left;
    min-width: 200px;
    width: 50%;
    height: 60px;
    text-align: center;
    padding-top: 15px;
}
.email {
   position: relative;
   font-weight: bold;
   font-family: times;
   font-size: 1.2em;
}
.biolink {
    position: relative;
    margin-top: 15px;
    font-weight: bold;
    font-family: times;
    font-size: 1.2em;
}


#photoID {
    float: right;
    font-weight: bold;
    font-family: times;
    font-size: 1.1em;
}
#copyright {
    float: clear;
    font-family: times;
    font-size: 1em;
    text-align: center;
}
.footer {
    margin-top: 5px;
    font-family: times;
    font-size: 1em;
    text-align: center;
    font-weight: bold;
}


@media only screen and (max-width: 450px) {
    #content {
        position: relative;
        padding: 15px;
    }
    .photo, .info {
        width: 100%;
    }
}



@font-face {
    font-family: 'pvg';
    src: url('../fonts/HelveticaNeueLTStd-ThCn.eot');
    src: url('../fonts/HelveticaNeueLTStd-ThCn.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeueLTStd-ThCn.woff2') format('woff2'),
    url('../fonts/HelveticaNeueLTStd-ThCn.woff') format('woff'),
    url('../fonts/HelveticaNeueLTStd-ThCn.svg#HelveticaNeueLTStd-ThCn') format('svg'),
    url('../fonts/HelveticaNeueLTStd-ThCn.ttf');
    font-weight: normal;
    font-style: normal;
}
