

.bottomStickyIcons	{
	position: fixed;
    bottom: 6%;
    left: 3%;
    z-index: 1000;	
}


.shortHeading	{
	margin: 0;
    color: #232323;
    font-size: 28px;
    font-weight: bold;
    font-family: 'Montserrat';
    text-transform: uppercase;
    line-height: 1;
    position: relative;
}










@media (min-width: 768px) { 
	.deskTop {
		display:inline !important;
	}
	
	.mobile {
		display:none;
	}	

}

@media (max-width: 768px) { 
	.deskTop {
		display:none !important;
	}
	
	.mobile {
		display:inline-table;
	}
	
}

