/* =================================================

Template Name:  Shaun - Personal Portfolio HTML Template
Author: MouriThemes
Version: 1.0
Design and Developed by: MouriThemes

NB: This is the responsive stylesheet of this theme.

=================================================== */

/* Medium Layout: 1280px. */

@media only screen and (min-width: 992px) and (max-width: 1200px) {}
/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-padding {
		padding: 35px 0;
	}
	.navbar-nav {
		margin: 15px 0;
	}
	.navbar-brand {
		padding: 15px 0;
	}
	.navbar-nav>li>a {
		line-height: 0;
	}
	.nav>li>a {
		padding: 10px 8px;
	}
	.text-affect, .typed-cursor {
		font-size: 4.5em;
	}
	.home-img{
		text-align: center;
	}
	.home-text {
		text-align: center;
	}	
	.about-text p {
		line-height: 1.7em;
	}
	.single-services {
		margin-bottom: 30px;
	}
	.portfolio-area nav ul li {
		padding: 5px 15px;
		margin-left: 5px;
	}
	.testimonial-content p {
		font-size: 16px;
	}
	.contact-area {
		background-position: inherit;
	}
	.discussion-area #contact-form .btn.btn-send {
		margin: 40px 0;
	}
}
/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
	.section-padding {
		padding: 30px 0;
	}
	.navbar-toggle .icon-bar {
		background: #000;
	}
	.navbar-nav {
		float: right;
		margin: 11px 21px;
		margin-right: 32%;
		display: inherit;
		width: 200px;
		background-color: transparent;
	}
	.navbar-nav li {
		float: left;
		margin: 9px 50px;
		display: inherit;
		width: 100%;
	}
	.navbar-fixed-top .navbar-collapse {
		height: auto;
		background-color: rgba(0, 0, 0, 0.9);
	}
	.navbar-fixed-top .navbar-collapse {
		max-height: 100%;
	}
	.navbar-right li a {
		color: #fff;
	}
	.sticky_navigation .nav li a {
		color: #ffffff;
	}
	.text-affect, .typed-cursor {
		font-size: 2em;
	}
	.home-text {
		margin-top: 100px;
		text-align: center;
	}
	.home-img{
		text-align: center;
	}
	.home-img img {
		margin: 50px 0;
	}
	.navbar-nav {
		text-align: center;
	}
	.banner-btn a {
		padding: 7px 20px;
		letter-spacing: 0;
	}
	p.heading-text {
		font-size: 15px;
	}
	h2 {
		font-size: 25px;
	}
	.btn.btn-primary::before {
		display: none;
	}
	.about-area h4 {
		font-size: 22px;
	}
	.proPic {
		text-align: center;
	}
	.proPic img {
		margin-bottom: 15px;
	}
	.wrapper {
		padding-left: 25px;
		padding-right: 10px;
	}
	.wrapper::before {
		left: 11px;
		border: medium solid #9eca45;
		border-color: transparent #9eca45 transparent transparent;
	}
	#resume h4 {
		line-height: 25px;
	}
	#resume h5 {
		margin-top: 15px;
	}
	.right::before {
		border-width: 15px 15px 15px 0;
	}
	.wrapper::after {
		top: 25px;
	}
	.single-services {
		margin-bottom: 30px;
	}
	.portfolio-area ul {
		text-align: center;
	}
	.portfolio-area ul.list-inline li {
		margin: 5px;
	}
	.portfolio-area ul.list-inline li:first-child {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.portfolio-area ul.list-inline li:last-child {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.portfolio-area nav ul li {
		padding: 5px 21px;
	}
	.portfolio-area .list-inline>li {
		padding-right: 0px;
	}
	.single-testimonial {
		margin: 0px 0px 30px 0px;
	}
	.testimonial-heading {
		margin-bottom: 40px;
	}
	.testimonial-content p {
		font-size: 15px;
		text-align: justify;
	}
	.contact-area .form-control {
		font-size: 11px;
	}
	.contact-area {
		background-position: inherit;
	}
	.compliment-area .meta span {
		margin-right: 9px;
	}
	.discussion-area #contact-form .btn.btn-send {
		background: #9eca45;
		color: #fff;
		margin: 40px 0;
	}
}
/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.text-affect, .typed-cursor {
		font-size: 2.5em;
	}
	.single-portfolio img {
		width: 100%;
	}
	.navbar-toggle .icon-bar {
		background: #000;
	}
	.portfolio-area .list-inline>li {
		padding-right: 0px;
	}
	.contact-area {
		background-position: inherit;
	}
}
@media only screen and (min-width: 360px) and (max-width: 767px) {
	.text-affect, .typed-cursor {
		font-size: 2.5em;
	}
	.addressLeft span {
		display: inline-block;
	}
	.portfolio-area ul.list-inline li {
		margin: 7px;
	}
}
@media only screen and (min-width: 375px) and (max-width: 767px) {
	.text-affect, .typed-cursor {
		font-size: 2.5em;
	}
	.portfolio-area .list-inline>li {
		padding-right: 0px;
	}
	.portfolio-area ul.list-inline li {
		margin: 7px;
	}
}
@media screen and (min-width: 600px) {
	.text-affect, .typed-cursor {
		font-size: 4em;
	}
	.single-portfolio {
		text-align: center;
	}
	.proPic img {
		margin-bottom: 15px;
		width: 100%;
	}
}