body::before {
  display: block;
  content: '';
  height: 60px;
}
.color1{
  color:#F806CC;
}
.bg-custom1{
  background-color:#F806CC;
}
.color2{
  color:#A91079;
}

.bg-custom2{
  background-color: #A91079;
}
.brand-custom{
  color: #F806CC ;
  text-decoration: none;
}

.brand-custom:hover{
  color:white;
}


.nav-item a{
color:#F806CC;
}
.nav-item a:hover{
  color: white;
}
.button-custom{
  background-color: #A91079;
  color:white;
  outline: none;
  border: none;
}
.modal-content,.modal-header{
  border: none;
  outline: none;
  box-shadow: none;

}

@media (min-width: 768px) {
  .news-input {
    width: 50%;
  }
}
