@import url('https://fonts.googleapis.com/css2?family=Audiowide&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap');

/* I wanted the font to be Korataki which is used in the Mass Effect games but it is not free*/
/* so I used similar fonts which are free.*/
/* font-family: "Audiowide", sans-serif;*/
/* font-family: "Orbitron", sans-serif;*/

body {
    font-family: "Orbitron", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    color: yellow;
    background-color: rgb(24, 18, 47);
}

h1 {
    font-family: "Audiowide", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.8em;
    color: rgb(255, 255, 0);
    background-color: lightblue;
    padding: 20px;
    text-align: center;
}

h2 {
    font-family: "Audiowide", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.4em;
    color: rgb(255, 255, 0);
    text-align: center;
}

h3 {
    font-family: "Audiowide", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2em;
    color: yellow;
    background-color: lightblue;
    padding: 20px;
    text-align: center;
}

header {
    position: relative;
    text-align: center;
}

header nav a {
    font-family: "Audiowide", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.8em;
    color: white;
    background-color: lightblue;
    padding: 15px;
}

header nav a:hover {
    color: white;
}

main {
    margin-left: 5%;
    margin-right: 5%;
    padding-bottom: 55px;
    text-align: justify;
    text-align-last: center;
}

main img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

/*The clickable images have a padding border*/
main a img {
    position: relative;
    display: block;
    width: 96%;
    height: auto;

    background-color: rgba(0,0,0,0.5);
    padding: 2%;
    border-radius: 15px;
}

footer {
    font-family: "Audiowide", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
    color: yellow;
    background-color: darkblue;
    padding: 20px;

    position: relative;
    overflow: auto;
}

footer .left {
    float: left;
}

footer .right {
    float: right;
    top: 1em;
}

footer a {
    color: yellowgreen;
}

.personal {
    width: 40%;
    margin: auto;
    text-align: center;
    font-size: 1.25em;
}

.req {
    color: red;
    font-weight: bold;
}



/*
main section a {
    font-size:1.2em;
    color: white;
    margin: auto;
    padding: 15px;
}

.fancy {
    font-family: "Audiowide", sans-serif;
    color: red;
}

.standard {
    font-family: "Audiowide", sans-serif;
}
*/



/*
#showhide {
    width: 250px;
    margin: auto;
}

#readmore {
    display: none;
    padding-top: 50px;
}

.grid {
    display: grid;
    grid-template-columns: auto auto auto;
    width: 80%;
    margin: auto;
}

.item {
    padding: 20px;
    text-align: center;
    background-color: rgba(0,0,0,0.5);
    margin: 10px;
    border-radius: 15px;
}

.item img {
    width: 100%;
}

.item a {
    text-decoration: none;
}

.item a:hover {
    text-decoration: underline;
}

.subnav {
    text-align: center;
    font-family: 'Acme', sans-serif;
    padding: 15px;
}

.subnav a {
    color: white;
    font-size: 25px;
    text-decoration: none;
    padding: 10px;
}

.subnav a:hover {
    background-color: rgba(0,0,0,0.5);
    border-radius: 10px;
}

.sub-pages {
    text-align: center;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: auto;
    align-content: space-between;
}

.flex-box {
    background-color: rgba(0,0,0,0.5);
    width: 31%;
    margin: 10px;
    text-align: center;
    border-radius: 15px;
}

.flex-box-empty {
    width: 31%;
    margin: 10px;
}

.flex-box img {
    width: 80%;
    padding: 10px;
}

.lead-character {
    width: 75%;
    margin: 25px auto;
    background-color: rgba(0,0,0,0.5);
    border-radius: 15px;
    padding: 25px;
}

.lead-character img {
    width: 60%;
    display: block;
    margin: auto;
    padding: 25px;
}

.lead-character h4 {
    text-align: center;
}

.separator-img {
    width: 5%;
    margin: 2% auto;
    display: block;
}

.simple-para {
    text-align: center;
}

.simple-img {
    width: 20%;
    margin: auto;
    display: block;
}

*/


fieldset {
    width: 70%;
    margin: auto;
    padding: 2%;
    border: 3px groove goldenrod;
    font-size: 1.25em;
    color: white;
}

legend {
    font-size: 1em;
    padding: 0 10px;
    margin: 5px 0;
    text-align: center;
    color: white;
    font-weight: bold;
}



fieldset .left {
    width: 45%;
    float: left;
}

fieldset .right {
    width: 45%;
    float: right;
}

fieldset span {
    font-weight: bold;
    font-size: 1.25em;
    color: #ff0000;
}

fieldset label {
    color: white;
    font-size: 30px;
}

fieldset h3 {
    font-size: 32px;
}

input[type=text], select, option {
    padding: 8px;
    width: 90%;
    border-radius: 10px;
    border: 1px solid #2929a3;
    background-color: #d6d6f5;
}

textarea {
    width: 88%;
    margin-top: 20px;
    height: 8em;
    padding: 8px;
    border: 1px solid #2929a3;
    background-color: #d6d6f5;
    font-family: 'Exo 2', sans-serif;
}

input[type=text]:focus, select:focus, textarea:focus {
    background-color: #ffffff;
    border: 1px solid #8585e0;
}

.btns {
    width: 42%;
    margin: auto;
}

input[type=submit], input[type=reset] {
    width: 47.5%;
    font-size: 1.5em;
    padding: 0 10px;
    margin: 5px;
    text-align: center;
    color: #2929a3;
    font-weight: bold;
    background-color: #d6d6f5;
    border: 2px solid #2929a3;
    border-radius: 5px;
}