html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
}
.center-horizontal {
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.center-vertical {
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.center-both,
.contact-form-message {
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.box-style,
.profile__container,
.skills .area,
.job,
.school,
.site,
.contact-form {
  background-color: #fff;
  box-shadow: 0 20px 25px -12px rgba(0,0,0,0.09);
}
body {
  background: url("../img/background-pattern.png");
  -webkit-font-smoothing: antialiased;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  position: relative;
  max-width: 100%;
}
header {
  height: 82px;
}
header nav {
  padding: 15px 75px;
  margin: auto;
  z-index: 3;
  padding-top: 20px;
  width: 100%;
  line-height: 28px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  transition: 0.3s all 0s ease-in-out;
  box-shadow: none;
  background-color: transparent;
}
header nav span,
header nav a {
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 3px #222;
  cursor: pointer;
}
header nav ul {
  list-style-type: none;
  float: right;
}
header nav ul li {
  display: inline-block;
  font-size: 14px;
  padding: 0 10px;
}
header nav ul li span,
header nav ul li a {
  position: relative;
}
header nav ul li span::before,
header nav ul li a::before {
  transition: 0.1s all 0s linear;
  content: '';
  height: 2px;
  width: 0;
  position: absolute;
  bottom: -4px;
  background-color: #38799c;
  left: 50%;
}
header nav ul li span::after,
header nav ul li a::after {
  transition: 0.1s all 0s linear;
  content: '';
  height: 2px;
  width: 0;
  position: absolute;
  bottom: -4px;
  background-color: #38799c;
  left: 50%;
}
header nav ul li span:hover::before,
header nav ul li a:hover::before {
  width: 50%;
  left: 0;
}
header nav ul li span:hover::after,
header nav ul li a:hover::after {
  width: 50%;
}
header nav ul li.active span::before,
header nav ul li.active a::before {
  width: 50%;
  left: 0;
}
header nav ul li.active span::after,
header nav ul li.active a::after {
  width: 50%;
}
.background {
  background: color-main; /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #38799c, rgba(255,255,255,0)); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #38799c, rgba(255,255,255,0)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  height: 475px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
main {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  color: #434d52;
  z-index: 3;
  font-size: 0;
}
main a {
  color: inherit;
  text-decoration: none;
}
main a:hover {
  color: #38799c;
}
section {
  z-index: 2;
  vertical-align: top;
  margin-top: -45px;
  padding-top: 45px;
}
section h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  padding: 35px;
}
.profile {
  text-align: center;
  margin-top: 20px;
  padding-top: 0;
}
.profile__container {
  width: 75%;
  display: inline-block;
  text-align: left;
  padding: 30px 50px;
}
.profile__image {
  display: inline-block;
  width: 250px;
}
.profile__image img {
  max-width: 100%;
}
.profile__info {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  padding: 0 20px;
}
.profile__info ul li {
  font-size: 15px;
  padding: 5px 0;
  color: #606a6f;
  font-weight: 300;
}
.profile__info ul li span {
  font-size: 15px;
  font-weight: 700;
  color: #444;
  min-width: 125px;
  display: inline-block;
  text-transform: uppercase;
}
.profile__greeting {
  margin-top: 25px;
}
.profile__greeting__hello {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 10px;
  background-color: #38799c;
  display: inline-block;
  color: #fff;
  letter-spacing: 1px;
  position: relative;
}
.profile__greeting__hello::after {
  content: '';
  border: 8px solid transparent;
  border-right-color: #38799c;
  position: absolute;
  left: -15px;
}
.profile__greeting__name {
  font-size: 32px;
  font-weight: 700;
  padding: 10px 0 5px;
}
.profile__greeting__name span {
  font-weight: 300;
}
.profile__greeting__title {
  font-size: 20px;
  padding: 5px 0 10px;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 10px;
}
.about {
  font-size: 22px;
  padding: 75px 0 25px;
  text-align: center;
  line-height: 1.4;
  font-weight: 300;
}
.about a {
  border-bottom: 1px solid #ccc;
}
.btn {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  margin: 10px 0 20px;
}
.btn a,
.btn span {
  color: #38799c;
  text-decoration: none;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 3px;
  border: 1px solid #38799c;
}
.skills {
  text-align: center;
}
.skills .areas {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.skills .areas h3 {
  display: none;
}
.skills .area {
  width: 32.33%;
  display: inline-block;
  vertical-align: top;
  padding: 15px;
}
.skills h3 {
  display: inline-block;
  width: 32.33%;
  margin-right: 1%;
  font-size: 24px;
  color: #434d52;
  font-weight: 400;
  margin-bottom: 16px;
}
.skill {
  display: inline-block;
  width: auto;
  margin: 10px;
  padding: 10px;
  font-size: 22px;
  vertical-align: middle;
}
.skill i {
  display: block;
  margin-bottom: 8px;
  font-size: 40px;
}
.experience {
  position: relative;
}
.timeline {
  position: absolute;
  width: 4px;
  background-color: rgba(56,121,156,0.85);
  content: '';
  height: 80%;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border: none;
}
.timeline::before {
  z-index: 1;
  border: 2px solid #38799c;
  border-radius: 50%;
  position: absolute;
  width: 5px;
  background-color: #38799c;
  content: '';
  height: 5px;
  top: 0;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.timeline::after {
  z-index: 1;
  border: 2px solid #38799c;
  border-radius: 50%;
  position: absolute;
  width: 5px;
  background-color: #38799c;
  content: '';
  height: 5px;
  bottom: 0;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.job {
  position: relative;
  margin: 0 15px 30px;
  vertical-align: top;
  border-top: 6px solid #38799c;
}
.job__details {
  padding: 25px 35px;
  line-height: 1.3;
  z-index: 2;
}
.job__time {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #38799c;
}
.job__company {
  font-size: 26px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  padding: 10px 0;
}
.job__title {
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  padding: 0 0 10px;
  color: #606a6f;
}
.job__description {
  font-size: 18px;
  font-weight: 400;
  color: #606a6f;
  padding: 5px 0;
  line-height: 1.5;
}
.job__description p {
  margin-bottom: 15px;
}
.job__description p a {
  border-bottom: 1px solid #ccc;
}
.education {
  text-align: center;
}
.school {
  font-size: 0;
  vertical-align: top;
  margin-bottom: 15px;
  padding: 25px 15px;
}
.school__name {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 0 5px;
}
.school__year {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #38799c;
}
.school__degree__type {
  font-size: 14px;
  color: #606a6f;
  padding: 10px 0;
}
.school__degree__name {
  font-size: 18px;
  color: #606a6f;
  font-weight: 400;
}
.site {
  display: inline-block;
  position: relative;
}
.site.site-small {
  width: 48%;
  vertical-align: top;
  margin: 1%;
}
.site:hover .site-details {
  opacity: 1;
}
.site img {
  max-width: 100%;
}
.site-details {
  opacity: 0;
  transition: 0.3s opacity 0s linear;
  position: absolute;
  top: 0;
  overflow: hidden;
  background-color: rgba(0,0,0,0.75);
  color: #fff;
  width: 100%;
  height: 100%;
  text-align: center;
}
.site-details h3 {
  font-size: 24px;
  font-weight: 300;
  padding: 15px;
}
.site-details p {
  font-size: 18px;
  padding-bottom: 20px;
  font-weight: 300;
  line-height: 1.5;
}
.view-site {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #fff;
  padding: 10px;
  border-radius: 3px;
}
.view-site:hover {
  color: #38799c;
  border-color: #38799c;
}
.site-details-content {
  position: absolute;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 15px;
  width: 100%;
}
.contact {
  text-align: center;
}
.contact-form {
  width: 75%;
  display: inline-block;
  padding: 30px;
  text-align: left;
  position: relative;
}
label {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  width: 30%;
  display: inline-block;
  vertical-align: top;
  padding-top: 10px;
  position: relative;
}
label .error {
  position: absolute;
  left: 0;
  bottom: -20px;
  font-size: 12px;
  opacity: 0;
  transition: 0.2s opacity 0s linear;
  color: #d32f2f;
  text-transform: none;
}
label .error.shown {
  opacity: 1;
}
input,
textarea {
  font-size: 18px;
  padding: 10px;
  outline: none;
  width: 70%;
  border: 1px solid #ccc;
}
textarea {
  height: 200px;
}
.form-note {
  display: inline-block;
  font-size: 14px;
  width: 70%;
  margin-left: 30%;
  margin-bottom: 10px;
}
.form-element {
  width: 100%;
  margin: 20px 0;
}
.form-element-submit {
  text-align: center;
  width: 70%;
  display: inline-block;
  margin-left: 30%;
  cursor: pointer;
}
.contact_form_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.7);
  font-size: 34px;
  display: none;
}
.contact_form_overlay.show {
  display: block;
}
.contact-form-message {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 20px;
  text-align: center;
  font-weight: 300;
  line-height: 1.3;
}
.contact-form-success {
  color: #008000;
}
.contact-form-error {
  color: #d32f2f;
}
footer {
  margin: 200px 0;
}
@media screen and (max-width: 1024px) {
  body {
    -webkit-overflow-scrolling: touch;
  }
  header {
    height: auto;
    max-width: 100%;
    overflow-x: hidden;
  }
  header nav {
    display: none;
  }
  main {
    max-width: 100%;
    overflow-x: hidden;
  }
  footer {
    max-width: 100%;
    overflow-x: hidden;
  }
  .profile__container {
    width: 100%;
    margin-top: 25px;
  }
  section {
    padding: 45px 15px 0;
  }
  section.about {
    padding: 75px 15px 25px;
  }
  .portfolio .site .site-details .view-site {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .profile {
    margin-bottom: 30px;
  }
  .profile__container {
    padding: 15px;
  }
  .profile__image {
    width: 200px;
  }
}
@media screen and (max-width: 600px) {
  .profile__container {
    width: auto;
    display: block;
    margin: 0;
    padding: 15px 25px;
  }
  .profile__image {
    display: block;
    margin: auto;
    width: 250px;
  }
  .profile__info {
    display: block;
    padding: 0;
    max-width: 250px;
    margin: auto;
  }
  .profile__info ul li span {
    min-width: 90px;
  }
  .profile__greeting__hello {
    margin-left: 10px;
  }
  .about__summary {
    padding: 0 15px;
  }
  .site.site-small {
    width: auto;
    display: block;
    float: none;
    margin: 0 0 30px;
  }
  .experience::after {
    height: 80%;
    z-index: -1;
  }
  .job {
    display: block;
    width: auto;
    margin: 0 0 30px;
  }
  .job::before {
    display: none;
  }
  .job::after {
    display: none;
  }
  .job:nth-of-type(even) {
    margin: 0 0 30px;
  }
  .contact-form {
    width: auto;
    display: block;
    margin: 0 15px 10px;
    padding: 20px;
  }
  label {
    width: 100%;
    display: block;
    padding-top: 0;
    padding-bottom: 10px;
  }
  label .error {
    position: absolute;
    left: auto;
    right: 0;
    bottom: 12px;
    font-size: 10px;
  }
  input,
  textarea {
    font-size: 18px;
    width: 100%;
  }
  .form-note {
    width: 100%;
    margin-left: 0;
  }
  .form-element {
    width: 100%;
    margin: 20px 0;
  }
  .form-element-submit {
    width: 100%;
    margin-left: 0;
  }
  .contact_form_overlay {
    font-size: 22px;
  }
  .contact-form-message {
    line-height: 1.5;
    font-weight: 700;
  }
  .contact-form-success {
    color: #008000;
  }
  .contact-form-error {
    color: #f00;
  }
  .skills h3 {
    display: none;
  }
  .skills .areas {
    display: block;
  }
  .skills .areas h3 {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .skills .areas .area {
    width: 100%;
    margin-bottom: 20px;
  }
  .skills .areas .area .skill {
    font-size: 18px;
  }
  .skills .areas .area .skill i {
    font-size: 30px;
  }
}
@font-face {
  font-family: "technology-icons";
  src: url("../fonts/technology-icons.eot");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "technology-icons";
  src: url("../fonts/technology-icons.eot");
  src: url("../fonts/technology-icons.eot?#iefix") format("embedded-opentype"), url("../fonts/technology-icons.woff") format("woff"), url("../fonts/technology-icons.ttf") format("truetype"), url("../fonts/technology-icons.svg?#technology-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]::before,
[class*=" icon-"]::before {
  font-family: "technology-icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-aftereffects::before {
  content: "\f101";
}
.icon-bridge::before {
  content: "\f102";
}
.icon-dreamweaver::before {
  content: "\f103";
}
.icon-fireworks::before {
  content: "\f104";
}
.icon-flash::before {
  content: "\f105";
}
.icon-illustrator::before {
  content: "\f106";
}
.icon-indesign::before {
  content: "\f107";
}
.icon-lightroom::before {
  content: "\f108";
}
.icon-photoshop::before {
  content: "\f109";
}
.icon-cockpit::before {
  content: "\f10a";
}
.icon-drupal::before {
  content: "\f10b";
}
.icon-joomla::before {
  content: "\f10c";
}
.icon-magento::before {
  content: "\f10d";
}
.icon-october::before {
  content: "\f10e";
}
.icon-wordpress::before {
  content: "\f10f";
}
.icon-visual-studio::before {
  content: "\f110";
}
.icon-bootstrap::before {
  content: "\f111";
}
.icon-emmet::before {
  content: "\f112";
}
.icon-less::before {
  content: "\f113";
}
.icon-postcss::before {
  content: "\f114";
}
.icon-sass::before {
  content: "\f115";
}
.icon-cassandra::before {
  content: "\f116";
}
.icon-database::before {
  content: "\f117";
}
.icon-hadoop::before {
  content: "\f118";
}
.icon-mariadb::before {
  content: "\f119";
}
.icon-mongodb::before {
  content: "\f11a";
}
.icon-mysql-alt::before {
  content: "\f11b";
}
.icon-mysql::before {
  content: "\f11c";
}
.icon-postgres::before {
  content: "\f11d";
}
.icon-sql::before {
  content: "\f11e";
}
.icon-sublime::before {
  content: "\f11f";
}
.icon-express::before {
  content: "\f120";
}
.icon-grails::before {
  content: "\f121";
}
.icon-grailsalt::before {
  content: "\f122";
}
.icon-laravel-alt::before {
  content: "\f123";
}
.icon-laravel::before {
  content: "\f124";
}
.icon-phonegap::before {
  content: "\f125";
}
.icon-platter::before {
  content: "\f126";
}
.icon-playframework::before {
  content: "\f127";
}
.icon-rails-alt::before {
  content: "\f128";
}
.icon-rails::before {
  content: "\f129";
}
.icon-jira-alt::before {
  content: "\f12a";
}
.icon-jira::before {
  content: "\f12b";
}
.icon-angular::before {
  content: "\f12c";
}
.icon-backbone::before {
  content: "\f12d";
}
.icon-d3::before {
  content: "\f12e";
}
.icon-ember::before {
  content: "\f12f";
}
.icon-jquery-alt::before {
  content: "\f130";
}
.icon-jquery::before {
  content: "\f131";
}
.icon-react::before {
  content: "\f132";
}
.icon-c::before {
  content: "\f133";
}
.icon-cplusplus::before {
  content: "\f134";
}
.icon-csharp::before {
  content: "\f135";
}
.icon-haskell::before {
  content: "\f136";
}
.icon-java::before {
  content: "\f137";
}
.icon-nodejs::before {
  content: "\f138";
}
.icon-objectivec::before {
  content: "\f139";
}
.icon-perl::before {
  content: "\f13a";
}
.icon-php-alt::before {
  content: "\f13b";
}
.icon-php::before {
  content: "\f13c";
}
.icon-python::before {
  content: "\f13d";
}
.icon-ruby::before {
  content: "\f13e";
}
.icon-scala::before {
  content: "\f13f";
}
.icon-debian::before {
  content: "\f140";
}
.icon-fedora::before {
  content: "\f141";
}
.icon-freebsd::before {
  content: "\f142";
}
.icon-gnome::before {
  content: "\f143";
}
.icon-java-duke::before {
  content: "\f144";
}
.icon-kde::before {
  content: "\f145";
}
.icon-linux-mint::before {
  content: "\f146";
}
.icon-netbsd::before {
  content: "\f147";
}
.icon-rasbaerrypi::before {
  content: "\f148";
}
.icon-redhat::before {
  content: "\f149";
}
.icon-solaris::before {
  content: "\f14a";
}
.icon-suse::before {
  content: "\f14b";
}
.icon-ubuntu::before {
  content: "\f14c";
}
.icon-autoit::before {
  content: "\f14d";
}
.icon-browsersync::before {
  content: "\f14e";
}
.icon-confluence::before {
  content: "\f14f";
}
.icon-dynamicweb::before {
  content: "\f150";
}
.icon-babel::before {
  content: "\f151";
}
.icon-webpack::before {
  content: "\f152";
}
.icon-osx::before {
  content: "\f153";
}
.icon-codeignitor::before {
  content: "\f154";
}
.icon-composer::before {
  content: "\f155";
}
.icon-zend::before {
  content: "\f156";
}
.icon-apache::before {
  content: "\f157";
}
.icon-jetty::before {
  content: "\f158";
}
.icon-memcached::before {
  content: "\f159";
}
.icon-nginx-alt::before {
  content: "\f15a";
}
.icon-nginx::before {
  content: "\f15b";
}
.icon-redis::before {
  content: "\f15c";
}
.icon-tomcat::before {
  content: "\f15d";
}
.icon-ec3::before {
  content: "\f15e";
}
.icon-github-circle-alt::before {
  content: "\f15f";
}
.icon-github-circle::before {
  content: "\f160";
}
.icon-github::before {
  content: "\f161";
}
.icon-google-code::before {
  content: "\f162";
}
.icon-heroku::before {
  content: "\f163";
}
.icon-shell-alt::before {
  content: "\f164";
}
.icon-shell::before {
  content: "\f165";
}
.icon-shellscript::before {
  content: "\f166";
}
.icon-opensource::before {
  content: "\f167";
}
.icon-bower::before {
  content: "\f168";
}
.icon-grunt::before {
  content: "\f169";
}
.icon-gulp::before {
  content: "\f16a";
}
.icon-selenium::before {
  content: "\f16b";
}
.icon-git-squared::before {
  content: "\f16c";
}
.icon-git::before {
  content: "\f16d";
}
.icon-svn::before {
  content: "\f16e";
}
.icon-css-alt::before {
  content: "\f16f";
}
.icon-css3-alt::before {
  content: "\f170";
}
.icon-css3::before {
  content: "\f171";
}
.icon-html5::before {
  content: "\f172";
}
.icon-js::before {
  content: "\f173";
}
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?2fd7q7");
  src: url("../fonts/icomoon.eot?2fd7q7#iefix") format('embedded-opentype'), url("../fonts/icomoon.ttf?2fd7q7") format('truetype'), url("../fonts/icomoon.woff?2fd7q7") format('woff'), url("../fonts/icomoon.svg?2fd7q7#icomoon") format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="iconm-"],
[class*=" iconm-"] {
/* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
/* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.iconm-bower:before {
  content: "\e904";
}
.iconm-gulp:before {
  content: "\e90d";
}
.iconm-npm:before {
  content: "\e90e";
}
.iconm-stylus:before {
  content: "\e902";
}
.iconm-solr:before {
  content: "\e903";
}
.iconm-webpack:before {
  content: "\e913";
}
.iconm-google-analytics:before {
  content: "\e914";
}
.iconm-django:before {
  content: "\e900";
}
.iconm-grunt:before {
  content: "\e901";
}
