.jumbotron {
  background-color: #0e981e; 
  color:white;
}
.image {
  width: 100;
  height: 100;
  content:url(content/IMG_3035.jpg);
}​
.resumeEntry {
  border-bottom: 1px solid #eee;
}
.btn {
  border-radius: 0px;
}
.pull-right {
  float: right !important;
}
.spaced {
  margin-right: 40px;
}
.spaced-left{
  margin-left: 40px;
}
.footer {
  margin-top: 10px;
  margin-bottom: 10px;
}
.front-page-image {
  margin-left: 10px !important;
  margin-right: 10px !important; 
}

.header-link{
  font-size: 2em;
  color:#454141;
}
.schlachter-link {
  color:#454141;
}

.header-link:hover {
  color:#454141;
  text-decoration: underline
}

.copyFoot{
  display: inline;
  text-align: right;
}

.schlachter-link:hover{
  color:#454141;
}

.line{
  border-bottom:1px solid #eee
}

.navbar-default {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    margin-top: 20px;
}

p.footnote {
  font-size: .10px;
}

.contact {
  font-size: 1.5em;
}

.comingSoon{
  text-align:center; 
  font-size: 1.5em;
  margin-bottom: 100px;
  margin-top: 50px;
}