* {
    box-sizing: border-box;
  }
  
  body {
    background: url("../images/map4.jfif") no-repeat center center fixed;
    background-size: cover;

    margin: 0;
    font-family: 'Roboto', sans-serif;
  }
  .brand{
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    line-height: inherit;
    white-space: nowrap;
  }
  .container {
    max-width: 1000px;
    margin: 0 auto;
  }
  .navbar2{
    background: #ff0000;
    display: flex; justify-content: center;
  }
  nav {
    box-shadow: 0 0 15px 0 rgba(0,0,0,.10)
  }
  
  nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    text-align: left;
  }
  
  nav li {
    display: inline-block;
  }
  
  nav a {
    color: white;
    text-decoration: none;
    display: block;
  }
  
  nav li:hover {
    text-decoration: underline;
  }
  
  nav li:hover a {
    color: #ff0000;
  }
  
  
  .menu-sub {
    position: absolute;
    left: 0;
    background:rgba(209, 196, 196, 0.781);
    display: none;
    color: #ff0000;
    padding: 2em;
  }
  
  nav li:hover .menu-sub {
    display: block;
    z-index: 2;
  }
  
  .menu-sub li {
    display: block;
  }
  
  .menu-sub a {
    padding: 0;
    margin-bottom: .35em;
  }
  
  .menu-sub a:hover {
    text-decoration: underline;
  }
  
  .menu-category {
    margin: 2.5em 0 .5em;
  }
  
  .menu-category:first-of-type {
    margin-top: 0;
  }
  
  .menu-col-1,
  .menu-col-2,
  .menu-col-3,
  .menu-col-4 {
    float: left;
  }
  
  .menu-col-1 {
    width: 50%;
  }
  
  .menu-col-2 {
    width: 50%;
  }
  /* for all the 2ndnavbar megadrop down text content on left */
  .heading-menu{
    font-size: 20px;
    font-family: 'Exo 2', sans-serif;
}
  /* class grid1 for testimonial */
  #grid1{
    margin: 5%;
    background-color:white; 
    color:black; 
    width:80%;
    box-shadow: 0px 0px 4px #848484;/*for shadow efect around the box*/
  }
/* class center to center the testimonial */
.center{
  display: flex;justify-content: center;
}
/* for main heading of forum */
.main-heading{
    font-family: 'Anton', sans-serif;
    text-align: center;
    margin: 5%;}

/* for all the sub headings */
.sub-heading{
    font-family: 'Oswald', sans-serif;
}
#submitbutton{ /*for submit button*/
    margin: auto;
    padding: .2em 0.5em 0.2em 0.5em;/*for customized size submit box*/
    color: white;
    font-size: 1.5em;
    background-color:#ff0000;
    box-shadow: 0px 0px 3px #848484;/*for shadow efect around the box*/
}
#submitbutton:hover,#submitbutton:focus{
    background-color:#bd0909;
}
/* for social media links */
.counter{
  box-shadow: 0px 0px 4px #848484;/*for shadow efect around the box*/
  color: white;
  background-color: rgba(0, 0, 0, 0.678);
  border-radius: 1%; 
}