/* GLOBAL --------------------------------------------- */

* {
    margin: 0;
    padding: 0;
    font-family: "Google Sans Code", monospace;
}

html {
    scroll-behavior: smooth;
    cursor: crosshair;
}

body {
    background-color: #000;
    width: 100%;
    overflow-x: hidden;
    text-align: center;
}

/* HEADER --------------------------------------------- */

.header {
    width: 100%;
    height: 20vh;
    background-image: url(images/ANOWheader2.png);
    background-size: 85%;
    background-position: top center;
    background-repeat: no-repeat;
    margin-top: 20px;
}

/* BODY SECTION 1 -------------------------------------- */

.body1 {
    width: 100%;
    padding: 20px 0 40px 0;
}

.body1 h1 {
    width: 80%;
    color: rgb(0, 255, 255);
    font-size: 10px;
    text-align: left;
    margin: 0 auto 0px auto;
}

.body1 h1:nth-of-type(2) {
    color: #fff;
    font-size: 7px;
    line-height: 1.45;
}

.chrome-text {
    font-family: "Lexend Deca", sans-serif;
    font-size: 21px; /* adjust as needed */
    text-align: left;
    font-weight: 900;
    background: linear-gradient(135deg, #ffffff, #bbbbbb, #464646, #1f1f1f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0); /* optional for depth */
    margin: 0 auto;
    padding-top: 10px;
    transition: color 2.0s ease, -webkit-text-fill-color 2.0s ease;
}


.body1 h4 {
    width: 90%;
    margin: 20px auto 0 auto;
    font-size: 7px !important;
    color: #fff;
}

h2 {
    width: 80%;
    color: rgb(255, 255, 255);
    font-size: 8px;
    text-align: left;
    margin: 0 auto;
}


/* BODY SECTION 2 -------------------------------------- */

.body2 {
    width: 100%;
    height: 80px;
    background-image: url(images/body4a2.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    margin-top: 0px;
}

/* FOOTER ---------------------------------------------- */

footer {
    width: 100%;
    background-color: #000;
    padding: 0px 0 0px 0;
    text-align: center;
}

footer img {
    width: 7%;
    margin: 0 auto;
}

footer h3 {
    width: 90%;
    color: #fff;
    font-size: 6px;
    margin: 25px auto 25px auto;
    line-height: 1.4;
}

footer h4 {
    width: 80%;
    color: #fff;
    font-size: 6px;
    margin: 20px auto 0 auto;
    line-height: 1.45;
}

footer a {
    color: rgb(0, 217, 255);
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

/* SOCIAL ICONS (optional if you re-enable them) -------- */

.social-icons {
    width: 60%;
    margin: 20px auto 0 auto;
    display: flex;
    justify-content: space-around;
}

.fa-instagram,
.fa-youtube {
    font-size: 22px;
    color: rgba(255, 255, 255, 0.3);
}

.fa-instagram:hover {
    color: rgb(132, 0, 255);
}

.fa-youtube:hover {
    color: rgb(255, 0, 0);
}
