#ContactInfoButton:hover {
    cursor:pointer;
}
#DarkLayer {
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:LightGrey;
    opacity:0.6;
}
.MessagesMetadata {
    font-size:0.8em;
    line-height:1;
    display:inline-block;
    width:80%;
}
#PhotoCredits {
    font-size:0.8em;
    display:inline-block;
}
#Header {
    position:fixed;
    width:100%;
}
#Main {
    padding:5em 0 0 0;
}
#Title {
    display:inline;
    font-size:3em;
}
@media only screen and (max-width: 600px) {
    #Title {
        font-size:2em;
    }
}
.WelcomePageImage {
    display:inline-block;
    width:100%;
}
.WelcomePageText {
    text-align:center;
}
.LinkText {
    color: blue;
    cursor: pointer;
}
.LinkText:hover {
    color: red;
}
@media only screen and (min-width: 600px) {
    .WelcomePageText {
        padding:5em 0 0 0;
    }
}
#PopUpMenu {
    display:block;
    position:fixed;
    left:10%;
    top:10%;
    width:80%;
    height:80%;
    background:Gray;
    text-align:center;
}
.Menu_Popup_Mobile {
    display:block;
    position:fixed;
    left:1%;
    top:1%;
    width:98%;
    height:98%;
    background:Gray;
    text-align:center;
}
.Menu_Popup_Text {
    display:inline-block;
    margin:1em 1em 1em 1em;
}
@media only screen and (max-width: 600px) {
}



