@import url('https://fonts.googleapis.com/css2?family=Inclusive+Sans:ital,wght@0,300..700;1,300..700&family=VT323&display=swap');

.logo {
    background-color: #21A0A0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1920px;
    height: 350px;
  
}

h2 {
    size: 32px;
    color: #2D3047;
    font-family: 'VT323', sans-serif;
}

p {
    font-family: 'Inclusive Sans', sans-serif;
    color: white;
    font-size: 40px;
}

ul {
    display: flex;
    list-style: none;
    flex: nowrap;
    width: 1500px;
    align-items: center;
    justify-content: space-around;
    margin: 0;
    padding: 10px;
}

.nav a {
    color:#2D3047;
    font-family: 'VT323', sans-serif;
    text-decoration: none;
    font-size: 30px;
}

.nav a:hover {
    color: white;
}
.nav {
    display: flex;
    flex: nowrap;
    color: #2D3047;
    font-family: 'Krunghtep', sans-serif;
    font-size: 24px;
    background-color: #197D7D;
    align-items: center;
    justify-content: space-around;
    width: 1920px;
    height: 80px;
}

.header {
    background-color: #197D7D;
    width: 1920px;
    height: 1800px;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.header-blurb {
    background-color: #21A0A0;
    width: 1300px;
    padding: 30px;
    margin: 0 auto;
}

.header-blurb p {
    font-size: 40px;
    margin-bottom: -20px;
    color: white; 
    font-family: 'Inclusive Sans', sans-serif;
    font-size: 30px;
    margin: 20px;
}

.header-text {
    background-color: #E53D00;
    height: 200px;
    width: 500px;
    border-radius: 150px;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 40px;
    margin-top: -100px;
}

.header-text p {
    font-family: 'VT323', sans-serif;
    font-size: 40px;
    margin-bottom: -30px;
}

.header-text h1 {
    font-family: 'VT323', sans-serif;
    font-size: 60px;
    color: #2D3047;
}

.map {
    background-color: #2D3047;
    width: 1920px;
    height: 1000px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.map img {
    border-radius: 50px;
    margin-top: 50px;
}

.map-text {
    background-color: #E53D00;
    height: 200px;
    width: 550px;
    border-radius: 150px;
    text-align: center;
    padding-bottom: 20px;
    margin-top: -100px;
    margin-bottom: 40px;
}

.map-text p {
    font-family: 'VT323', sans-serif;
    font-size: 40px;
    margin-bottom: -30px;
}

.map-text h2 {
    font-family: 'VT323', sans-serif;
    font-size: 35px;
    color: #2D3047;
}

.artist-list {
    display: flex;
    width: 1920px;
    gap: 10px;
    padding: 16px;
    background-color: #197D7D;
    list-style: none;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.artists h1 {
    font-family: 'VT323', sans-serif;
    align-items: center;
    justify-content: center;
    background-color: #197D7D;
    width: 1920px;
    display: flex;
    font-size: 100px;
    color: #2D3047;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 20px;
}

.item {
    flex-shrink: 0;
    width: 50%;
    height: 1000px;
    background-color: #197D7D;
    scroll-snap-align: center;
}

.content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-family: sans-serif;
    font-size: 64px;
    font-weight: bold;
}

.get-involved {
    background-color: #21A0A0;
    width: 1920px;
    height: 1000px;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    gap: 100px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.button h1 {
    background-color: #2D3047;
    color: white;
    font-family: 'VT323', sans-serif;
    font-size: 100px;
    padding: 20px;
    text-align: center;
}
.button a {
    color: white;
    text-decoration: none;
}

.button a:hover {
    color: #197D7D;
}
.volunteer {
    border-radius: 50px;
}

.footer {
    background-color: #2D3047;
    width: 1920px;
    height: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer-icons {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
}

.footer a {
    color: #21A0A0;
    font-family: 'VT323', sans-serif;
    font-size: 40px;
    text-decoration: none;
}
.footer a:hover {
    color: white;
}

.footer h1 {
    font-family: 'VT323', sans-serif;
    font-size: 40px;
    color: white;
    text-align: center;
    margin: 0;
    margin-bottom: -20px;
    padding: 20px;
}

.footer h2 {
    font-family: 'Inclusive Sans', sans-serif;
    font-size: 20px;
    color: white;
    text-align: center;
    margin: 0;
    padding: 20px;
}