h1 {
    font-weight: 800 !important;
    line-height: 1.3 !important;
    font-family: var(--font-family-display) !important;
    letter-spacing: 0.05rem !important;
    color: var(--brand-txh-dark) !important;
}

h2 {
    font-weight: 600 !important;
    line-height: 1.3 !important;
    letter-spacing: 0.05rem !important;
    color: var(--brand-txh-dark) !important;
}

h6 {
    font-weight: 700 !important;
    font-size: 1.5em;
    line-height: 1.3 !important;
    letter-spacing: 0.05rem !important;
    font-family: var(--font-family-display) !important;
    color: var(--brand-txh-dark) !important;
    text-decoration: none;
}

p {
    padding-bottom: 15px;
}

.responsive {
    width: 100%;
    height: auto;
}

.trans {
    z-index: 9;
    position: absolute;
    top: 0;
}

/*.videologo {
    width: 200px;
    margin-top: 300px;
    margin-bottom: 75px;
}*/

/*.videocontainer {
    display: flex;
    width: 100%;
}*/

/*.videocontent {
    height: 972px;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 100px;
    font-size: 50px;
    color: white;
    font-weight: 600;
}*/

/*.videodiv {
    width: 1728px;
    height: 972px;
}

video {
    width: 100% !important;
    height: auto !important;
    min-width: 1728px !important;
}*/

#intro h1 {
    font-weight: 800;
    line-height: 1.3;
    font-family: var(--font-family-display);
    letter-spacing: 0.05rem;
    color: var(--brand-txh-dark) !important;
}

.bottom-paragraph {
    margin-bottom: 45px;
}

.specheading {
    margin-top: 60px !important;
}

.specification {
    margin-top: 30px;
    margin-bottom: 60px;
    font-weight: 400 !important;
}

#intro p {
    padding: 0px !important;
    margin: 18px 0px 18px 0px !important;
}

#intro ul {
    list-style: disc;
    padding-left: 16px;
    margin: 0;
}

#intro li {
    padding-left: 12px;
    font-size: 1.125rem;
    line-height: 1.6;
    font-weight: 500;
}
