/*
Theme Name: AveryLawFirm
Theme URI: http://www.example.com/
Description: Custom Theme Made By Dev.
Author: Husnain
Author URI: http://www.yourwebsite.com/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: AveryLawFirm

Optional custom CSS for your theme can be placed below this comment.
*/

/* Reset default styles */

*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

.wrapper{
	overflow: hidden;
	max-width: 1920px;
}