header{
  width: 100vw;
  position: fixed;
  z-index: 1000;
}

#headersec1{
  width: 100%;
  height: 40px;
  background-color: var(--header-color);
  display: flex;
  justify-content: space-between;

}

#flex-icons{
  width: 5vw;
  align-items: center;
  justify-content: space-evenly;
  display: flex;
  margin-left: 9vw;

}

.icons{
  width: 30px;
  height: 30px;
}

.yticon{
  width: 40px;
  height: 40px;
  margin-top:2px ;
}

#live{
  display: flex;
  align-items: center;
  width: 25%;
  justify-content: center;
  margin-right: 20px;
}

#livep{
  color: white;
}

#headersec2{
  display: flex;
  width: 100vw;
  height: 100px;
  align-items: center;
  justify-content: space-between;
  background-color: rgb(196, 195, 195);
}

#logo-div{
  padding-left: 2px;
}

#church-logo{
  width: 300px;
  height: 100px;
}

.menu {
  float: left;
  overflow: hidden;
}


.menu .dropdown-nav{
  font-size: 16px;
  border: none;
  outline: none;
  color: var(--header-color);
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit; 
}


.navbar a:hover, .dropdown:hover .dropdown-nav {
  background-color: red;
}


.dropdown-content {
  display: none;
  position: absolute;
  background-color: #bdbaba;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}


.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}


.dropdown-content a:hover {
  background-color: #ddd;
}


.menu:hover .dropdown-content {
  display: block;
}

#nav-bar-div{
  display: flex;
  width: 40%;
  align-items: center;
  justify-content: center;
  margin: 0;
}



.nav-list{
  list-style: none;
  display: inline-block;
  margin-right: 20px;
  
}