@charset "UTF-8";
/*Main*/

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24;
}
.helpIcon {
    display: none;
}
.welcomeHome{
    margin-top: 3vh;
    padding:10px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.welcomeHome .quote {
    color: var(--color6);
    font-size: 4vmax;
}
.welcomeHomeMessage {
    margin: 5vmax auto;
    position: relative;
}
.welcomeHomeMessage-1, .welcomeHomeMessage-2, .welcomeHomeMessage-3 {
    display: inline;
    line-height: 1px;
    background-color: var(--color1-2);
    padding: 10px;
    border-radius: 10px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color:var(--color4);
    font-size:2vmax;
    transform: translate(100vh 100vw);
    
}

.welcomeHomeMessage-1 {
    transform: translateY(0px);
    color: white;

}
.welcomeHomeMessage-2 {
    transform: translateY(0px);
    color: white;
}
.welcomeHomeMessage-3 {
    transform: translateY(0px);
    color: white;
}
.documentSectionHome{
    font-size: 24px;

}
.definitionsHomeSection {
    padding: 10px 25px;
    text-align: justify;
}
.definitionsHomeSection p{
    text-indent: 2em;
}

.definitionsHomeSection h1 {
    margin-bottom: 1em;
    text-align: center;
}
.storeHome {
    width: 50vw;
    margin: auto;
}
.storeHome table{
    background-color:var(--color4);
    padding: 10px 20px;
    width: 50vw;
    cursor: pointer
}
legend#storeHomeLegend{
    background-color: var(--color1-2);
    box-shadow: 0px 5px 50px 1px var(--color2);
    border-radius: 10px;
    margin-bottom: 10px;
    font-size: 1.8em;
    text-align: center;
}
.moneyDetailsTable {
    font-weight: bold;
    font-size: 3vmax;
    color: rgb(3, 255, 3);
    padding: 15px 5px;

}