@import url(http://fonts.googleapis.com/css?family=Oswald:400,700 );

* {
  font-family: 'Helvetica', sans-serif;
}

h1 {
  font-family: 'Oswald', sans-serif;
}

body {
  background: #ECF0F1;
  background-image: url('../images/bgpattern.png');
}

img {
  border: none;
}

.clear {
  clear: both;
}

.hdr {
  padding-top: 48px;
  padding-bottom: 48px;
  padding: 30px;
  color: inherit;
}

.hdrtagline h1 {
  font-style: italic;
  text-align: right;
  font-family: 'Helvetica', sans-serif;
  font-size: 23pt;
}

.hdrlogo {
  color: #1C1C1C;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
}

.hdrlink {
  color: #1C1C1C;
  text-decoration: none;
}

.hdrlink a,a:hover,a:active,a:visited {
  color: #1C1C1C;
  text-decoration: none !important;
}

.navbar-hdr {
  color: white;
  border: none;
  border-radius: 0px;
}

.navbar-hdr ul li a {
  font-size: 13.6pt;
}

.navbar-inverse .navbar-nav li a {
  color: #FFFFFF;
}

.dropdown-menu li a {
  color: #333333 !important;
}

.footer {
  width: 100%;
  border-top: 3px dashed black;
  padding-top:10px;
  text-align: center;
  font-size: 10pt;
}

#sidebar {
  /* Style your sidebar here! */
}