/*
Theme Name: Empire - sharoncook.com
Theme URI: http://aios3-staging.agentimage.com/s/sharoncook.com/htdocs
Description: AIOS mobile AP theme.
Author: The Design People
Author URI: http://www.agentimage.com
Version: 2.0.7
Tags: one-column, two-columns, right-sidebar, custom-menu, full-width-template, sticky-post
License: Proprietary
License URI: https://www.agentimage.com

Template: aios-starter-theme
*/

/***** RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, tt, var, 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;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

area,
img,
map {
	outline:none;
}
a{
	outline: none;
}
/* Helpers */

.clearfix,
.clear {
	clear:both;
}

html {
  box-sizing: border-box;
}
body{ font-family: "Raleway", sans-serif; font-size: 16px}
*, *:before, *:after {
  box-sizing: inherit;
}

.responsive-img {
	max-width:100%;
}

/***** THEME CSS Replace with your skin styles *****/

/* Global */

body {
	color:#3a3a3a !important;
	background:#eeeae7 !important;
}

body *:focus{
	outline: 0;
}

/* Text formatting */

 a, a:visited {
	color:#3a3a3a;

	outline: 0px none !important;
}

	a:hover,a:active,a:link, a:focus{outline: none;}

body a:hover {
	text-decoration:underline;
}

h1 {

	font-size:24px;
	text-transform:uppercase;
	font-weight:700;
	margin:auto;
}

p {
	margin-bottom: 26px;
    line-height: 22px;
}

/*** UL Bullets ***/
div#inner-page-wrapper article#content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 0px;
    display: block;
    max-width: 100%;
}

div#inner-page-wrapper article#content li {
  padding-left: 1em;
  list-style: none;
  margin-bottom: 10px;
}

div#inner-page-wrapper article#content li::before {
  content: "â€¢ ";
  color: #c03c2a;
  font-size: 15px;
}

/* Main header */

.main-header {
	background:#00406c;
}

.main-header .header-left {
	padding-top:10px;
	padding-bottom:10px;
}

.main-header .header-left a {
	text-decoration: none;
}

.main-header .header-right {
	text-align:right;
	padding:15px 0;
}

/* Header logo */

a.header-logo,
.header-logo {
    color: #b9b9b9;
	font-size: 19px;
	text-transform:uppercase;
	font-family:"Raleway",sans-serif;
	display: block;
    padding: 17px 0;
}

a.header-logo:hover {
	color:#b9b9b9;
	text-decoration:none;
}

.header-logo * {
	display:inline-block;
	vertical-align:middle;
}

.header-logo .thin {
	color:#fff;
	font-size:45px;
	font-weight:300;
}

.header-logo .bold {
	font-weight:700;
	font-size:45px;
	color:#fff;
}

.header-logo .divider {
	height:36px;
	width:1px;
	margin:0 1px;
	/*background:#151515;*/
}

.header-logo .subtitle {
	letter-spacing:5px;
	font-weight:400;
}

.header-logo * {
	display: inline-block;
	vertical-align: middle;
}

.header-logo .subtitle {
	letter-spacing: 5px;
	font-weight: 400;
}

.header-logo .bold {
	font-weight: 700;
	font-size: 45px;
	color: #fff;
}

.hlogo img{width: 150px}
header,footer{background:#00406c }
.header-logo {
	text-decoration: none !important;
}

h1{font-size: 32px; font-weight: bold; color:#00406c;}
h2{font-size: 32px; font-weight: bold; color:#00406c;}

h3{font-size: 24px; font-weight: bold; color:#00406c;}
.uppercase{text-transform: uppercase;}
.underline{text-decoration: underline;}

.text-white{color:#fff;}
.bg-white{background: #fff}

.text-blue{color:#00406c;}
.text-center{text-align: center;}


@media (min-width: 576px) {
	.hlogo img{width: auto}
}

@media (max-width: 1199px) {
.header-logo .thin, .header-logo .bold {
	font-size: 35px;
}
  .header-logo .subtitle {
    font-size: 16px;
  }
}


