@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,300;1,200;1,300&display=swap');
html{
   
}

body{
background-color:#fff;
}

section{
    margin-left: 2em;
    margin-right: 2em;

}
span {
    display: block;
}

table {
    text-align: center;
}

footer{
    padding: 2em;
    margin-inline-start: 2em;
    font-family: monospace;
    color:gray;
}
/*
header {
    background-color: #000;
    color: #ffffff;
    padding: 1em 1.5em 1em;
    height: fit-content;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 150%;
}
h1, h2, h3, h4 {
    font-family: Mulish, sans-serif;
}
h1 {
    margin-block-start: 1em;
    margin-block-end: 0em;
    font-size: 220%;
    font-weight: normal;
}
h2{
    font-size: 200%;
    text-align: center;
    border-bottom: .05em rgb(16, 58, 79) solid;
}
h3, h4 {
    margin-block-start: 0em;
    margin-block-end: 0em;
}
*/
.center-title{
    margin: auto;
    width: 66vw;;
}

/* Flexbox CLASSES */
.resume-flex-container{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.job-flex-container{
    justify-content: center;
    margin-left: 1em;
    margin-right: 1em;
}

p{
    margin:0;
    padding:0
}
p a:link{
    background-color: #fff;
}
dl div{
    margin: .5em 1em;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color:rgb(215,215,215);
    width: 15%;
    min-width: 10em;
    padding-bottom: 1em;
}



dt{
    padding: 1.5em;
    border-bottom: rgb(0, 0, 0) solid;
    color: #ffffff;
    background-color: rgb(0, 0, 0);;
    font-size: large;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

dd{
    margin-inline-start: 0;
    padding: .5em 1em 0;
}

li{
    margin-bottom: .75em;
}

.current-ed{
    width: 45%;
    padding: 1em;
}
.job {
    margin-top: 1em;
    background-color: rgb(215,215,215);
    width: 95%;
    min-width: 900px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /*box shadow values from w3cshools css style images page*/
    display:flex;
}

.job header{
    height: auto;
    width: 20%;
    background-color:  rgb(0, 0, 0);
    flex-direction: column;
    padding:1em 1.5em;
}

.duties{
    padding: .5em 1.5em .25em;
    width: 75%;
}

.job-title {
    font-size: 1.5em;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-bottom: .5em;
}

.job-org, .job-location, .job-date{
    font-size: large;
}
.duties ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;

    }
/*id selector used because I had trouble targeting just the text in the header without changing the pseudoclass*/
#contact{
    justify-content:start;
    align-items:center;
}
#contact section{
    padding: 0%;
}

