body {
	background-color: white;
}

p,li {
	font-family: Georgia,'Times New Roman',times,serif;
	color: black;
	font-size: 1em;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Georgia,'Times New Roman',times,serif;
	text-align: center;
	font-weight: bold;
	color: rgba(71,157,179,1);
}

h1 {
	font-size: 1.75em;
}

h4 {
	font-size: 0.83em; 
	color: black;
}

.title {
	font-weight: bold;
	color: rgba(71,157,179,1);
}

p.title {
	font-size: 1.2em;
	text-align: center
}

div#Avatar {
	width: 400px;
}

div#conversation {
    margin: 15px;
}

.navbar-inverse {
	background-color: rgba( 71, 157, 179, 1 );
	background-image: -webkit-linear-gradient( hsl( 192, 43%, 49% ) 0, hsl( 192, 43%, 40% ) 100% ); /* For Safari 5.1 to 6.0 */
	background-image: -o-linear-gradient( hsl( 192, 43%, 49% ) 0, hsl( 192, 43%, 40% ) 100% ); /* For Opera 11.1 to 12.0 */
	background-image: -moz-linear-gradient( hsl( 192, 43%, 49% ) 0, hsl( 192, 43%, 40% ) 100% ); /* For Firefox 3.6 to 15 */
	background-image: linear-gradient( hsl( 192, 43%, 49% ) 0, hsl( 192, 43%, 40% ) 100% ); /* Standard syntax */
}

.navbar .navbar-brand {
	color: white;
}

.navbar-inverse .navbar-nav > li > a {
	color: white;
}


/*
Generated by http://twitterbootstrap3buttons.w3masters.nl/?color=%23479DB3
*/

.btn-custom {
	font-family:Georgia,'Times New Roman',times,serif;
	font-weight:bold;
	font-size: 1.17em;
	font-style: italic;
  background-color: #479DB3;
  border-color: #479DB3;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #4190a4;
  background-image: -moz-linear-gradient(top,#479DB3,#397d8e);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#479DB3),to(#397d8e));
  background-image: -webkit-linear-gradient(top,#479DB3,#397d8e);
  background-image: -o-linear-gradient(top,#479DB3,#397d8e);
  background-image: linear-gradient(to bottom,#479DB3,#397d8e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff479db3', endColorstr='#ff387c8e', GradientType=0);
  border-color: #397d8e #397d8e #234d58;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}
.btn-custom:hover,
.btn-custom:focus {
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.btn-custom:hover,
.btn-custom:focus {
  background-color: #397d8e;
}
.btn-custom:active,
.btn-custom.active,
.btn-custom.active:hover {
  background-color: #408da1;
  border-color: #397d8e;
}
.btn-custom.disabled:hover,
.btn-custom.disabled:focus,
.btn-custom.disabled:active,
.btn-custom.disabled.active,
.btn-custom[disabled] .btn-custom:hover,
.btn-custom[disabled] .btn-custom:focus,
.btn-custom[disabled] .btn-custom:active,
.btn-custom[disabled] .btn-custom.active {
  background-color: #479DB3;
  border-color: #479DB3;
}

