.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}
.nav-left-name{
  font-family: times new roman;
}
.jumbotron {
  padding-top: 20px;
  padding-bottom: 20px;
}
.fakeimg {
  height: 200px;
  background: #aaa;
}

.footer-main-div{
  width: 100%;
  height: auto;
  margin: auto;
  background:#272727;
  padding:20px 0px;
}
.footer-social-icons{
  width: 100%;
  height: auto;
  margin:auto; 
}
.footer-social-icons ul{
  margin-bottom: -10px;
  padding : 0px;
  text-align: center;
}
.footer-social-icons ul li{
  display: inline-block;
  /*width: 50px;*/    /*if width,height,bg is in  use then .footer-social-icons ul li a i is in use*/
  /*height: 50px;*/
  /*margin: top right bottom left*/
  margin: 0px 5px 15px 0px;
  border-radius: 100%;
  /*background: #32CD32;*/
}
.footer-social-icons ul li a{
  color: #999999;
  font-size: 25px;
}
.footer-content{
  text-align: center;
  font-family: serif;
  font-size: 15px;
  color: white;
}
 /* hide mobile version by default */
  .ft .mobile-footer-content {
    display: none;
  }
  /* when screen is less than 600px wide
     show mobile version and hide desktop */
  @media (max-width: 600px) {
  .ft .mobile-footer-content {
    display: block;
    text-align: center;
  font-family: serif;
  font-size: 10px;
  color: white;
    }
   .ft .desktop-footer-content {
      display: none;
    }
  }
   /* hide mobile version by default */
  .logo .mobile {
    display: none;
  }
  /* when screen is less than 600px wide
     show mobile version and hide desktop */
  @media (max-width: 600px) {
    .logo .mobile {
      display: block;
      width: 200px;
      height: 50px;
      }
    .logo .desktop {
      display: none;
    }
  }
 ol li,ul li{
  font-family: Lucida Bright;
  /*  font-style: italic;*/
}
 h5,h6,h4{
   font-family: Lucida Bright;
}
.headingbrown{
  color:#c65353;
}
.secondbody{
      line-height: 2;
}
.space{
  padding-top: 10px;
}

.welcome{
  font-size: 15px;
}