
body {
  background-color: #f2f2f2;
  font-family: "Raleway";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #333;

  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway";
  font-weight: 400;
  color: #333;
  margin-bottom: 12px;
  margin-top: 0;
}

/* Paragraph & Typographic */
p {
  margin-bottom: 0.75rem;
}

/* Links */
a {
  color: #f85c37;
  word-wrap: break-word;
  text-decoration: none;

  -webkit-transition: color 0.3s ease-in, background 0.3s ease-in;
  -moz-transition: color 0.3s ease-in, background 0.3s ease-in;
  -ms-transition: color 0.3s ease-in, background 0.3s ease-in;
  transition: color 0.3s ease-in, background 0.3s ease-in;
}

a:hover,
a:focus {
  color: #7b7b7b;
  cursor: pointer;
  outline: 0;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in, background 0.3s ease-in;
  -moz-transition: color 0.3s ease-in, background 0.3s ease-in;
  -ms-transition: color 0.3s ease-in, background 0.3s ease-in;
  transition: color 0.3s ease-in, background 0.3s ease-in;
}

a:before,
a:after {
  -webkit-transition: color 0.3s ease-in, background 0.3s ease-in;
  -moz-transition: color 0.3s ease-in, background 0.3s ease-in;
  -ms-transition: color 0.3s ease-in, background 0.3s ease-in;
  -o-transition: color 0.3s ease-in, background 0.3s ease-in;
  transition: color 0.3s ease-in, background 0.3s ease-in;
}

#headerwrap {
  background-color: #DEDE00;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 800'%3E%3Cdefs%3E%3CradialGradient id='a' cx='0' cy='800' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23ff8000'/%3E%3Cstop offset='1' stop-color='%23ff8000' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='b' cx='1200' cy='800' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%2300ff73'/%3E%3Cstop offset='1' stop-color='%2300ff73' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='c' cx='600' cy='0' r='600' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23f200ff'/%3E%3Cstop offset='1' stop-color='%23f200ff' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='d' cx='600' cy='800' r='600' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23FF0'/%3E%3Cstop offset='1' stop-color='%23FF0' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='e' cx='0' cy='0' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='red'/%3E%3Cstop offset='1' stop-color='red' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='f' cx='1200' cy='0' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23011AFF'/%3E%3Cstop offset='1' stop-color='%23011AFF' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h1200v800H0z'/%3E%3Cpath fill='url(%23b)' d='M0 0h1200v800H0z'/%3E%3Cpath fill='url(%23c)' d='M0 0h1200v800H0z'/%3E%3Cpath fill='url(%23d)' d='M0 0h1200v800H0z'/%3E%3Cpath fill='url(%23e)' d='M0 0h1200v800H0z'/%3E%3Cpath fill='url(%23f)' d='M0 0h1200v800H0z'/%3E%3C/svg%3E");
  background-attachment: fixed;
  background-position: left center;
  background-size: cover;
  text-shadow: 0 0 10px rgb(0 0 0 / 30%);
  padding-top: 5rem;
  padding-bottom: 5rem;
}

#headerwrap h1 {
  font-size: 50px;
  color: white;
}

#headerwrap h3 {
  font-size: 21px;
  background-color: rgba(0,0,0,.15);
  padding: 1rem;
}

#headerwrap i {
  color: white;
  padding: 0 12px;
  text-shadow: 0 0 5px #000;
}

#headerwrap .name {
  text-align: center;
}

.spamspan {
  color: white;
}
.spamspan:hover {
  border-bottom: 1px solid #ff300c;
  color: #ff300c;
}

#intro {
  font-size: 2rem;
  padding-top: 60px;
  padding-bottom: 60px;
}

#intro h3 {
  color: white;
}

#contact {
  background: #2f2f2f;
  color: white;
  padding-top: 50px;
  padding-bottom: 50px;
}

#contact h3 {
  color: white;
}
#contact t {
  font-weight: 700;
}

#contact i {
  padding-right: 8px;
  color: #1abc9c;
}

.stack {
  padding-top: 50px;
}
.stack h3 {
  margin-bottom: 40px;
}
.stack i {
  color: #34495e;
  padding: 0 12px;
}
.stack .title {
  font-weight: 700;
}

.webicon {
  display: inline-block;
  background-size: 100%;
  width: 30px;
  height: 30px;
  text-indent: -999em;
  text-align: left;
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.webicon:hover {
  margin: 0 0 -1px;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.profile-image {
  margin-bottom: 2rem;
}

.profile-image img {
  border-radius: 50%;
  height: 200px;
  width: 200px;
}

/* restore webicons accessibility for print */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .webicon {
    text-indent: 0;
    width: auto !important;
    height: auto !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
  }
}

.webicon.linkedin {
  background: url("../img/webicon-linkedin.svg") no-repeat 50% 50%;
}
.webicon.drupal {
  background: #fff url("../img/druplicon-vector.svg") no-repeat 50% 50%;
}

@media (min-width: 768px) {
  #headerwrap .name {
    padding-top: 24px;
    text-align: left;
  }
  #headerwrap h1 {
    font-size: 80px;
  }
  #headerwrap h3 {
    margin: 0;
    padding: 1rem 1rem .75rem;
  }
}

@media (min-width: 992px) {
  #headerwrap {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .profile-image {
    margin-bottom: 20px;
  }
}
