﻿/* LTR Specific Styles */
body {
    direction: ltr;
    text-align: left;
}

/* Header LTR */
.nav-links {
/*    margin-left: auto;*/
}

/* Hero LTR */
.hero-content,
.blog-hero-content,
.contact-hero-content {
    text-align: center;
}

/* Section Titles LTR */
.section-title {
    text-align: center;
}

    .section-title h2::after {
        left: 50%;
        transform: translateX(-50%);
    }

/* About LTR */
.about-text {
    text-align: left;
}

/* Contact LTR */
.contact-info h2::after,
.contact-form-container h2::after {
    left: 0;
}

/* Footer LTR */
.footer-column h3::after {
    left: 0;
}

.footer-links a:hover {
    padding-left: 5px;
    padding-right: 0;
}

/* Article LTR */
.article-body ul,
.article-body ol {
    padding-left: 30px;
    padding-right: 0;
}

.info-box {
    border-left: 4px solid var(--primary);
    border-right: none;
}
