/* css styles */

@font-face {
    font-family: 'Gotham';
    src: url('font/Gotham-Book.eot');
    src: url('font/Gotham-Book.eot?#iefix') format('embedded-opentype'),
         url('font/Gotham-Book.woff') format('woff'),
         url('font/Gotham-Book.otf') format('opentype'),
         url('font/Gotham-Book.ttf') format('truetype'),
         url('../font/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SegoeUI';
    src: url('font/segoeui.eot');
    src: url('font/segoeui.eot?#iefix') format('embedded-opentype'),
         url('font/segoeui.woff') format('woff'),
	       url('font/segoeui.otf') format('opentype'),
         url('font/segoeui.ttf') format('truetype'),
         url('font/segoeui.svg#SegoeUI') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1 {
  font-size: 45px;
  line-height: 54px;
  font-family: 'Gotham';
  font-weight: bold;
}


h2 {
  font-size: 34px;
  line-height: 41px;
  font-family: 'Gotham';
  margin-bottom: 8px;
  letter-spacing: 1px;
  font-weight: 700
}

h3 {
  font-size: 30px;
  line-height: 36px;
  font-family: 'Gotham';
  font-weight: 600;
}

h4 {
  font-size: 24px;
  line-height: 29px;
  font-family: 'Gotham';
}

h5 {
  font-size: 20px;
  line-height: 25px;
  font-family: 'Gotham';
  font-weight: bold;
}

h6 {
  font-size: 20px;
  line-height: 25px;
  font-family: 'Gotham';
  font-style: oblique;
  font-weight: 700;
}

body {
	/* background: #f5f5f5; */
	font-size: 16px;
	line-height: 1.5;
  font-family: 'SegoeUI', 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* stroke */

/*nav.stroke ul li a,
nav.fill ul li a {
  position: relative;
}
nav.stroke ul li a:after,
nav.fill ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #aaa;
  height: 1px;
}
nav.stroke ul li a:hover:after {
  width: 80%;
}

nav.fill ul li a {
  transition: all 2s;
}

nav.fill ul li a:after {
  text-align: left;
  content: '.';
  margin: 0;
  opacity: 0;
}
nav.fill ul li a:hover {
  color: #fff;
  z-index: 1;
}
nav.fill ul li a:hover:after {
  z-index: -10;
  animation: fill 1s forwards;
  -webkit-animation: fill 1s forwards;
  -moz-animation: fill 1s forwards;
  opacity: 1;
}*/

p {
    font-family: 'SegoeUI', 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

li.nav-item {
  font-family: 'Gotham';
  font-size: 24px;
  font-weight: 600;
}

/*navbar-container.container-fluid {
  max-width: 1200px;
  margin: 0 auto;
}*/

.navbar > .container-xxl, .navbar > .container-xl, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container, .navbar > .container-fluid {
  max-width: 1200px;
  margin: 0 auto;
}

a.navbar-brand > .img {
  max-height: 24px;
  width: auto;
  padding-right: 4px;
}

/*img.navbar-logo {
  max-height: 24px;
  width: auto;
  padding-right: 4px;
} */

