/* -----------------------------------------
:: import google font
----------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Dosis');
/* -----------------------------------------
:: background
----------------------------------------- */

body {
	
}

.responsive {
  max-width: 100%;
  height: auto;
}

h1 {
	font-size: 2em; /*38.5px;*/
	color: #2042A0;
	font-family: Dosis,Helvetica,Arial,sans-serif;
	font-weight: bold;
	line-height: 40px;
	margin: 10px 0;
}
h2 {
	font-size: 1.75em;
	color: #0AA50E;
	font-family: Dosis,Helvetica,Arial,sans-serif;
	font-weight: normal;
	line-height: 40px;
	margin: 10px 0;
}
h3 {
	font-size: 1.6em;
	color: #2042A0;
	font-family: Dosis,Helvetica,Arial,sans-serif;
	font-weight: normal;
	line-height: 40px;
	margin: 10px 0;
}
h4 {
	font-size: 1.5em;
	color: #2042A0;
	font-family: Dosis,Helvetica,Arial,sans-serif;
	font-weight: normal;
	line-height: 24px;
	margin: 10px 0;
}
.alert h4 { font-weight: bold; }
h5 {
	font-size: 1.4em;
	color: #0AA50E;
	font-family: Dosis,Helvetica,Arial,sans-serif;
	font-weight: normal;
	line-height: 20px;
	margin: 10px 0;
}
h6 {
	font-size: 1.3em;
	color: #538ABC;
	font-family: Dosis,Helvetica,Arial,sans-serif;
	font-weight: normal;
	line-height: 20px;
	margin: 10px 0;
}
a {
	color: #031079;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	color: #031079;
	font-weight:bold;
}
a:hover {
	color: #031079;
	text-decoration: underline;
	font-weight:bold;
}
.thumbnail .caption {
	color: #1F0E13;
}

img.floatTL { 
	float:left;
	padding:5px;
	margin-right:1em;
	margin-bottom:0.25em;
	margin-top:0.25em;
} 
img.floatTR { 
	float:right;
	padding:5px;
	margin-left:1em;
	margin-bottom:0.25em;
	margin-top:0.25em;
} 
.tbwwCreditLine {
	font-style: italic;
	font-weight: bold;
	color:#179603;
}

.tbwwCode {
	font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	font-weight:bold;
}

.tbwwExtract {
	color: #2042A0;
	font-family: Dosis,Helvetica,Arial,sans-serif;
	font-weight: bold;
}

.tbwwRedBold {
	color: #CC0000; 
	font-weight: bold
}

.red {  color: #CC0000; font-weight: bold}
.blue { color : Blue; font-weight : bold; background-color : transparent; }
.courier {  font-family: "Courier New", Courier, monospace; font-weight: bold; color: #CC0000}
.statement {  font-weight: bold; color: #999999}
.response {  color: #990000; padding-left: 75px; padding-right: 75px}
.move10right {
	margin-left: 10px;
	padding-left: 10px;
}
.nospace {
	margin: 0px;
	padding: 0px;
}
.question {
	font-weight: bold;
	color: #999999;
	font-style: italic;
}
.answer {
	margin-right: 60px;
	margin-left: 60px;
}
.smalltable {
	font-size: 10px;
}
.nospaceabovebelow { 
	margin-top: 0px; 
	margin-bottom: 0px
}
.navbar {
  border-radius: 0;
  border: 0;
}

/* FOR USE WITH FONT AWESOME SYMBOLS */
.blue10em {
  color: #2042A0;
  font-size: 1em;
}

.blue15em {
  color: #2042A0;
  font-size: 1.5em;
}

.blue20em {
  color: #2042A0;
  font-size: 2em;
}

.blue30em {
  color: #2042A0;
  font-size: 3em;
}

.blue40em {
  color: #2042A0;
  font-size: 4em;
}

.green10em {
  color: #0AA50E;
  font-size: 1em;
}

.green15em {
  color: #0AA50E;
  font-size: 1.5em;
}

.green20em {
  color: #0AA50E;
  font-size: 2em;
}

.green30em {
  color: #0AA50E;
  font-size: 3em;
}

.green40em {
  color: #0AA50E;
  font-size: 4em;
}

/* TO ELIMINATE BR CLEAR="XXX" CODE */

br.clearboth { 
  clear: both; 
}

br.clearleft { 
  clear: left; 
}

br.clearright { 
  clear: right; 
}

figure {
  border: 1px #cccccc solid;
  padding: 4px;
  margin: auto;
}

figcaption {
  background-color: black;
  color: white;
  font-style: italic;
  font-weight: bold;
  padding: 2px;
  text-align: center;
}

figcaption-top {
  font-weight: bold;
  padding: 2px;
  text-align: left;
}