@media only screen and (min-width: 820px) {
nav ul li{


	transition:all .5s;
	-moz-transition:all .5s; /* Firefox 4 */
	-webkit-transition:all .5s; /* Safari and Chrome */
	-o-transition:all .5s; /* Opera */
}

header h1{
	font-size: 50px;
}
.h2Head{
	font-size: 100px;
}

.content,nav{
	width: 80%;
	max-width: 960px;
	margin: auto;
}

article img.me{
	width: 35%;
}
article p{
	width: 60%;
}

article h1{
	font-size: 32px;
}
article h2{
	font-size: 24px;
}


/*mywork*/
.hide h2{
	margin-top: 15px;
}
article#work ul.subNav{
	width: 100%;
	float: right;
	background: rgba(204,204,204,.2);
	margin-bottom: 10px;
	box-shadow:0px 6px 6px rgba(0,0,0,0.3)  inset;
	border-radius: 0px 0px 5px 5px;
}
article#work ul.subNav li{
	float: left;
	background-color: rgba(51,51,51,.0);
	width: 33.333%;
	margin: 0;
	border-radius: 0px;
	cursor: pointer;
	box-shadow: 1px 2px 2px rgba(0,0,0,0) ;
}
article#work ul.subNav li h2{
	color: #333;
	font-size: 18px;
}

.workDiv{
	float: left;
	width: 30%;
	margin: 20px 1.5%;
}
.workDiv h3{
	font-size: 20px;
	color: #000;
	text-align: center;
}
.workDiv img{
	float: none;
	width: 100% !important;
	text-align: center;
}

/*-----------form-----------*/
form{
	text-align: left;
	margin-left: 1.5%;
}
input, textarea{
	width: 25%;
	margin: 10px 0;
}
textarea{
	height: 84px;
	width: 75%;
}
input.submit{
	height: 24px;
	width: 25%;
	float: right;
	margin-right: 25%;
}


/*-----------footer-----------*/

div#footerWrapper div.external-links{
	width: 25%;
	--float: right;
	margin: 2em 20% 2em 0px;;
}
div.twitter-wrapper{
	width: 25%;
	float: left;
	margin: 2em 0px 2em 20%;
}
div.external-links img.bull-footer{
	display: block;
	width: 55%;
}

.col-sm-4 {
    width: 33.33333333%;
    float:left;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


}