/* ---------------------------------------------------
    BODY
----------------------------------------------------- */


@media screen and (max-width: 1199px) {
	
	
	header section.navigation img {
		height: 50px;
	}	
	
	h1 {
		font-size: 2.25em !important;
	}	
	h2 {
		font-size: 2em !important;
	}	
	p {
		font-size: 1.15em !important;
	}
	
	.nav-tabs .nav-link {
		font-size: 1.5em;
	}
	
	ul li p {
		font-size: 1em !important;	
	}

}


@media screen and (min-width: 1200px) and (max-width: 1400px) {
	
	
	h1 {
		font-size: 2.5em;
	}
	ul li p {
		font-size: 1em !important;	
	}

	
}

/* ---------------------------------------------------
    CONTAINER
----------------------------------------------------- */

@media screen and (min-width: 1401px) {

	.container {
		max-width: 1400px !important;
	}
	#colleague-invite .container {
		max-width: 1000px !important;
	}
	
}

	
}

