/*
FALFR Local css
*/
body {
  background: #dddddd;
}
.navbar-dark .navbar-nav .nav-link {color: #ffffff; letter-spacing:2px;}
.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
    color: 
    #ff0000;
}
 {color: #ff0000; letter-spacing:2px;}

@media screen and (max-width: 600px) {
  h1.hresp {
    font-size: 2rem;
  }
  h3.hresp {
    font-size: 1.5rem;
  }
}
.map-responsive{
    overflow:hidden;
    padding-bottom:50%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.twfeedh	{
	max-height: 600px;
	overflow: auto;
}