* {
    font-family: fantasy, Verdana, Geneva, Tahoma, sans-serif;
    /* background-color: lavender; */
    margin: 0%;
    padding: 0px;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    font-family: fantasy, Verdana, Geneva, Tahoma, sans-serif;
}

body {
    background-color: lavender;
    margin: 0%;
    padding: 100px;
}

button:hover {
    background-color: rgb(124, 138, 255, 1);
    color: darkslateblue;
    font-size: 1rem;
    transform: translateY(-0.2em);
    cursor: pointer;
}

cite {
    margin-top: 60px;
    display: inline-block;
}

div {
    font-family: fantasy, Verdana, Geneva, Tahoma, sans-serif;
}

div.desc {
    padding: 15px;
    text-align: center;
}

div.gallery {
    border: 1px solid #ccc;
}

div.gallery:hover {
    border: 1px solid #777;
}

div.gallery img {
    width: 100%;
    height: auto;
}

div:nth-of-type(3) {
    background-color: lavender;
    width: 100%;
    height: 100%;
    border-color: #921426;
    border-width: 5px;
    border-style: double;
    margin: 2px;
    padding: 5px;
}

div::selection {
    background-color: blanchedalmond;
    display: flex;
}

div>nav {
    background-color: #7a89f7;
}

form {
    font-family: fantasy, Verdana, Geneva, Tahoma, sans-serif;
}

hr {
    text-decoration: none;
}

h2 {
    color: cornflowerblue;
    letter-spacing: normal;
    font-size: 25px;
    font-family: fantasy, Verdana, Geneva, Tahoma, sans-serif;
    text-decoration: underline wavy lavender;
    display: block;
}

h2::first-letter {
    font-size: 50px;
}

h3 {
    color: cadetblue;
    font-family: fantasy, Verdana, Geneva, Tahoma, sans-serif;
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 20px;
}

h4 {
    font-family: fantasy, Verdana, Geneva, Tahoma, sans-serif;
    font-size: 18px;
}

input {
    font-family: fantasy, Verdana, Geneva, Tahoma, sans-serif;
}

input[type="password"] {
    width: 300 px;
    background-color: lavender;
    color: rgb(139, 174, 240)
}

input+button {
    background-color: none;
}

label {
    font-family: fantasy, Verdana, Geneva, Tahoma, sans-serif;
}

li a {
    color: #921426;
}

nav {
    font-size: 1em;
    background-color: #7a89f7;

    h1,
    h2 {
        background-position: 0%;
    }

    h1 {
        color: rgb(1, 117, 117);
        text-align: left;
        line-height: 1;
        text-decoration: dotted;
        font-family: fantasy, Verdana, Geneva, Tahoma, sans-serif;
        text-transform: uppercase;
        position: -webkit-sticky;
    }
}

nav>button {
    font-size: small;
    border-radius: 35px;
    padding: 8px 24px;
}

p {
    text-align: justify;
    font-weight: 300;
    font-family: fantasy, Verdana, Geneva, Tahoma, sans-serif;
    border-color: #921426;
    border-style: groove;
    margin: 2px;
    padding: 5px;
}

p:nth-of-type(2n) {
    border-style: dotted;
    border-color: lightblue;
}

p:nth-of-type(5n) {
    color: darkblue;
}

::placeholder {
    font-family: fantasy, Verdana, Geneva, Tahoma, sans-serif;
}

section {
    font-family: fantasy, Verdana, Geneva, Tahoma, sans-serif;
    background-color: hsl(from color h s l);
    width: 95%;
    padding-left: 20px;
    padding-top: 20px;
    margin: 10px;
    display: flex;
    justify-content: space-evenly;
}

select {
    font-family: fantasy, Verdana, Geneva, Tahoma, sans-serif;
}

::selection {
    background-color: azure;
}

span {
    font-family: fantasy, Verdana, Geneva, Tahoma, sans-serif;
}

table {
    font-family: fantasy, Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    line-height: normal;
    border-collapse:collapse;
    border: 3px solid purple;
    position:relative;
}

td {
    border: 1px dotted purple;
    overflow-wrap: break-word;
    white-space:wrap;
    text-overflow: ellipsis;
}

text {
    font-family: fantasy, Verdana, Geneva, Tahoma, sans-serif;
}

textarea {
    font-family: fantasy, Verdana, Geneva, Tahoma, sans-serif;
    margin: 20% blue;
    margin-inline-start: 0%;
}

th {
    font-family: fantasy, Verdana, Geneva, Tahoma, sans-serif;
    text-align: left;
    letter-spacing: normal;
    font-weight: 800;
    padding: 20px;
}

thead {
    width: 80%;
}

time {
    font-family: fantasy, Verdana, Geneva, Tahoma, sans-serif;
}

.button {
    background-color: rgb(124, 138, 255, 1);
    color: darkslateblue;
    shape-margin: #921426;
    font-family: fantasy, Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    outline: 0;
    border: 0;
    cursor: pointer;
    font-weight: 600;
    height: 38px;
    padding: 8px 24px;
    border-radius: 50px;
    background-image: linear-gradient(180deg, rgb(124, 138, 255), #3c4fe0);
    box-shadow: 0 4px 11px 0 rgb(37 44 97 / 15%), 0 1px 3px 0 rgb(93 100 148 / 20%);
    transition: all .2s ease-out;

    :hover {
        background-color: rgb(124, 138, 255, 1);
        box-shadow: 0 8px 22px 0 rgb(37 44 97 / 15%), 0 4px 6px 0 rgb(93 100 148 / 20%);
        transform: translateY(-0.2em);
        cursor: pointer;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container{
    #changePic{break-after:column;}
}

.form-error {
    color: red;
}

.form-input {
    display: block;
}

.form-row {
    margin-bottom: 10px;
}

.group {
    background-color: #3c4fe0;
}

.responsive {
    padding: 0 6px;
    float: left;
    width: 24.99999%;
}

.resume {
    margin: 20px 20px;
    width: 100%;
    height: 100%;
    padding: 20px;
    display: inline-flex;
    flex-direction: row;
    justify-content: start;
}

#changePic {
    height: 200px;
    width: 200px;
    border-radius: 3em;
    border: 5px solid #921426;
    position: relative;
    top: 0px;
    transition: margin-right 1s ease-in border-color #867534 1s;
    display: inline-flex;
    align-items: flex-end;
    align-content: space-evenly;
    flex-grow: 1;
    flex-shrink: 1;
}

#changePic:hover {
    transition: margin-left 500px;
    border-radius: 50%;
    border-color: cornflowerblue;
}

#disclaimer {
    background-color: cornflowerblue;
    color: white;
    font-size: larger;
}

#fourColumns {
    column-count: 4;
}

#header {
    position: fixed;
}

#home {
    background-color: rgb(124, 138, 255, 1);
    color: white;
    border-radius: 50px;
    height: 38px;
    padding: 8px 24px;

    :hover {
        background-color: rgb(124, 138, 255, 1);
    }
}

#jobTitle {
    color: darkred;
}

#more {display:flex;}

#noBorder {
    border: none;
}

#threeColumns {
    column-count: 3;
}

#twoColumns {
    column-count: 2;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

@media (min-width: 1000px) {
    h1 {
        color: rgb(0, 128, 128);
    }
}

@media (orientation: landscape) {
    body {
        background-color: aliceblue;
    }
}

@media only screen and (max-width: 700px) {
    .responsive {
        width: 49.99999%;
        margin: 6px 0;
    }
}

@media only screen and (max-width: 500px) {
    .responsive {
        width: 100%;
    }
}