/*!
Theme Name: CFS
Theme URI: https://www.criticalfuelsystems.com/
Author: Good Soup Creative
Author URI: https://wwww.goodsoupcreative.com
Description: Custom WordPress Theme for Criticial Fuel Systems
Version: 1.0.0
Tested up to: 6.7
Requires PHP:8.0

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

SoftDev is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/
/* Alignments
--------------------------------------------- */
.alignleft {
  max-width: 300px!important;
  height: auto;
  float: left;
  border-radius: 20px!important;
  margin: 20px 20px 20px -150px!important;
}
.alignright {
  max-width: 300px!important;
  height: auto;
  float: right;
  border-radius: 20px!important;
  margin: 20px -150px 20px 20px!important;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
  max-width: 300px;
  height: auto;
}