*{
  margin:0;
  padding:0;
  box-sizing: border-box;
}
.brand-logo{
  width:100%;
}
.headad{
  font-size: 1.3rem !important;
}
.navbar-nav{
  flex-direction:row !important;
}
.navbar-nav .nav-item{
  margin-right:0.8rem;
}
::-webkit-scrollbar {
  width: 10px !important;
  height:4px !important;
}
::-webkit-scrollbar-thumb {
  background: red;
  border-radius: 10px;
}
.headlines{
  margin-bottom:1.2rem;
}
.headlines a{
  color:black;
}
.headlines a:hover{
  color:grey;
  text-decoration:none;
}
.main-video{
  width:100%;
  border:2px solid grey;
}
.carousel-indicators li{
  width:10px !important;
  height:10px !important;
  border-radius:50% !important;
}
footer .container{
  color:white;
  display:flex;
  justify-content: space-between;
}
footer .container a{
  color:white;
  font-weight:600;
  font-size:1rem;
  letter-spacing: 1px;
}
footer .container a:hover{
  text-decoration:none;
  color:#bdb9b9;
}
