/*
    Override styles: Needs to be last in cascade
	Contains ONLY adjustments that override css, otherwise for defining new css use sepearte file
*/

.fallback-image {
  background-image: url(../images/intro.jpg);
}

.navbar-brand img {
  width: 160px;
  /* margin-left:16px; */
  margin-top: -10px;
}

p strong {
	/* color: black;  */
	font-weight: 900;

}

p a {
	color: rgba(77,156,185,1.00);
	font-weight: 700;
	text-decoration: underline;
}
/* For making tab text larger on virtual planning page */
.larger{
  font-size: 1.4em;
}
p {
  color: #333;
}

.tab-content p {
  font-size: 1.06em;
  line-height: 1.6em
}

.intro-text-1.slimmer {
  background-color: #666;
  padding: 6px 0 22px 0;
}

.me-intro {
  background: url(../images/bg-7.jpg);
  padding: 200px 0;
}

.hero1 {
  background: url(../images/bg-9.jpg);
  padding: 200px 0;
}
.hero2 {
  background: url(../images/bg-6.jpg);
  padding: 200px 0;
}
.hero3 {
  background: url(../images/bg-11.jpg);
  padding: 200px 0;
}
.hero4 {
  background: url(../images/bg-5.jpg);
  padding: 200px 0;
}

.logo-footer {
	width: 200px;
	/*margin-top: -50px;*/
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
	/* color from 337ab7 to */
	background-color: #F6F4E4;
}

/*  Uncapitalize every word*/
.post-detail li {
	text-transform: none;
}


.organizer-bg {
  background-color: rgb(207,197,179);
  padding-top: 70px;
  padding-bottom: 40px;
}

/*  custom bullet based on tweet*/

.organize ul {
  list-style: none;
  color: #FFFFFF;
  margin: 0px;
  padding: 0px;
  text-align: left;

}

.organize ul li {
  color: #777;
  color: #060606;
  font-weight: 600;
  padding: 8px 0;
  font-size: 18px;
}

.organize ul li:before {
  content: "\f058";
  font-family: 'FontAwesome';
  margin-right: 18px;
  font-size: 16px;
  /*color: #C4BD85;*/
  color: #FFFFFF;
}

.organize ul li .date {
  padding: 3px 0;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}
