/*
Theme Name:         Axfood
Theme URI:          http://www.axnkampanj.se/
Description:        A small theme for the default campaign site, displaying just the Axfood logo.
Version:            1.0.0
Author:             Bernskiold Media
Author URI:         https://www.bernskioldmedia.com/
Text Domain: 		axfood
Template:           merchantry

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.
Use it to make something cool, have fun, and share what you've learned with others.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/

Some inspiration has been drawn from Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Creating a site has never been easier either thanks to the fine work by Zurb,
who created Foundation which this theme is based on.

The stylesheet file is used as a placeholder to keep WordPress happy.
All styles are written in SASS (see assets/sass directory) and saved and minified in the assets/css folder.
Styles are included via core/functions/scripts-styles.php
*/
html,
body {
	position: relative;
	height: 100%;
}

.axfood-logo {
	width: 500px;
	height: 165px;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto;
}