body
{
	background-color:#e6e6e6;
    font-family: "Segoe UI";
}


/*-------------------------------Menu---------------------------------*/



/*-------------------------------Info---------------------------------*/
.info a
{
	color:#e6e6e6!important;
}

/*--------------------------------infoM------------------------------------------------------------------------*/

#socials a
{
	color:#e6e6e6!important;
}



/*-------------------------------Go to Top Arrow----------------*/
#goTop
{
	display: none; /* Hidden by default */
	opacity:0.3;
	position: fixed; /* Fixed/sticky position */
	bottom: 60px; /* Place the button at the bottom of the page */
	right: 30px; /* Place the button 30px from the right */
	z-index: 99; /* Make sure it does not overlap */
	
	background-color: black; /* Set a background color */
	color:#ff9800; /* Text color */
	cursor: pointer; /* Add a mouse pointer on hover */
	padding: 15px; /* Some padding */
	border-radius: 10px; /* Rounded corners */
	font-size: 18px; /* Increase font size */
}
#goTop:hover
{
	opacity:1;
	transition: opacity 400ms linear;
}
@media only screen and (max-width: 360px) 
{
	#goTop
	{
		bottom: 50px;
		right: 10px;
		padding: 11px;
		font-size: 14px;
	}
	
}





/*------------------------------------Footer----------------*/
.footer
{
	background-color:black;
	color:#e6e6e6;
	padding:5px;
	margin-top:-5px;
	
}
#footerName
{
	color:#ff9800;
}
.footer a
{
	color:#e6e6e6!important;
}
@media only screen and (max-width: 393px) 
{
	.footer
	{
		font-size:13px;
	}
}
@media only screen and (max-width: 280px) 
{
	.footer
	{
		font-size:10px;
	}
}

/*-------------------------------Modals----------------*/
.modal-header
{
	background-color:#ff9800;
}
.modal-body
{
	background-color:#e6e6e6;
}
.modal-body a
{
	color:black;
}
.modal-footer
{
	background-color:#1a1a1a;
}
.btn-warning
{
	background-color:#ff9800;
	border-color: #ff9800;
}
.btn-warning:hover
{
	background-color:#ff9800;
	border-color: #ff9800;
	-webkit-box-shadow: 0px 0px 36px -5px rgba(255,152,0,1);
	-moz-box-shadow: 0px 0px 36px -5px rgba(255,152,0,1);
	box-shadow: 0px 0px 36px -5px rgba(255,152,0,0.8);
}
@media only screen and (max-width: 414px) 
{
	.modal h2
	{
		font-size:28;
	}
	.modal h3
	{
		font-size:24;
	}
	.modal h4
	{
		font-size:18;
	}
	.modal p
	{
		font-size:12;
	}
	.modal ul
	{
		padding-left:25px;
	}
	.modal li
	{
		font-size:12;
	}

}
/*---------Scorll value Test Division----------------*/
#test2
{
	opacity:0.9;
	position: fixed; /* Fixed/sticky position */
	top: 80px; /* Place the button at the bottom of the page */
	left: 5px; /* Place the button 30px from the right */
	z-index: 99; /* Make sure it does not overlap */
	
	background-color: black; /* Set a background color */
	color:#ff9800; /* Text color */
	cursor: pointer; /* Add a mouse pointer on hover */
	padding: 15px; /* Some padding */
	border-radius: 10px; /* Rounded corners */
	font-size: 18px; /* Increase font size */
}

/*---------What Files user loads Test Division----------------*/
#test3
{
	opacity:0.9;
	position: fixed; /* Fixed/sticky position */
	top: 80px; /* Place the button at the bottom of the page */
	left: 60%; /* Place the button 30px from the right */
	z-index: 99; /* Make sure it does not overlap */
	
	background-color: black; /* Set a background color */
	color:#ff9800; /* Text color */
	cursor: pointer; /* Add a mouse pointer on hover */
	padding: 15px; /* Some padding */
	border-radius: 10px; /* Rounded corners */
	font-size: 18px; /* Increase font size */
}
@media only screen and (max-width: 1100px) 
{
    #test3
    {
        left: 0;
        top: 120px;
        font-size: 12px;
    }
