

.btn-primary{
    border-color: #F26E0D !important;
    background: #F26E0D !important;
}

.btn-primary:hover{
    border-color: #CD5F0F !important;
    background: #CD5F0F !important;
}


.nav > li > a:hover {
    border-color: #F26E0D !important;
    background: #F26E0D !important;
}

.howto-video{
    background-color:#F26E0D;
}



.app-btn{
    color:#F26E0D !important;
}

#video{
    background-color:#F26E0D;
}

.f-social a:hover {
    color: #F26E0D;
}

#text {
    background: #F26E0D;
}

#text .btn-primary{
    background: #CD5F0F !important;
}



#extra-download {
    background: #0DA5F2;
}

#white-intro {
    background-image: url(https://static.sportsmantracker.com/v3/node-web/bg/hw_bg.png);
}

#white-intro h1{
    color:#fff !important;
}

#white-intro p{
    color:#fff;
}

.footer-header {
    font-family: industry,sans-serif;
    font-weight: bold;
    color: #e6e6e6;
    text-align: left;
    line-height: 1;
    font-size: 3.5rem;
  }

  .footer-hr-container {
    background-color: black;
  }

  .footer-hr {
    border: 1px solid #383838;
    margin: 0 auto;
  }


/*#white-intro img.phone{*/
    /*max-height:75vh;*/
    /*height:auto;*/
/*}*/


body{
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    background-position: -150px 0;
    position: relative;
}

.img-badge-1 {
    width: 90%;
    height: auto;
    max-width: 100%;
}

.img-badge-2 {
    width: 90%;
    height: auto;
    max-width: 100%;
}

@media only screen and (max-width: 767px) {

    /*#white-intro{*/
        /*background:none;*/
    /*}*/
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .footer-header {
        font-family: industry,sans-serif;
        font-weight: bold;
        color: #e6e6e6;
        text-align: left;
        line-height: 1;
        font-size: 2.5rem;
    }
}