.project{
    margin-top: 50px;
    padding-bottom: 40px;
    position:relative;

}

h2{
    text-align: center;
    font-size: 60px;
    color: #040020;
    font-family: bender;
    padding: 15px 0px;
}
h3{
    text-align: center;
    font-size: 30px;
    color: rgba(10,43,58,.8);
    font-family: bender;
    z-index: 100;
    padding: 5px;
    font-variant: small-caps;
    margin-top: 45px;
    margin-bottom: 0px;

}
.project-cont{
    padding-right: 0px;
    padding-left: 0px;
}

.center{
    text-align: center;
}

.project-img{
    width: 100%;
    margin: auto;
    text-align: center;
    display: block;
    margin-top: 25px;
    margin-bottom: 10px;
}

.game-img{
    width: 250px;
    margin: 10px;
}

.project-wrapper{
    height: 60px;
}

.project-p{
  margin: 0 auto;
  font-size: 14px;
  color: #040020;
  //display: block; /* Fallback for non-webkit */
  //display: -webkit-box;
  max-width: 800px;
  //height: 58.8px; /* Fallback for non-webkit */
  margin: 0 auto;
  //line-height: 1.4;
  //-webkit-line-clamp: 3;
  //-webkit-box-orient: vertical;
  //overflow: hidden;
  //text-overflow: ellipsis;
  width: 85vw;

}

.project-p-no-cut{
  margin: 0 auto;
  font-size: 14px;
  color: #040020;
  display: block; /* Fallback for non-webkit */
  display: -webkit-box;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.4;
  width: 85vw;
}

.center-vert{
    text-align: center;
    width: 100%;
}

.ls-layer .ls-bg{
    position: relative;
}

.owl-carousel-div{
    padding: 0px 15px;
    background-color: rgba(255,255,255,.7);
    border-radius: 25px;
    background-clip: content-box;
}

@media screen and (max-width: 768px){
    .project-p{
        padding: 0px 15px;
    }
    
}

@media screen and (min-width: 992px){
    .game-div h3{
        font-size: 1.5vw;
        top: 10vw;

    }
}
hr {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right,rgba(72,159,215, 0), rgba(72,159,215, 0.3) 10%,rgba(72,159,215, 0.3) 90%, rgba(72,159,215, 0) 100%);
    background-image: -webkit-linear-gradient(to right,rgba(72,159,215, 0), rgba(72,159,215, 0.3) 10%,rgba(72,159,215, 0.3) 90%, rgba(72,159,215, 0) 100%);
    margin-bottom: 8px;
    margin-top: 8px;
}

.right{
    text-align: right;
}



/* SLIDER */

.ls-bg{
    width: 100%;   
}

.project{
    background-image: url(../images/blue-squares2.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
}


.project:before{
    content: "Projects";
    top: 0;
    left: 0;
    background-color: #fff;
    position: absolute;
    color: #040020;
    border: 1px #040020 solid;
    border-bottom-right-radius: 5px;
    z-index: 2;
    font-size: 22px;
    font-family: bender;
    padding: 5px;
    padding-left: 4px;
    border-top: none;
    border-left: none;
}

.game-btn{
    background-color: #040020;
    color: #fff;
    border-radius: 5px;
    padding: 5px 15px;
    margin: 5px;
    height: 19px;

}
.game-btn:hover{
    color: #085DCB;
    text-decoration: none;
}

.game-btn-wrapper{
   margin-top: 20px;

}
.row{
    margin-right:0;
}
.col-lg-12{
    padding-right:0;
}
