body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  overflow-x: hidden;
}
a
{
  color: #669966;
}

a:hover,
a:focus,
a:active,
a.active {
  color: #88CC88;
  text-decoration:none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
h4{
    font-size:18px;
}
hr.gamepad-light,
hr.gamepad-primary,
hr.gamepad-dark {
  padding: 0;
  border: none;
  border-top: solid 5px;
  text-align: center;
  max-width: 375px;
  margin: 25px auto 30px;
  
  font-size:14px;
}
hr.gamepad-light:after,
hr.gamepad-primary:after,
hr.gamepad-dark:after {
  content: "\f11b";
  font-family: 'Font Awesome 5 Free';
  display: inline-block;
  position: relative;
  top: -0.8em;
  font-size: 2em;
  padding: 0 0.25em;
  
  font-weight: 900;
}
hr.gamepad-light {
  border-color: white;
}
hr.gamepad-light:after {
  background-color: #000;
  color: white;
}
hr.gamepad-primary {
  border-color: #2C3E50;
}
hr.gamepad-primary:after {
  background-color: #f8f9fa;
  color: #2C3E50;
}
hr.gamepad-dark {
  border-color:white;
}
hr.gamepad-dark:after {
  background-color:#343a40;
  color:white;
}
.btn-outline {
  color: #666;
  font-size: 20px;
  border: solid 2px #666;
  background: transparent;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: white;
  background: #696;
  border: solid 2px #696;
}
.btn-white{
  color: white;
  border-color:white;
}
a.btn-outline.btn-games:hover,
a.btn-outline.btn-games:focus,
a.btn-outline.btn-games:active,
a.btn-outline.btn-games.active{
    color:white;
}
.row-team h4{
	color:#669966;
}
.game-item{
	margin-bottom:30px;
    text-align:center;
}
.game-item h4{
	margin-top:0.65rem;
	margin-bottom:0.65rem;
}
.team-profile-img{
	max-width:100%;
	width:200px;
	height:auto;
	margin-bottom:0.5em;
	margin-top:0.5em;
}
#bio-frame{
	border:3px solid #fff;
}
#bio-covert p:first-child,
#bio-maloney p:first-child, 
#bio-wagoner p:first-child, 
#bio-weiss p:first-child{
	margin-top:0.75rem;
}

/* * * * */
.site-name{
	display:inline;
}
	
.page-game h2, .page-game h3{
	text-align:center;
}

.col-game-list hr:last-child{
    display:none;
}

/* * * * */