@font-face {
  font-family: 'icomoon';
  src: font_url("icomoon.eot?jvvhd0");
  src: font_url("icomoon.eot?jvvhd0#iefix") format("embedded-opentype"), font_url("icomoon.ttf?jvvhd0") format("truetype"), font_url("icomoon.woff?jvvhd0") format("woff"), font_url("icomoon.svg?jvvhd0#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.temporarily-hidden {
  display: none; }

/* nav bar styles */
.navbar {
  padding: 15px 4%; }
  @media screen and (max-width: 768px) {
    .navbar {
      padding: 5px 4% 5px 4%; } }

.navbar-brand {
  padding: 0;
  width: 100%; }
  .navbar-brand img {
    width: 100%;
    height: 40px;
    width: 213px; }
  @media screen and (max-width: 768px) {
    .navbar-brand {
      height: 24px;
      width: 10.5em;
      padding: 0.375em 0 0 0; }
      .navbar-brand img {
        height: 24px;
        width: 127px; } }

.nav > li > a {
  padding: 0.625em 1.875em; }
  @media screen and (max-width: 1024px) {
    .nav > li > a {
      padding: 0.625em 0.8em; } }

.navbar-default .navbar-nav > li > a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 0.750em;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.125em; }

.navbar-default .navbar-nav > li > a:hover {
  color: #fff; }

.navbar-default {
  background-color: transparent;
  border-color: transparent; }
  @media screen and (max-width: 768px) {
    .navbar-default {
      background: #000; } }

.dropdown-menu > li > a {
  padding: 0.313em 1.563em;
  font-family: "lato-regular", sans-serif;
  font-size: 16px;
  text-transform: uppercase; }

.navbar-nav > li > .dropdown-menu {
  width: 100%; }

.navbar-default
.navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #fff;
  background: transparent; }

.navbar-nav {
  margin: 0.469em -0.938em; }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background: transparent;
  color: #fff; }

.link-contact {
  border: 1px solid white;
  -webkit-border-radius: 0.250em;
  -moz-border-radius: 0.250em;
  border-radius: 0.250em; }
  @media screen and (max-width: 768px) {
    .link-contact {
      border: 0; } }

@media (min-width: 767px) {
  .navbar {
    padding: 0.938em 4%;
    -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
    transition: background .5s ease-in-out,padding .5s ease-in-out; }

  .top-nav-collapse {
    background: #000;
    padding: 0.625em 4%; }

  .top-nav-collapse ul li a {
    color: #000; }

  .top-nav-collapse ul li a:hover {
    color: #000; } }
/* nav bar styles end */

/*# sourceMappingURL=navbar.css.map */
