html,body {
    padding-top:40px;
}

.navbar {


background-color: #FCFCFC;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center,center;
  font-family: 'Teko', sans-serif;
  font-size: 18px;

}

.navbar-nav {

}

.affix {
  padding-top: 7px !important;
  padding-bottom: 7px !important;

}



.lrg-logo {
  top:5px;
  width:160px;
  height: 37px;
background-image: url("../img/logo.png");
background-repeat: no-repeat;
background-size: contain;

}

@media screen and (min-width: 601px) {
  .lrg-logo {
      width:200px;
    height: 44px;
  }
  }


.sml-logo {
  width: 120px;
  height: 26px;
background-image: url("../img/logo.png");
background-repeat: no-repeat;
background-size: contain;
}

.live-button-lg {
  padding-top:24px;
  padding-bottom: 24px;
}

@media screen and (min-width: 601px) {
  .live-button-lg {
    padding-top:27px;
    padding-bottom: 27px;
  }
  }

.live-button-sm {
  padding-top:13px;
  padding-bottom: 13px;
}

.nav-item {
font-weight: 700;
text-transform: uppercase;
  padding-left:2px;
  padding-right:2px;
}

.navbar .navbar-toggler-icon {
background-image: url('../img/hamburger6.svg?color=fffff');
}


.nav-link {
  padding-left:2px;
  padding-right:2px;
  padding-top:5px;
  padding-bottom:1px;
}

.navbar-toggler {
padding:4px;
border: none;
outline: none;
margin-right:65px;
}

@media screen and (min-width: 601px) {
.navbar-toggler {
}
}
