body {
  margin: 0;
  padding: 0;
  font-family:'Montserrat';
}
i {
  color: #fff;
}

h2{
  color: black;
}

h1{
  color: white;
}

.fixed-content {
  width: auto;

  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  text-align: center;
}
.header {
  /*background-image: url('../img/background.png');*/
  background: black;
  background-repeat: no-repeat, repeat;
  color: #FFF;
  max-height: all;
  height: 100%;
}
.header .port {
  border-radius: 50%;
  border: 3px #ccc solid;
  width: 16%;
}
.icon-row {
  margin: 45px auto;
  width: 100%;
/*  height: 100%;
*/}
.icon-row i {
  border-radius: 4px;
  cursor: pointer;
  font-size: 44px;
  margin: 0px 20px;
  padding: 20px 30px;
  transition: all 400ms ease-in-out;
}
.icon-row i:hover {
  background: #FFF;
  color: #ca5549;
}
.second {
  background: #eee;
  color: #888;
  width: 100%;
}
#portfolio h2,
#contact h2 {
  font-size: 40px;
  margin: 0 0 15px 0;
}
.panel {
  font-family: 'Indie Flower', cursive;
  width:100%;
}
.footer {
  color: #666;
}
.footer .blue i {
  color: #d2d6dc;
}
.footer .blue i:hover {
  background: #3c7fc6;
  color: #d2d6dc;
}
.footer .fa-chevron-up {
  cursor: pointer;
  font-size: 34px;
  margin: 40px 0 0 0;
  position: relative;
  top: 0px;
  font-family:'fontawesome';
}
.footer .fa-chevron-up:hover {
  -webkit-animation: up 1s infinite;
  /* Chrome, Safari, Opera */
  animation: up 1s infinite;
}

@-webkit-keyframes up {
  0% {
    top: 0px;
  }
  25% {
    top: 5px;
  }
  50% {
    top: 0px;
  }
  75% {
    top: 5px;
  }
  100% {
    top: 0px;
  }
}
