@font-face{
  font-family: 'good-times';
  src: url(/fonts/good-times.ttf);
}

.boost-nav {
  background: white;
  border: 0;
  /*border-bottom: 1px solid rgb(200,200,200);*/
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 0;
  min-height: 64px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.12);

}
.boost-nav .container{
  padding-top:10px;
  padding-bottom:10px;
}
.navbar-default .navbar-brand:hover {
  color: #f70000
}

.boost-nav .boost-nav-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 64px;
  margin: auto;
  max-width: 1340px;
  padding: 0 10px;
}
.boost-nav .boost-nav-brand {
  font-family: good-times, sans-serif;
  color: rgb(50,50,50);
  font-weight: 500;
  font-size: 23px;
  /*margin-top: 5px;*/
  letter-spacing: 2px;
  color: #f70000;
/*  margin-left: 35px;*/
    /*padding-right: 6px;*/
position: relative;
top: 3px
}
.boost-nav .boost-nav-brand, .boost-nav .boost-nav-link{
  text-decoration: none;
  transition: .3s;
}
.boost-nav .boost-nav-link{
/*  color: rgb(70,70,70) !important;*/
     color:#777;
  font-size: 16px;
  position: relative;
  top: 2px;
}
.boost-nav .boost-nav-link:hover{
  color:rgb(50,50,50);
}
.boost-nav .boost-nav-brand, .boost-nav .boost-nav-link:not(:last-child){
  margin-right: 30px;
}
.boost-nav .boost-nav-button{
  margin-left: auto;
  /*background: rgb(15,148,226);*/
  border: 1px solid rgb(15,148,226);
  padding: 8px 15px 8px /*10*/15px;
  border-radius: 3px;
  color: /*#fff*/ rgb(15,148,226);
  font-size: 14px
}
.boost-nav .boost-nav-button path {
  fill: rgb(15,148,226);
}
.boost-nav .boost-nav-button:hover{
  color: #fff;
  background-color: rgb(15,148,226);
}
.boost-nav .boost-nav-icon {
  height: 16px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 5px;
}

.boost-nav .boost-nav-button-link {
  color: rgb(15,148,226) !important;
  font-size: 14px;
     font-weight:bold;
}

.boost-nav .boost-nav-button-link i {
  font-size: 18px;
  position: relative;
  top: 1px;
  right: 2px;
}
.boost-nav .boost-nav-button-link img {
  height: 18px;
  position: relative;
  top: -1px;
  right: 2px;
}
.ml-auto {
  margin-left: auto;
}
.boost-nav .dropdown-toggle {
  color: rgb(15,148,226) !important;
}
