/*
Theme Name: YamahaSzkola
Text Domain: YamahaSzkola
Version: 0.30
Description: Motyw dla szkoły muzycznej Yamaha Katowice
Tags: left-sidebar, responsive, yamaha
Author: Maciej Kycler
Author URI: https://linkedin.com/in/mkycler
*/

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

:root {
   --bs-link-color: rgb(104, 104, 104);
   --bs-link-color-rgb: rgb(104, 104, 104);
   --bs-link-hover-color: rgb(160, 160, 160);
   --bs-link-hover-color-rgb: rgb(160, 160, 160);
}

* {
    font-family: 'Lato', sans-serif;
}

.sidebar-toggler-button {
    background-color: #bbc2c7;
}

.ysm-footer {
   background-color: black;
   color: white;
   min-height: 40px;
 }

 a {
   color:rgb(104, 104, 104);
   font-weight: bold;
   text-decoration: none;
 }

 a:hover {
   color:rgb(160, 160, 160);
 }

.pagination {
   --bs-pagination-color: rgb(104,104,104);
   --bs-pagination-active-bg: rgb(104,104,104);
   --bs-pagination-active-border-color: rgb(104,104,104);
   --bs-pagination-hover-color: rgb(160, 160, 160);
}

/*
 a.page-link {
   color:rgb(104, 104, 104);
 }

  li.page-link:active
 {
   background-color: rgb(104,104,104);
   border-color: rgb(104,104,104);  
 }
*/