body {
    font-size: 17px;
}

.module {
    padding: 40px 0;
    border-bottom: 1px dashed #e4e4e4;
}
.module__heading {
    margin: 0 0 20px;
    font-weight: bold;
}
@media (min-width: 768px) {
    .module {
        padding: 100px 0;
    }
    .module__heading {
        margin: 0 0 50px;
    }
}

/* Header */
.navbar {
    margin-top: 20px;
}
.navbar-brand {
    font-size: 28px;
    line-height: 23px;
    font-weight: bold;
    color: #444;
    padding-top: 5px;
    padding-bottom: 0;
}
.navbar-brand:hover,
.navbar-brand:focus {
    color: #000;
}
.navbar-brand .subheading {
    display: block;
    color: #999; 
    font-size: 15px;
    font-weight: normal;
    padding-left: 1px;
    text-transform: uppercase;
}
.navbar-brand:hover .subheading {
    color: #777;
}
.navbar-toggle .icon-bar {
    background-color: #286090;
}

/* Hero */
.hero {
    background-color: #286090;
    border-top: 1px solid #204d74;
    border-bottom: 1px solid #204d74;
    color: #fff;
}
.hero h1 {
    font-size: 30px;
    margin-top: 0;
}
@media (min-width: 768px) {
    .hero h1 {
        font-size: 50px;
    }
}
.hero .btn-cta {
    margin-top: 20px;
    border-radius: 0;
}
.hero a {
    color: #fff;
}
.hero a .glyphicon {
    width: 20px;
}
.hero .tagline {
    display: block;
    color: #b8d4eb;
}

/* Work */
.work {
    background-color: #f8f8f8;
}

.work-item {
    border: 1px solid #ddd;
    margin-bottom: 30px;
    background-color: white;
    box-shadow: 0 0 1em lightgrey;
}

.work-item__image {
    border: none;
    border-radius: 0;
    padding: 0;
}

.work-item__meta {
    padding: 15px;
    border-top: 1px solid #e8e8e8;
}
.work-item__meta .credit {
    display: block;
    margin-top: 1em;
}

.work-item__link {
    background-color: black;
    display: block;
    text-align: center;
    position: relative;
}
.work-item__prompt-details {
    opacity: 0;
    transition: opacity 0.3s;
    position: absolute;
    color: #fff;
    top: 50%;
    margin-top: -20px;
    line-height: 40px;
    width: 40%;
    left: 30%;
    background-color: rgba(0,0,0,0.7);
}
.work-item__link:hover .work-item__prompt-details {
    opacity: 1;
}
.work-item__link:hover .work-item__image {
    opacity: 0.9;
}
.work-item__title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 0;
}
.work-item__text {
    min-height: 130px;
}
.work-item__actions {
    padding: 5px;
}
.work-item__actions a {
    font-weight: bold;
    text-transform: uppercase;
}

/* About */
.resume-section__title {
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 40px;
}
.work-history {
    list-style-type: none;
    padding-left: 0;
}
.work-history > li {
    margin-top: 20px;
}
.work-history .work-history__title {
    font-weight: bold;
}
.work-history .work-history__subtitle {
    text-decoration: underline;
}

/* Contact */
.contact .btn {
    margin-right: 10px;
    border-radius: 0;
    margin-bottom: 10px;
}
.contact .social-links {
    margin-top: 30px;
    list-style-type: none;
    padding-left: 0;
}
.social-links .fa {
    margin-right: 10px;
    min-width: 20px;
    text-align: center;
}
.contact ul > li {
    margin-bottom: 1em;
}

/* Footer */
footer.module {
    padding: 30px 0;
}

textarea {
    resize: none;
}