.navbar 
{
	margin-bottom: 0;
	border-radius: 0;
}

.navbar-nav.navbar-center 
{
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
}

.section
{
	position:relative;
	width: 100%;
	height: 91.25vh;
	display: flex;
	justify-content: center;
}

.section h1, button
{
	font-family: 'Audiowide';
	color: rgba(199,253,45);
	padding-top: 20px;
	padding-bottom: 20px;
	z-index: 1;
}

.image-container
{
	position: absolute;
	width: 100%;
	height: 91.25vh;
}

.text
{
	z-index: 3;
}

	
body 
{			
	background: black;
	text-align: center; color: cornsilk;
}

p
{
	font-family:Source Code Pro;
	font-size: 14px;
	text-align: left;
	text-shadow: 0 0 3px rgba(199,253,45);
}

#title
{
	/*background-color: rgba(253,187,45,0.48);*/
	font-family: 'Audiowide';
	color: rgba(199,253,45);
	padding-top: 20px;
	padding-bottom: 20px;
	/*border-style: ridge;
	border-width: 5px;
	border-color: rgba(199,253,45);*/
}

#mitem{color:Magenta; font-family: 'Fugaz One';font-size: 18px;}
#btitle{text-align:center;}

#blink 
{
  animation: blinker 1s linear infinite;
}

@keyframes blinker 
{  
  50% { opacity: 0.0; }
}
