.hide {
    display: hidden;
}
/* code by webdevtrick ( https://webdevtrick.com ) */
  #menu-nav {
    max-width: 70%;
    margin: auto auto 30px auto;
    background-color: #ecf0f1;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  }
   
  #navigation-bar ul {
    border-radius: 4px;
    overflow: hidden;
  }
  #navigation-bar li {
    float: left;
    width: 16%;
  }
  #navigation-bar li:hover a::before {
    right: 0;
    left: 0;
  }
  #navigation-bar a {
    color: #848484;
    font-size: 20px;
    text-decoration: none;
    text-align: center;
    padding: 20px 0;
    display: block;
    position: relative;
    transition: all 0.3s ease;
  }
  #navigation-bar a:hover {
    color: #3931b3;
  }
  #navigation-bar a::before {
    content: "";
    transition: all 0.4s ease-in-out;
    position: absolute;
    right: 50%;
    left: 50%;
    bottom: 0;
    height: 2px;
    background-color: #3931b3;
  }
  #navigation-bar a:hover::before {
    right: 0;
    left: 0;
  }
   
  li {
      list-style: none;
  }

  /*footer*/
  .footer-distributed .footer-icons{
	
}
 
.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;
 
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;
 
	margin-right: 3px;
	margin-bottom: 5px;
}

  /* original css*/
  .auto-style1 {
    color: #CCCCCC;
	text-align: center;
}
.auto-style2 {
    color: #CCCCCC;
	text-align: center;
}
a:link {
    color:#848484;
	text-decoration:underline;
	text-underline:single;
}
.auto-style3 {
	color: #CCCCCC;
	font-style: italic;
}
.auto-style4 {
	color: #CCCCCC;
}
.auto-style6 {
	text-align: left;
	font-style: italic;
	margin-left: 200px;
	margin-right: 200px;
}
.auto-style7 {
	text-align: left;
	margin-left: 200px;
	margin-right: 200px;
}
.auto-style10 {
	margin-left: 250px;
	margin-top: 0;
	margin-bottom: 0;
}
.auto-style13 {
	margin-top: 0;
	margin-bottom: 0;
}
.auto-style14 {
	color: #CCCCCC;
	font-style: italic;
	font-size: large;
}
.auto-style15 {
	margin-top: 5px;
	margin-bottom: 25px;
}
.auto-style16 {
	border-width: 0px;
}