/* CSS for the formatted pages and the ToC */

.Clickable {
    display: inline-block;
    cursor: pointer;
}
.Blue {
    color: blue;
}
.toolbarIcon {
    max-height: 7vmin;
}

.PageTitle {
    position: relative;
}

.PageTitle p {
    position: relative;
    left: 50%;
    margin: 0;
    margin-right: -50%;
    font-size:3.5vw;
    font-family:'Della Respira',sans-serif;
    color: black;
    text-shadow: 3px 3px 3px #808080;
    transform: translate(-50%, 0.2em);
    line-height:1.2;
}
.PageSubtitle {
    position: relative;
    margin-top: .3em;
    font-size:2.0vw;
    font-family:sans-serif;
    font-weight: lighter;
    text-shadow: 2px 2px 2px #808080;
}

.ChatWindowTitle {
    position: relative;
}

.ChatWindowTitle p {
    position: relative;
    left: 50%;
    margin: 0;
    margin-right: -50%;
    transform: translate(-50%, 0.2em);
    font-size:2.5vw;
    font-family:sans-serif;
    color: black;
    text-shadow: 3px 3px 3px #808080;
}

.UserName {
    text-align:right;
    font-family:sans-serif;
    font-style:italic;
    font-size:1.5vw;
    margin-top:-.1em;
    margin-right:.4em;
}

/* indended styling for browsers other than firefox */
fieldset>legend {
    display: table;
    float: none;
    margin: 0 auto;
}

/* FF only */
@media screen and (-moz-images-in-menus: 0) {
    fieldset {
        position: relative;
    }
    fieldset>legend {
        position: absolute;
        left: 50%;
        top: -12px; /* depends on font size and border */
        background: white; /* depends on background */
        transform: translate(-50%, 0);
    }
}

.About {
    font-size: 2vw;
    font-family: sans-serif;
    font-weight: bold;
}
.About img {
    width: 8vw;
}

.AboutLine {
    margin-bottom: .1em; ;
}

.AboutMobile {
    font-size: 3vw;
    font-family: sans-serif;
    font-weight: bold;
}
.AboutMobile img {
    width: 14vw;
}

.AboutLineMobile {
    margin-bottom: 1em; ;
}

.MeetingTopic {
    color:#505050;
    text-shadow: -1px -1px 0 #ffffaf, 1px -1px 0 #ffffaf, -1px 1px 0 #ffffaf, 1px 1px 0 #ffffaf;
}

.Projects {
    font-size: 2vw;
    font-family: sans-serif;
    font-weight: bold;
}

.Projects img {
    margin-right: 0.1em;
}

.DeadCenter {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%,-50%);
}
.ButtonLike {
    display:inline-block;
    font-size: 120%;
    font-weight: bold;
    border-radius: 2vw;
    border: 1px solid black;
    cursor: pointer;
    background-color: white;
    padding: 8px;
}

.PopupMessage {
    display:block;
    z-index:4101;
    border:2px solid black;
    border-radius: 2vw;
    font-size: 1.7vw;
    padding: 4px 1em;
    font-family:sans-serif;
    text-align: center;
    color:black;
    background-color:white;
    box-shadow: 14px 14px 12px rgba(0,0,0, 0.5);
}

.PopupMessageX {
    position:absolute;
    top: -.5em;
    right: -.5em;
    background: rgba(255,255,255,1.0);
    border: 2px solid black;
    border-radius: 2vw;
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 110%;
    cursor: pointer;
}
