nav {
    margin-top: -20px;
    margin-left: 10px;
}

nav li {
    display: block;
    width: 50%;
    margin-right: 0 !important;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 30px;
    margin-top: 0;
}

h3 {
    font-size: 28px;
}

/* ------------ */
/* -- Footer -- */
/* ------------ */

footer {
    display: block;
}

.footer-nav ul {
    display: none;
}

#footer-divider {
    display: none;
}

#footer-right hr {
    margin-top: 10px;
    margin-bottom: 5px;
}

#footer-left {
    margin-top: 30px;
}

/* ------------- */
/* -- Modules -- */
/* ------------- */

/* Hero */

.hero {
    min-height: 400px;
}

.hero h1 {
    padding-top: 150px;
}

/* Latest blog post / featured */

.featured {
    min-height: 350px;
}

/* Horizontal list */

.horizontal-list {
    /*display: block;*/
    text-align: center;
}

.horizontal-content ul {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.horizontal-content ul li {
    display: block !important;
    max-width: 100%;
    margin-bottom: 20px;
    margin-left: -15px !important;
}

.horizontal-content ul li:first-child {
    margin-left: -15px !important;
}

/* Text + image */

.text-image {
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
}

.text-image .text {
    order: 2;
    margin-right: 0;
    width: 80%;
}

.text-image .image {
    order: 1;
    margin: 0;
}

.text-image img {
    width: 100%;
    object-fit: cover;
}

/* Split list */

.split-list {
    padding: 0;
}

.split-list-content {
    width: 90%;
}

.split-list-content ul {
    flex-wrap: wrap;
    margin-left: 20px;
}

.split-list-right, .split-list-left  {
    max-width: 100%;
    width: 100%;
}

/* Contact */

.contact {
    display: block;
}

.contact-content, .contact-form {
    width: auto;
}

.contact-form * {
    margin: 0;
    margin-bottom: 5px;
}

.contact input[type="email"], .contact textarea {
    margin-bottom: 15px;
}

/* Team */

.team-content {
    display: block;
    text-align: center;
}

.team-member {
    margin-bottom: 50px;
    justify-content: center;
}

.team-member img {
    width: 40%;
    height: auto;

}

/* Two columns */

.two-columns-content {
    display: block;
}

/* ---------- */
/* -- Blog -- */
/* ---------- */

/* Blog post listings */

.blog-main-content {
    display: block;
}

.blog-posts {
    max-width: 100%;
}

.post-description {
    display: block;
}

.blog-image {
    border-radius: 0;
    width: 100%;
    height: 150px;
    position: relative;
    overflow: initial;
}

.blog-image img {
    width: 132.5%;
    height: 150px;;
    margin-left: 0;
    position: absolute;
    left: -20%;
    object-fit: cover;
}

.post-details {
    margin: 0;
}

.blog-posts .post {
    margin-bottom: 50px;
}

.twitter-feed {
    display: none;
}

.twitter-follow {
    display: block !important;
}

/* Blog posts */

.blog-post-content {
    width: 90%;
}

.blog-post-content p {
    font-size: 16px;
    line-height: 25px;
    color: black;
}

.blog-post-title {
    padding-top: 120px;
}