a.projectItem:hover,
a.projectItem:active,
a.projectItem:focus,
a.projectItem:visited {
    text-decoration: none;
}

a.projectItem {
    font-size: 20px;
}

ul.list-unstyled li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.jumbotron {
    padding-top: 20px;
    margin-top: 10px;
    background-color: #3F3F3F;
    padding-bottom: 20px;
}

.jumbotron > h1 {
    color: #F3FFFF;
}

.jumbotron > p {
    color: #9d9d9d;
    font-weight: bold;
}

.lb-sm {
  font-size: 12px;
}

.lb-md {
  font-size: 16px;
}

.lb-lg {
  font-size: 20px;
}

.project-list {
    margin-bottom: 10px;
}

.project-list-container {
    margin-bottom: 30px;
}

footer {
    position: fixed;
    padding-top: 30px;
    left: 0;
    bottom: 0;
    height: 60px;
    width: 100%;
    overflow:hidden;
}