

/*
Author: XpeedStudio
Author URI: http://themeforest.net/user/XpeedStudio/portfolio
*/

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    body {
        font-size: 15px;
    }
    
    .home {background-position-x: -945px;}
	.home-content h1 {
    font-size: 48px;
	}
	.home-content p {
    font-size: 21px;
	}
	.portfolio-wrapper2 .portfolio-item.width-img {
    height: 198px;
	}
    

}

/* Portrait tablets and small desktops */
@media  (max-width: 991px) {
    html {
        font-size: 80%;
    }
    .loaded {left: 45%;    top: 45%;}
    .home {background-position-x: -945px;}
    .contact {    background-position-y: -121px;    background-position-x: -162px;}
    
    #main-nav {    width: 45%;}
	.about-content h4 {
    font-size: 14px;
	}
	
	.contact-area {
    padding: 60px 40px 124px 40px;
	}
        .features-item h6 {font-size: 18px ;}
        .about-content p {font-size: 14px;}
        .contact-details p {font-size: 14px;}
        .experience .sections {padding-top: 50px;    padding-bottom: 50px; min-height: inherit;}
        .experience-wrapper {margin-top: 0}
    .experience-content {padding: 30px;}


}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    html {
        font-size: 70%;
    }
    
    .sections {padding-top: 50px ; padding-bottom: 50px;}
    
    #main-nav li a {font-size: 14px; padding: 0}
    
    .loaded {left: 43%;    top: 45%;}
    
    .home {background-position-x: -660px;}
    .cd-menu-trigger {right:5px;}
    
    #main-nav {    width: 75%;}
	.home-content h1 {
    font-size: 46px;
	}
	.home-content p {
    font-size: 20px;
	}
	.about-content a {
    margin-bottom: 20px;    line-height: 18px;
	}
	.experience-content {
    margin-bottom: 20px; height: auto;
	}
	
	.contact-area {
    margin-bottom: 20px;
	}
	.features-bg {
    margin: 0 auto;
    margin-bottom: 20px;
	}
        
        .about-content p {font-size: 14px;}
        .contact-details p {font-size: 14px;}
	.features-item h6 {font-size: 18px ;}
   .experience-content .content-details p {font-size: 14px ; line-height: 18px;}
   .testimonial-section .experience-content .content-details p { font-size: 14px ; line-height: 18px;}
}

@media (max-width: 600px) {
    .home {background-position-x: -870px;}
}
@media (max-width: 390px) {
    .home {background-position-x: -550px;}
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
    html {
        font-size: 60%;
    }
    
    
	.home-content h1 {
    font-size: 32px;
	}
	.home-content p {
    font-size: 12px;
	}
	.heading-content h3 {
    font-size: 20px;
	}
	.experience-content h4 {
    font-size: 18px;
	}
   .experience-content .content-details h5 {
    font-size: 15px;
	}
	.testimonial-content .testimonial-quote p {
    font-size: 12px;
	}
	.contact-wrapper h4 {
    font-size: 18px;
	}
	.cd-header {
    top: 3%;
	}

}



@media (max-width: 320px) {


    html {
        font-size: 50%;
    }
	.home-content p {
    font-size: 11px;
	}
	.cd-header {
    top: 3%;
	}
	.overlay {
    min-height: 500px;
	}
	.home-wrapper {
    margin-top: 115px;
	}
}

