.base-header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 50px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
    background: #ffffff; /* Old browsers */ /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff),to(#e5e5e5));
    background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
    
    -webkit-box-shadow: 0px -10px 10px 10px rgba(0,0,0,0.4); 
    box-shadow: 0px -10px 10px 10px rgba(0,0,0,0.4);
    z-index: 2;
}

#clockTime {
  font-family: monospace;
  font-size: 20px;
  vertical-align: middle;
  height: 100%;
  width: 400px;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #333;
}

.icon {
    color: #303030;
    text-decoration: none;
    display: block;
    float: left;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    width: 230px;
    padding: 0 15px;
    font-weight: 300;
    overflow: hidden;
}

.icon:hover {
    text-decoration: none;
    color: #3d93c9;
}

.icon img {
    display: inline;
    padding-bottom: 4px;
    max-height: 90%;
    max-width: 60px;
}

.icon span {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    text-align: left;
    padding-left: 10px;
    font-weight: 500;
}

.icon img + span {
    width: 140px;
}

.base-header .navbar-right {
    float: right;
    padding: 8px 16px;
    margin: 0!important;
    border: 0;
}

.base-header .navbar-nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.base-header .navbar-nav>li>.dropdown-menu {
  margin-top: 2px;
}

.base-header .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px;
}

.base-header .nav-link {
  display: block;
  padding: 8px;
  color: rgba(0,0,0,.9);
  font-size: 16px;
  line-height: 24px;
}

.base-header .nav-item {
  display: list-item;
  line-height: 24px;
}

.base-header .dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  font-size: 16px;
  padding: 4px 24px;
  line-height: 24px;
}

.base-header .navbar-nav>li>.dropdown-menu {
  top: 100%;
  z-index: 1000;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
  padding: 8px 0;
}
