a:hover {
    color: #FFC2C2 !important;
    /*background-color: #ff8484 !important;*/
}
.color_white {
    color: #ffff !important;
}
.test_hide {
    display: block;
}
.inside_menu li a:hover {
    color: #cc0000 !important;
}
/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
 @media screen and (max-width: 800px) {
    .leftcolumn {
        width: 95%;
        padding: 15px;
    }
    .rightcolumn {
        width: 98%;
        padding: 15px;
        margin-left: 0px !important;
    }
    .text-start {
        text-align: left !important;
    }
    .toggle_pipe {
        display: block;
    }
    .search_bottom_padding {
        padding-bottom: 10px;
    }
}
/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
 @media screen and (max-width: 400px) {
    .rightcolumn {
        width: 97%;
        padding: 15px;
        margin-left: 0px !important;
    }
    .leftcolumn {
        width: 89%;
        padding: 15px;
    }
    .search_bottom_padding {
        padding-bottom: 10px;
    }
    .prayer_margins {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .text-end {
        text-align: right !important;
    }
}
/* Responsive layout - when the screen is less than 1200px wide, make the navigation links stack on top of each other instead of next to each other */
 @media screen and (max-width: 1200px) {
    .toggle_pipe {
        display: none;
    }
    .search_bottom_padding {
        padding-bottom: 10px;
    }
}
/* Responsive layout - when the screen is less than 414px wide, make the navigation links stack on top of each other instead of next to each other */
 @media only screen and (max-width: 414px) {
    .prayer_margins {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .search_bottom_padding {
        padding-bottom: 10px;
    }
    .leftcolumn {
        width: 91%;
        padding: 15px;
    }
    .rightcolumn {
        width: 97%;
        padding: 15px;
        margin-left: 0px !important;
    }
}
/* Responsive layout - when the screen is less than 768px wide, make the navigation links stack on top of each other instead of next to each other */
 @media only screen and (max-width: 768px) {
    .test_hide {
        display: none;
    }
    .search_bottom_padding {
        padding-bottom: 10px;
    }
}