/*
 * Type
 * -------------------------------------------------- */

@font-face {
  font-family: 'GTWalsheimRegular';
  src: url('../fonts/GT-Walsheim-Regular.eot');
  src: url('../fonts/GT-Walsheim-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GT-Walsheim-Regular.woff') format('woff'),
    url('../fonts/GT-Walsheim-Regular.ttf')  format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'GTWalsheimRegularOblique';
  src: url('../fonts/GT-Walsheim-Regular-Oblique.eot');
  src: url('../fonts/GT-Walsheim-Regular-Oblique.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GT-Walsheim-Regular-Oblique.woff') format('woff'),
    url('../fonts/GT-Walsheim-Regular-Oblique.ttf')  format('truetype');
  font-weight: 400;
  font-style: oblique;
}

@font-face {
  font-family: 'GTWalsheimBold';
  src: url('../fonts/GT-Walsheim-Bold.eot');
  src: url('../fonts/GT-Walsheim-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GT-Walsheim-Bold.woff') format('woff'),
    url('../fonts/GT-Walsheim-Bold.ttf')  format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'GTWalsheimBoldOblique';
  src: url('../fonts/GT-Walsheim-Bold-Oblique.eot');
  src: url('../fonts/GT-Walsheim-Bold-Oblique.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GT-Walsheim-Bold-Oblique.woff') format('woff'),
    url('../fonts/GT-Walsheim-Bold-Oblique.ttf')  format('truetype');
  font-weight: 700;
  font-style: oblique;
}

body, p, a, ul, li, article ul li ul li, .login-form input, .login-form textarea {
  font-family: 'GTWalsheimRegular', 'Helvetica Neue', 'Helvetica', 'Segoe UI', 'Arial', sans-serif;
  font-weight: 400;
}

h1, h2, b, article ul li {
  font-family: 'GTWalsheimBold', 'Helvetica Neue', 'Helvetica', 'Segoe UI', 'Arial', sans-serif;
  font-weight: 700;
}

a {
  color: #000;
  text-decoration: none;
  border-bottom: 2px solid #000;
}
a:hover {
  color: #0000ff;
  border-bottom: 2px solid #0000ff;
}

.navbar a {
  font-size: 18px;
  line-height: 32px;
  margin: 0 2.5vh;
}

article {
  font-size: 18px;
  line-height: 24px;
}
article h1, h2 {
  margin-top: 18px;
  font-size: 24px;
  line-height: 48px;
  letter-spacing: 0.2px;
}
article h2 {
  margin-top: 15px;
  font-size: 18px;
  line-height: 24px;
}
article h1 + h2 {
  margin-top: 0px;
}
article b, article ul li {
  letter-spacing: 0.2px;
}
article ul li {
  list-style: none;
  margin-top: 18px;
}
article ul li ul li {
  margin-top: 0px;
}

footer a {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  text-decoration: none;
  border-bottom: none;
}
footer a:hover {
  border-bottom: none;
}

::selection {
    background: #0000ff;
    color: #fff;
}
::-o-selection {
    background: #0000ff;
    color: #fff;
}
::-ms-selection {
    background: #0000ff;
    color: #fff;
}
::-moz-selection {
    background: #0000ff;
    color: #fff;
}
::-webkit-selection {
    background: #0000ff;
    color: #fff;
}