﻿.layout-content {
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
    background-size: cover;
    background-image: url('../bg/bg cover.jpg');
}


/*Custom button class*/
.btn-custom-primary {
    background-color: #176433;
    /*Custom blue*/ border-color: #3498db;
    color: #fff;
    border-radius: 0.5rem;
}

    /*Hover effect*/
    .btn-custom-primary:hover {
        background-color: #1a8d44;
        color: #fff;
    }

    /*Focus styles*/
    .btn-custom-primary:focus {
        box-shadow: 0 0 0 0.2rem rgba(52, 152, 219, 0.5);
        color: #fff;
        /*Blue focus ring*/
    }


.page-item.active .page-link, .page-item.active .page-link:hover, .page-item.active .page-link:focus, .pagination li.active > a:not(.page-link), .pagination li.active > a:not(.page-link):hover, .pagination li.active > a:not(.page-link):focus {
    background-color: #176433 !important;
    border-color: #176433 !important;
    color: white !important;
}
