/*
* General Styles
*/
.btn-primary {
  background-color: #6699CC;
  border-color: #ffffff;
}
.btn-primary:active,
.btn-primary:hover {
  background-color: #6699CC;
  border-color: #6699CC;
  font-weight: bold;
}
/*!
* General Styles
*/
/*!
* Nav Bar Styles
*/
#page-header {
  background-image: url("../media/logo/background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

#page-header > .header-content > img {
  border-radius: 10%;
}

nav ul.navbar-nav {
    width: 100%;
    display: flex;
}
nav ul.navbar-nav li {
    flex: 1;
    text-align: center;
}

.nav-item {
    /*border-radius: 6px;*/
    margin-right: 2px;
    margin-left: 2px;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.7);
}
.nav-item:hover,
.nav-item:active {
    background-color: #ffffff;
    font-weight: bold;
}

.navbar-toggler {
  font-weight: bolder;
  background-color: #fff;
  color: #ffffff;
}

.navbar-toggler:active,
.navbar-toggler:hover {
  background-color: #fff;
  color: #000;
}

.nav-main-color {
    background-color: #6699CC;
    border: 3px solid #6699CC;
}
.nav-downloads-color {
    background-color: #7799AA;
    border: 3px solid #7799AA;
}
.nav-league-color {
    background-color: #AA7799;
    border: 3px solid #AA7799;
}
.nav-teams-color {
    background-color: #666699;
    border: 3px solid #666699;
}
.nav-indoor-color {
    background-color: #AA99AA;
    border: 3px solid #AA99AA;
}
.nav-outdoor-color {
    background-color: #669999;
    border: 3px solid #669999;
}
/*!
* End Nav Bar Styles
*/

/*!
* List Box Styles
*/
.icon-list {
  list-style-type:none;
  padding-left:0;
}
.icon-list .fas {
  color: #777;
}
/*!
* End List Box Styles
*/


/*!
* Footer Styles
*/
.footer-distributed{
	background-color: #292c2f;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: normal 16px sans-serif;

	padding: 45px 50px;
	margin-top: 40px;
}

.footer-distributed .footer-left p{
	color:  #8f9296;
	font-size: 14px;
	margin: 0;
}
.footer-distributed .footer-title p{
	color:  #8f9296;
	font-size: 16px;
	margin: 0;
}
.footer-distributed h2{
	color:  #8f9296;
	font-size: 18px;
	margin: 0;
}
.footer-distributed h1{
	color:  #8f9296;
	font-size: 20px;
	margin: 0;
}

/* Footer links */
.footer-distributed p.footer-links{
	font-size:18px;
	font-weight: bold;
	color:  #ffffff;
	margin: 0 0 10px;
	padding: 0;
}

.footer-distributed p.footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}
.footer-distributed p.footer-links a:active,
.footer-distributed p.footer-links a:hover{
    color: #8f9296;  
}

.footer-distributed .footer-right{
	float: right;
	margin-top: 6px;
	max-width: 180px;
}

.footer-distributed .footer-right a{
	display: inline-block;
	width: 35px;
	height: 35px;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-left: 3px;
}

@media (max-width: 600px) {

	.footer-distributed .footer-left,
	.footer-distributed .footer-right{
		text-align: center;
	}

	.footer-distributed .footer-right{
		float: none;
		margin: 0 auto 20px;
	}

	.footer-distributed .footer-left p.footer-links{
		line-height: 1.8;
	}
}
/*!
* End Footer Styles
*/