body {
    background-color: #87261e;
}

.logo {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 25px;
}

.logo h2.site-name {
    color: white;
    margin-left: 25px;
    font-weight: normal;
}

.main {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    border-radius: 4px;
}

.main .content {
    padding: 25px;
    padding-top: 0px;
}

.main .content h1, .main .content h2 {
    color: #a41f1e !important;
}

p.footer {
    width: 70%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    color: #e7e7e7 !important;
    font-size: 12px;
}

ul.about-me {
    padding: 0px;
}

.content a {
    color: #d9534f !important;
}

.img-padding {
    margin-left: 20px;
    margin-bottom: 20px;
    width: 200px;
    height: 200px;
}

.img-homepage {
    width: 200px;
    height: 200px;
}

.padding-right {
    margin-right: 30px;
}

.homepage-divider {
    border: 0px;
    margin-bottom: 30px;
}

span.company-name {
    font-weight: bold;
    color: #a41f1e !important
}