html {
  position: relative;
  min-height: 100%;
}

* {
	margin: 0;
	padding: 0;
}
body
{
margin-bottom: 50px;
width: 100%;
background: #fff;
color: #807f80;
font: normal 16px  'Quicksand', Tahoma, Geneva, sans-serif;
text-align: left;
}

.header
{
width: 100%;
height: 16%;
background-color: #e7f2ef;
border-bottom: 1px solid #a9fffa;
color: #c2e5e3;
margin: 0;
padding: 20px;
}

ul.social
{
float: right;
list-style-type: none;
}

.social li
{
display: inline;
float: right;
padding: 4px;
text-align: right;
color: #73aab6;
}


.hdrBoxRt
{
float: right;
width: 400px;
margin: 0;
padding: 0;
}

.signature
{
margin-bottom: 10px;
font-family: 'Great Vibes', cursive;
font-size: 56px;
text-align: left;
color: #73aab6;
}

.bioContent
{
margin: 0 auto;
width: 80%;
padding: 10px;
}

#biobutts
{
display: block;
margin-left: auto;
margin-right: auto;
width:280px;
}

.bio-butts
{
float:left;
width: 77px;
padding: 4px;
border: 0;
}


p
{
text-align: left;
margin: 10px;
}

.green18Rt
{
font-size: 18px;
text-align: right;
color: #6dc9a7;
}


.logoGreen
{
color: #6dc9a7;
}



.clearBoth
{
clear: both;
}


.taglineBig
{
font-size: 52px;
color: black;
}

.tagline
{
font-size: 28px;
color: #6dc9a7;
text-align: center;
}

.greyBack
{
width: 100%;
margin: 0;
padding: 0;
background-color: #e6e6e6;
border-bottom: 1px solid #a9fffa;
}


.centertext
{
text-align: center;
}

h1, h2, h3, h4
{
text-align: center;
}

h3 
{
color: #a3a2a3;
}

h4
{
color: #5397d7;
}





.custom 
{
float: right;
width: 90%;
margin: 0;
text-align: left;
}



.panel-heading .accordion-toggle:after {
	/* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
	content: "\e113";    /* adjust as needed, taken from bootstrap.css */
	float: right;        /* adjust as needed */
	color: #73aab6;         /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
	/* symbol for "collapsed" panels */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
}
.accordion-toggle:hover {
	text-decoration: none;
}

#accordion .highlight {
	background: #e6e6e6;
	transition:background 2s ease;
}


.panel-default>.panel-heading
{
background-color: #e6e6e6;
color: #73aab6;
}

.panel-default>.panel-title
{
color: #73aab6;
line-height: 30px;
text-align: left;
}

h4.panel-title
{
text-align: left;
}


.footer
{
padding: 4px 0;
background-color: #e7f2ef;
color: #6dc9a7;
font-size: 18px;
text-align: center;
  height: 50px;
border-top: 1px solid #a9fffa;
position: absolute;
  bottom: 0;
  width: 100%;
}


.footer p
{
color: #6dc9a7;
text-align: center;
}



.spacer30
{
width: 5px;
height: 30px;
}

.spacer60
{
width: 5px;
height: 60px;
}


.img57Lft
{
float: left;
width: 57px;
margin-bottom: 10px;
}




.img84Lft
{
float: left;
width: 84px;
margin: 10px;
}