article{
    padding: 10em;
}
#jobWant{
    font: 1.5rem serif;
    color:grey;
    border-bottom: #939B7B 2px solid;
    margin-bottom: 2em;
    margin-top: 1em;
}
h1{
    font-family: "Quicksand", sans-serif;
}

h2{
    font-family: "Quicksand", sans-serif;
}
div h3{
    font: 1.25rem Georgia, serif;
}

div h4{
    font-size: 1rem;
}
      
#education #school{
    list-style-type: none;
}

#experience .location{
    color: grey;
    font-size: small;
}

#skills ul, .jobdescription{
    list-style-type: circle;
}

@media print{
    body{
        color:#000;
    }

    article{
        background-color: #fff;
        padding:0;
        margin:25px;
    }

    header, #logo{
        display: none;
    }
}