/*
Theme Name:   Kastell Customized
Theme URI:    https://almavista.si/kastell-customized
Description:  A customized Kastell child theme
Author:       Lev
Author URI:   https://levcek.io
Template:     kastell
Version:      1.0.0
Text Domain:  kastell-customized
*/

/* Responsive bottom padding: */
.pb-100-150 {
    padding-bottom: 150px!important; 
}
@media only screen and (max-width: 1024px) {
  .pb-100-150 {
    padding-bottom: 100px !important;
  }
}