/* =========================
   HOME PAGE HEADER
   ========================= */

header {
    background: linear-gradient(180deg, #0f2a3a, #0b3c4d);
    color: #ffffff;
}

.top-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px 20px;
}

.logo {
    max-width: 220px;
	width: 100%;
    height: auto;
    border-radius: 14px;
}

.banner-text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner-text h1 {
    margin: 0;
    font-size: 1.9em;
    line-height: 1.3;
}

.banner-text p {
    margin-top: 8px;
    max-width: 700px;
    font-size: 1.1em;
}