.buttonB {
    position: relative;
    margin-left: 20vw;
    margin-top: 20vh;
    z-index: -26;
    cursor: default;
    background-color: #1eff3c;
    background-image: none;
    background-position: 0 90%;
    background-repeat: repeat no-repeat;
    background-size: 4px 3px;
    border-radius: 15px 225px 255px 15px 15px 255px 225px 15px;
    border-style: solid;
    border-width: 4px;
    box-shadow: rgba(0, 0, 0, .2) 15px 28px 25px -18px;
    box-sizing: border-box;
    color: #41403e;
    font-family: Neucha, sans-serif;
    font-size: 2rem;
    line-height: 23px;
    outline: none;
    padding: .75rem;
    text-decoration: none;
    transition: all 235ms ease-in-out;
    border-bottom-left-radius: 15px 255px;
    border-bottom-right-radius: 225px 15px;
    border-top-left-radius: 255px 15px;
    border-top-right-radius: 15px 225px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    float: left;
    display: block;
    z-index: 120;
}

.buttonB:hover {
  box-shadow: rgba(0, 0, 0, .3) 2px 8px 8px -5px;
  transform: translate3d(0, 2px, 0);
  cursor: pointer;
}

.buttonB:focus {
  box-shadow: rgba(0, 0, 0, .3) 2px 8px 4px -6px;
}


.bigButton {
    position: relative;
    z-index: -26;
    cursor: default;
    background-image: none;
    background-position: 0 90%;
    background-repeat: no-repeat;
    background-size: 4px 3px;
    border-radius: 15px 225px 255px 15px 15px 255px 225px 15px;
    border-style: solid;
    border-width: 4px;
    box-shadow: rgba(0, 0, 0, .2) 15px 28px 25px -18px;
    box-sizing: border-box;
    color: #41403e;
    font-family: Verdana, sans-serif;
    line-height: 23px;
    outline: none;
    padding: .75rem;
    text-decoration: none;
    transition: all 235ms ease-in-out;
    border-bottom-left-radius: 15px 255px;
    border-bottom-right-radius: 225px 15px;
    border-top-left-radius: 255px 15px;
    border-top-right-radius: 15px 225px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    float: left;
    display: block;
    z-index: 120;
    height: 110%;
    width: 30.5%;
    background: url('../Images/Wood.png') repeat 0 0;
}

.bigButton:hover {
  box-shadow: rgba(0, 0, 0, .3) 2px 8px 8px -5px;
  transform: translate3d(0, 2px, 0);
  cursor: pointer;
}

.bigButton:focus {
  box-shadow: rgba(0, 0, 0, .3) 2px 8px 4px -6px;
}

.buttonPlaque
{
    width: 90%; 
    height: 20%; 
    background: url('../Images/WoodPlaque.png') no-repeat 0 0; 
    margin: 0 6%;
    background-size: cover; 
    display: flex;
    align-items: center;
    justify-content: center;
}

.buttonImage
{
    border-radius: 30px; 
    margin: 20px 20px; 
    border: 8px solid rgb(27, 10, 0); 
    width: 80%; 
    height: 60%;
}

.buttonText
{
    position: flex;
    color: rgb(194, 142, 110); 
    text-shadow: 4px 4px 8px rgb(31, 16, 0); 
    font-weight: bolder; 
    font-size: 1.4vw;
}

.buttonBox {
    margin-left: 10%; 
    margin-top: 5%; 
    width: 72vw; 
    height: 50vh; 
    display: flex; 
    flex-wrap: nowrap; 
    align-content: flex-start;
}

.descriptableBox
{
    display: block;
    position: relative; 
    text-align: left; 
    color: rgb(148, 148, 148); 
    background-color: rgb(41, 41, 41); 
    margin-left: 5%; 
    width: 80vw;
    height: 45vh;
    border: 5px solid black; 
    border-radius: 5px;
}

.descriptableBoxButton
{
    display: block;
    text-align: center; 
    color: rgb(148, 148, 148); 
    background-color: rgb(48, 45, 41); 
    position: block; 
    margin-left: 2%; 
    margin-top: 0%;
    width: 29.5vw;
}

.descriptableBoxImage
{
    width: 29vw; 
    height: 16.5vw; 
    display: inline-flex; 
    margin-left: 2%; 
    margin-top: 1%;
    margin-bottom: 5%;
    border: 4px solid rgb(0, 0, 0);
    border-radius: 30px;
    vertical-align: top;
}