
/* 
 * Last Editor: Shane Mollari
 * Program Name: thetruckstop.ca
 * Program Author: Shane Mollari
 * Program Date: May 8, 2022
 * 
 * Page Description:
 *      
 * 
 * Use Case Definition:
 * 
 * 
 *     
 * 
 * Notes & Comments
 * 
 * 
 * 
 * 
 * Restrictions
 *
 *      
 */

/* Quicky easy way to remove underline from links */
/***	Bootstrap Defaults**/.b-example-divider {  height: 3rem;  background-color: rgba(0, 0, 0, .1);  border: solid rgba(0, 0, 0, .15);  border-width: 1px 0;  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);}.bi {  vertical-align: -.125em;  fill: currentColor;}/** sm applies to x-small devices (portrait phones, less than 576px)*/@media (max-width: 575.98px) { 	#thetruckstop_logo{		height: 210px;	}}/** `md` applies to small devices (landscape phones, less than 768px)*/@media (max-width: 767.98px) { }/**  `lg` applies to medium devices (tablets, less than 992px)*/@media (max-width: 991.98px) { }/**  `xl` applies to large devices (desktops, less than 1200px)*/@media (max-width: 1199.98px) { }/** `xxl` applies to x-large devices (large desktops, less than 1400px)*/@media (max-width: 1399.98px) { }