body {
  padding-top: 5rem;
}
.banner-img{width:100%;}

.nav-bg-color{background-color: #251f37;}
.nav-item-color{background-color: #f5f5f5;}
.title{color: #f5f5f5;}
.nav-link, a{
 color: #8e8e8e;
    text-decoration: none;
    background-color: transparent;
}


.disclaimer{color: #8e8e8e;}
.tag a{color: #8e8e8e;}

   
.copyright{color: #fff;
font-weight:500;
background-color:#1c1729}

.bg-side-link {
    background-color: #1d1730 !important;
}
.list-group a{color:#fff !important;}

.hero-bg-color{background-color: #160f29;}
.section-1-bg-color{background-color: #1d1730;}
.section-2-bg-color{background-color: #160f29;}
.bg-color{background-color: #1d1730;
color:#fff;}
.card-bg-color{background-color: #251f37;}
footer-bg-color{background-color: #251f37;}

.navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
		margin:0.3rem;
		color:#000;
		font-size:1.5rem;
    }
	
	.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.6rem;
	font-weight:600;
	color:#000;
    line-height: inherit;
    white-space: nowrap;}
	
	.navbar-dark .navbar-brand {
    color: #381d1d;}
	
	

h1.super {
    margin-bottom: 1.5rem;
    font-size: 5.5rem;
    line-height: 1.2;
	font-weight:800;
	text-transform: uppercase;
    background: linear-gradient(to right, #00B3FF 15%, #26ffe6 65%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;}
	
	.sitename {
	font-size:36px !important;
	line-height: 1.2;
	font-weight:800;
	text-transform: uppercase;
    background: linear-gradient(to right, #00B3FF 15%, #26ffe6 65%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;}
	

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
	

.f-link {
    color: #8e8e8e;
    text-decoration: none;
    background-color: transparent;
}



.fotter-link {
    display: block;
	margin:0.5rem
}

.badge {
    
    padding: 0px !important;
	margin:   0.25em 0.4em;
   }

.fotter-link, a {
    color: #8e8e8e;
    text-decoration: none;
    background-color: transparent;
}


.line {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
   }
.pointer {cursor: pointer;}


.f-fixed{
	   
    background: linear-gradient(45deg,#fff 0,#fff 50%);
	position:fixed;
	width:103.5%;
	bottom:0;
	z-index:1030;
	height:34px;


	}
	