.text-primary {
  color: #2d2d2d !important;
}

.btn {
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 300px;
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
}

.btn-xl {
  padding: 1rem 2rem;
}

@font-face {
  font-family: "Amatic SC";
  font-style: normal;
  font-weight: 700;
  src: local("Amatic SC"), local("Amatic-SC"), url(../fonts/AmaticSC-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Kalam";
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/Kalam-Light.ttf) format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/Montserrat-ExtraLight.ttf) format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Montserrat-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/Montserrat-SemiBold.ttf) format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/OpenSans-Regular.ttf) format("truetype");
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* --------------------------------- */
@-webkit-keyframes lightpulse {
  0% {
    color: #FFF;
  }
  50% {
    color: #999;
  }
  100% {
    color: #FFF;
  }
}
html, body {
  width: 100%;
  min-height: 100%;
}

body {
  background-size: cover;
  position: relative;
  background-color: #ffba00;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffba00+0,fbe232+100 */
  background: -moz-linear-gradient(45deg, #ffba00 0%, #fbe232 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #ffba00 0%, #fbe232 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #ffba00 0%, #fbe232 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffba00", endColorstr="#fbe232",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  background-position: center center;
  color: #231a00;
}

header {
  text-align: center;
  padding: 2rem;
}
header img {
  border-radius: 50%;
  width: 100px;
}

footer {
  margin-top: 50px;
  height: 30px;
  text-align: center;
}

h2 {
  margin-top: 10px;
  font-size: 1rem;
}

ul li {
  display: block;
}

a.btn-bio {
  font-size: 1.2rem;
  transform: rotate(-1deg);
  -webkit-backface-visibility: hidden;
  color: white;
  background-color: #231a00;
  display: block !important;
  white-space: normal;
  padding: 1rem;
  border-radius: 0;
  margin-bottom: 15px;
}
a.btn-bio:hover, a.btn-bio:active, a.btn-bio:focus {
  color: #FCD324;
}

a.btn-social i.fa {
  display: block;
  font-size: 3em;
  margin-bottom: 5px;
}

a.btn-social {
  touch-action: manipulation;
  text-decoration: none;
  text-transform: none;
  color: black !important;
  display: block;
  margin-bottom: 10px;
}
a.btn-social:active, a.btn-social:focus {
  background-color: transparent;
}
a.btn-social.btn-mail i {
  color: white;
}
a.btn-social.btn-maps i {
  color: #E73A2F;
}
a.btn-social.btn-facebook i {
  color: #3d5a98;
}
a.btn-social.btn-twitter i {
  color: #1da1f2;
}
a.btn-social.btn-instagram i {
  color: #ffba00;
}
a.btn-social.btn-youtube i {
  color: #eb4a4b;
}
a.btn-social.btn-xing i {
  color: #006567;
}
a.btn-social.btn-linkedin i {
  color: #0077B5;
}
a.btn-social.btn-github i {
  color: black;
}

/*# sourceMappingURL=bio.css.map */
