.bobcat-spotlight {
    background-image: url("Images/bobcat-spotlight.jpg");
}

.genpagebuilder-decorativeELine {

    border-color: #474747 !important;

}

 
.genpagebuilder-decorativeMLine {

    border-image: linear-gradient(to right, white 0%, white 40.5%, #474747 40.5%, #474747 59.55%, white 59.55%, white 99% ) 100% 1 !important;

}

 
.genpagebuilder-decorativeLLine {

    border-image: linear-gradient(to right, #474747 20%, white 20%) 100% 1 !important;

}

.text-tiny {
    font-size: .7em;
}

.kirsty-header {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 1rem;
}

.kirsty-italic {
    font-family: Kirsty, 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-style: italic;
    letter-spacing: .1rem;
}

.header-right-header {
    font-size: 2.5rem;
    letter-spacing: .3rem;
    text-align: center;
}

.twitter-account-link {
    color: white!important;
    font-size: 1.3rem;
    border-bottom: 1px solid #667480;
}

.twitter-accounts {
    background-color: #292f33;
    height: 430px;
    overflow: auto;
    border-radius: 5px 5px 0 0;
}

.twitter-accounts h2 {
    background-color: #292f33;
    border-bottom: 1px solid rgba(145,165,180,.6);
    padding: 0.6rem;
}


.social-logos {
    display: flex; 
    justify-content:left; 
    margin: 24px
}

.logo-link {
    height: 50px;
    width: 50px;
    margin-right: 1rem;
}

.staff-member-bar {
    background-color: #4d021b;
    width: 100%;
    color: white;
    margin-top: 4rem !important;
    outline: 2px solid #4d021b;
    outline-offset: 2px;
    z-index: 1;
    position: relative;
}

.staff-member img {
    z-index: 2;
    position: relative;
    width: 250px;
    height: auto;
    float: left;
    margin: -15px 15px 0 45px;
    width: 250px;
    border: 6px solid #4d021b;
    outline: 2px solid white;
    outline-offset: -4px;
}

.staff-member {
  padding: 1rem .3rem 0 .3rem;
}

.staff-member-email {
  float: right;
}

.staff-member-name {
  font-size: 2rem;
  border-bottom: 1px solid #ccc;
}

.team-poster {
    display: block;
    border-radius: 5px 5px 0 0;
}

.team-poster {
    color: inherit!important;
}

.team-poster:hover {
    text-decoration: none;
}

.team-poster img {
    width: 100%;
    padding: .5rem;
    margin: auto;
    display: block;
}

.upcoming-game {
    color:#FFFFFF;
}


@media (max-width: 767px)
{
   .staff-member img {
    float: none;
    display: block;
    margin: auto;
    top: -25px;
    outline: 2px solid white;
  }
  .staff-member-bar {
  margin-top: 2rem;
  }
  
  .staff-member-name {
    margin-top: -25px;
    text-align: center;
    font-size: 1.8rem; 
    line-height: 2.5rem;
  }
  .staff-member-title{
      text-align: center;
  }

    .twitter-accounts {
        height: auto;
        border-radius: 0;
    }

     .team-poster {
        height: auto;
        border-radius: 0;
        border-bottom: 1px solid #ccc;
    }
}

















