.topheader
{
background-color:maroon;
height:40px;    
color:white;
font-family: montserrat;
}
.topnav {
  overflow: hidden;
}
.topnav a {
  float: left;
  display: block;
  color: white;
  text-align: center;
  padding: 3px 12px;
  text-decoration: none;

  border-bottom: 3px solid transparent;
}
.topnav a:hover {
  border-bottom: 3px solid white;
  text-decoration: none;
  color:white;
}
.main-header
{
 background-color:white;
 height:0px auto;
}
.logo
{
    height:90px;
    margin:10px;
   
}
.heading
{
    padding-top:10px;
}
.heading-name
{
    font-family: montserrat;
    font-size:32px;
    font-weight:bold;
}
.heading-address
{
font-family: montsesrrat;
font-size: 18px;
}
.border
{
  height:5px;
  background-color:maroon;  
}
.advertisements
{
    font-family:montserrat;
    font-weight:bold;
    padding-top:15px;   
}
/*================bottom footer Styling */
.bottom
{
  background-color:#111111 !important ;

  position: fixeed;
  font-family: montserrat;
  bottom: 0;
  height:50px;
}
.bottomnav {

  background-color:#111111 !important;
  position: fixeed;
  
  bottom: 0;
}

.bottomnav a {
  float: left;
  display: block;
  color: white;
  text-align: center;
  padding: 5px 16px;
  text-decoration: none;
  font-size: 17px;
  border-bottom: 3px solid transparent;
}

.bottomnav a:hover {
  border-bottom: 3px solid red;
}

.bottomnav a.active {
  border-bottom: 3px solid red;
}
.td{
  
    font-size:14px;
    font-weight:bold;
    font-family:montserrat;
}
.th
{
    font-size:14px;
    font-weight:bold;
    font-family:montserrat; 
    color:red; 
}