@import url('https://fonts.googleapis.com/css2?family=Nanum+Brush+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Reenie+Beanie&display=swap');

html {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    margin: 0;
    min-height: 100%;
    justify-content: flex-start;
}

/* index.html */

.header, .footer {
    background: black;
    height: 75px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo {
    max-height: 65px;
    max-width: 65px;
    padding: 4px;
    margin-left: 10px;
    margin-right: 3px;
    box-sizing: border-box;
    display: block;
}

.logo-name {
    color: white;
    font-size:  60px;
    font-family: "Nanum Brush Script", sans-serif;
    margin-top: 10px;
    text-decoration: none;
    display: block;
    margin-left: 6px;
}


.logo-stuff {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.flag-line {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
    row-gap: 30px;
}

.flag {
    height: auto;
    width: 100%;
    max-width: 500px;
}

.flag-quote {
    font-family: "Great Vibes";
    font-size: 45px;
    text-align: center;
    margin-left: 25px;
    margin-right: 30px;
}

.card {
    background: black;
    height: 100%;
    width: 100%;
    max-width: 700px;
    max-height: 350px;
    border: solid;
    border-width: 5px;
    border-color: rgb(128, 128, 128);
    align-self: center;
    flex: auto;
    box-sizing: border-box;
    margin: 20px;

}

.card-line-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

.card-skull {
    height: auto;
    width:100px;
}

.captain-text {
    color: white;
    font-size:  80px;
    margin-left: 15px;
    font-family: "Nanum Brush Script", sans-serif;
}

.captain-lines {
    color: white;
    font-size:  50px;
    font-family: "Nanum Brush Script", sans-serif;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    margin-top: 23px;
}

.how-to {
    color: black;
    font-size:  35px;
    margin-left: 15px;
    font-family: "Reenie Beanie", sans-serif;
    align-self: center;
    display: flex;
    flex-direction: column;
}

.how-to-rules, .how-to-main {
    font-size: 55px;
    align-self: center;
    padding: 8px 30px;
    font-family: "Nanum Brush Script", sans-serif;
}

.how-to-rules {
    margin-top: 20px;
}

.rights {
    color:white;
}

.footer {
    height: 45px;
}

.header {
    justify-content: center;
}

.join-button {
    color: white;
    font-size:  30px;
    font-family: "Nanum Brush Script", sans-serif;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-top: 2px;
    padding: 0px 18px;
    padding-top: 3px;
    background-color: black;
    border-radius: 5px;
    box-sizing: border-box;
    width: 80px;
    height: 40px;
}

a {
    text-decoration: none;
    color: white;
}n

/* join.html */

#join-body {
    justify-content: space-between;
}

.card-crew-skull {
    height: auto;
    width:135px;
}

.card-join {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 400px;
    max-height: 700px;
    flex-grow: 1;
    margin-top: 100px;
    margin-bottom: 125px;
}

.captain-forms-join {
    display: flex;
    flex-direction: column;
}

input {
    display: block;
    margin-bottom: 10px;
    width: 400px;
    height: 30px;
    font-size: 20px;
    background-color: black;
    color: white;
    font-family: "Times New Roman";
    min-width: 0;
}

button {
    display: block;
}

.captain-lines-join {
    align-items: flex-end;
    flex-direction: row;
}

.forms {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.bounty-form {
    width: 333px;
}

.submit-button {
    padding: 1px 40px;
    font-family: "Reenie Beanie", sans-serif;
    font-size: 35px;
    background-color: white;
    color: black;
    border-radius: 50px;
}

.submit-button-div {
    display: flex;
    justify-content: center;
    margin-top: 5px;
    margin-bottom: 10px;
}

/* thankyou.html */

#body-thankyou {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.text-thankyou {
    font-size: 110px;
    margin-bottom: 70px;
    font-family: "Nanum Brush Script", sans-serif;
    align-self: center;
}