/* Add here all your CSS customizations */
/* *{
    border:1px solid lightsalmon !important;
} */
.headerlogocontrol {
    width:250px !important;
    height:55px !important;
}
/*Responsive team header text*/
/* If the screen size for class headertextcontrol is 601px wide or more change css */
@media screen and (min-width: 601px) {
    div.headertextcontrol {
      font-size: 14px;
      padding-top:40px;
    }
  }
  
  /* If the screen size for class headertextcontrol is 600px wide or less change css */
  @media screen and (max-width: 600px) {
    div.headertextcontrol {
      font-size: 8px;
      padding-top:40px;
    }
  }

  a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #f12a34!important;
  }

  .current_page_item, .current-menu-item{
    background: #D6363D;
  }
  .current_page_item a, .current-menu-item a{
    color: white !important;
  }

  .tp-caption{
    text-shadow: 2px 2px black;
  }