/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    body {
        font-size: 15px;
    }
    .landing-content h1 {
    font-size: 40px;
	}
	.immigration-module{
		margin-bottom:20px;
	}
}
/* Portrait tablets and small desktops */
@media  (max-width: 991px) {
    html, ol {
        font-size: 80%;
    }
	.landing-content h1 {
    font-size: 36px;
	}
	.immigration-module{
		margin-bottom:20px;
	}

}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    html, ol {
        font-size: 70%;
    }
	.landing-content h1 {
    font-size: 22px;
	}
	.landing-contact p {
    font-size: 14px;
	}
	.immigration-module{
		margin-bottom:20px;
	}
   
}



/* Landscape phones and smaller */
@media (max-width: 480px) {
    html, ol {
        font-size: 60%;
    }
	.landing-content h1 {
    font-size:13px;
	}
	.landing-contact p {

    font-size: 8px;
	}
	.immigration-module{
		margin-bottom:20px;
	}
}



@media (max-width: 320px) {


    html, ol {
        font-size: 50%;
    }
	.immigration-module{
		margin-bottom:20px;
	}
}

