.headshot {
	width: 60%;
	opacity: .1;
	 transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;


}


.welcome {
    font-style: italic;
}

body:before, body:after {
    content: "";
    position: fixed;
    background: #f2e4e1;
    left: 0;
    right: 0;
    height: 10px;
}
body:before {
    top: 0;
}
body:after {
    bottom: 0;
}
body {
    border-left: 10px solid #f2e4e1;
    border-right: 10px solid #f2e4e1;  
}


 @media screen and (min-width: 960px) {
 	body:before, body:after {
 		height: 20px;
 	}
 	body {
 		border-left: 20px solid #f2e4e1;  
 		border-right: 20px solid #f2e4e1;  
 	}
 }

