@charset "UTF-8";

body {
    background-color: rgb(255, 255, 255);
    font-family: Eras ITC;
    overflow: scroll;
    padding-left: 4px;
    padding-right: 4px;
}


.navbar-default {
    background-color: black;
    border-color: white;
    color: white;
	
	}
.navbar-default .navbar-brand {
    color: black;
    font-size: 1.2em;
    font-family: eras ITC, sans serif;
    	text-align:center;

}
.nav navbar-nav {
    display: inline-block;
    padding-left: 2%;
    color: white;
    float:right;
}       
.btn-default {
  color: black;
  background-color: #fff;
  border-color: none;
  font-size: 1.0em;
  text-align:center;         
  font-family: eras ITC, sans serif; 
  border-radius: 6px;
  display: inline-block;
  width: 160px; 
	
 }
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: white;
  background-color: white;
  border-color: none;
display:inline-block;
    }
div#images {
    padding-top:4px;
    float: center;
    position: relative; 
    width: 100%;
}
h5 { 
   position: absolute; 
   left: 0; 
   width: 100%; 
}
h5 span { 
   position: absolute;
   color: white; 
   font: bold 40px/45px Eras ITC, Sans-Serif; 
   letter-spacing: -1px;
   float: center;  
   padding: 10px; 
 }
div#resume {
   background-color: none
  
}
div#Form {
    padding-bottom:10px;
}
footer {
    background-color: black;
    text-align: center;
    font-size: 1.4em;
    color: white;
    padding-top:none;   
}

 @import url("//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css");

a.btn-social,
.btn-social
{
    border-radius: 50%;
    color: #ffffff !important;
    display: inline-block;
    height: 54px;
    line-height: 54px;
    margin: 8px 4px;
    text-align: center;
    text-decoration: none;
    transition: background-color .3s;
    webkit-transition: background-color .3s;
    width: 54px;
}

.btn-social .fa,.btn-social i
{
    backface-visibility: hidden;
    moz-backface-visibility: hidden;
    ms-transform: scale(1);
    o-transform: scale(1);
    transform: scale(1);
    transition: all .25s;
    webkit-backface-visibility: hidden;
    webkit-transform: scale(1);
    webkit-transition: all .25s;
}
.btn-social:hover,.btn-social:focus
{
    color: #fff;
    outline: none;
    text-decoration: none;
}
.btn-social:hover .fa,.btn-social:focus .fa,.btn-social:hover i,.btn-social:focus i
{
    ms-transform: scale(1.3);
    o-transform: scale(1.3);
    transform: scale(1.3);
    webkit-transform: scale(1.3);
}
.btn-social.btn-xs
{
    font-size: 9px;
    height: 24px;
    line-height: 13px;
    margin: 6px 2px;
    width: 24px;
}
.btn-social.btn-sm
{
    font-size: 13px;
    height: 36px;
    line-height: 18px;
    margin: 6px 2px;
    width: 36px;
}
.btn-social.btn-lg
{
    font-size: 22px;
    height: 72px;
    line-height: 40px;
    margin: 10px 6px;
    width: 72px;
}
.btn-facebook
{
    background-color: #3b5998;
}
.btn-facebook:hover
{
    background-color: #4c70ba;
}
.btn-instagram
{
    background-color: #3f729b;
}
.btn-instagram:hover
{
    background-color: #548cb9;
}
.btn-twitter
{
    background-color: #55acee;
}
.btn-twitter:hover
{
    background-color: #83c3f3;
}
.btn-pinterest
{
    background-color: #cc2127;
}
.btn-pinterest:hover
{
    background-color: #e04046;
}        