/*
Theme Name: Micoria 2015 Child
Description: Micoria.com Theme (child of twentyfifteen stock theme)
Author: Michael Ormes
Version: 1.1
Template: twentyfifteen
*/
@import url('../twentyfifteen/style.css');

/*
Hide "Proudly powered by WordPress"
https://wordpress.org/support/topic/how-do-i-remove-proudly-powered-by-wordpress
*/
.site-info {
   display: none;
}

/*
Hide the Wordpress logo on the login page
https://www.webnots.com/how-to-change-wordpress-logo-in-login-page/
*/
.login h1  {
   display: none;
}

