/* GLOBAL */
body {
    margin: 0;
    padding: 0;
    background-color: #f37020;
    color: white;
    font-family: "Baskerville", serif;
    text-align: center;
}

/* CLIENT LOGIN */
header {
    position: absolute;
    top: 20px;
    left: 20px;
}

.login-link {
    color: white;
    text-decoration: none;
    font-size: 18px;
    opacity: 0.9;
}

.login-link:hover {
    opacity: 1;
}

/* HERO SECTION */
.hero {
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo {
    font-size: 22vw;
    margin: 0;
    line-height: 0.8;
}

.subtitle {
    font-size: 4vw;
    margin-top: -20px;
}

/* CONTACT SECTION */
.contact {
    margin: 40px 0;
}

.contact h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.contact a {
    color: white;
    text-decoration: none;
    font-size: 20px;
}

/* FOOTER */
footer {
    margin-bottom: 40px;
    font-size: 18px;
    opacity: 0.9;
}
