/* Dropdown button */
.dropdown .dropbtn {
  font-size: 15px;
  padding-bottom:0px;
  border: none;
  outline: none;
  color: white;
  padding: 15px 16px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #bd0911;
}

.dropbtn {
  background-color: #bd0911;
  color: white;
  padding: 5px;
  font-weight: 500;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #bd0911eb;
  min-width: 150px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #2460b9;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #bd0911;}

/* This is the marquee external css */
 marquee{
	  height:25px;
      font-size: 16px;
      text-align: center;
      font-weight: 400;
      color: #2460b9;
	  border: 1px solid #2460b926;
	  padding-bottom: 5.5px;
      margin-left: -16px;
      padding-top: 4.5px;
}

 #marquee-box{
	  margin-top: 18px;
	  padding-left: 12px
 }
/* This is the marquee external css */
