.wrapper {
  margin-right: auto; /* 1 */
  margin-left:  auto; /* 1 */

  max-width: 960px; /* 2 */

  padding-right: 10px; /* 3 */
  padding-left:  10px; /* 3 */
}



div#header{
padding-bottom: 10px;
}

.btn-info{
    color: #fff;
    background-color: #936693;
    border-color: #555555;
}

.btn-info:hover{
    color: #fff;
    text-shadow:1px 1px 1px #000, 1px 2px 2px #003;
    background-color: #804090;
}

.content{
float:none;
margin:0 auto;
padding-bottom: 100px;
text-align: center;
}


#homeicon {
        width: 60px;
    max-width: 60px;
    padding-right: 2%;
    padding-bottom: 2%;
    display: inline-block;
}

.mainbody{
float:none;
margin:auto;
    padding:20px;
 color: #fff;
  background: linear-gradient(to bottom,#505 42%, #CfCfCf 58%);
  background-size: auto 1px;
}

li{
list-style: none;
}

.resume{
    width:100%;
    margin: 0 auto;
    text-align: left;
    color: #fffefe;
    text-shadow: none;
}

.portfoliolink {
    color: #fffefe;
	cursor:pointer;
}


.portfoliopagelink{
    color: #454B66;
    font-size: 1.1em;
    font-weight: 500;
}

.portfoliopagelink:hover{
	cursor:pointer;
}


.animateme {
color: black;
background-size: auto 12px;
box-shadow: 10 10 10 10px #C0C0C0;
z-index: -3;
width:100%;
max-width: 960px;
margin:0 auto;
text-align: center;    
}




.highlightanim{
display: inline-block;
margin: auto 0;
float: none;
transition: .6s background, 1s;
width: 25%;
}


.highlightanim:hover{
background: linear-gradient(to bottom,#808 2%, #ac1d69 4%, #f33769 24%, #C0C0C0 8%);
background-size: auto 7px;
opacity: 100;
font-size:1.2em;
width:25%;
animation: 1s animateBorderThree ease infinite;
}

@keyframes animateBorderThree {
  to {
    background: linear-gradient(to bottom,#808 12%, #ac1d69 54%, #f33769 4%, #C0C0C0 2%);
    background-size: auto 2px;
    z-index: -3;
  }
}

.work_experience{
    display: inline-block;
    border: 4px solid grey;
    border-radius: 10%;
    text-align: left;
    padding: 2%;
    max-width: 600px;
}




.footer{
margin:auto 0;
padding-top: 10px;
text-align: center;
width:100%;
z-index: 100px;

}

.form_settings{
background-color: #999;
padding: 2%;
text-align: center;
}


@media only screen and (max-width: 600px) 
    {
.nav-item{
    display: block;
    width: 100%;
}


}