body {
    background-image: url("Blue_Gradient_Background.jpg");
    background-size: cover;
    height: 100vh;
    width: 100vw;
    overflow-x: hidden;
}

h1 {
    color: #ffffff;
    font-family: Courier New, monospace;
    font-size: 40px;
    text-align: center;
}

h2 {
    color: #ffffff;
    font-family: Courier New, monospace;
    font-size: 34px;
    text-decoration: none;
}

h3 {
    color: #ffffff;
    font-family: Garamond, monospace;
    font-size: 30px;
    text-align: center;
}

h4 {
    color: #ffffff;
    font-family: Courier New, monospace;
    font-size: 17px;
    padding: 0.5%;
}

.headshot1 {
    display: none;
}

.headshot2 {
    border: 8px solid #dadada;
    border-radius: 7px;
    border-color: #9fc5e8;
    box-shadow: 0 0 10px #9fc5e8;
    width: 80%;
}

.picture {
    width: 50%;
}

.landing {
    margin: auto;
    width: 100vw;
    height: 100vh;
    text-align: center;
    display: flex;
    align-items: center;
}

.howdy {
    color: #ffffff;
    text-shadow:
      0 0 7px #ffffff,
      0 0 42px #0fa,
      0 0 82px #0fa,
      0 0 151px #0fa;
    font-size: 4.5em;
    text-align: center;
    width: 50%;
    font-family: Brush Script MT, Brush Script Std, cursive;
}

.bio {
    font-family: Courier New, monospace;
    text-align: left;
    margin: auto;
    width: 90vw;
    height: fit-content;
}

.paragraph {
    font-family: Garamond, monospace;
    border: 8px solid #dadada;
    border-radius: 7px;
    border-color: #ea9999;
    box-shadow: 0 0 10px #ea9999;
}

.tab_jump {
    width: 100vw;
    background-color: #000000;
    z-index: 10;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 5vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tabs{
    text-align: center;
}

.tab {
    text-decoration: none;
    color: #ffffff;
    font-family: Courier New, monospace;
    text-align: center;
    color: #ffffff;
    padding: 4vw 2vw;
}

a {
    text-decoration: none;
    color: inherit;
}

button {
    background-color: #ffffff;
    border: none;
    color: black;
    padding: 0.5%;
    text-decoration: none;
    font-family: Courier New, monospace;
    border-radius: 4px;
}

#Career {
    padding-top: 5vh;
}

#Service {
    padding-top: 5vh;
}

.row {
    display: none;
}

.experience_card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    border-radius: 5px;
    transition: 0.3s;
    padding: 1%;
    margin: 2%;
    background-color: white;
    opacity: 0.7;
    border: 8px solid #dadada;
    border-radius: 7px;
    border-color: #d9d2e9;
    box-shadow: 0 0 10px #d9d2e9;
    text-align: center;
    align-items: center;
    width: 22.9vw;
    height: 21.3vw;
}

.experience_card:hover {
    border-color: #b4a7d6;
}

.experience_title {
    color: #000000;
    font-family: Courier New, monospace;
    font-size: 1.5vw;
    margin-bottom: 0.2%;
    font-weight: bold;
}

.experience_subtitle {
    color: #000000;
    font-family: Courier New, monospace;
    font-size: 1vw;
    margin: 0px;
    font-weight: bold;
}

.experience_body {
    color: #000000;
    font-family: Courier New, monospace;
    font-size: 0.8vw;
    margin-top: 10px;
    font-weight: bold;
}

.slider {
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    width: 25vw;
    height: 25vw;
}

.slides {
    display: flex;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
}

.resume-skills {
    display: flex;
    margin: auto;
    width: 93%;
    height: 50%;
    padding-top: 5%;
    padding-bottom: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    margin-block-start: -1em;
}

.resume {
    border: 8px solid #dadada;
    border-radius: 7px;
    border-color: #fff2cc;
    box-shadow: 0 0 10px #fff2cc;
    float: right;
    height: 20vw;
    width: 20vw;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.resume-button {
    font-size: 2em;
    flex-wrap: wrap;
    padding: 20% 5%;
    width: 10px;
    color: #9fc5e8;
}

.skills {
    margin-right: 20vw;
    border: 8px solid #dadada;
    border-radius: 7px;
    border-color: #fff2cc;
    box-shadow: 0 0 10px #fff2cc;
    float: left;
    height: 20vw;
    width: 20vw;
    justify-content: center;
}

.skill-label {
    font-size: 2vw;
    margin: 1vh;
}

.note {
    height: 1.5vw;
    width: 2.5vw;
    padding: 7%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    font-family: Courier New, monospace;
    font-size: 0.8vw;
    opacity: 0.8;
    border: 3px solid #9fc5e8;
    border-radius: 1px;
    border-color: #9fc5e8;
    box-shadow: 0 0 10px #9fc5e8;
}

.notes {
    display: flex;
    margin: auto;
    flex-wrap: wrap; 
    justify-content: center;
}

.contact {
    text-align: center;
    font-size: 1.5rem;
}