p.MyHeader {
    margin-left: 48px;
    color: white;
    font-size: 2.5em;
    margin-bottom: -10px;
    margin-top: 5px;
    float: left;
    font-family: Garamond, Baskerville, “Baskerville Old Face”, “Hoefler Text”, “Times New Roman”, serif;
}
html {
    margin-bottom: 0px;
    height: 100%;
    overflow: hidden;
}
body {
    margin-left: 2px;
    margin-top: -8px;
    margin-bottom: 0px;
    background-color: #fffcf0;
    height: 100%;
}
#left
{
    text-align: left;
    padding-left: 3px;
    height: 500px;
    width: 100px;
}
#right
{
    text-align: right;
    padding-right: 3px;
    height: 500px;
    width: 100px;
}
.arrowImg
{
    width:85%;
    height: 20%;
}
.nextIcon
{
    border-radius: 4px;
    position: absolute;
    top: 100px;
    color: none;
    /*opacity=0;*/
    transform: translate(0,0);
    z-index: 0;
    background-color: none;
    text-align: center;
    cursor: pointer;
    /*visibility: hidden;*/
}
img.centerImage {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
* {
    /*border: dashed 1px black;*/
    font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
}
rect.wetaSong {
    pointer-events: all;
    fill: #e69d29;
}
line {
    stroke: brown;
    stroke-width: 2px;
}
g.tick {
    opacity: 1;
    cursor: grab;
}
g.tick text {
    fill: #744c00;
}
p.info {
    color: white;
    text-align: right;
}
circle {
    fill: pink;
    stroke: grey;
    stroke-width: 1px;
    opacity: .75;
    position: relative;
}
circle.innerCircle {
    fill: none;
    stroke: grey;
    stroke-width: 1px;
    pointer-events: none;
}
g.familyLink:hover {
    opacity: .75;
}
p {
    color: black;
    size: 1em;
    text-align: center;
    font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
    margin-left: 7px;
}
.divHeader {
    text-align: center;
    font-size: 1.6em;
    padding: 0 0 0 0;
    width: 100%;
    margin-left: 0px;
    color: #FFF;
    background-color: #A9A9A9;
    box-shadow: 0px 0px 7px #A9A9A9;
}
a:link {
    padding-left: 3px;
    padding-right: 3px;
    background-color: none;
    color: black;
    text-decoration: none;
    font-weight: 100;
}
/* unvisited link */

a:visited {
    color: black
}
/* visited link */

a:hover {
    color: #43457F;
    /* text-decoration: overline underline;*/
    /* background-color: #BFCACF;
   box-shadow: inset 0 0 2px darkgrey;*/
}
/* mouse over link */

a:active {
    color: #B094CC;
}
li:hover {
    color: #43457F;
    /* text-decoration: overline underline;*/
    background-color: #BFCACF;
    box-shadow: inset 0 0 2px darkgrey;
    transition: background-color .5s ease;
}
#container
{
         -webkit-perspective-origin:center 272px;
             -moz-perspective-origin:center 272px;
                 perspective-origin:center 272px; 
                      perspective: 2000px;
                          -webkit-perspective: 2000px;
                              -moz-perspective: 2000px;
}
#notProj
{
    transform: translate3d(-250, 0, 500);
    transform: rotateY(-90deg);
}
#bioPane
{
  transform: rotateY(290deg) translate3d(0,0,500px);
}
#Temp1
{
  transform: rotateY(70deg) translate3d(0,0,500px);
}
#Temp2
{
  transform: rotateY(180deg) translate3d(0px,0,1000px);
}
div.projectsBorder {
  font-size: 1.3em;
    width: 500px;
    height: 500px;
    /*height: 88%;*/
    overflow: hidden;
    float: none;
    background-color: rgba(220, 220, 220, .95);
    /* border: solid #fffcf0 2px;*/
    border-left: 1px black solid;
    border-right: 1px black solid;
    border-radius: 5px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    display: block;
    */box-shadow: 0px 20px 7px -17px #b9b9b9;*/
    transform: none;
    transition: transform 1s ease;
}
div.techBorder {
    font-size: 1.3em;
    width: 500px;
    /*height: 500px;*/
    height: 88%;
    overflow: hidden;
    float: none;
    /*background-color: rgba(220, 220, 220, .95);*/
    /* border: solid #fffcf0 2px;*/
    border-radius: 2px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    display: block;
    box-shadow: inset 0px 20px 7px -17px #b9b9b9;*/
    transform: none;
    transition: transform 1s ease;
}

li {
    list-style: none;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
    transition: background-color .3s linear;
}
#navlist {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    width: 100%;
    font-size: 1.1em;
}
li.subset {
    font-size: .85em;
    margin-top: -25px;
    opacity: 0.0;
    box-shadow: none;
}
li.subset > p
{
 margin-bottom: 0px;
 margin-left:0px;
 text-decoration: underline;
}
a.projAnchor
{
  display: block;
  width: 500px;
 
}
div.personDiv {
    width: 24%;
    height: 88%;
    overflow: auto;
    float: left;
    background-color: white;
    border: solid #f3d7bf 3px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    z-index: 9;
}
#picViewingArea
{
    width: 10px;
    height: 10px;
    position: absolute;
    top: 100px;
    left: 24%;
    z-index:9;
    background-color: black;
    border: solid #f3d7bf 3px;
    border-radius: 10px;
    text-align: center;
}
img {
    height: 98%;
    margin-left: auto;
    margin-right: auto;
}
span.tab {
    padding: 0 40px;
    /* Or desired space*/
}
div
{
  -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
      backface-visibility: hidden;
}
div.return {
    float: right;
    display: inline;
    margin-top: -70px;
}
img.returnImg {
    height: 75px;
    width: 75px;
    max-height: 100%;
    max-width: 100%;
    opacity: .3;
}
img.returnImg:hover {
    opacity: 1.0;
}
#rainEventPic {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 10%;
    width: 505px;
    height: 325px;
    display: inline-block;
    vertical-align: top;
    float: right;
    opacity: 0.0;
    border: 2px solid;
    border-radius: 5px;
    border-color: #aca68d;
}
p.personHeader {
    font-size: 1.5em;
    color: #e75c32;
    text-decoration: underline;
    text-align: center;
}
#parentInputSuggested {
    color: #a8a8a8;
    position: relative;
    top: -23px;
    z-index: 0;
}
button.linkButton {
    text-align: center;
    display: block;
    width: 200px;
    height: 50px;
    margin-top: 35%;
    border-radius: 8px;
    border-width: 1px;
}
#parentInput {
    color: black;
    position: relative;
}
textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    font-size: .8em;
    background-color: transparent;
}
form {
    margin-left: 10%;
    margin-right: 10%;
    width: auto;
    text-align: center;
    display: block;
}
button {
    cursor: pointer;
    margin: 0 auto;
}
input {
    background-color: transparent;
    z-index: 999;
}
p.personForm {
    text-align: center;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 40px;
}
div.bar {
    display: inline-block;
    width: 20px;
    height: 75px;
    /* behind conroy */
    background-color: teal;
    margin-right: 2px;
}
g.minimap {
    cursor: default;
    opacity: .9;
}
#minimapBorder {
    /*  height: 40px;
    width: 70px;*/
    fill: #fffcf0;
    stroke: #f3d7bf;
    stroke-width: 2px;
}
#minimapFocus {
    fill: none;
    stroke: red;
    stroke-width: 1px;
}
div.underline {
    display: inline-block;
    width: 1000px;
    height: 4px;
    background-color: #FFCC99;
    border-radius: 3px;
}
img.costanza {
    display: block;
    position: absolute;
    width: 800px;
    height: 600px;
    margin-left: 20%;
    opacity: 0;
    z-index: 20;
}
div.border {
    /*display: inline-block;*/
    width: 800px;
    height: 65px;
    background-color: #66CC99;
    margin-left: -10px;
    position: relative;
    z-index: 10;
    border-radius: 2px;
    box-shadow: 0px 0px 3px #888888;
}
g {
    cursor: pointer;
}
g.activeElement {
    -webkit-filter: drop-shadow(-5px -5px 5px #000);
    filter: drop-shadow(-5px -5px 5px #000);
}
g.person {
    pointer-events: all;
}
text {
    fill: brown;
    text-anchor: middle;
}
svg.workspace {
    width: 78%;
    height: 100%;
    margin-bottom: 0px;
    margin-top: -58px;
    background-color: #fffcf0;
    overflow: hidden;
    z-index: 0;
    position: fixed;
    cursor: move;
    /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
svg.workspace:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
