body
{
 background-color:#cfcbad;
}

.form-control
{
 background-color:#FFF;
}

/* Asterisk that appears in front of required fields */
.RequiredIndicator
{
  color:red;
}

/* Menu icon in top left corner of page */
.navicon
{
  background-color:#156237; 
  color:#FFF; 
}

/* Menu bar across the top of the page */
.navtable
{
  background-color:#156237; 
  color:#FFF;
}
.navlink {
  color:#FFF;
}
.navlink > a {
  color:#FFF;
}
.navlink > a:hover,
.navlink > a:focus,
.navlink:hover, 
.navlink:focus {
  text-decoration: none;
  font-weight: bold;
  background-color: transparent;
  color: #8a1619;
}

/* Menu that appears when you click on the menu icon */
.navmenu > ul > li, .navmenu
{
  background-color:#fff;
}
.navmenulower > ul > li
{
 background-color:#cfcbad;
}
.navmenulower2 > ul > li
{
 background-color:#f0efe6;
}

.navmenulower3 > ul > li
{
 background-color:#cfcbad;
}


/* Top banner, which only appears on home page */
.banner-div
{
 background-color:#cfcbad;
}

/* Grid outlines  */
.table-curved {
    border-color: #ccc;
}
.table-curved td, .table-curved th {
    border-left-color: #ccc;
    border-top-color: #ccc;
}

/* Grid heading */
.table-striped > thead > tr {
 background-color:#f0efe6;
}

/* Grid body */
.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #FFF;
}

/* Grid footer */
.table-striped > tfoot > tr {
  background-color: #999;
}

/* Group name displayed at top left of page, which is a link to the home page */
.nav-home-link
{
  color:white;
}

/* Tabs */
.nav-tabs > li > a,
.nav-tabs-bottom > li > a {
  border-color:#ddd;
 background-color:#f0efe6;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs-bottom > li > a:hover {
  border-color: #ddd #eee #eee;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background-color: transparent;
  border-bottom-color: #cfcbad;
}

.nav-tabs-bottom > li.active > a,
.nav-tabs-bottom > li.active > a:hover,
.nav-tabs-bottom > li.active > a:focus {
  background-color: transparent;
  border-top-color: #cfcbad;
}

/* Search box */
.search-container
{
 background-color:#f0efe6;
}

/* mouse over link */
a:hover {
  color: #8a1619;
}

/* selected link */
a:active {
  color: #4c2512;
} 

.bgimg-1, .bgimg-2, .bgimg-3 {
  position: relative;
  opacity: 0.65;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.bgimg-1 {
  background-image: url("https://troopwebhost.blob.core.windows.net/troop508aurora/20188111215233680102350515.JPG");
  min-height: 25%;
}

.bgimg-2 {
  background-image: url("https://troopwebhost.blob.core.windows.net/troop508aurora/86341660-729A-456D-A837-4A552DD40BF0_2019421028406317370.JPG");
  min-height: 350px;
}

.bgimg-3 {
  background-image: url("https://troopwebhost.blob.core.windows.net/troop508aurora/UNADJUSTEDNONRAW_thumb_229c_20193231830201380569.JPG");
  min-height: 350px;
}

/.banner-div {
/  margin-top: -42px;
/}

.page-title{ display: none;
}
