header nav {
  position: fixed;
  z-index: 1000;
  background: #2196F3;
}
header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header nav ul li a {
  line-height: 1;
}
header nav ul li:hover {
  background: transparent;
}
header nav ul #title {
  font-size: 22px;
  font-weight: 300;
}

main {
  padding-top: 64px;
  padding-bottom: -10px;
}
main .jumbo {
  width: 100%;
  height: 400px;
  background-image:url(../images/OAYTMW0.jpg);
  background-position:center;
  background-repeat:no-repeat;
  background-size: cover;
}
main .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main .icons .big-icon {
  width: 180px;
  height: 180px;
  background-image:url(../images/profile.jpg)
  ;
  background-position:center;
  background-position:top;
  background-size: 140%;
  border-radius: 50%;
  border: 2px solid white;
  margin-top: -90px;
}
main .icons .rate {
  width: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
main .icons .rate .star-btn {
  margin-top: -27.5px;
}
main .icons .rate .star-btn i {
  font-size: 26px;
}
main .icons .rate .like-btn {
  margin-top: -27.5px;
}
main .icons .rate .like-btn i {
  font-size: 22px;
}
main .icons .add {
  width: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
main .icons .add .add-btn {
  margin-top: -27.5px;
}
main .icons .add .add-btn i {
  font-size: 28px;
}
main .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
main .details h3 {
  color: #212121;
  font-size: 28px;
  margin-top: 15px;
}
main .details p {
  color: #727272;
  margin-top: 0px;
}
main .bio {
  margin-bottom: 80px;
}
main .bio .title h6 {
  color: #212121;
  font-size: 18px;
}
main .bio .content p {
  color: #727272;
}
main .pics {
  margin-bottom: 50px;
}
main .pics .title {
  margin-bottom: 20px;
}
main .pics .title h6 {
  color: #212121;
  font-size: 18px;
}
main .pics .row-1 .s12:nth-of-type(2) {
  margin-bottom: -10px;
}
main .pics .row .s12:nth-of-type(1) {
  margin-bottom: 10px;
}
main .pics .row .col .card {
  height: 500px;
  
  
}
main .pics .row .col .card #first-img {
  height: 100%;
  background-image:url(../images/OAYTMW0.jpg);
  background-size: cover;
}
main .pics .row .col .card #second-img {
  height: 100%;
  background: url(http://tremendouswallpapers.com/wp-content/uploads/2014/12/django-calvin-candie-leonardo-dicaprio-gives-the-hammer-in-movie-274680.jpg) center center;
  background-size: cover;
}
main .pics .row .col .card #third-img {
  height: 100%;
  background: url(http://cdn.collider.com/wp-content/uploads/leonardo-dicaprio-wolf-of-wall-street.jpg) center center;
  background-size: cover;
}
main .pics .row .col .card #forth-img {
  height: 100%;
  background: url(http://www.aceshowbiz.com/images/still/the-great-gatsby-still09.jpg) center center;
  background-size: cover;
}
main .posts {
  margin-bottom: 50px;
}
main .posts .title h6 {
  color: #212121;
  font-size: 18px;
  margin-bottom: 20px;
}
main .posts .row {
  margin-bottom: 0px;
}
main .posts .row .col .card {
  position: relative;
}
main .posts .row .col .card .card-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main .posts .row .col .card .card-action .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main .posts .row .col .card .card-action .tags .chip:first-child {
  margin-right: 5px;
}
main .posts .row .col .card .card-action .card-love {
  cursor: pointer;
  font-size: 25px;
  position: absolute;
  right: 10px;
  top: 10px;
  color: white;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
main .posts .row .col .card .card-action .card-love:hover {
  color: #f9a825;
}
main .blogs {
  margin-bottom: 80px;
}
main .blogs .title {
  margin-bottom: 20px;
}
main .blogs .title h6 {
  color: #212121;
  font-size: 18px;
}
main .likes .title {
  margin-bottom: 20px;
}
main .likes .title h6 {
  color: #212121;
  font-size: 18px;
}
main .likes .row .col .tabs {
  margin-bottom: 10px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
main .stretch {
  height: 500px;
}
main .fab {
  -webkit-transition: all 120ms ease-in-out;
  transition: all 120ms ease-in-out;
  bottom: 20px !important;
}
main .fab .btn-large i {
  font-size: 40px;
}
main .fab .orange i {
  font-size: 20px;
}

@media screen and (max-width: 600px) {
  main {
    padding-top: 40px;
  }

  .jumbo {
    height: 200px !important;
  }

  .icons {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .rate {
    display: none !important;
  }

  .add {
    display: none !important;
  }
}
@media screen and (min-width: 600px) {
  .fab {
    display: none;
  }
}
