﻿/* Crucible Universe.css*/
html body {
    font-family: Arial, sans-serif;
    font-size: 2vw;
    text-align: left;
}

.Booklink {
    color: blue;
    text-decoration: none;
    font-weight: bold;
}
.UnivBookName {
    font-size: 2vw;
    color: Black;
}
bl {
    font-weight: 800;
    color: blue;
    font-style: italic;
}
#TextParagraph {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2vw;
    color: black;
    text-align: left;
    margin: 0 1em 1em 1em;
    font-weight: 700;
}
#MenuBarUniverse {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 1.7em 0 0 0;
}

    #MenuBarUniverse Button {
        color: white;
        font-size: 1.8vw;
        font-weight: 700;
        padding: 3px 0.5em;
        margin: 0 5px;
        background-color: black;
        box-shadow: gray -4px -4px;
        border: 5px groove white;
        border-radius: 10px;
    }
    
        #MenuBarUniverse Button:hover {
            font-style: italic;
            font-weight: 900;
        }
   #MenuBarUniverse a {
        color: white;
        font-size: 1.8vw;
        font-weight: 700;
        padding: 3px 0.5em;
        margin: 0 0.3em;
        background-color: black;
        box-shadow: gray -4px -4px;
        border: 5px groove white;
        border-radius: 10px;
        text-decoration:none;
    }

        #MenuBarUniverse a:hover {
            font-style: italic;
            font-weight: 900;
        }

/* Divs of the Crucible Universe */

#DivCrucible1 {
    display: block;
    padding: 1.5vh;
    width: 90vw;
    margin: 0 1em 1em 0;
    background-color: lightgray;
    border: 4px solid black;
    border-radius: 20px;
    box-shadow: -4px 8px grey;
    color: black;
    
}

#DivCrucible2 {
    display: none;
    padding: 8px;
    margin: 0 1em 1em 0;
    width: 90vw;
    background-color: lightgray;
    border: 4px solid black;
    border-radius: 20px;
    box-shadow: -4px 8px grey;
    
}

#DivCrucible3 {
    display: none;
    padding: 8px;
    width: 90vw;
    margin: 0 1em 1em 0;
    background-color: lightgray;
    border: 4px solid black;
    border-radius: 20px;
    box-shadow: -4px 8px grey;
}
