/* -------------------- TW CSS -------------------- */
/* 
Sections:
- TW Global
- TW Landing
- TW Main
 */

/* -------------------- TW Global -------------------- */

html {
    min-height: 100dvh;
}

body {
    background-color: #669999;
    color: #27566B;
    padding: 0;
    margin: 0;
    min-height: 100dvh;
    width: 100vw;
    overflow-x: hidden;
}


/* -------------------- TW Landing Page -------------------- */
#twLanding {
    width: 100%;
    min-height: 100dvh;
    background: url("../images/header.jpg") top center;
    background-size: cover;
}

#twLanding .twLanding-container {
    position: relative;
    z-index: 2;
    width: 66dvw;
    height: 66dvh;
    background: url("../images/header.jpg") top center;
    background-size: cover;
}

#twLanding .twLanding-container .twLanding-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#twLanding h1,
#twLanding h2,
#twLanding p,
#twLanding hr {
    color: #fff;
}

#twLanding h2 span {
    padding-bottom: 4px;
    letter-spacing: 1px;
    border-bottom: 3px solid #0d6efd;
}

/* -------------------- TW Main Page -------------------- */

#twMain {
    min-height: 100dvh;
}

#twMain-header {
    justify-items: center;
    position: relative;
    padding-top: 10px;
    min-height: 20dvh;
}

/* -------------------- TW PCA Page -------------------- */

#twPCA {
    width: 100%;
    min-height: 100dvh;
    display: block;
    background-color: #2b252c;
    background-size: cover;
}

#twPCA .twPCA-container {
    position: relative;
    z-index: 2;
    min-width: 300px;
}

/* -------------------- TW Footer Page -------------------- */
#twFooter {
    width: 100%;
    min-height: 100dvh;
    display: block;
    background-color: #2b252c;
    background-size: cover;
}

#twFooter .twFooter-container {
    position: relative;
    z-index: 2;
    min-width: 300px;
}