/* STYLING CONTACT ME PAGE */

/* Styling the header, body and text */
body {
  margin: 0;
  padding: 0;
  height: 100%;
  background-image: url('contactme.jpg');
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: left;
}

#container{
  min-height: 100%;
  position: relative;
  height: 100%;
  /*width: 100%;
  padding: 25px;*/
}

#header {

}

#body {
  padding: 0;
  padding-bottom: 80px; /* height of the footer */
}

#footer {
  display: block;
  background-color: #333;
  padding: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px; /* height of the footer */
}

p {
  color: #fff;
  float: left center;
}

h1 {
  color:  #ffffff;
  font-family: 'Satisfy', cursive;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  top: 20%;
}


.sendbtn{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.text{
  color: #000000;
}

.name{
  color:  #ffffff;
  font-family: 'Satisfy', cursive;
  font-size: 20px;
}

.container{
  width: 100%;
  padding: 0;
}

/* STYLING SOCIAL BUTTONS */
#social-profiles {
    display: block;
    position: fixed;
    right: 0;
    top: 50%;
    background-color: #333;
    height: 110px;
    width: 54px;
    margin-top: -100px;
}

.sprite-socials-min {
    background-image: url(sprite-socials-big.png);
    background-repeat: no-repeat;
    display: block;
    width: 32px;
    height: 34px;
    float: left;
    margin: 18.5px 14px 0;
}

.sprite-socials-min.sprite-facebook_22x21 {
    background-position: 0 -146px;
    width: 13px;
    height: 31px;
    margin-left: 20px;
}

.sprite-socials-min.sprite-linkedin_22x21 {
    background-position: 0 -228px;
    width: 26px;
    height: 25px;
}

.sprite-socials-min.sprite-facebook_22x21:hover {
    background-position: 0 -187px;
    width: 13px;
    height: 31px;
}

.sprite-socials-min.sprite-linkedin_22x21:hover {
    background-position: 0 -263px;
    width: 26px;
    height: 25px;
}

.btn {
  background-color: #eee;
  color: #1c1c1c;
  font-size: 14px;
  padding: 8px 30px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

a.btn:hover {
  background:#696969;
  color:#fff;
}



  /*font-family: 'Shadows Into Light', cursive;*/
  /*font-family: 'Kalam', cursive;*/
  /*font-family: 'Indie Flower', cursive; 

