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

/***
a {
    text-decoration: none;
    color: inherit;
}
***/

.center {
    margin: auto;
    width: 50%;
    padding: 0;
    /* border: 1px solid black; */
}

.Clickable {
    display: inline-block;
    cursor: pointer;
}
.Clickable:hover, .Clickable:focus {
    color: #0000FF;
}


.PageTitle {
    position: relative;
}

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


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

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

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

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

.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%);
}
.TopCenter {
    position: absolute;
    top: 10%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%);
}
.ButtonLike {
    display:inline-block;
    font-size: 120%;
    font-weight: bold;
    border-radius: 1em;
    border: 1px solid black;
    cursor: pointer;
    background-color: white;
    padding: 8px;
}
.SmallButton {
    display:inline-block;
    font-weight: bold;
    border-radius: 1em;
    border: 1px solid black;
    cursor: pointer;
    background-color: white;
    padding: 0 0.2em;
    margin-left: 1em;
}
.LargeButton {
    display: inline-block;
    text-align: center;
    font-weight: bold;
    border-radius: 1em;
    border: 1px solid black;
    cursor: pointer;
    background-color: white;
    margin-top: 0.7em;
    padding: 8px;
    font-size: 1.2vw;
    color: #404080;
    box-shadow: 8px 8px 6px rgba(0, 0, 0, 0.4);
}
.PopupMessage {
    display:block;
    z-index:4101;
    border:2px solid black;
    border-radius: 1em;
    font-size: 1.7vw;
    padding: 4px 8px;
    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: 1em;
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 110%;
    cursor: pointer;
}

.popup-prompt {
    display: none;
    position: absolute;
    z-index: 2001;
    color: black;
    background: white;
    padding: 0;
    border: 1px solid #999;
    box-shadow: 14px 14px 12px rgba(0,0,0, 0.5);
    border-radius: 12px;
}

.popup-prompt h1 {
    padding: 8px;
    margin: 0;
    font-size: 16pt;
    background: #ddd;
}
.popup-close {
    text-decoration: none;
    float: right;
}

#window-shadow-mask {
    padding: 0; border: 0; margin: 0;
    position: fixed; left: 0; top: 0;
    z-index: 999;
    background-color: white;
    display: none;
}
