﻿.home-header {
  background: url(../images/), url(../images/);
  background-position: center , left top;
  background-repeat: no-repeat, repeat;
  margin-top: .3em;
  padding: 72px;
  margin-top: 20px;
  margin-bottom: 55px;
  border: 2px solid #E2E2E2;
  box-shadow: 0 0 15px #5FA4AF;
}
.nav-panel {
  margin-bottom: 5px;
  box-shadow: 0 0 15px #5FA4AF;
  background-color: #f7eded;
  color: #1E1E1E;
  border-radius: 1em;
  border-radius: .4em;
}
.nav-panel-half {
  margin-bottom: 30px;
  box-shadow: 0 0 15px #5FA4AF;
  background-color: #5DE9FF;
  color: #1E1E1E;
  border-radius: 1em;
  border-radius: .4em;
}
.nav-panel-line {
  margin-bottom: 30px;
  box-shadow: 0 0 15px #5FA4AF;
  background-color: #5DE9FF;
  color: #1E1E1E;
  border-radius: 1em;
  border-radius: .4em;
}
.nav-panel-header {
  padding: 5px;
  background-color: #87212e;
  text-shadow: 1px 1px #777575;
  border-radius: .4em;
  font-size: 1em;
}
.nav-panel-header:hover {
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
  background-color: #87212e;
}
.nav-panel-header_Advocate {
  padding: 5px;
  background-color: #87212e;
  text-shadow: 1px 1px #777575;
  border-radius: .4em;
  font-size: 1em;
}.list-group-item {
  height: 7em;
  color: #000000;
  background-color: #D9EDF7;  
}
 :last-child.list-group-item{
     margin-bottom: 100px;
 }
.nav-panel-header-green {
  /*background-color: #87212e;*/
  background-color: #d24659;
}

.nav-panel-header-green_Advocate {
  /*background-color: #87212e;*/
  background-color: #cccccc;
}

.nav-panel-header-orange {
  background-color: #F1C573;
}

.block{
    background-color: #286090; 
    border: 0px; 
    color: black; 
    font-weight: bold;
    font-size: 25px;
}

a.block:hover{
    background-color: #286090;
    color: #f7eded;
}

a.block{
    color: #f7eded;
    font-size: 25px;
}

.block-header{
    margin-bottom:50px; 
    padding-bottom:50px; 
    padding-top:50px; 
    background-color:#286090;
}
/*# sourceMappingURL=home.css.map */