/* background establish for game*/

body { 

    background-image: url(../images/mine.png);
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: auto;
    

}

/* adjusting .jumbotron settings*/

.jumbotron {

    background: linear-gradient(rgb(224, 203, 107), rgb(148, 122, 18));
    padding-bottom: .5rem;
    padding-top: 0;
    opacity: .9;
    color: rgb(7, 6, 88);
    font-family: 'Aclonica', sans-serif;
    text-align: center;
    
}

/*styling specific text in jumbotron*/
.lead {

    color: black;
    opacity: none;
    font-family: 'Sue Ellen Francisco', cursive;
    font-size: x-large;
}

/* style h2*/
h2 {

    display: inline-block;
    vertical-align: top;
    color: rgb(13, 55, 117);
    font-family: 'Aclonica', sans-serif;
    margin-left: 2%;
    padding-top: 1%;
    background:linear-gradient(rgba(203, 209, 185, 0.637), rgb(207, 197, 52));
    border-radius: 10px;
     
    
    
    

    
}

/*manage crystal styling*/
.crystalStyle {

    height: 15%;
    width: 15%;
    opacity: .8;
    border-radius: 10px;
    background:linear-gradient(to bottom, rgba(209, 63, 63, 0.911), rgba(91, 153, 91, 0.87),rgba(201, 136, 16, 0.863), rgba(47, 47, 223, 0.808));
    
}   
    
    
/*style Restart button*/

#restart {

    margin-top: .5rem;
    background: rgba(13, 13, 206, 0.336);
    color:rgb(202, 185, 35);
    font-size: x-large;
    border-color: rgb(194, 224, 24);
}
