/* 
Primary: #005E7C

Background: #000000

Tertiary: #18A999

Secondary: #A2FAA3

Accent: #F3DE8A
*/

body, html {
    margin: 0;
    padding: 0;
    background-color: #000000;
    color: #F3dE8A;
    font-family: 'Google Sans Code';
}

#top {
    padding: 0;
    width: 100dvw;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 100%;
    max-height: 100%;
}


#bottom1 {
    padding: 0;
    position: relative;
    width: 100dvw;
    height: 100dvh;
    display: flex;
    flex-direction: row;  
    justify-content: center;
    text-align: center;
    max-width: 100%;
    max-height: 100%;
    background-color: #18A999;

}
#missionTextDiv {
    left: 0px;
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0;
    padding: 30px;
    border-right: 2px solid black;
}
#missionText {
    font-size: 3rem;
    margin: 0;
    padding: 0;
}

#missionPartDiv {
    right: 0px;
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0;
    padding: 30px;
    border-left: 2px solid black;
}
#missionPart {
    font-size: 1.4rem;
    margin: 0;
    padding: 0;
}

#bottom2 {
    padding: 0;
    position: relative;
    width: 100dvw;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 100%;
    max-height: 100%;
    background-color: #A2FAA3;
}

#bottom3 {
    padding: 0;
    position: relative;
    width: 100dvw;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 100%;
    max-height: 100%;
    background-color: #A2FAA3;
}

#bottom4 {
    padding: 0;
    position: relative;
    width: 100dvw;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 100%;
    max-height: 100%;
    background-color: #A2FAA3;
}

table {
    color: #F3dE8A;
    font-size: 1.5rem;
    width: 1200px;
    max-width: 1200px;
}

th, td {
    text-align: center;
    min-width: 125px;
}

tr:nth-child(even) {
  background-color: #005E7C;
}
tr:nth-child(odd) {
  background-color: #18A999;
}
#tableTitle {
    font-size: 2rem;
    margin: 0;
    padding: 0;
}
#tTD {
    padding: 10px;
    margin: 0;
    background-color: #8fc2d2;
    width: 1177px;
}

#logo {
    width: 600px;
    height: auto;
    margin: 0;
}

#no {
    /* Hide later */
    margin: 0;
    padding: 0;
    display: none;
}
h1 {
    font-size: 2.5rem;
    font-family: 'Google Sans Code', sans-serif;
}

#desc {
    margin: 0;
    padding: 0;
    font-family: 'Google Sans Code', sans-serif;
}
h2 {
    font-size: 1.5rem;
}

#arrow {
    filter: invert(100%);
    mix-blend-mode: difference;
    position: fixed;
    z-index: 1;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    width: auto;
}
#arow{
    height: 40px;
    width: auto;
    mix-blend-mode: difference;
}

#donateDiv {
    position: fixed;
    z-index: 1;
    top: 2px;
    left: 0px;
    width: 100dvw;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
}

#donateBtn {
    background-color: #F3DE8A;
    border: none;
    color: black;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.1rem;
    font-family: 'Google Sans Code', sans-serif;
    border-radius: 5px;
    cursor: pointer;
}

#bottom5 {
    padding: 0;
    position: relative;
    width: 100dvw;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 100%;
    max-height: 100%;
    background-color: #18A999;
}
#map {
    border: 5px solid black;
    border-radius: 10px;
}