 		div.shaun {
            float: right;
            padding-left: 35px;
            padding-top: 16px;
            text-align: left;
			font-family: 'Roboto', sans-serif;;
			font-weight: 400;
			font-style: normal;
			line-height: 1.8em;
			font-size: 16px;

        }
        
        div.body {
            font-style: normal;
            font-weight: 400;
            
            max-width:800px;
            min-width: 300px;
            text-align:left;
            background-color: white;
            border: 3px #b0b0b0 solid;
            padding: 25px 100px 25px 100px;
			margin: 100px auto;
			clear: both;
 			display: table;
        }
        
        div.bio {
            font-family: 'Roboto', sans-serif;
			font-weight: 400;
			font-style: normal;
			line-height: 1.8em;
			font-size: 16px;
			text-transform: none;
			text-decoration: none;
            min-width:200px;
            display: block;     
            float:left;
        }
        
        div.shaun-narrow {
            display: none;
            text-align: center;
        }
        
        div.narrow-only {
            display: none;
        }
        
		img.shaun-photo-wide {
			box-shadow: 4px 4px 4px #888888;
			border-radius: 25px;
		}

        @media screen and (max-width:1000px) {  
            div.shaun {display: none;}
            div.shaun-narrow{display: inline}
            div.bio {
                max-width:100%;
            }
            div.body{
                margin: 0;
                border: none;
            }
            span.wide-only {display: none}
			img.shaun-photo-wide {box-shadow: none; border-radius: 25px}
		/*	div.wide-only {display: none} */
            div.narrow-only {display: inline}
            div.center-on-narrow {text-align: center}
        }