/*
* Globals
*/
/* Links */
a {
  color: #fff;
}


a:focus,
a:hover {
  color: #fff;
}


/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}
/*
* Base structure
*/
html,
body {
  height: 100%;
  background-color: #385565;
}
body {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
}
/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.2);
  box-shadow: inset 0 0 100px rgba(0,0,0,.2);

}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: middle;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}
/* Padding for spacing */
.inner {
  padding: 30px;
}
/*
* Cover
*/
.cover {
  padding: 0 20px;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}
.cover-heart {
  margin-top: 20px;
  font-size: 0.75rem;
  color: #c0392b;

}

.cover-heart i:focus,
.cover-heart i:hover {
  color: #c0392b;
  -webkit-animation: pulse 0.5s;
  -moz-animation: pulse 0.5s;
  -o-animation: pulse 0.5s;
  -ms-animation: pulse 0.5s;

  animation: pulse 0.5s;


  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;

}



.cover-heading {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  margin-bottom: 0px;
  font-size: 3.93rem;
}
.cover-subheading {
  font-family: Lato;
  font-weight: 400;

  font-size: 1.5rem;

}   
/*
* Affix and center
*/
.social-media-symbols {
  margin-right: auto;
  margin-left: auto;
  width: 280px;
  font-size: 1.1rem
}
@media (min-width: 768px) {
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
  .social-media-symbols {
    width: 600px;
    margin-right: auto;
    margin-left: auto;
    font-size: 2.4rem;

  }
  .cover-heart {
    margin-top: 40px;
    font-size: 1.3rem
  }
  .cover-heading {
    font-size: 8.2rem;
    margin-bottom: 0px;
  }
  .cover-subheading {
    font-weight: 300;
    font-size: 3.2rem;

  }
}
@media (min-width: 992px) {
  .cover-container {
    width: 700px;
  }
}


#email {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
}

#twitter {
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  -ms-animation-delay: 0.25s;
}

#linkedin {
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  -ms-animation-delay: 0.25s;
}

#github {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
}



.icon-5x
{
 height: 1em;
  font-size: 5em;



  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}


