.CSSfadeIn {
  animation: fadein 1s;
}

@keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

body {
  font-family: 'Avenir', sans-serif;
  letter-spacing: 0.5px;
  font-size: 17px;
}

.app-content h1 {
  font-size: 50px;
  margin: 20px;
}

.navbar-fixed-top {
  height: 60px;
  padding: 10px 15px;
/*  background-color: rgba(255, 255, 255, 0.2);*/
}

.navbar a:hover {
  text-decoration: none;
  color: inherit;
}

.app-content {
  margin-top: 100px;
}

.width {
  width: 100%;
  height: auto;
}

a {
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
}

a:hover { 
  opacity: 1;
  color: inherit;
  opacity: 0.75;
  text-decoration: none;
}

.label {
  background-color: transparent;
  border: 1px solid #eee;
  color: #bbb;
  border-radius: 0;
}

/* Home */
.technologies {
  background-color: #009cde;
  background-image: radial-gradient(circle farthest-side at center bottom , #009cde, #003087 125%);
  color: #fff;
}

.icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.design {
  background-color: #1b2126;
  background-image: radial-gradient(circle farthest-side at center bottom , #1b2126, #111111 125%);
  color: #fff;
}

.summary {
  width: 100%;
  max-width: 800px;
  margin: auto;
}

.back-animation {
  overflow: hidden;
}

.back-animation .stars {
  background: rgba(0, 0, 0, 0) url("https://femmebot.github.io/google-type/images/stars.png") repeat scroll 0 0;
  display: block;
  height: 800px;
  left: -50%;
  position: absolute;
  top: 0;
  width: 1500px;
  z-index: 100;
}

.process {
  width: 100%;
  height: auto;
  padding: 5%;
}

.section-padding {
  padding: 150px 0;
}

.tech-stack {
  width: 90%;
  height: auto;
  float: right;
  margin-top: 40px;
}

/* Mobile Menu */
.menu {
  background-color: #009cde;
  background-image: radial-gradient(circle farthest-side at center bottom , #009cde, #003087 125%);
  color: #fff;
  height: 100vh;
  padding: 5%;
}

.menu .nav-item {
  padding-top: 20px;
  color: #ccc;
}

.menu a {
  color: #fff;
}

/* Typography */
.text-dark {
  color: #000;
}

.text-shadow {
  text-shadow: 1px 1px 1px #aaa;
}

.text-white {
  color: #fff;
}

.text-light {
  font-weight: 200;
}

.text-heavy {
  font-weight: 800;
}

@media screen and (max-width: 767px) {
  .process {
    width: 100%;
    height: auto;
    padding: 20px 0 0;
  }

  .section-padding {
    padding: 60px 0;
  }

  .tech-stack {
    width: 100%;
  }
}
