body {
    background-color: #75c8ff;
    text-align: center;
    color: aliceblue;
    background-image: linear-gradient(180deg, #0f2842, transparent);
    margin: 0px;
    background-repeat: no-repeat;
}

img {
    border-radius: 50%;
    display: inline-flex;
    width: 80%;
    height: auto;
}

strong {
    font-size: 1.1em;
}

.main {
    display: inline-block;
}

form {
    line-height: 30px;
}

textarea {
    border-radius: 10px;
    display: inline-flex;
    width: 80%;
    height: auto;
}

img.arcticTernHome {
    padding-top: 20px;
    margin-bottom: 20px;
}

.arcticTernHome {
    max-width: 100%;
    height: auto;
}

.appname {
    font-size: 2em;
    color: aliceblue;
    text-shadow: black 2px 0px 1px;
}


h1.appname {
    margin-top: 0;
    padding-top: 30px;
    text-shadow: black 2px 0px 1px;
}

ul {
    padding-inline-start: 0;
}


ul.menu {
    display: flex;
    justify-content: space-evenly;
    text-decoration: none;
    list-style-type: none;
    margin-top: 30px;
    flex-flow: wrap;
    padding-bottom: 20px;
}

li {

    list-style: none;
}

a {
    color: #fcfbfd;
    background-color: #38bcc1;
    padding: 10px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 1.1em;
    box-shadow: #1e525d 2px 2px 2px 2px;
    display: inline-flex
;
    margin-bottom: 10px;
}

a.button {
    display: inline-block;
    font-size: 1.1em;
    margin-top: 10px;
}


span.info {
    background-color: #61aead70;
    padding: 10px;
    border-radius: 10px;
    font-family: cursive;
    display: inline-flex;
    box-shadow: #1e525d 2px 2px 2px 2px;
    margin-left: 16px;
    margin-right: 16px;
}

span.main {
    color: aliceblue;
    display: flex;
    margin-left: 20px;
    margin-right: 20px;
    justify-content: center;
}

span.subhead {
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}

input[type="file"] {
    margin-bottom: 30px;
    display: block;
    justify-self: center;
}

/* input box username */
input[type="text"] {
    border-radius: 5px;
    height: 20px;
}

/* input box password  */
input[type="password"] {
    border-radius: 5px;
    height: 20px;
}

/* submit button */
input[type="submit"] {
    color: #fcfbfd;
    background-color: #38bcc1;
    padding: 10px;
    border-radius: 10px;
    font-size: 1.1em;
    box-shadow: #1e525d 2px 2px 1px 1px;
    font-family: Times New Roman;
}

#myModal {
    background: rgba(24, 109, 82, 0.67);
}

button#myBtn {
    border-radius: 10px;
    line-height: 30px;
    display: block;
    justify-self: center;
    box-shadow: #1e525d 2px 2px 1px 1px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.modal {
 display: none; /* Hidden by default */
 position: fixed; /* Stay in place */
 z-index: 1; /* Sit on top */
 padding-top: 100px; /* Location of the box */
 left: 0;
 top: 0;
 width: 100%; /* Full width */
 height: 100%; /* Full height */
 overflow: auto; /* Enable scroll if needed */
 background-color: rgb(0,0,0); /* Fallback color */
 background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #132e49;
    color: white;
    text-align: center;
    display: inline-flex;
    justify-content: center;
}



a.footerWrap {
    background-color: rgb(19, 46, 73);
    box-shadow: rgb(19, 46, 73) 0px 0px 0px 0px;
}