/*-----------------------------------------------------------------------------------

	Theme Name: Canadian Trucking Alliance
	Theme URI: http://www.cantruck.ca
	Description: Official WordPress theme of the CTA
	Author: OTA
	Author URI: http://www.cantruck.ca
	Version: 1.1
	Tags: one-column, two-columns, left-sidebar, right-sidebar, flexible-width, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, translation-ready
	License: GNU General Public License
	License URI: license.txt


General comments (optional).
-----------------------------------------------------------------------------------------*/
@import "bootstrap3/css/bootstrap.min.css";
@import "css/main.css";
@media(max-width:991px){
	.covid-section{
		min-height:328px!important;
		background-image:url(http://cantruck.ca/wp-content/uploads/2020/03/covid-19-mobile.jpg)!important;
		background-size: contain;
		background-position: center top;
	}
}
@media(max-width:768px){
	.covid-section{
		min-height:344px!important
		background-image:url(http://cantruck.ca/wp-content/uploads/2020/03/covid-19-mobile2.jpg)!important;
		background-size: contain;
		background-position: center center!important;
		width: 100%;
		background-color:#0f0f0f;
	}
}
@media(max-width:575px){
	.covid-section{
		min-height:328px!important;
		background-image:url(http://cantruck.ca/wp-content/uploads/2020/03/covid-19-mobile3.jpg)!important;
		background-size: contain;
		background-position: center top;
		width: 100%;
		background-color: #0f0f0f;
	}
	.cta-main-navigation{
	    bottom: -14px!important;
	    background-color: rgba(0,0,0,1)!important;
	}
}
@media(min-width:992px){
	.covid-section{
		
		background-image:url(http://cantruck.ca/wp-content/uploads/2020/03/covid-19.jpg)!important;
		
	}
}
.non-covid-posts{
    background-image:url(http://cantruck.ca/wp-content/uploads/2014/09/header-bg.jpg)
}