* {
    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;
    /* padding: .75em 1.75em; */
  }
  
  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);
    /* width: 50em; */
    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 center to center the testimonial */
.center{
  display: flex;justify-content: center;
}

.card-block{
  box-shadow: 0px 0px 4px #848484;/*for shadow efect around the box*/
}

/* for both grids images */
.img-shadow{
  box-shadow: 0px 0px 4px #848484;/*for shadow efect around the box*/
}
/* custom class for card deck */
.custom{
    width:80%;
     margin:auto; 
     margin-top:5%;
}
.card-heading{
  text-align: center;
  font-family:'Anton', sans-serif;
}
/* for 1st h1 heading of main div */
.first-heading{
    padding-top: 5%;
color:black;
/* font-family: 'Oswald', sans-serif; */
font-family:'Anton', sans-serif;
text-align: center;
letter-spacing: 4px;
}
.second-heading{
    color:black;
    /* font-family: 'Oswald', sans-serif; */
    font-family:'Anton', sans-serif;
    text-align: center;
    letter-spacing: 2px; 
}
/* for card title heading */
.heading{
    color: #ff0000;
    font-family: "raleway";
    text-align: center;
    font-weight: bold;
}
/* for class card */
.card-custom{
    margin:auto;
    width:95%;
    margin:2%;
	align-content: center;

}
/* for Pres and VP photo center */
.card-img-top {
	text-align: center;
}
