
@font-face {
  font-family: 'Gotham';
  font-weight: normal;
  font-style: normal;
  src: url('../gotham/gotham-book-webfont.eot');
  src: url('../gotham/gotham-book-webfont.eot?#iefix') format('embedded-opentype'),
        url('../gotham/gotham-book-webfont.woff') format('woff'),
        url('../gotham/gotham-book-webfont.ttf') format('truetype'),
        url('../gotham/gotham-book-webfont.svg#gothambook') format('svg');
}

@font-face {
  font-family: 'Gotham';
  font-weight: 700;
  font-style: normal;
  src: url('../gotham/gotham-bold-webfont.eot');
  src: url('../gotham/gotham-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../gotham/gotham-bold-webfont.woff') format('woff'),
        url('../gotham/gotham-bold-webfont.ttf') format('truetype'),
        url('../gotham/gotham-bold-webfont.svg#gothambold') format('svg');
}

@font-face {
  font-family: 'Gotham';
  font-weight: light;
  font-style: normal;
  src: url('../gotham/gotham-light-webfont.eot');
  src: url('../gotham/gotham-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('../gotham/gotham-light-webfont.woff') format('woff'),
        url('../gotham/gotham-light-webfont.ttf') format('truetype'),
        url('../gotham/gotham-light-webfont.svg#gothamlight') format('svg');
}

@font-face {
  font-family: 'Gotham';
  font-weight: 500;
  font-style: normal;
  src: url('../gotham/gotham-medium-webfont.eot');
  src: url('../gotham/gotham-medium-webfont.eot?#iefix') format('embedded-opentype'),
        url('../gotham/gotham-medium-webfont.woff') format('woff'),
        url('../gotham/gotham-medium-webfont.ttf') format('truetype'),
        url('../gotham/gotham-medium-webfont.svg#gothammedium') format('svg');
}

body {
  font-family: 'Gotham', Helvetica, Arial, sans-serif!important;
  color: white;
  font-size: 12pt;
}

h1 {
  font-size: 33pt;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Gotham', Helvetica, Arial, sans-serif!important;
  color: #f9b608;
  font-weight: bold;
}

#footer {
  font-size: 10pt;
}

.navbar-default .navbar-brand {
  color: white;
}

.navbar-default .navbar-nav > li > a {
  color: white;
  font-size: 15pt;
  font-weight: bold;
  text-transform:uppercase;
}

.navbar-default .navbar-nav > li.current-menu-item > a,
.navbar-default .navbar-nav > li.current-menu-item > a:hover,
.navbar-default .navbar-nav > li.current-menu-item > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
a,
a:hover,
a:focus {
  color: #f9b608;
}

