.lora-font{
    font-family: 'Lora', serif;
}

 * {
    font-family: 'Montserrat', sans-serif;
}

.top_bar_right {
    top: 120px !important;
    position: absolute;
    z-index: 10;
    right: 370px;
    }

    .top_bar_right_wrapper {
        position: relative;
    }

    .action_button {
        background-color: #0b9442 !important;
        color: #ffffff !important;
        border-radius: 0 0 12px 12px !important;
        top: 20px;
        margin: 0 5px;
        display: block;
        position: relative;
        float: left;
        overflow: hidden;
        padding: 10px 30px ;
        text-decoration: none!important;
        line-height: 21px;
        box-sizing: border-box;
        transition: color .1s ease-in-out, background-color .1s ease-in-out,
        
    }

    .top_bar_right_wrapper:hover  .action_button{
        background-color: white !important;
        color: black !important;
        border-radius: 4px 4px 4px 4px !important;
    }

    