/*
    Theme Name:   Triton IT Parent Theme
    Theme URI:    https://www.tritonit.cz/
    Description:  Parent theme template that is shared by all websites and connected to live production updates.
    Author:       Triton IT s.r.o.
    Author URI:   https://www.tritonit.cz
    Version:      VERSION
    License:      GNU General Public License v2 or later
    License URI:  http://www.gnu.org/licenses/gpl-2.0.html
    Tags:         
    Text Domain:  tritonit-parent
*/

/*Sticky footer*/
/*
@media screen and (min-width: 991.98px) {
    body{
      padding-bottom: 224px;
      width: 100%;
      position: absolute;
      min-height: 100vh;
    }
    footer{
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 224px;
    }
}
@media screen and (min-width: 767.98px) {
    body{
      padding-bottom: 240px;
      width: 100%;
      position: absolute;
      min-height: 100vh;
    }
    footer{
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 240px;
    }
}*/
  