body {
  background-image: url('https://sexyhunnyhub.com/images/bg-2.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow-x: hidden;
  background-color: ;
}

/***********************************/


header.head {
  padding: 154px 0 100px;
  background-image: url('https://sexyhunnyhub.com/images/bg.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  }
.content{
  padding-top: 100px;
}
  nav.navbar{
    background-color: rgba(255, 255, 255, 0.5);
  }
@media (min-width: 992px) {
  header {
    padding: 156px 0 100px;
  }
}

section {
  padding: 150px 0;
}

/***********************************/


.portfolio-item {
  margin-bottom: 30px;
}


/***********************************/
a {
  color:#999999;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
   transition: all 0.5s;
}
a:hover{
    color:#808080;
    text-decoration: none;
  }
footer{
  color: #999999;
  background-color: rgba(255, 255, 255, 0.5);
}
.cont-img{
  border: 2px #ace392 solid;
}
