@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(source-sans-pro.woff) format('woff');
}

html, body {
  background-color: #1e1e1e;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 100%;
  color: #ccc;
}

.navbar-inverse {
  background-color: #007e04;
  background-image: -moz-linear-gradient(top, #00b02d, #007e04);
  background-image: -ms-linear-gradient(top, #00b02d, #007e04);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00b02d), to(#007e04));
  background-image: -webkit-linear-gradient(top, #00b02d, #007e04);
  background-image: -o-linear-gradient(top, #00b02d, #007e04);
  background-image: linear-gradient(top, #00b02d, #007e04);
}

.navbar-inverse .navbar-nav>li>a {
  color: #000;
  font-size: 1.1em;
}

#logo {
  display: block;
  margin-top: 40px;
  max-height: 90px;
  z-index: 2;
  position: fixed;
}

#main {
  width: 80%;
  text-align: justify;
  margin: auto;
}

#main a, a:visited {
  color: #08f;
  text-decoration: none;
}

#main a:hover {
  color: #08f;
  text-decoration: underline;
}

#main a:active {
  color: #fff;
  text-decoration: underline;
}

#home {
  height: 1000px;
  padding-top: 130px;
}

#only {
  padding-top: 130px;
}

#projects, #services, #portfolio, #about, #contact {
  height: 1000px;
}

.pagepad {
  height: 115px;
  width: 100%;
}

.sub {
  font-size: 3em;
  color: #fff;
}

.sub2 {
  font-weight: bold;
  color: #fff;
}

.center {
  text-align: center;
}

#footer {
  position: fixed;
  left: 0;
  bottom: 0;
  height: 20px;
  width: 100%;
  background-color: #007e04;
  background-image: -moz-linear-gradient(top, #00b02d, #007e04);
  background-image: -ms-linear-gradient(top, #00b02d, #007e04);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00b02d), to(#007e04));
  background-image: -webkit-linear-gradient(top, #00b02d, #007e04);
  background-image: -o-linear-gradient(top, #00b02d, #007e04);
  background-image: linear-gradient(top, #00b02d, #007e04);
  color: #000;
  text-align: right;
  font-size: 0.85em;
}
