input#from {
    font-family: 'Barlow';
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
}
    nav .navbar-nav li a{
 font-family: 'Secular One';
   font-size: 24px;
    font-weight: 800;
    color: Black;

  }

  nav .navbar-nav li a:hover {
   color: #a10808;
  
}
nav.navbar.fixed-top.navbar.navbar-expand-lg.bg-body-tertiary {
    padding: 0px;
}
    section#ua1 {
    background-image: url(img/1.jpg);
    width: 100%;
    height: 800px;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 50px 0px 30px 0px;
}