html {
    position: relative;
    min-height: 100%;
	background-color: #FFFFE0;
}
body {
    margin: 0 0 350px; /* bottom = footer height */
	font-family: 'Didact Gothic', sans-serif;
}
img.bull-logo{
	margin: 50px auto;
	width: 80%;
	opacity: 0.9;
}
/*-----------nav-----------*/
#navWrapper{
	width: 100%;
	background-color: #333;
	height: 40px;
	position: fixed;
	left: 0;
    top: 0;
	z-index: 3;
	box-shadow: 2px 6px 6px rgba(0,0,0,0.3) ;
}
nav{
	width: 100%;
	margin: auto;

}
nav ul{
	float: right;
}
nav ul li{
	float: left;
	text-align: center;
	padding: 10px;
}
nav a {
	color: #FFFFE0;
	transition:all .5s;
	-moz-transition:all .5s; /* Firefox 4 */
	-webkit-transition:all .5s; /* Safari and Chrome */
	-o-transition:all .5s; /* Opera */
}
nav a:hover {
	color: #FFF;
}
nav ul li.resumeBtn{
	display: block;
}

.logos{
	width: 80%;
	float:left;
	margin: 10px auto;
}
/*content*/


header{
	--margin-top: 45%;
	--padding: 20px 0;
	display: table;
	width: 100%;
}

.header{
	display: table-cell;
    vertical-align: middle;
	margin: auto;
	text-align: center;
}
header .header img{
	width: 25%;
	max-width: 275px;
	margin: auto;
}
h1, h2{
	text-align: center;
	font-weight: bold;
}
header h2{
	font-size: 60px;
	font-weight: 900;
	color: #000;
    color: rgba(0,0,0,0.6);
	text-shadow: 2px 8px 6px rgba(0,0,0,0.2),
                 0px -5px 35px rgba(255,255,255,0.3);

    text-shadow: 0 1px 0 #ccc,
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);

}
h1{
	font-size: 20px;
}
/*-----------content-----------*/

.content{
	width: 95%;
	margin: auto;
}
article{
	padding-top: 60px;
	text-align: center;
}

article p.about{
	margin-top: 10px;
	text-align: left;

}
article img.seal{
	margin-top: 10px;
	width: 50%;
}
article h1{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
	--margin-top: 60px;
	background-color: #333;
	color: #FFFFF0;
}
article h2{
	font-size: 20px;
	margin: 15px 0 10px 0;
	padding: 0 0 0 0;
	font-weight: bold;
}

.keepOpen{
	clear: both;
}
div.techSkills {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	width: 100%;
}
div.techSkills h2, div.techSkills ul{
	text-align: left;
}
div.techSkills ul li{
	padding: 5px;
}
/*mywork*/
div.hide{
	display: none;
}
article#work ul.subNav li{
	background-color: rgba(51,51,51,.85);
	width: 70%;
	margin:  10px auto;
	padding: 4px 0 5px 0 ;
	border-radius: 5px;
	cursor: pointer;
	box-shadow: 1px 6px 6px rgba(0,0,0,0.3) ;
}
article#work ul.subNav li:active{
	box-shadow: 0 0 0 rgba(0,0,0,0)
}
article#work ul.subNav li h2{
	color: #FFFFE0;
}
article#work ul.subNav li h2:active{
	text-shadow: none;
}
.workDiv{
	margin-bottom: 15px;
	text-align: center;
}
.workDiv h3{
	font-size: 16px;
	color: #000;
	margin-bottom: 10px;
}
.workDiv h3 span, article h2 span{
	font-size: 14px;
}
.workDiv img, article img.me{
	width: 75%;
	margin: auto;
	--outline: rgba(51,51,51,.85) solid 5px;
	background-color: rgba(51,51,51,.8);
	padding: 5px;
	border-radius: 2px;
	box-shadow: 2px 4px 3px rgba(0,0,0,0.3) ;
}
article img.me{
	margin: 10px auto 0 auto;
}
/*-----------form-----------*/
form{
	margin-top: 10px;
	margin-bottom: 700px;
}
input, textarea{
	width: 75%;
	height: 32px;
	border-radius: 2px;
	margin: 20px 0;
	border: solid #333 1px;
}
textarea{
	height: 96px;
}
input.submit{
	height: 32px;
	width: 75%;
	float: right;
	margin-right: 12.5%;
	background: #333;
	color: #FFFFE0;
}
/*-----------footer-----------*/
footer{
	color: #ccc;
	width: 100%;
	margin: auto;
	margin-top: 2em;
	text-align: center;

}
footer a{
	color: #ccc;
}
footer p{
	padding: 10px;
}

#footerWrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 300px;
    width: 100%;
	background-color: #333;
	margin: auto;
}
div.twitter-wrapper{
	width: 80%;
	margin: 2em auto;

}
div#footerWrapper div.external-links{
	width: 80%;
	margin: auto;
}
div#footerWrapper div.external-links a{
	color: #FFFFE0;

}
img.bull-footer{
	display: none;
}

a.photo-a p{
	width: 55%;
	float: left;
	margin-left: 1em;
}
div.external-links img.photo-footer{
	width: 35%;
	float: left;
}
}
@media only screen and (max-width: 390px) {


}
@media only screen and (max-width: 342px) {
nav ul li.resumeBtn{
	display: none;
}
header h2{
	font-size: 40px;
}
h1{
	font-size: 20px;
}
}



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