/* -----------------------
Base styles
------------------------*/

body
{
	margin: 0;
	padding: 0;
	color: #666;
	background-color: #fff;
	font: 1em/1.2 "Garamond", Garamond,Baskerville,Baskerville Old Face,Hoefler Text,Times New Roman,serif;
	font-weight: bold;
	
}

h1,h2,h3,h4,h5,h6
{
	/* [disabled]margin: 0 0 .5em; */
	font-weight: 500;
	line-height: 1.1;
}
h2,h3
{
	font-weight: bold;
	color: #000;
}
h3,h2
{
	text-align: center;
}
h4
{
	text-align: left;
	color: #333;
	font-weight: bold;
}
h6
{
	text-align: left;
	color: #666;
	font-weight: bold;
	margin: 1em 0em;
}
h7
{
	text-align: left;
	color: #00c0be;
	font-weight: bold;
	margin: 1em 0em;
}
h5
{
	text-align: left;
	color: #000;
	font-weight: bold;
	margin: 0em;
}

h1 { font-size: 2.0em; } /* 36px */
h2 { font-size: 2.0em; } /* 28px */
h3 { font-size: 1.2em; } /* 22px */
h4 { font-size: 1.125em; } /* 18px */
h5 { font-size: 2em; } /* 16px */
h6 { font-size: 1em; } /* 14px */
h7 { font-size: 1em; } /* 14px */

p
{
	margin: 0 0 1.5em;
	line-height: 1.5;
	text-align: center;	
}

blockquote
{
	padding: 0em 0em;
	margin: 0 0 2em;
	border-left: 0px solid #eee;
}

hr
{
	height: 0;
	margin-top: 1em;
	margin-bottom: 2em;
	border: 0;
	border-top: 1px solid #fff;
}

table
{
	background-color: transparent;
	border-spacing: 0;
	border-collapse: collapse;
	border-top: 1px solid #fff;
}

th, td
{
	padding: 0em 0em;
	vertical-align: top;
	color: #000;
	text-align: left;
	border-bottom: 0px solid #fff;
}

a:link { color: black; text-decoration: none; }
a:visited { color: black; text-decoration: none; }
a:focus { color: black; text-decoration: none;}
a:hover { color: black; text-decoration: none;}
a:active { color: black; text-decoration: none;}

/* -----------------------
Layout styles
------------------------*/

.container
{
	max-width: 80em;
	margin: 0 auto;
	padding-right: .5em;

}

.header
{
	color: #333;
	background: #fff;
	padding: 1em 1.25em;
	font-weight: bold;
}

.header-heading { margin: 0; font-weight: bold; }

.nav-bar
{
	background: #fff;
	padding: 0;
	
}

.content
{
	padding: 1em 1.25em;
	background-color: #fff;
	
}

.homeimg
{
	text-align: center;
	max-width: 100%
	
}

.footer
{
	color: #666;
	background: #fff;
	padding: 1em 1.25em;
	margin-left: 0;

}

/* -----------------------
Nav
------------------------*/

.nav
{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

.nav li
{
	display: block;
	margin: 0;
	text-align:right;
}

.nav a
{
	display: block;
	padding: 0em 1.25em;
	color: #ccc;
	text-decoration: none;
	border-bottom: 1px solid white;
	font-weight: bold;
}

.nav a:link { color: #000; }
.nav a:visited { color: #666; }

.nav a:focus
{
	color: black;
	background-color: white;
}

.nav a:hover
{
	color: #666;
	background-color: white;
}

.nav a:active
{
	color: #666;
	background-color: white;
}

/* -----------------------
Single styles
------------------------*/

.img-responsive { max-width: 100%; }
.img-responsivectr { max-width: 100%; align: center; }
.video {
  width: 100%    !important;
  height: auto   !important;
}

.btn
{
	color: #fff !important;
	background-color: royalblue;
	border-color: #222;
	display: inline-block;
	padding: .5em 1em;
	margin-bottom: 0;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: .2em;
	text-decoration: none;
}

.btn:hover
{
	color: #fff !important;
	background-color: green;
}

.btn:focus
{
	color: #fff !important;
	background-color: black;
}

.btn:active
{
	color: #fff !important;
	background-color: red;
}

.table
{
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

.list-unstyled
{
	padding-left: 0;
	list-style: none;
}

.list-inline
{
	padding-left: 0;
	margin-left: -5px;
	list-style: none;
	text-align:center;
}

.list-inline > li
{
	display: inline-block;
	padding-right: 15px;
	padding-left: 15px;
	font-size: .95em
	
}
.list-inlinesm
{
	padding-left: 0;
	margin-left: -5px;
	list-style: none;
}

.list-inlinesm > li
{
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
	
	
}

/* -----------------------
Wide styles
------------------------*/

@media (min-width: 42em)
{
	.header { padding: 1.5em 3em; }
	.nav-bar { padding: 1em .5em; }
	.content { padding: 2em 3em; }
	.footer { padding: 2em 3em; }
	
	.nav li
	{
		display: block;
		margin: 0 0 0 0;
		text-align: right;
	}
	
	.nav a
	{
		display: block;
		padding: 0;
		border-bottom: 0;
		font-weight: bold;
	}
	.container
{
	
	padding-right: 1em;

}
	
}
