.title-section {
    display: flex;
    color: var(--global-colour-text-light);
    padding-top: 0px;
    height: auto;
    align-items: center;
    justify-content: center;
    background-color: var(--global-colour-secondary);
    background-size: cover;
    background-position: center;
}
@media (max-width: 769px) {
    .title-section {
        padding-left: 3%;
    }
}

.title-subsection {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1500px;
    padding-top: 5%;
    padding-bottom: 0.5%;
    height: auto;
    justify-content: center;
    align-content: start;
    padding-left: 2%;
}
@media (max-width: 1024px) {
    .title-subsection {
        padding-left: 7%;
    }
}
@media (max-width: 769px) {
    .title-subsection {
        padding-left: 4%;
        padding-right: 5%;
    }
}

.title-header {
    animation: 0.8s ease-out 0s 1 zoomUp;
    display: flex;
    /*padding-top: 2.1%;*/
    padding-top: 13.5%;

    font-size: 24px;
    font-weight: 100;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    line-height: 1%;
}
@media (max-width: 1024px) {
    .title-header {
        padding-top: 25%;
    }
}
@media (max-width: 769px) {
    .title-header {
        padding-top: 75%;
        line-height: 100%;
    }
}


h1 {
    animation: 0.9s ease-out 0s 1 zoomUp;
    padding-top: 13.5%;
    padding-top: 2.1%;
    padding-bottom: 0%;
    display: flex;
    font-size: 56px;
    font-weight: 500;
    line-height: 110%;
    width: 50%;
}
@media (max-width: 1024px) {
    h1 {
        font-size: 46px;
        width: 75%;
    }
}
@media (max-width: 769px) {
    h1 {
        font-size: 30px;
        width: 92%;
    }
}

.title-description {
    animation: 0.9s ease-out 0s 1 zoomUp;
    padding-left: 0.2%;
    padding-top: 1.5%;
    padding-bottom: 3.5%;
    display: flex;
    font-size: 36px;
    font-weight: 600;
    line-height: 105%;
}
@media (max-width: 1024px) {
    .title-description {
        font-size: 20px;
        line-height: 105%;
    }
}
@media (max-width: 769px) {
    .title-description {
        padding-top: 5%;
        padding-bottom: 10%;
        font-size: 18px;
        line-height: 105%;
    }
}

.body-section {
    display: flex;
    height: auto;
    align-items: center;
    background-color: var(--global-section-colour-l);
}
@media (max-width: 769px) {
    .body-section {
        padding-top: 2%;
    }
}

.body-subsection {
    display: flex;
    flex-direction: column;
    color: var(--global-colour-text-light);
    width: 100%;
    height:100%;
    height: auto;
    align-items: center;
}

.body-flex {
    display: flex; 
    flex-direction: row;   
    width: 100%;
    max-width: 1480px;
    padding-top: 2.5%;
}
@media (max-width: 1024px) {
    .body-flex {
        width: 85%;
    }
}
@media (max-width: 769px) {
    .body-flex {
        flex-direction: column;
    }
}

.body-flex-left {
    display: flex;
    flex-direction: column; 
    font-size: 40px;
    font-weight: 300;
    color: var(--global-colour-primary);
    padding: 32px 0px 0px 0px;
    width: 30%;
    margin: 5% 5% 3% 0;    
}
@media (max-width: 1024px) {
    .body-flex-left {
        order: 2;
        font-size: 30px;
        line-height: 105%;
        padding-top: 0;
    }
}
@media (max-width: 769px) {
    .body-flex-left {        
        font-size: 24px;
        line-height: 105%;
        width: 100%;
    }
}

.body-flex-right {
    display: flex;
    flex-direction: column;  
    font-size: 44px;
    font-weight: 600;
    color: var(--global-colour-primary);
    width: 70%;
    margin: 5% 5% 3% 0;
}
@media (max-width: 1024px) {
    .body-flex-right {
        order: 1;
        font-size: 20px;
    }
}
@media (max-width: 769px) {
    .body-flex-right {        
        width: 100%;
    }
}

.body-flex-right-image-container {
    width: 100%;
    height: fit-content;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 140%;
}

.body-flex-right-image {
    width: 100%;
    box-shadow: 0px 0px 100px 8px rgba(0,0,0,0.5);
}

.body-flex-right li {
    margin-block-end: 2rem;
}

