.menu{
    position: absolute;
    z-index: 9999;
}

.btn-gstm{
    background-color: #f8f9fa !important;
}

.btn-gstm-content{
    background-color: transparent !important;
    border: 1px solid #293f61;
    border-radius: 10px;
    padding: 3px;
    font-size: 20px;
    outline: none;
    color: #293f61;
    margin-top: 5px;
    margin-left: 2px;
}

.bg-trans{
    background: rgba(221, 221, 221, 0.2);
    border-radius: 10px;
}

.btn-gstm-content:hover{
    background-color: #5fa3ce !important;
    transition: all 500ms ease;
}

.btn-gstm-content:focus{
    box-shadow: 0px 0px 10px 5px #293f61;
}


.btn-gstm:focus{
    box-shadow: 0 0 0 0.25rem #5fa3ce !important;
}

.h-100{
    height: 100vh;
}

.border-gstm-dark{
    border: 1px solid #293f61 !important;
}

.border-gstm-light{
    border: 1px solid #5fa3ce !important;
}

.bg-gstm-dark{
    background-color: #293f61 !important;
}

.bg-gstm-light{
    background-color: #5fa3ce !important;
}

.text-gstm-dark{
    color: #293f61 !important;
}

.text-gstm-light{
    color: #5fa3ce !important;
}