@charset "utf-8";

/*

This CSS file was created by Matt "MCFAN" Gibson for:

http://www.mcfan.info/

*/


/* Top Bar at the top of the page */
#sp-top-bar
{
	background-color: #116466;
	color: #fff;
}

#sp-top-bar a
{
	color: #fff;
}


/* Navigation Overrides */
.sp-megamenu-parent > li > a /* Top Level */
{
	color: #000;
	font: 20px Verdana, Geneva, sans-serif !important;
	padding: 20px 30px;
}

.sp-megamenu-parent > li > a:hover /* Top Level Hover */
{
	background-color: #116466;
	color: #fff !important;
}

.sp-megamenu-parent > li.active > a
{
	background-color: #116466;
	color: #fff;
}


/* Section Overrides */
section#sp-main-body
{
	padding: 15px 0 !important;
}

#sp-header
{
	border-left: 2px solid #116466;
	border-right: 2px solid #116466;
}

#sp-main-body
{
	border-left: 2px solid #116466;
	border-right: 2px solid #116466;
}


/* The Footer */
#sp-footer
{
	background-color: #116466;
	color: #fff;
}

/* My Code */

/* Table Of Contents */
.example
{
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.example-description
{
	width: 85%;
}

.table-of-contents-button a
{
	background: #090909;
	border: 2px solid #b1a296;
	border-radius: 5px;
	color: #fff !important;
	display: block;
	margin: 15px auto;
	padding: 15px;
	text-align: center;
	transition: .5s !important;
	width: 150px;
}

.table-of-contents-button a:hover
{
	background: #ddd;
	border: 2px solid #b1a296;
	color: #262626 !important;
	transition: .5s !important;
}

/* Tag Overrides */
code.code
{
	color: #00c957 !important;
}