body {
    background-color: black;
    margin: 0px;
}

div.header {
    position: absolute:
    margin: 0px;
    padding: 0px;
    height: 85px;
    width: auto;
    /*    background-color: grey; */
    border-bottom: 3px solid white;
}

div.chloex {
    position: absolute;
    background-color: red;
    top: 122px;
    left: 108px;
    height: 20px;
    width: 20px;
    z-index: 110;
    opacity: 0;
}
    
img.chloe {
    position: absolute;
    top: 40px;
    height: 150px;
    left: 20px;
    z-index: 100;
    display: none;
}
img.balloon {
    position: absolute;
    top: 0px;
    height: 160px;
    left: 180px;
    z-index:100;
    display: none;
}
div.balloon-text, div.balloon-text2 {
    position: absolute;
    top: 35px;
    left: 260px;
    z-index: 110;
    width: 120px;
    color: black;
    font-size: 28px;
    text-align: center;
    font-family: 'Architects Daughter', sans-serif;
    line-height: 30px;
    display: none;
}

div.title {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50vw;       /* width relative to window width */
    font-family: "Anton", sans-serif;
    font-size: 65px;
    color: white;
    line-height: .95;
    margin: 0px;
    padding: 10px 0px 0px 10px;
    min-width: 500px;
}

div.title a:link,
div.title a:visited,
div.title a:hover {
    text-decoration: none;
    color: white;
}

div.menu {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 52vw;       /* width relative to window width */
    padding: 30px 20px 0px 0px;
}

div.menuItem {
    float: right;
    width: auto;
    text-align: center;
    padding: 0px 10px 0px 10px;
}

a.menuItem {
    font-family: "Anton", sans-serif;
    font-size: 17px;
    color: white;
}
a.menuItem.selected {
    color: red !IMPORTANT;
}


a.menuItem:link,
a.menuItem:visited {
    color: white;
    text-decoration: none;
}

a.menuItem:hover {
    color: red;
    text-decoration: none;
}

#mosaic {
    text-align: center;
}

svg.mosaic {
    max-height: 600px;
    margin: 10px 0px 10px 0px;
}

svg.mosaic a text {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.2s linear;
}

svg.mosaic a:hover {
    transform: scale(1.05);
    z-index: 99;
    cursor: pointer;
}

svg.mosaic a:hover text {
    visibility: visible;
    opacity: 1;
}

svg.mosaic a {
    transition: all .5s;
    transform-origin: 50% 50%;
}

svg.mosaic text {
    fill: red;
    font-family: "Anton", sans-serif;
    font-size: .8;
}

pattern image.hover {
    display: none;
}

/*
.mosaicTitle {
    display:block;
    fill: red;
    font-family: "Anton", sans-serif;
}

.mosaicTitle:hover {
    display:none;
}
*/

/*
#mosaic {
    position: relative;
}    
svg.mosaic {
    position: absolute;
    top: 0px;
    left: 0px;
}

div.mosaic {
    position: absolute;
    top: 0px;
    left: 0px;
}

div.mosaic:hover {

}

div.mosaic div:nth-child(1) {
    color: red;
    height: 100px;
    width: 100px;
}
div.mosaic div:hover:nth-child(1) {
    color: blue;
}
*/