:root{
    font-family: 'Arimo','sans-sarif';
}

p{
  line-height: 1.5;
  font-size: 18px;
}

.nav-bkg{
    background-color: rgba(1,113,187,1) ;
}

.navbar-nav > li{
    padding-left:30px;
    padding-right:30px;
    list-style: none;
  }

  .nav-link{
    color: rgba(1,113,187,1)!important;
    font-size: 1.5em !important;;
  }


.carousel img {
    height: 250px;
    width: 100%;
    object-fit: fill;
    object-position: center;
}


.button-header{
    text-align: center;
    font-size: 1em;;
    margin: 2em 0;
}

.button{
  text-align: center;
  border-left: rgba(91,164,57,1) 2px solid;
  border-right:rgba(91,164,57,1) 2px solid;
  border-bottom: rgba(91,164,57,1) 2px solid;
  margin-left: 3.5em;
  margin-right: 2em;
  padding-bottom: 1em;
}
  
  .btn img {
    width: 75%;
    margin-top: 1em;
  }

  .green-button{
   border-radius: 50%;
   width: 125px;
   height: 125px;
   background-color: rgba(91,164,57,1) !important;
  }

  .heading h1{
    color: rgba(24,72,160,1);
    text-align: center;
    margin-top: 1em;

  }

  small{
    display: block;
    text-align: center;
    margin-top:3px;
  }

  .highlight{
    background-color: lightgray;
    padding:1em;
  }


  /*Sub Pages*/

  .sub-green-button{
    background-color: rgba(91,164,57,1) !important;
    border-radius: 10%;
    margin-top:1em;
    margin-bottom: 1em;
    width: 100%;
    padding: .75em;
   }

   .sub-green-button-employee{
    background-color: rgba(91,164,57,1) !important;
    border-radius: 10%;
    margin-top:1em;
    margin-bottom: 1em;
    width: 75%;
    padding: .75em;
   }

   .sidebar {
    margin:2em 0;
  }

   .search{
    background-image: url(https://cvc.ar.virginia.gov/devel/assets/imgs/search.svg);
    background-repeat: no-repeat;
    background-position:left;
    background-size: 10%;
    background-position-x: 1em;
  }

  .donation{
    background-image: url(https://cvc.ar.virginia.gov/devel/assets/imgs/dollar.svg);
    background-repeat: no-repeat;
    background-position:left;
    background-size: 10%;
    background-position-x: 1em;
  }

  .giving{
    background-image: url(https://cvc.ar.virginia.gov/devel/assets/imgs/give.svg);
    background-repeat: no-repeat;
    background-position:left;
    background-size: 10%;
    background-position-x: 1em;
  }

  .volunteer{
    background-image: url(https://cvc.ar.virginia.gov/devel/assets/imgs/time-management.svg);
    background-repeat: no-repeat;
    background-position:left;
    background-size: 10%;
    background-position-x: 1em;
  }

  .resource{
    background-color: rgba(24,72,160,1);
    color:#ffffff;
    text-align: center;
    padding: .5em;
    margin-top: 1em;
  }

  .deposit{
    background-color: rgba(24,72,160,1);
    color:#ffffff;
    padding: .5em;
    margin: 1em 0;
  }

  .subheader{
    background-image: url(https://cvc.ar.virginia.gov/devel/assets/imgs/handsblur.jpg);
    background-repeat: no-repeat;
    padding:2em;
  }

/*Footer*/

  footer{
    background-color: rgba(24,72,160,1);
    padding: 1.5em;
 }
 
 address{
   text-align: center;
   color:#ffffff;
 }
 
 .footertext{
   width:100%;
   text-align: center;
   color:#ffffff;
   margin-top: 20px;
 }
 
 .footertext img{
 float: left;
margin: 2px 20px 8px 8px;
 }
 
