body {
    padding-bottom: 200px;
}
h2{
    font-size:32px;
    font-weight:700;
}
#caps{
    font-size:32px;
}
.jumbotron{
    background-image: linear-gradient(
        rgba(20,20,20, .5), 
        rgba(20,20,20, .5)
        ), url(desk.jpg);        
    background-repeat:no-repeat;
    background-size:cover;
    height:100%; 
    color:#fff;
}


/***** PRICING *****/
.price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
/* Add shadows on hover */
.price:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}
.price .header {
    background-color: #111;
    color: white;
    font-size: 25px;
}

/* List items */
.price li {
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
}
/* Grey list item */
.price .grey {
    background-color: #eee;
    font-size: 20px;
}
.button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}


/***** PROJECTS *****/
#projects{
    background-image: linear-gradient(
        rgba(20,20,20, .5), 
        rgba(20,20,20, .5)
        ), url(laptop.jpg);        
    background-repeat:no-repeat;
    background-size:cover;
    height:100%; 
    background-color:#808080;
    padding-bottom:30px;
    color:#fff;
}
#projects h2{	
    padding:15px;
    color:#fff;
}
.hovereffect {
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}
.hovereffect .overlay {
    position: absolute;
    overflow:hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #222;
}
.hovereffect img{
    height:300px;
    width:350px;
    display: block;
	
}
.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 20px;
    padding: 10px;
    /*background: rgba(0, 0, 0, 0.6);*/
}
.hovereffect p {
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 16px;
    padding: 10px;
}
.hovereffect a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    margin: 50px 0 0 0;
    background-color: transparent;
    /*-webkit-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;*/
}
.hovereffect a.info:hover {
    box-shadow: 0 0 5px #fff;
}

.hovereffect:hover .overlay {
    opacity: 0.9;
}

.hovereffect:hover h2 {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.s-button {
    border: 2px solid #fff;
    color: #fff;
    display: table;
    font-family: "Lato", Helvetica, sans-serif;
    font-weight: 300;
    letter-spacing: 0.4rem;
    line-height: 1.5;
    margin: 3rem auto 0;
    padding: 1rem 1.1rem;
    text-transform: uppercase;
}
.s-button:hover {
    background-color: #000;
    border: 2px solid #fff;
    color: #fff !important;
    cursor: pointer;
    text-decoration: none !important;
}
.button2:hover{
    background-color: #fff;
    border: 2px solid #222;
    color: #222 !important;
    cursor: pointer;
    text-decoration: none !important;
}


/***** ABOUT *****/
#about h2{
    font-size:2.0em;
    border:5px double #222;
    padding:2em;
}
#about p{
    font-size:1.5em;
}
#about img{
    width:40px;
    height:40px;
}	
#colors{
    color:red;
}	
#about #myPic{
    float:left;
    width:300px;
    height:350px;
    padding-right:20px;
}
#about #picTwo{
    float:right;
    width:300px;
    height:350px;
    padding-right:20px;
}



/*****Kreations*****/
#portfolio h2{
    font-size:2.0em;
    border:5px double #222;
    padding:2em;
}
#portfolio p{
    font-size:1.5em;
}
#portfolio img{
	width:65px;
	height:65px;
}
#portfolio .portfolio-item img{
	width:350px;
	height:100%;
}
#portfolio .portfolio-item .portfolio-link{
    display:block;
    position:relative;
    max-width:350px;
    margin:0 auto
}
#portfolio .portfolio-item .portfolio-link .caption{
    /*background:rgba(24,188,156,.9);*/
    background:rgba(27,178,156,.9);
    /*background:#9B59B6;*/
    position:absolute;
    width:350px;
    height:100%;
    opacity:0;
    transition:all ease .5s;
    -webkit-transition:all ease .5s;
    -moz-transition:all ease .5s
}
#portfolio .portfolio-item .portfolio-link .caption:hover{
    opacity:1
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content{
    position:absolute;
    width:100%;
    height:20px;
    font-size:20px;
    text-align:center;
    top:50%;
    margin-top:-12px;
    color:#fff
}
.btn-social,.scroll-top,.scroll-top .btn{
    width:50px;
    height:50px
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content i{
    margin-top:-12px
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,#portfolio .portfolio-item .portfolio-link .caption .caption-content h4{
    margin:0
}
#portfolio *{
    z-index:2
}
@media (min-width:767px){
    #portfolio .portfolio-item{
        margin:0 0 30px
    }
}
/****PORTFOLIO MODAL****/
.portfolio-modal .modal-content{
    border-radius:0;
    background-clip:border-box;
    -webkit-box-shadow:none;
    box-shadow:none;
    border:none;min-height:100%;
    padding:100px 0;
    text-align:center;
    background:#222;
    color:#22A7F0;
}
.portfolio-modal .modal-content h2{
    margin:0;
    font-size:3em
}
.portfolio-modal .modal-content img{
    padding-bottom:30px;
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.portfolio-modal .modal-content .item-details{
    margin:30px 0
}
.portfolio-modal .close-modal{
    position:absolute;
    width:75px;
    height:75px;
    background-color:transparent;
    top:25px;
    right:25px;
    cursor:pointer
}
.portfolio-modal .close-modal:hover{
    opacity:.3
}
.portfolio-modal .close-modal .lr{
    height:75px;
    width:1px;
    margin-left:35px;
    background-color:#fff;
    /*background-color:#2C3E50;*/
    transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    z-index:1051
}
.portfolio-modal .close-modal .lr .rl{
    height:75px;
    width:1px;
    background-color:#fff;
    transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    z-index:1052
}
.portfolio-modal .modal-backdrop{
    opacity:0;
    display:none
}


/*****CONTACT ME*****/
#kontact h2{
    font-size:2.0em;
    border:5px double #222;
    padding:2em;
}
#kontact p{
    font-size:1.5em;
	text-align:center;
}
#kontact img{
	width:65px;
	height:65px;
}


/******** PROJECT CAROUSEL ********/
.carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #fff;
  }
.carousel-indicators li {
    border-color: #fff;
  }
.carousel-indicators li.active {
    background-color: #222;
}
.item h4 {
    color:#fff;
    text-shadow:none;
    font-size: 29px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
}
.item p{
    color:#fff;
    font-size:15px;
}
.item span {
    font-style: normal;
}
.item img{
    margin-left:auto;
    margin-right:auto;
    width:300px !important;
    height:275px !important;
}