

 .topBannerHeader {
background-image: none;
 /*background-image: url(images/HeaderBackground.jpg);*/
background-size: cover;
   background-color: #713337;
   color: #ffffff;
 
}

 .navbar  {
   background-image: url(images/header.jpg);
   background-size: 100% auto;
 background-position: center top;
}  

.navbarRow {
bottom:-1px; 
}

header > a > img {
height: auto;
width: 180px;
}


.mainContainer {
  border-top: solid 10px #303030; 
}

/*#signInForm img {
max-height: 110px;
max-width: 196px;
}*/

.navBarLogo img {
    height: 110px;
    width: auto;
}

.leftGroupsLink.active a{
    color: #964e51 !important;
}

.leftGroupsLink a:hover{
color: #964e51 !important;
}



.navbar-toggler:focus, .navbar-toggler:active {
    outline: none;
    box-shadow: none;
  }   

.navBarLogo img {
   float: left;
  padding-left: 10px; 

}


#signInForm { 
     background-color: #ffffff;
  border: solid 10px #ffffff;
  margin-top: 10px;
    border-radius: 10px;
}

.leftGroupsLink img {
  display: none;
}


#leftColumn {
   padding-top: 40px;
   padding-left: 5px;
}

#rightColumn {
   padding-top: 30px;
   padding-left: 5px;
}


 .navbar-nav .nav-link  {
 font-weight: 550;
} 

#poweredByPrismLogo {
 background-color: #ffffff;
border-radius: 5px;
 padding: 5px;
max-width:120px;
}

.footerContainer {
   background-color: #3f3f3f;
  border-top: solid 10px #713337;

}

.guestCheck .card-header {
  background-color: #713337;
   color: #ffffff;
}






#navbarMenu {
   background-color: #303030;
}
/*
.btn-link  {
  color: #bf8f1e;
}

.btn-link:hover {
  color: #9b710f;
}

.navBarLogo > img {
max-height: 100px;
    height: 80%;
    width: auto;
  
}

*/

