/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* 2.) Global Typography ---------------------------------------------*/

body {
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	color: #000;
}
/* 2.0.1) Font Face ---------------------------------------------*/
/* Put Your font face Styles here---------------------------------------------*/


/* 2.0.2) Global Headings ---------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #161e21;
}
h1 {}
h2 {
	text-transform: capitalize;

}
h3 {}
h4 {}
h5 {}
h6 {}
/* 2.0.3) General Text Formatting ---------------------------------------------*/
p {
	font-size: 16px;
}

blockquote, cite, q, var, dfn {
	font-style: italic;
}
small {
	font-size: 85.71429%;
	line-height: 1.75;
}

/* 2.0.4) Global Link style ---------------------------------------------*/
a {
	color: #000;
	text-decoration: none;
}
a:hover, a:focus {
	color:#7b83d1;
}
/* 2.0.5) Global Button Styles ---------------------------------------------*/
.button {}

.button:hover, .button:focus{
	}
	
/* 2.0.6) Global Sprite Icons and Clearfix style ---------------------------------------------*/

/*[class^="icon-"], [class*="icon-"] {
	background-image: url(../images/sprite.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	display: inline-block;
	height: 15px;
	vertical-align: text-top;
	width: 15px;
}*/

/* Clear Floated Elements by use Clearfix class---------------------------------------------*/
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* 3.) Global Site Wide Content ---------------------------------------------*/
#wrapper {
}

/* ------------------  Code for UI Tools Removed this section from your project --------------------------- */
.container{
	width:970px;
	margin: 0 auto;
}


/* 4.) Header Styles ---------------------------------------------*/
.header {
}

/* 5.) Footer Styles ---------------------------------------------*/
.footer {
}
