@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300);

/*Ignore me, I'm just page styling*/
html {font-family: 'Roboto', sans-serif;font-size:16px;line-height:1em;height:100%;}

#social-platforms {
  position:relative;
  top:50px;
  top:25vh;
  font-size:1rem;
  text-align:center;
  overflow:hidden;
}

/*Pen code from this point on*/
.btn {
  clear:both;
  white-space:nowrap;
  font-size:.8em;
  display:inline-block;
  border-radius:5px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.35);
  margin:2px;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  transition:all .5s;
  overflow:hidden
}

.btn:hover {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.45);
}

.btn:focus {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.4);
}

.btn > span,.btn-icon > i {
  float:left;
  padding:13px;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  transition:all .5s;
  line-height:1em
}

.btn > span {
  padding:14px 18px 16px;
  white-space:nowrap;
  color:#FFF;
  background:#b8b8b8
}

.btn:hover > span {
  background:#b8b8b8
}

.btn:focus > span {
  background:#9a9a9a
}

.btn-icon > i {
  border-radius:5px 0 0 5px;
  position:relative;
  width:13px;
  text-align:center;
  font-size:1.25em;
  color:#fff;
  background:#212121
}

.btn-icon > i:after {
  content:"";
  border:8px solid;
  border-color:transparent transparent transparent #222;
  position:absolute;
  top:13px;
  right:-15px
}

.btn-icon:hover > i,.btn-icon:focus > i {
  color:#FFF
}

.btn-icon > span {
  border-radius:0 5px 5px 0
}

/*Facebook*/
.btn-facebook:hover > i,.btn-facebook:focus > i {
  color:#3b5998
}

.btn-facebook > span {
  background:#3b5998
}

/*Twitter*/
.btn-twitter:hover > i,.btn-twitter:focus > i {
  color:#55acee
}

.btn-twitter > span {
  background:#55acee
}

/*Google*/
.btn-googleplus:hover > i,.btn-googleplus:focus > i {
  color:#dd4b39
}

.btn-googleplus > span {
  background:#dd4b39
}

/*Instagram*/
.btn-instagram:hover > i,.btn-instagram:focus > i {
  color:#125688
}

.btn-instagram > span {
  background:#125688
}

/*Reddit*/
.btn-reddit:hover > i,.btn-reddit:focus > i {
  color:#FF4500
}

.btn-reddit > span {
  background:#FF4500
}


/*Myspace*/
.btn-myspace:hover > i,.btn-myspace:focus > i {
  color:#030303
}

.btn-myspace > span {
  background:#030303
}


/*Bebo*/
.btn-bebo:hover > i,.btn-bebo:focus > i {
  color:#DE484A
}

.btn-bebo > span {
  background:#DE484A
}

/*Delicious*/
.btn-delicious:hover > i,.btn-delicious:focus > i {
  color:#3399FF
}

.btn-delicious > span {
  background:#3399FF
}

/*Stumbleupon*/
.btn-stumbleupon:hover > i,.btn-stumbleupon:focus > i {
  color:#EB4924
}

.btn-stumbleupon > span {
  background:#EB4924
}

/*Linkedin*/
.btn-linkedin:hover > i,.btn-linkedin:focus > i {
  color:#0077B5
}

.btn-linkedin > span {
  background:#0077B5
}

/*Whatsapp*/
.btn-whatsapp:hover > i,.btn-whatsapp:focus > i {
  color:#01C501
}

.btn-whatsapp > span {
  background:#01C501
}

/*Buffer*/
.btn-buffer:hover > i,.btn-buffer:focus > i {
  color:#168EEA
}

.btn-buffer > span {
  background:#168EEA
}

/*Digg*/
.btn-digg:hover > i,.btn-digg:focus > i {
  color:#1B5891
}

.btn-digg > span {
  background:#1B5891
}

/*Tumblr*/
.btn-tumblr:hover > i,.btn-tumblr:focus > i {
  color:#2A445F
}

.btn-tumblr > span {
  background:#2A445F
}

/*Blogger*/
.btn-blogger:hover > i,.btn-blogger:focus > i {
  color:#F57D00
}

.btn-blogger > span {
  background:#F57D00
}



