body {
    font-family: 'Josefin Slab', serif;
    font-family: 'Josefin Sans', sans-serif;
    margin: 0;
    background-color: efefef;
    }

img {
    max-width: 100%;
}

header {
    background-color:d3d3d3;
    padding: 1% 5%;
    
}

header h2 {
    padding-left: 0;
}
p {
    margin-bottom: 1em;
}

h1 {
    font-family: 'Josefin Sans';
    font-weight: 100;
    font-size: 3em;
    color:white;
    letter-spacing: -1.5px;
   
}

h2 {
    font-family: 'Josefin Sans';
    font-weight: 300;
    font-size: 1.75em; 
    color: #282828;
    padding-left: 2em;
    letter-spacing: -1.5;
}

h3 {
    font-family: 'Josefin Sans';
    font-weight: 300;
    text-align: left;
    padding-left: 2em;
    letter-spacing: -.5;
    
    
}

h2 a:link {
    color:#282828;
    font-weight: 300;
    text-decoration:none;
    border-bottom:1px solid;
    border-bottom-style:dashed;

}

h2 a:hover{
    background-color: whitesmoke;
    padding: .5em;
    color: lightpink;
}

h2 a:visited{
    color: lightpink;

}
h3 a:link {
    color: lightpink;
}

h3 a:hover{
    background-color: whitesmoke;
    padding: .5em;
    color: lightpink;
}
h3 a:visited {
    color: black;

}
h4{
    color:#282828;
    font-weight: 300;
    margin: 1em;
    text-align: center;
}

ul {
    font-family: 'Josefin Sans';
    padding-top: 0;
    padding-left: 2em;
    line-height: 1.5em;
    color: 282828;
    list-style-type: square;
   
}

ul a:hover {
    background-color: whitesmoke;
    padding: .5em;
    color: white;
}

ul a:visited {
    color: lightpink;

}


footer {
    text-align: left;
    position: bottom;
}
