/* Insert custom CSS */

@font-face {
  font-family: "MetaCompPro-Normal";
  font-style: normal;
  font-weight: normal;
  src: url("MetaWebPro-Normal.eot?#iefix") format("embedded-opentype"),
    url("MetaWebPro-Normal.woff") format("woff");
}
@font-face {
  font-family: "MetaCompPro-Bold";
  font-style: normal;
  font-weight: normal;
  src: url("MetaWebPro-Bold.eot?#iefix") format("embedded-opentype"),
    url("MetaWebPro-Bold.woff") format("woff");
}
@font-face {
  font-family: "MetaSerifComp-Bold";
  font-style: normal;
  font-weight: normal;
  src: url("MetaSerifWeb-Bold.eot?#iefix") format("embedded-opentype"),
    url("MetaSerifWeb-Bold.woff") format("woff");
}
@font-face {
  font-family: "MetaSerifComp-Medium";
  font-style: normal;
  font-weight: normal;
  src: url("MetaSerifWeb-Medium.eot?#iefix") format("embedded-opentype"),
    url("MetaSerifWeb-Medium.woff") format("woff");
}

body {
  color: #404040;
  font-family: "MetaCompPro-Normal", sans-serif;
  font-style: normal;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h3,
.h4,
.h5 {
  color: #404040;
  font-family: "MetaSerifComp-Medium", serif;
}

strong,
b,
.alert .alert-link,
.lead,
.nav-tabs .nav-link {
  font-family: "MetaCompPro-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
}

.not-bold,
.btn,
.checkbox label,
.radio label {
  font-family: "MetaCompPro-Normal";
  font-style: normal;
  font-weight: normal;
}

header {
  background: url(../images/bg-header-pattern.png);
  /* border-bottom: 10px solid #0081c7; */
}

/* Nav */
.nav-tabs .nav-link {
  background-color: rgba(255,255,255,0);
}

.nav-item-img {
  height: 60px;
}