@media only screen and (max-width: 992px) {
    
    h1, .h1 {
        font-size: 36px;
    }
    
    h2, .h2 {
        font-size: 24px;
    }
    
    h3, .h3 {
        font-size: 16px;
		margin: 1rem 0;
    }
    
    .heading h2, .heading .h2, .heading i {
        font-size: 19px;
    }

    .heading h3, .heading .h3 {
        font-size: 12px;
    }

    .close-btn {
    	/*width: 30px;
    	height: 30px;
        background: url(../images/icon/close_sm.png);*/
        background-size: cover;
    }
    
    .image-container {
        height: 300px;
        position: relative;
    }
    
    .content-container {
        left: 0;
    }
    
    .main-heading {
        top: 30%;
        transform: translateY(-30%);
    }
    
}

@media only screen and (max-width: 768px) {
    
    h1, .h1 {
        font-size: 26px;
    }
    
    h2, .h2 {
        font-size: 19px;
    }

    h3, .h3 {
        font-size: 12px;
    }
	
    .heading h2, .heading .h2, .heading i {
        font-size: 19px;
    }

    .heading h3, .heading .h3 {
        font-size: 12px;
    }
    
    .main-heading h1:after {
        width: 110%;
    }
    
    .story-content div {
        margin-top: 20px;
    }
    
    .education-container:before,
    .experience-container:before {
        display: none;
    }
    
    .education-content,
    .experience-content {
        width: 100%;
        margin-left: 0;
    }
    
    .education-content h3,
    .experience-content h3 {
        text-align: center;
    }
    
    .education-content h3:before,
    .experience-content h3:before {
        display: none;
    }
    
    .google-map {
        height: 400px;
    }
    
}

@media only screen and (max-width: 480px) {
    
    h1, .h1 {
        font-size: 26px;
    }
    
    h2, .h2 {
        font-size: 18px;
    }
	h2.small-heading {
		padding: 0;
	}

    .heading h2, .heading .h2, .heading i {
        font-size: 18px;
    }

    h3, .h3 {
        font-size: 13px;
    }

    .heading h3, .heading .h3 {
        font-size: 13px;
    }

    .intro-content h1 {
        font-size: 26px;
    }
    
    .intro-content h2 {
        font-size: 18px;
    }
    
    .intro-content h3 {
        font-size: 13px;
    }
    
    .main-heading {
        padding-left: 20px;
    }
    
    .main-heading h1:after {
        height: 3px;
    }
    
    .image-container {
        height: 150px;
    }
    
    .story-content div a {
        display: block;
        float: none;
        margin: 5px;
    }
	
	.contact-form {
		top: unset;
	}
    
    .contact-form button {
        width: 100%;
    }
    
    .project .buttons a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin: 0;
        font-size: 12px;
    }
	.mask_i {
		height: 50%;
	}    
}