body{
	font-family:Calibri, sans-serif;
	font-size:16px;
}
a, a:active, a:focus {
   outline: none;
}
header{

}
.section > h2{
	border-bottom: 1px solid #000;
}
.skillset{
	text-align:right;
	font-weight:bold;
}
.right{
	text-align:right;
}
.bold{
	font-weight:bold;
}
.italic{
	font-style:italic;
}
.footer{
	height:60px;
}
h1, .goal{
	font-size:2em;
	margin: 0.67em 0 .1em 0;
	font-weight:bold;
}
h1, h2, h3{

}
h3{
	font-size:1.5em;
}
.muted{
	font-weight:100;
	color:gray;
}
.menu{
	text-align:right;
	margin-top:30px;
}
.menu a{
	margin: 10px;
}
.bigTop{
}
.badges img{
	max-height:100px;
	margin:15px auto;
}
.badges{
	margin-bottom:20px;
}
.bigTop{
	margin-top:30px;
	margin-bottom:20px;
}
#resume{
	background-color:#fff;
}
.snapper_pane_crop{
	max-height:500px;
	max-width:400px;
	margin: 0 auto;
}
UL.tech{
	list-style:none;
	margin-left:-45px;
}
UL.tech li{
	display:inline-block;
	background-color:#FFC700;
	border-radius:5px;
	margin:5px;
	padding:5px 10px;
	color:#000!important;
}
.launchButton{
	border:2px solid gray;
	border-radius:25px;
	padding:5px 10px;
	color:gray;
	margin-top:5px;
	display:inline-block;
	background:#fff;
}
.launchButton:hover{
	color:#FFF;
	background-color:gray;
	border:2px solid #fff;
	text-decoration:none;
}
.thumbs{
	margin-top:50px;
}
footer{
	height:70px;
	background-color:#003470;
}
section{
	padding:60px 0;
	width:100%;
}
section{
	background:url('/img/dot.png') 0 0 repeat #353C45;
	color:#efefef;
}
section.alt{
	background:url('/img/dot.png') 0 0 repeat #2C333D;
	color:#efefef;
}
section#resume{
	background:#fff;
	color:#444;
}
/*responsive menu*/
@media only screen and (min-width : 768px) {

    }
@media only screen and (max-width : 768px) {

    }
/**/
