h1{
    background-color: #202A44;
    color: white;
    padding: 5px;
}
header a{
    margin: 4px;
    font-size: 20px;
}
a {
    color: #202A44;
}
footer a{
    margin: 4px;
    font-size: 20px;
    color: white;
    padding: 4px;
}
a :visited{
    color:#4b5b82;
}
section{
    background-color: #E6E6E3;
    margin: 20px;
    padding: 10px;
}
footer{
    background-color: #202A44;
    text-align: center;
}
p{
    font-size: 16px;
    margin: 2px;
}
#job{
    font-size: 20px;

}
#degree{
    font-size: 20px;
}
#school{
    font-size: 20px;
}
#gradDate{
    font-size: 20px;
}
#gpa{
    font-size: 20px;
}
#jobDate{
    font-size: 20px;
}
.techinline{
    vertical-align: top;
    display: inline-block;
    margin: 20px;
    outline: #202A44;
}
.inline{
    width: 60%;
    vertical-align: top;
    display: inline-block;
    font-size: 20px;
}
.techTitle{
    text-align: center;
    font-size: 20px;
    background-color: #202A44;
    color: white;
    padding: 2px;
}
.rightAlign{
    width: 35%;
    vertical-align: top;
    display: inline-block;
    text-align: right;
    font-size: 20px;
}
#threeimages1 img{
    text-align: center;
    display: inline-block;
    width: 20%;
    margin: 5px;
}
#threeimages2 img{
    text-align: center;
    display: inline-block;
    width: 20%;
    margin: 5px;
}
#largeImage1 img{
    width: 60%;
    margin: 5px;
}
#largeImage2 img{
    width: 60%;
    margin: 5px;
}
#largeImage3 img{
    width: 60%;
    margin: 5px;
}
#professionalPhoto{
    height: 80%;
    margin: auto;
}
#largeImage1{
    text-align: center;
}
#largeImage2{
    text-align: center;
}
#largeImage3{
    text-align: center;
}
#threeimages1{
    text-align: center;
}
#threeimages2{
    text-align: center;
}
.image{
    text-align: center;
}