.body-flex-mid {
    display: flex;
    flex-direction: column; 
    font-size: 28px;
    font-weight: 100;
    color: var(--global-colour-primary);
    padding: 32px 0px 0px 0px;
    width: 100%;
    /*margin: 5% 5% 3% 0;*/
}
@media (max-width: 1024px) {
    .body-flex-mid {
        font-size: 30px;
        line-height: 105%;
        padding: 12px 0px 0px 0px;
        width: 100%;
    }
}
@media (max-width: 769px) {
    .body-flex-mid {
        font-size: 18px;
        line-height: 105%;
        width: 100%;
        padding: 0px 0px 0px 0px;
        margin: 5% 0% 3% 0;
    }
}

.body-flex-mid img {
    width: 100%;
}

/* Socials */

.contact-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    font-weight: 600;
    color:black;
    column-gap: 25px;
    padding-bottom: 2.5%;
}
@media (max-width: 1024px) {
    .contact-container {
        margin-top: 16px;
        width: 100%;
        padding-bottom: 5%;
    }
}
@media (max-width:769px) {
    .contact-container {
        flex-direction: column;
    }
}

@media (max-width: 1024px) {
    .contact-text {
        width:50%;
        text-align: right;
    }
}
@media (max-width: 769px) {
    .contact-text {
        width: unset;
        font-size: 30px;
    }
}

.contact-detail {
    display: flex;
    flex-direction: row;
    font-size: 20px;
    line-height: 28px;
    color: var(--global-background-colour);    
    text-decoration: none;
    font-weight: 400;
    column-gap: 10%;
    justify-content: start; 
}
@media (max-width: 1024px) {
    .contact-detail {    
        order: 3;
        width: 50%;
    }
}
@media (max-width: 769px) {
    .contact-detail {        
        padding-top: 5%;
        flex-direction: row;
        justify-content: space-around; 
    }
}

.contact-detail a {
    cursor: pointer;
}

.contact-detail a:active, .contact-detail a:link, .contact-detail a:visited {
    font-weight: 400;
    text-decoration: none;
    color: var(--global-section-colour-b);
}


/* Author Section */

.author-container {
    display: flex;
    flex-direction: row;    
    padding-bottom: 5%;
}
@media (max-width: 1024px) {
    .author-container {
        padding-left: 5%;
        border-left: solid var(--global-colour-text-link) 8px;
    }
}

.author-text-container {
    display: flex;
    flex-direction: column;
    padding-left: 5%;
}

.rounded-yellow-bar {
    width: 100%;
    border-bottom: solid var(--global-colour-text-link) 8px;
}
@media (max-width: 1024px) {
    .rounded-yellow-bar {
        display: none;
    }
}

.author-image {
    overflow: hidden;
    width: 33%;
}
.author-image img {
    object-fit: contain;
    width: 100%;
}
@media (max-width: 1024px) {
    .author-image {
        width: 50%;
        display: none;
    }
}
@media (max-width: 769px) {
    .author-image {
        width: 33%;
    }
}

.author-prefix {
    font-size: 20px;
}

.author-name {
    font-size: 24px;
    font-weight: 600;
}
.author-name a {
    color: black;
}
.author-name a:hover {
    color: var(--global-colour-text-link);
}

.author-title {
    font-size: 20px;
}

.publish-date {
    line-height: 200%;
    font-size: 20px;
}
@media (max-width: 1024px) {
    .publish-date {
        line-height: 200%;
        font-size: 16px;
    }
}

/* Article Body Section */

.article-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 2.5%;
}

.article-top-text-wide {
    width: 100%;
}
.article-top-text-narrow {
    width: 50%;
}
.article-top-text{
    width: 75%;
}
@media (max-width: 1024px) {
    .article-top-text, .article-top-text-narrow, .article-top-text-wide {
        width: 100%;
    }
}
@media (max-width: 769px) {
    .article-top-text, .article-top-text-narrow, .article-top-text-wide {
        align-self: center;
    }
}

.body-flex-mid p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
}

.body-flex-mid p a {
    color: black;
}

.body-flex-mid p a:hover {
    color: var(--global-colour-text-link);
}

h2 {
    font-weight: 600;
}
@media (max-width: 1024px) {
    h2 {
        line-height: 110%;
    }
}
@media (max-width: 769px) {
    h2 {
        line-height: 120%;
    }
}

h4 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}