.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

@media (min-width: 992px) {
  .rounded-lg-3 { border-radius: .3rem; }
}

.main{
  background-image: linear-gradient(#A1BF35, #B6D057) !important;
  background-repeat: no-repeat !important;

}
.body{background-color: #3c6ab0 !important;}

.display-4{
  color: #fff;
}

.lead{
  font-size: 28px;
  line-height: 0.9;
  color:#fff;font-weight:400;
  text-shadow: 2px 2px 5px #000;
}
.text-second{
  font-size: 20px;
  color:#484848;
  padding: 5px;
  margin-top: 30px;
  border-radius: 5px;
  border-color: #fff;
  border: none;
  /*text-shadow: 2px 2px 5px #000;*/
  background-color: #a1bf35;
}
.btn{
  color:#fff;
  background-color: #7157D0 !important;
  border:none;
}
.btn:hover{
  color:#7157D0;
  background-color: #fff !important;
  border:none;
}
a.nav-link{
color:#fff !important;}

.nav-link:hover{
color:#a1bf35 !important;}

.pt-5{
padding-top:8rem !important;}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.7)!important;
}
.my-5{
	margin-bottom:0px !important;
}

.mb-4{
	margin-bottom: 1.5rem !important;
}
.py-3{padding-top: 4rem!important;}