/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #5a5a5a;
}

main {
	margin-top: 5rem;
}

.ghost {
	visibility: hidden !important;
	display:none !important;
}

.ghost input, .ghost input:focus{
	padding: 0px !important;
	display: block !important;
	border: none !important;
	box-shadow: 0 0 0 0 !important;
}

/* Nav Bar
------------------------- */
.navbar.bg-dark {
	background-color: #3097D1  !important;
	/*background-color: #99734C  !important;*/

}
.bg-accent {
	background-color: #3097D1  !important;
	/*background-color: #99734C  !important;*/
}	
.navbar-brand {
	font-family: 'Arizonia', cursive;
	font-size: 2.4rem;
	text-shadow: 2px 2px 2px #333;
}		
.navbar-brand small {
	font-size: 1.1rem;
	font-family: Arial; 
	color:#333;
	text-shadow: none;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

@media (min-width: 576px) {
	.card-columns {
		column-count: 1;
	}
}

@media (min-width: 768px) {
	.card-columns {
		column-count: 2;
	}
}
@media (min-width: 1200px) {
	.card-columns {
		column-count: 3;
	}
}