@font-face {
  font-family: 'PT Sans';
  src: url('../fonts/PT_Sans/PT_Sans-Web-Regular.ttf') format('truetype');
}
body {
  background: #EEEEEE;
  font-family: 'PT Sans';
}
a:hover {
  cursor: pointer;
}
#divLogoSection {
  background: #404040;
  margin-bottom: 0px;
}
#divLogoSection img {
  display: block;
  margin: auto;
}
footer .btn {
  padding: 9px 15px 10px 15px;
  letter-spacing: 1px;
  font-size: 16px;
  font-kerning: normal;
}
.btn-group {
  margin-bottom: 15px;
}
small {
  display: block;
  font-size: 16px;
  letter-spacing: 1px;
  font-kerning: normal;
  word-spacing: 1px;
}
.jumbotron h1 {
  font-size: 45px;
  line-height: 60px;
  color: #404040;
  margin-bottom: 200px;
  margin-top: 50px;
  letter-spacing: 1px;
  font-kerning: normal;
  word-spacing: 1px;
}
#divContent {
  text-align: center;
}
.jumbotron a {
  color: #D92A1B;
  outline: 0px;
}
.jumbotron a:hover,
.jumbotron a:active,
.jumbotron a:visited {
  color: #D92A1B;
  outline: 0px;
}
#divContent footer a {
  color: #404040;
  outline: 0px;
}
#divContent footer a:hover,
#divContent footer a:active,
#divContent footer a:visited {
  color: #404040;
  outline: 0px;
}
