


/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    body {
        font-size: 15px;
    }
    

}

/* Portrait tablets and small desktops */
@media  (max-width: 991px) {
    html {
        font-size: 90%;
    }
   .portfolio-item {
    width: 50%;
	}
	.heading p {
    line-height: 30px;
	}
	.about-content {
    text-align: center;
	}

}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    html {
    font-size: 80%;
    }
    .home{
	width: 100%;
	overflow: hidden;
	}
	.home-details .home-title h1 {
    font-size: 35px;
	}
	.about-content {
    text-align: center;
	}
	.portfolio-item {
    width: 45%;
	}
	.portfolio{
	background: url(../images/header-bg.jpg) no-repeat center top fixed;
	width: 100%;
	}
	.heading p {
    line-height: 23px;
    margin-top: 30px;
	}
	.copyright p {
	font-size: 60.5%;
    text-align: center;
	}
}



/* Landscape phones and smaller */
@media (max-width: 480px) {
    html {
    font-size: 65%;
    }
    .navbar-default {
    background-color: #0E1319;
    border-color: #e7e7e7;
	margin:0 auto;
	}
    .home{
	background: url(../images/header-bg.jpg) no-repeat center top fixed;
	width: 100%;
	}
	.home-details .home-title h1 {
    font-size:20px;
	}
	.scroll-down h5 {
    font-size: 13px;
    text-align:center;
	}
	.portfolio{
	background: url(../images/header-bg.jpg) no-repeat center top fixed;
	width: 100%;
	}
	.portfolio-item {
    width: 99%;
	}
   .contact-details .contact-category .mail h2 {
    font-size:14px;
	}
	.copyright p {
    font-size: 14px;
    text-align: center;
	}
	

}



@media (max-width: 320px) {


    html {
        font-size: 60.5%;
    }
}

