
p.main-logo-text {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color: #040404;
}

.overlay.blog-overlay:before {
	opacity: 0.7;
}

.body-text {
    color: #6f6f6f !important;
}

.date-text {
    font-size:13px;
}

.home-title {
    font-weight:400;
    margin-bottom:30px;
}

#ludwig-logo {
    width:425px;
    margin:auto;
}

/* Code blocks */
pre {
    background: rgba(0,0,0,.05);
    padding: 15px;
    white-space: pre-wrap;
    font-family: Menlo, "Courier New";
    font-size:14px;
    border:none;
}

.blog-post a {
    color: #3e3eff;
    font-weight: 200;
    text-decoration: underline;
}

div.feature p {
    margin: 0 40px;
}

div.feature {
    margin-top:35px;
}

.fdx-video {
	position: absolute;
    top: 18px;
    left: 20px;
    max-width: 234px;
    min-height: 503px;
    background: #fff;
    z-index: 1;
}

