p{
   text-indent:2em;
}
body{
   font-size:1.25rem;
   font-weight:300
}
.navigation li{
   font-size:30px;
   width:120px;
   font-weight:normal;
}
.display-2{
   padding-left:20%;
}
.image{
   width:250px;
}
.navigation li:hover, .active {
   font-weight:bold;
   font-size:30px;
}
.text-container {
   padding-left: 20%;
   width=90%;
}
.text-container {
   width: 80%;
}
.center {
    margin: auto;
    width: 70%;
    padding:20px;
}
#resume-pdf{
   width=80%;
   padding-left:20%;
   padding-right:20%;
   height:90%;
}
.skill {
    border: 2px solid #50a9d1;
    margin-right: 10px;
    text-transform: uppercase;
    width: auto;
    display: inline-block;
    font-size: 10px;
    line-height: 1.33333em;
    padding: 4px 8px;
    margin-top: 0.8em;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}
ul{
   list-style-type:square;
}
