/*
Theme Name: madamoiselle
Author: Branko Teodorovic
Author URI: https://wordpress.org/
Description: WP theme for madamoiselle
Tags: Responsive, bootstrap , multypage, madamoiselle, makeup
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: madamoiselle
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.logged-in header {
    margin-top: 32px;
}

.news-pagination a,
.single-news-pagination{
    display:block;
    font-size: 2rem;
    font-weight: 500;
    padding:10px;
    background-color: #ccc;
    color:#000;
    text-decoration: none;
    transition:0,2s linear;
}

.news-pagination a:hover,
.single-news-pagination a:hover{
    box-shadow: 0 0 10px #444;
}

.nav-links{
    display:flex;
    border: 1px solid #aaa;
    margin-left:auto;
    margin-right:auto;
}

.page-numbers{
    width:40px;
    height: 40px;
    line-height: 40px;
    text-align:center;
    background-color: #ccc;
    color:#000;
    text-decoration:none;
    border-right: 1px solid #aaa;
}

.page-numbers:last-of-type{
    border-right: none;
}

.page-numbers.current{
    background-color: #0056b3;
    color:#fff;
}