/*
Theme Name: Podravka.io CMS Theme
Theme URI:
Author: the Enterwell team
Author URI: https://enterwell.net/
Description: Theme for the Podravka.io CMS
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
*/

.frontpage__title {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 1px;
    height: 1px;
}

.frontpage__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}