/* 
GLOBAL STYLES
*/
body {
    background-color: rgb(130, 204, 239);
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 10px;
    margin: 0;
    width: 100vw;
    text-align: center;
}
ul {
    list-style: none;
    margin: 0px;
    padding: 0;

}

a {
    text-decoration: none;
    color: inherit;
}

/*
HEADER SECTION
*/
header{
background: rgb(16, 162, 230);
padding: 1rem;    
height: 100vh;
}

nav ul {
    font-size: 1.2rem;
    display: flex;
    justify-content: center;
}

nav li{
   margin: 0 1rem; 
}

header h1 {
    font-size: 3rem;

}
header p{
    font-size: 1.6rem;
    padding: 1rem 0;
    border-bottom: 3px solid rgb(239, 170, 130);
}

.rotate {
margin-top: 2rem;
font-size: 2rem;
opacity: 0.4;
}

/*
PARALLAX SECTION
*/
.parallax {
    background-image: url('http://www.themashofaction.net/gfx/TMF-Summer2025-headerROUGH.jpeg');
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.parallax ul {
    font-size: 1.8rem;
    padding: 1rem;
}

.parallax li {
    margin: 2rem 0;
}