
@import url('https://fonts.googleapis.com/css?family=Merriweather:900i');
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,700i');
.portfolio{
	font-family: 'Merriweather', serif;
}
.page-header{
	color: #26c6da !important;		
}
.project-title{
    font-family: 'Titillium Web', sans-serif;
}
.bg-light{
    background: #fdfcfc;
    padding: 10px 25px;
}
.portfolio-item {
    margin-bottom: 25px;
}
div.laptop-wrapper {
    position: relative;
    padding-top: 20px;
    padding-bottom: 50%;
    height: 0;
}
div.laptop-wrapper .div-w{
    box-sizing: border-box;
    background: url(../img/screenshots/laptop-bg.png) center center no-repeat;
    background-size: contain;
    padding: 3.5% 15.5%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.portfolio-img {
	position:absolute;
	z-index:0;
}
.portfolio-img.fillWidth {
	width: 100%;
}

.wordpress{
	color: #2b74a1 !important;
}
.bootstrap{
	color: #593786 !important;
}
.php{
	color: #777bb4 !important;
}
.html5{
	color: #e44d26 !important;
}
.css{
	color: #e44d26 !important;
}

.badge{
    background-color: #fff !important;
    color: currentColor;
    font-size: 20px;
    padding: 0;
}
.techno{
    max-width: 300px !important;
}