@font-face {
  font-family: Maiandra;
  src: url(MaiandraGDRegular.ttf)  format('truetype');
}
body{
  font-size: 20px;
  font-family: Maiandra, serif;
}

/* New Base Values
----------------------------------------------------------------------------------------------------*/

/* Block Space */
p, hr, dl,
blockquote, pre,
fieldset, figure { margin: 15px 0; }

h1, h2, h3, h4, h5, h6 { margin: 25px 0 15px 0; }

/* Lists */
dl { padding-left: 30px }
dd { margin-left: 40px; }

/* Headings */
h1, h2, h3, h4, h5, h6 { font-weight: normal; }

h1 { font-size: 36px; line-height: 36px; }
h2 { font-size: 24px; line-height: 24px; }
h3 { font-size: 18px; line-height: 18px; }
h4, h5, h6 { font-size: 16px; line-height: 16px; }

/* Links */
a, a:hover { text-decoration: none; }

/* Text-level Semantics */
b { font-weight: bold; }

small { font-size: 11px; }
.center {
	top: 30%;
	left: 50%;
	text-align: center;
}
#mutedHome{ text-decoration: none; cursor: pointer; cursor: hand; }
.fakelink {
	color: navy;
	text-decoration:underline;
	font-weight: bold;
	cursor: pointer;  
}
.lightfakelink {
	color: navy;
	text-decoration:underline;
	cursor: pointer;  
}
.navbar-collapse .container-fluid {
  padding: 2rem 2.5rem;
  border-bottom: 1px solid #55595c;
}

.navbar-collapse h4 {
  color: #818a91;
}

.navbar-collapse .text-muted {
  color: #818a91;
}
.nav-link:focus, .nav-link:hover {
 border: 1px solid #0275d8;
}
.dark-text{
	color: black !important;
	padding-bottom: 0;
}
.about {
  float: left;
  max-width: 30rem;
  margin-right: 3rem;
}

.social a {
  font-weight: 500;
  color: #0000a0;
}
.social a:hover {
  color: #008040;
}
.marketing col-lg-6{
	text-align: center;
} 

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.my-band-active{
	background-color:#c1ffc2!important
	
}
.my-band-inactive{
	background-color:#dddddd!important;
	color:#dddddd!important
}
.my-band-5{
	background-color:#dddddd	
}
.my-band-7{ 
	background-color:#dddddd;	
	border-left: 1px solid navy;
	border-right: 1px solid navy;	
}
.my-band-9{
	background-color:#dddddd		
}