body {
    margin: 50px auto;
    width: 700px;
    background-image: url(resumepic.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

header {
    border-bottom: 1.5px solid;
    padding-bottom: 15px;
    
}

#backround {
    background-color: rgba(255, 255, 255, .5);
    box-shadow: 0 15px 15px rgba(0, 0, 0, .5);
    padding: 20px;
    border-radius: 10px;
}

h1 {
    color: rgb(29, 123, 247);
    font-size: 2.8em;
    margin: 15px 0 13px;
  
}

address {
    font-size: .8em;
}

h3, h4 {
    font-family: 'Dosis', sans-serif;
    color: rgb(29, 123, 247);
font-size: 1.6em;
}

img {
    width: 150px;
    border-radius: 5px;
   
}

#floathead {
    float: right;
    margin:0 250px 15px 0;
    font-family: 'Dosis', sans-serif;
}

p ,li {
    font-family: 'Dosis', sans-serif;
    
}

.bold {
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 5px;
}

address {
    font-family: 'Dosis', sans-serif;
}   

.years {
    margin: 0 0 25px 0;
}

.tears {
    margin: 0
}

ul {
    margin: 10px 0;
}


a:visited {
    color: black;
}

a:hover {
    color: #1338BE;
    

}
a:active {
    color: #1338BE;
}

a:link {
    color: black;
}