/*
Theme Name: JustMyLogo
Theme URI: https://usable.solutions
Description: A theme for when you have a logo and a domain but nothing else. Change background color and logo via the customizer.
Author: usable.solutions
Author URI: https://usable.solutions
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: justmylogo
Tags: simple, fast, only logo, landing page, clean,

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

justmylogo is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/


#footer {
   position: fixed;
   left: 0px;
   bottom: 0px;
   height: 30px;
   width: 100%;
   text-align: center;
}

.footer {
	color: #555;
	font-family: sans-serif;
}

.footer a {
	color: #555;
	font-family: sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	font-size: small;
}



/* Smartphones / Pads n stuff ----------- 
@media only screen and (max-width : 799px) {
body.custom-background { background-position:  center center !important; background-size: 70% !important; }
}



 Desktops and laptops ----------- 
@media only screen  and (min-width : 800px) {
body.custom-background { background-position:  center center !important; background-size: 30% !important; }

}

*/