.buttonClass{
    height: 13vh;
    color: white;
    font-size: 4.5vw;
    font-weight: bold;
    text-align: center;
    margin-top: 1vh;
    margin-bottom: 1vh; 
	border-radius: 2vh; 
    background-position: center;
    background-repeat: no-repeat;
    user-select: none;
    overflow-y: hidden;
}
.glyphicon {
     top: 0px;
    line-height: inherit;
}
.glyphicon {
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
}
.glyphiColor {
    color: white;
    font-size: 7vh;
}