/* Add here all your css styles (customizations) */
.text_gl
{
	position:absolute; 
	margin-top:-130px; 
	border-width: 2px !important; 
	border:solid white !important; 
	color:white !important; 
	padding:10px;
	font-weight: normal;
	text-shadow: 1px 1px 1px black;
	
}

.fblhead
{
	height:220px; 
	-webkit-filter: blur(10px); 
	-moz-filter: blur(10px);
	filter: blur(10px);
}

.h220
{
	height:220px;
}

.fade {
    opacity: 0;
    transition: display .15s linear;
    display: none;
}

.fade.show {
    opacity: 1;
    display: flex;
}


@media (max-width: 767px) {
  [data-tabs-mobile-type="slide-up-down"],
  [data-tabs-mobile-type="accordion"] {
    display: flex;
    }
  [data-tabs-mobile-type="slide-up-down"] .nav-link {
    border-width: 0px !important;
}
}	