@media (min-width: 320px) {
	body { font-family: Rubik; }
	#hb-ctr {
		position: fixed;
		bottom: 0;
		width: 100%;
	 	background: linear-gradient(281deg, rgba(43,199,229,1) 0%, rgb(1 35 78) 100%);
		color: white;
		text-align: center;
		padding: 9px 0;
		font-weight: 300;
		z-index: 99;
 	}
	#hb-ctr a { 
		background: #ff7b1f;
 		color: white;
 		padding: 4px 12px;
		margin-left: 2px;
 		border-radius: 20px;
		box-shadow: 2px 2px 5px 2px #003372;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
 	}
	/* Nav rules. Depends on the logo imag height. If changes, .navbar and .navbar-brand changes too */
	.navbar {
		height: 100px;
		margin: 0;
		border: none;
	}
	.navbar-default {
		background: white;
	}
	.navbar-brand {
		padding: 10px 0 0 10px;
		height: 100px;
	}
	.navbar-brand img {
		height: 80px;
	}
	.navbar-default .navbar-toggle {
		margin-top: 32px;
		border: 2px solid #2b7ce5;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background: #ff7b1f;
		height: 3px;
		width: 25px;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		background: #252323eb;
    border-color: #e7e7e7;
	}
	.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: white;
    background-color: #000;
	}
	/* End of navbar rules */
	#h1-img-ctr {
		background: radial-gradient(circle, rgba(245,241,237,1) 0%, rgba(235,235,235,1) 100%);
	}
	#h1-ctr {
		padding: 50px 10px;
		text-align: center;
	}
	#img-ctr img {
		width: 100%;
	}
	h1 {
		font-weight: bold;
		font-size: 30px;
		margin: 0;
	}
	header h2 {
		font-size: 15px;
		margin-bottom: 40px;
		line-height: 24px;
	}
	header h2 strong {
		border-bottom: 2px solid #ff7f1b;
	}
	.orange-btn {
		background: #ff7f1b;
		color: white;
		padding: 6px 12px;
		border-radius: 20px;
		border: none;
	}
	#fours-ctr {
		text-align: center;
		color: white;
	}
	#fours-ctr .col-xs-6 {
		padding: 30px 10px 35px;
	}
	#fours-ctr p {
		margin: 10px 0 0;
	}
	#fours-ctr img {
		width: 40px;
	}
	#fours-ctr strong {
		border-bottom: 2px solid #ff7f1b;
	}
	.blue-1 { background: #032b56; }
	.blue-2 { background: #003c7c; }
	.blue-3 { background: #024c9b; }
	.blue-4 { background: #005ec3; }
	footer {
		padding-bottom: 40px;
	}
	#sellos {
		padding-bottom: 30px;
		padding-top: 30px;
		text-align: center;
	}
	#sellos img {
		width: 80%; 
	}
	article {
		padding: 60px 20px;
	}
	article h2 {
		text-align: center;
		font-size: 25px;
	}
	.white-bg { background: white; }
	.orange-bar { width: 40%; height: 5px; background: #ff7f1b; margin: 20px auto 40px; border-radius: 10px; }
	.is-flex { display: flex; justify-content: center; align-items: center; }
	.big-nums { font-size: 50px; font-weight: bold; }
	#big-nums-h3 { margin: 0; color: #2b7ce5; font-weight: bold; font-size: 20px; }
	.cream-bg { background: #f5f1ed; }
	#three-cards-ctr p { text-align: justify; }
	#three-cards-ctr .panel-heading { padding: 0; border: none; }
	#three-cards-ctr .panel-heading img { width: 100%; }
	#three-cards-ctr .panel { margin-bottom: 60px; box-shadow: 0px 0px 15px 2px #979797; border: none; }
	#three-cards-ctr h3 { margin: 0; }
	#certs-ctr img { width: 100%; box-shadow: 0 0 15px 2px #979797; }
	#certs-ctr .col-xs-12 { margin-bottom: 50px; }
	footer { background: #252323; padding-bottom: 40px; color: white; }
	footer a { color: white; }
	#footer-logo-ctr { text-align: center; padding-top: 30px; padding-bottom: 30px; }
	#footer-logo-ctr img { width: 50%; }
	#map-ctr { padding: 0; }
	#map { width: 100%; height: 400px; }
	.white-bar { width: 15%; height: 3px; background: white; margin-bottom: 40px; border-radius: 10px; }
	footer .col-xs-12 { margin-bottom: 30px; }
	footer span { font-size: 20px; }
}

@media (min-width: 768px) {
	/* Foocking navbar rules */
	.navbar, .navbar-brand {
		height: 150px;
	}
	.navbar-brand img {
		height: 130px;
		margin-left: 10px;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background: white;
    border: none;
	}
	nav li a { margin-top: 50px; font-weight: ; color: #2b7ce5 !important; }
	.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
		color: white;
    background-color: #2b7ce5;
	}
	/* end of foocking navbar rules */
	header { 
		margin-top: 50px;
	}
	#hb-ctr {
		top: 0;
		height: 40px;
	}
	#hb-ctr img {
		width: 18px;
		margin-top: -2px;
	}
	.wp-btn {
		background: #07c307 !important;
	}
	#h1-img-ctr {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#h1-ctr {
		padding: 0 20px; 
	}
	#img-ctr {
		padding: 20px 10px 0;
	}
	.orange-btn {
		padding: 7px 14px;
	}
	#sellos { padding-top: 10px; padding-bottom: 10px; }
	#sellos img {
		width: 40%;
	}
	article h2 {
		font-size: 30px;
	}
	#short-intro-ctr {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	footer { padding: 50px 10px 10px; }
}

@media (min-width: 992px) {
	nav {
		margin-right: 10% !important;
		margin-left: 10% !important;
	}
	h1 {
		font-size: 35px;
	}
	header h2 {
		font-size: 17px;
	}
	#h1-ctr {
		width: 50%;
	}
	#img-ctr {
		padding: 40px 20px 0;
	}
	#sellos { padding: 30px 10%; }
	#sellos img {
		width: 45%;
	}
	#fours-ctr {
		margin: 0 10%;
		box-shadow: 0 0 10px 2px gray;
	}
	#h1-ctr {
		flex: 3;
	}
	#img-ctr {
		flex: 2;
	}
}

@media (min-width: 1200px) {
}

@media (min-width: 1440px) {
	#hb-ctr {
		height: 45px;
		font-size: 17px;
	}
	#hb-ctr a {
		font-size: 14px;
	}
	nav {
		margin-right: 15% !important;
		margin-left: 15% !important;
	}
	nav li a {
		font-size: 19px;
	}
	#h1-img-ctr {
		padding-left: 15%;
		padding-right: 15%;
	}
	h1 {
		font-size: 45px;
	}
	header h2 {
		font-size: 20px;
		line-height: 30px;
	}
	#h1-ctr {
		width: 55%;
	}
	#sellos { padding: 30px 25%; }
	#sellos img { width: 49%; }
	#fours-ctr {
		margin: 0 20%;
		font-size: 17px;
	}
	#fours-ctr img {
		width: 50px;
	}
	article {
		padding: 70px 15%;
	}
	footer {
		padding: 70px 15% 10px;
	}
	#footer-logo-ctr img {
		width: 60%; 
	}
}
