@import "./colours.css";

.top-banner-portrait {
    /* height: 100%; */
    /* aspect-ratio: 1 / 1.618; Golden Ratio */
    background-color: var(--green-primary);
    overflow: hidden;
    display: block;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    background-image: url('assets/banner-portrait.svg');
    padding: 2rem 0rem 1rem 1rem;
    overflow: hidden;
    height: 100%;
}

.top-banner-portrait img {
    position: relative;
    left: 4rem;
    height: 40%;
}

.modern-link-container {
    border-top: 2px solid var(--green-primary);
    padding-top: 2rem;
    margin-top: 1rem;
    font-weight: 600;
}

.modern-link {
    display: flex;
    align-items: center;
    font-size: 1.25rem;
    font-weight: 600;
    color: #000033;
    transition: all 0.2s ease;
    cursor: pointer;
    text-decoration: none;
}

.modern-link:hover {
    color: var(--green-primary);
    padding-left: 0.5rem;
}

.modern-link .chevron {
    color: var(--green-primary);
    margin-right: 1rem;
    font-size: 1.5rem;
    font-weight: 800;
}

#cursor {
    border-right: 8px solid var(--oxford-blue); 
    margin-right: 2rem;
    padding: 2rem 0rem 2rem 1rem; 
}

.subtitle {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: grey
}
.subtitle .emphasise {
    font-weight: 600;
}
.btn.btn-primary.btn-action-primary {
    font-size: 1.5rem;
    font-weight: 800;
}
#typewriter-words {
    display: inline-block;
}
.quarto-title-block h1 {
    margin-top: 0rem;
}