/*
Theme Name: Aspire
Theme URI: https://aspireoptical.com/
Description: A custom WordPress theme designed and developed for the Aspire Optical
Author: Tyrone Fontaine
Author URI: http://tntcollab.com
Tags: polish

This theme was designed and built by T&T Collaborative,
whose site you will find at and http://tntcollab.com

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/


@import "style/reset.css";
@import "style/ie.css";
@import "style/bootstrap.css";
/*@import "style/fontawesome.css";
@import "style/fa-brands.css";*/
@import "style/style.css";

/*Utility Styles************************/
.alignright {
	float: right;
}

.alignleft {
	float: left;
}
.aligncenter {
	display:block;
	margin:0 auto;
}