body {
  padding-top: 70px;
  padding-bottom: 30px;
  color: #000000;
  font-family: 'Nunito',sans-serif;
}

h1{
    font-size: 24pt;
    padding: 0px;
    margin: 0px;
	font-weight: bold;
}

h2{
	font-size: 30pt;
	font-weight: bold;
	padding: 0px;
	margin:0px;
}

h4{
    font-size: 32pt;
    padding: 0px;
    margin: 0px;
	font-weight: bold;
	color: #ff73cf;
	text-align: center;
}
/*
.panel-default > .panel-heading {
/*
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
  /
  background-color: orange;
  background-image: none;
}
.btn-default {
/*
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image:         linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  border-color: #ccc;
  /
  text-shadow: 0 0px 0 #000;
  background-color: orange;
  color: black;
  background-image:none;
}

.btn-default:hover,
.btn-default:focus {
  background-color: #f29a01;
  background-position: 0 -15px;
}

.btn-default:active,
.btn-default.active {
  background-color: #f29a01;
  border-color: #dbdbdb;
}

/* unvisited link
a:link {
    color: #132dba;
}

/* visited link 
a:visited {
    color: #132dba;
}

/* mouse over link 
a:hover {
    color: #110a81;
	text-decoration: none;
}

/* selected link 
a:active {
    color: #132dba;

}
*/

.gogo-footer{
  padding: 15px 0;
  color: #999;
  text-align: center;
  border-top: 1px solid #b7b7b7;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}
