

/* Menu CSS for Large Screens and Up */
@media only screen and (min-width: 1200px) {
  nav.navbar ul.navbar-nav li a {
    font-family: "Typo Grotesk", sans-serif;
    font-weight: bolder;
    background-color: transparent !important;
    color: #0a4e78;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  } 
  
}

/* Medium devices (desktops, 992px and below) */
@media only screen and (max-width: 1024px) {
  nav.navbar ul.navbar-nav li a {
   font-size: 1em;
  } 
  .navbar-collapse.collapse.in ul li a{
    font-size: 1em;
  }
  .header li a img.link-icon {
    width: 25px;
    margin-top: 10px;
  }
}


/* Small devices (tablets, 800px and below) */
@media only screen and (max-width: 800px) {
 nav.navbar ul.navbar-nav li a {
    font-size: .8em;
    padding: 15px 5px;
  } 
  .navbar-collapse.collapse.in ul li a{
    font-size: .8em;
  }
  .header li a img.link-icon {
    width: 20px;
    margin-top: 10px;
  }

  .header {
    height: 130px;
  }

  .navbar-default .navbar-brand {
    color: #777;
    width: 80%;
  }
  .header .navbar-brand img {
    /*margin-top: 20px;*/
    /*width: 100%;*/
  }
}

  /* section.header nav.navbar .navbar-toggle {
    display: block;
  }

  section.header nav.navbar .navbar-collapse.collapse {
      display: none !important;
  }
  */
  /*.navbar-header {
    width: 30%;
  }*/

