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

@media screen and (max-width: 991px) {


}




@media screen and (max-width: 1199px) {
	
	
	header section.navigation img {
		height: 50px;
		margin-left: 15px;
	}
	
	h1 {
		font-size: 2.25em !important;
	}	
	h2 {
		font-size: 2em !important;
	}	
	p {
		font-size: 1.15em !important;
	}
	
	header section.navigation ul li a {
		font-size: 22px;
	}
	
	header h2 {
		font-size: 2.5em !important;
	}
	
	.banner__wrapper h2 {
		font-size: 2.5em;
	}
	.banner__wrapper h3 {
		font-size: 2em;
	}
	.banner__wrapper p {
		font-size: 1.25em;
	}
	
	.form__wrapper h3 {
		font-size: 1.5em;
	}
	.form__wrapper p {
		font-size: 1em;
	}
	
	.column__wrapper .card h3 {
		font-size: 1.25em;
	}	
	
	footer section.footy-bottom li a {
		margin-right: 3rem;
	}
	
	footer img.logo {
		height: 50px;
	}
	
	header .btn-header {
		font-size: 1.125em;
	}


}


/* ---------------------------------------------------
    HEADER
----------------------------------------------------- */

@media screen and (min-width: 992px) and (max-width: 1400px) {

	.brandlogos__wrapper .brandlogo img {
		height: 40px;
	}
	
	.column__wrapper .card > .card-zoom {
		min-height: 200px;
	}
	.column__wrapper .card-body {
		padding: .5rem 1rem 1rem 1rem;
	}
	.column__wrapper .card p {
		font-size: 1.1em;
	}	
	.column__wrapper .card span.details {
		font-size: 1.15em;
	}
	
	a.card:hover span.link-text {
		margin-left: 56%;
	}	
	
	
	
}



/* ---------------------------------------------------
    HEADER
----------------------------------------------------- */

@media screen and (min-width: 576px) and (max-width: 992px) {

	header h2 {
		font-size: 3em;
	}
	header h3 {
		font-size: 2em;
	}	
	
}

@media screen and (min-width: 993px) and (max-width: 1199px) {

	header h2 {
		font-size: 3em;
	}
	header h3 {
		font-size: 2em;
	}	
	
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
	
	header section.navigation ul li a {
		font-size: 22px;
	}
	
	header section.navigation img {
		height: 50px;
	}
	header h2 {
		font-size: 3em;
	}
	header h3 {
		font-size: 2em;
	}
	
	h1 {
		font-size: 2.25em !important;
	}	
	h2 {
		font-size: 2em !important;
	}	
	p {
		font-size: 1.15em !important;
	}
	
	.column__wrapper .card h3 {
		font-size: 1.4em;
	}
	
	.banner__wrapper h2 {
		font-size: 2.5em;
	}
	.banner__wrapper h3 {
		font-size: 2em;
	}
	.banner__wrapper p {
		font-size: 1.25em;
	}
	
}

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

	header section.navigation img {
		height: 50px;
	}	

	header .media img {
	}
	header h2 {
		font-size: 3.5em;
	}
	header h3 {
		font-size: 2.5em;
	}	
	
}






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

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

	footer .wrapper .social {
		max-width: 200px;
	}
	footer .wrapper .footer-nav {
	-moz-column-count: 2;
	column-count: 2;
	}
	
}

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

	footer .wrapper .footer-nav {
		-moz-column-count: 3;
		column-count: 3;
	}

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

	.container {
		max-width: 1600px !important;
	}
	
	#contentblock_sideimg .content .cols {
	-moz-column-count: 2;
	column-count: 2;
	-moz-column-gap: 80px;
	column-gap: 80px;
	}

	
}

	
}

