


.wrap {
    width: 100%;
    margin: 0 auto;
    max-width: 1000px;
    align-items: center;
}

.top-bar{
    position: fixed;
    width: 100%;
    margin: 0 auto;
    align-items: center;
}

.top-bar-left img {
    float: left;
    padding: 3px 10px 0px 40px;
}

.top-bar-left p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: .9em;
    padding-top: 34px;
}

.top-bar-right{
    padding-right: 40px;
}

p, a {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    letter-spacing: -0.0125em;
    }

a {
    color: black;
    font-size: .9em;
    font-family: 'Source Sans Pro', sans-serif;
}

.hero {
    background-image: url(../images/bg3c.jpg);
    background-size: cover;
    padding: 120px 0px 20px;
}

.hero2 {
    background-image: url(../images/bg3b.jpg);
    background-size: cover;
    padding: 120px 0px 20px;
}

.herotitle {
    text-align:center;
}

.herotitle h2 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.5em;
    font-weight: 700;
    color: white;
}

.subherotitle {
    text-align:center;
    padding-top: 20px;
}

.subherotitle a{
    font-size: 1em !important; 
}

.subherotitle h2 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    color: black;
}

.social {
	text-align: center;
}
.social ul {
	display: inline-block;
	margin: 10px 0;
	padding: 2px;
}
.social li {
	display: inline-block;
}
.social li a {
	display: inline-block;
	padding: 5px;
	text-decoration: none;
    padding: 0px 10px 30px 10px;
}

.social img:hover {
  opacity:0.7 !important;
  filter:alpha(opacity=70) !important; /* For IE8 and earlier */
  box-shadow: 0 0 0px #000000 !important;
}

.title{
    text-align:center;
    padding-top: 130px;
}

.title h1{
    color: #1751a0;
}

.largetext {
    font-size: 1.1em;
    font-weight: 800;
    color: #1751a0; 
}

.herotitle img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.footer {
   text-align: center;
   position:fixed;
   bottom:0;
   width:100%;
   background: #1751a0;
}

.footer p {
    font-size: .9em;
    font-family: 'Source Sans Pro', sans-serif;
    color: white;
    padding-top: 5px;
}

.sample p{
    padding: 0px 35px; 
}

.sample{
    margin: 30px 0px 40px 0px;
}

.wide p{
    padding-bottom: 10px;
    border-bottom: .5px solid black;
}

h1 {
    font-family: 'Slabo 27px', serif;
    font-size: 55px;
    color: white;
}

h2 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 24px;
}

.left p {
    text-align: right;
}
.spacer {
    height: 100px;
    width: 100%;
}    
    
.top {
    margin-top: 20px;
}   

.border img{
    border: 1px solid grey; 
}

.about{
    margin-top: 20px;
}

.aboutme p{
    font-size: 18px;
    padding-right: 20px;
}

.skills h6{
    color: #1751a0;
}