/*******************************************************
    Template Name    : Capture - Photography HTML Landing Page
    Author           : Cute Themes
    Version          : 1.0
    Created          : 2021
    File Description : Main Reaposive file of the template
*******************************************************/

@media only screen and (min-width: 991px) and (max-width: 1024px) {

	.price-body {
		padding-left: 0px;
		padding-right: 0px;
	}

}


@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navbar-b.navbar-trans .nav-item, .navbar-b.navbar-reduce .nav-item {
		padding-right: 0;
	}
	.header .slider-caption h1 {
		font-size: 55px;
	}
	.header .slider-caption h4 {
		font-size: 16px;
	}
	.about-image {
		text-align: center;
	}
	.about-content {
		margin-top: 35px;
	}
	.price-body {
		padding-left: 0px;
		padding-right: 0px;
	}
	.hire-content h2 {
		font-size: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.navbar-nav {
		margin-top: 15px;
	}
	.navbar-b .nav-item {
		margin-bottom: 10px;
	}
	.navbar-b .nav-item:last-child {
		margin-bottom: 0px;
	}
	#navbarDefault {
		width: 100%;
		height: 250px;
		overflow-y: scroll;
	}
	.header .slider-caption h1 {
		font-size: 45px;
	}
	.header .slider-caption h4 {
		font-size: 15px;
	}
	.about-image {
		text-align: center;
	}
	.about-content {
		margin-top: 35px;
	}
	.about-content h2 {
		font-size: 30px;
	}
	.price-body {
		padding-left: 0px;
		padding-right: 0px;
	}
	.hire-content {
		padding: 0 20px;
	}
	.hire-content h2 {
		font-size: 30px;
	}
	.contact-information {
		margin-bottom: 30px;
	}
}


@media only screen and (max-width: 479px) {
	.navbar-nav {
		margin-top: 15px;
	}
	.navbar-b .nav-item {
		margin-bottom: 10px;
	}
	.navbar-b .nav-item:last-child {
		margin-bottom: 0px;
	}
	.header .slider-caption h1 {
		font-size: 40px;
	}
	.header .slider-caption h4 {
		font-size: 16px;
	}
	.about-image {
		text-align: center;
	}
	.about-content {
		margin-top: 35px;
	}
	.about-content h2 {
		font-size: 30px;
	}
	.hire-content {
		padding: 0 20px;
	}
	.hire-content h2 {
		font-size: 30px;
	}
	.contact-information {
		margin-bottom: 30px;
	}
}



@media screen and (max-width: 320px) and (min-width: 0px){
	.navbar-nav {
		margin-top: 15px;
	}
	.navbar-b .nav-item {
		margin-bottom: 10px;
	}
	.navbar-b .nav-item:last-child {
		margin-bottom: 0px;
	}
	#navbarDefault {
		width: 100%;
		height: auto;
		overflow-y: scroll;
	}
	.header .slider-caption h1 {
		font-size: 35px;
	}
	.header .slider-caption h4 {
		font-size: 14px;
	}
	.about-image {
		text-align: center;
	}
	.about-content {
		padding-right: 0px;
		padding-left: 0px;
		margin-top: 35px;
	}
	.about-content h2 {
		font-size: 30px;
	}
	.hire-content {
		padding: 0 20px;
	}
	.hire-content h2 {
		font-size: 30px;
	}
	.contact-information {
		margin-bottom: 30px;
	}
}