/*
 Theme Name: Calico
 Theme URI: 
 Author: Charlotte Osborne
 Author URI: https://charlotteosborne.ca/
 Description: Calico is a minimalist WordPress theme ideal for blogs or portfolios. Includes a masonry layout for index and archive pages and an optional sidebar.
 Version: 1.0.0
 Tested up to: 5.8
 Requires at least: 5.8
 Requires PHP: 7.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: Blog, Portfolio
 Text Domain: calico
*/

.alignleft {
  text-align: left;
}

.alignright {
  display: block;
  margin-left: auto;
  text-align: right;
}

.aligncenter {
  display: block;
  margin: auto;
  text-align: center;
}

.sticky h4 {
  text-transform: uppercase;
}
