.mega-menu
{
position: static;
}

.mega-menu
{
  position: relative;
	width: 800px;
	overflow: hidden;
	padding: 10px;
	border-radius: 0;
}

.mega-menu a
{
text-decoration: none;
color: grey;
}

.mega-menu a:hover {
  color: black;
 
  text-decoration: none;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
 
}
.mega-menu p
{
margin: 0px;
padding: 0px;

}

.mega-menu h4
{
	font-size: 1.4rem;
	color:  #dc3545;
	    padding: 15px;
	        margin-bottom: 0px;
}

.redSolidLineNav{
width: 60%;
margin-left: 0;
margin-right: auto;
margin-bottom: 0px;

height: -0.1em;
background: #dc3545;
text-align: left;
}


/* Create three equal columns that floats next to each other  #212529*/
.widthBar {
  float: left;
  width: 33.33%;
  padding: 10px;
  height: auto;

}

.widthBar a {
  float: none;
  color: #343a40;
  padding: 15px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.widthBar a:hover {
  background-color: #f8f9fa !important;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.hBroder
{
  color: lightgrey;
  border-style: solid;
  border-width: 0px 0px 0px 0.5px;
}
@media(max-width: 500px)
{

.mega-menu {
    width: 300px;
    height: auto;
  }

	.mega-menu a
	{
	  text-decoration: none;
	  color: #dc3545;
	}

	.widthBar {
    width: 100%;
    height: auto;
     float: left;
  padding: 5px;

	}


.widthBar a {
  float: none;
  color: black;
  padding: 15px;
  text-decoration: none;
 
  text-align: left;
}

.widthBar a:hover {
  background-color: #cfcfcf;
}


}







