body {
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
}

header {
    background-color: #71002b;
    color: #FFFFFF;
    text-align: center;
}

header :link {
    color: #FFFFFF;
}

header :visited {
    color: #FFFFFF;
}

header :hover {
    color: #01090d;
}

nav {
    text-align: left;
    font-size: 100%;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 100%;
}

nav a {
    text-decoration: none;
    transition: color 3s ease-out;
}

nav a:link {
    color: #7a0429;
}

nav a:visited {
    color: #7a0429;
}

nav a:hover {
    color: #7a0429;
}

nav ul {
    text-align: left;
    list-style-type: none;
    margin: 0;
    padding-left: 0;
    font-size: 1.2em;
}

nav li {
    border-bottom: none;
}

h1 {
    font-family: Georgia, Times New Roman, serif;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    letter-spacing: 0.25em;
}

h3 {
    font-family: Georgia, Times New Roman, serif;
    color: #000203 !important;
    font-weight: bold;
}

dt {
    color: #800204;
}

.intro {
    color: #7f0213;
    font-weight: bold;
}

main ul {
    list-style-image: url(marker.gif);
}

footer {
    font-size: 75%;
    font-style: italic;
    text-align: center;
    font-family: Georgia, serif, Times New Roman;
    padding: 2em;
    background-color: #FFFFFF;
}

#contact {
    font-size: 90%;
}

main {
    padding-top: 1px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    display: block;
    background: #FFFFFF;
    overflow: auto;
}

#successImage {
    margin-top: -10px;
    height: 300px;
    background-image: url(softwareEngineerImage.jpg);
    background-repeat: no-repeat;
    background-size: 90%;
}

video,
embed {
    float: right;
    padding-left: 20px;
}

form {
    display: flex;
    flex-flow: column nowrap;
    margin-left: auto;
    margin-right: auto;
}

input,
textarea {
    margin-bottom: .5em;
    margin-left: auto;
    margin-right: 400px !important;
}

@media (min-width: 600px) {
    nav ul {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: space-around;
    }
    form {
        width: 100%;
        display: grid;
        grid-gap: 1em;
        grid-template-rows: auto;
        grid-template-columns: 6em 1fr;
    }
    input[type="submit"] {
        grid-column: 2/3;
        width: 9em;
    }
}

nav {
    text-align: left;
    padding-left: 1em;
}

@media (min-width: 1024px) {
    nav ul {
        flex-direction: column;
        padding-top: 1em;
    }
    nav {
        display: block;
        text-align: left;
        padding-left: 1em;
        float: left;
        width: 15%;
        height: 100vh;
        background-color: #90C7E3;
        background: linear-gradient( #FFFFFF, #90C7E3);
        margin-top: -10px;
    }
    #successImage {
        background-image: url(softwareEngineerImage.jpg);
        height: 300px;
        background-repeat: no-repeat;
        background-size: 100%;
        width: 85%;
        float: right;
    }
    table {
        border-collapse: collapse;
        border: 2px solid #c43710;
        margin-left: 0px;
    }
    th,
    td {
        padding: 0.5em;
        border: 2px solid #c43710;
    }
    td {
        text-align: center;
    }
    .text {
        text-align: left;
        padding: 10px;
    }
    tr:nth-of-type(odd) {
        background: #F5FAFC;
    }
    footer {
        display: block;
        float: right;
        width: 85%;
    }
    body {
        background: linear-gradient( #FFFFFF, #90C7E3);
        color: #666666;
        font-family: Arial, Helvetica, sans-serif;
    }
    #SixThreeImage {
        background-image: url(603rdImage.jpg);
        height: 800px;
        background-repeat: no-repeat;
        background-size: 100%;
        width: 100%;
        float: right;
    }
 
    }
    #One91Image {
        background-image: url(191stImage.jpg);
        height: 800px;
        background-repeat: no-repeat;
        background-size: 100%;
        width: 100%;
        float: right;
    }
    #Four1Image {
        background-image: url(41stImage.jpg);
        height: 800px;
        background-repeat: no-repeat;
        background-size: 100%;
        width: 100%;
        float: right;
    }
    #story {
        border: 0px solid hsla(16, 95%, 15%, 0.052);
        width: 80%;
        text-align: left;
        margin-left: 100px;
    }
}