body
{

	padding-bottom: 70px; 
} 

@keyframes fadeInAnimation { 
	0% { 
		opacity: 0; 
	} 
	100% { 
		opacity: 1; 
	} 
} 


 footer
 {
	 margin-bottom:0px;
 }
.brightness:hover {
        filter: brightness(0.75);
        -webkit-filter: brightness(0.75);
}

.tex2t-shadow:hover
{
	text-shadow: 0.25rem 0.25rem 0.4rem #0f0;
}
.shadow-green
{
	box-shadow: 0 .5rem 1rem rgba(0,255,0,.15) !important;
}

.shadow-top 
{
box-shadow: 0 0.25rem 1.5rem 1.2rem rgba(0,255,0,0.175);
}

.logo
{
	max-height:50% !important;
}
.bg-gray2
{
		background-color:#303030 !important;
}
 .bg-primary 
 {
	 background-color:#09ff00 !important;
 }
 .bg-dark2
 {
	 background-color:#000 ;
 }
 .bg-gray
 {
	  background-color:#404040 !important;
 }

 .logo
 {
	   max-width:100%; 
       height:auto; 
 }
 
 border-green
 {
	 
	 border-color:green !important;
 }

.nav-item
{
	font-size: 16pt;
	font-family: "Lucida Console", Courier, monospace;

}

.main
{
	color:#fff;
	animation: fadeInAnimation ease 4s; 
	animation-iteration-count: 1; 
	animation-fill-mode: forwards; 
}

.navbar-toggler-icon
{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 255, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important ;

}
.shift-down
{
		margin-top:5%;
}
.link-white
{
	color: white!important;
}
.link-white:hover
{

		text-shadow: 0.25rem 0.25rem 0.4rem #0f0;
}