
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.navbar-header{
		padding: 5px 20px 0 20px;
	}
	.main_container{
		padding: 0 20px 0 20px;
	}
    h1{
        font-size: 30px;
    }
	.main_moc img{
		margin-top: 411px;
		width: 50%;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 601px) {
	.navbar-header{
		padding: 5px 20px 0 20px;
	}
	.main_container{
		padding: 0 20px 0 20px;
	}
    h1{
        font-size: 30px;
    }
	.main_moc img{
		margin-top: 270px;
		width: 57%;
	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    h1{
        font-size: 35px;
    }
	.main_moc img{
		margin-top: 250px;
		width: 60%;
	}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.navbar-header{
		padding: 5px 120px 0 120px;
	}
	.main_container{
		padding: 0 120px 0 120px;
	}
	h1{
        font-size: 45px;
    }
	.main_moc img{
		margin-top: 147px;
		width: 74%;
	}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.main_moc img{
		margin-top: 0;
		width: 94%;
	}
} 
