/*
MasterMind Theme Custom CSS
Version: 1.0
*/

/* Smooth scrolling */
html{
    scroll-behavior:smooth;
}

/* Images responsive */
img{
    max-width:100%;
    height:auto;
}

/* Links */
a{
    transition:0.3s ease;
}

/* Pagination */
.page-numbers{
    padding:10px 15px;
    background:#fff;
    border-radius:8px;
    margin:0 5px;
    display:inline-block;
}

/* Back To Top */
#back-to-top{
    transition:0.3s ease;
}