/* for desktops */
@media (min-width:1630px) {
    
}

/* for things larger than mobile */
@media (min-width:769px) {

    
}

/* for mobile */
@media (max-width: 768px) { 

    /* mobile utilities */
    .mb-left {text-align:left !important;}
    .mb-right {text-align:right !important;}
    .mb-center {text-align:center !important;}

    .mobile-mb-none {margin-bottom:0px;}
	.mobile-mb-xs {margin-bottom:5px;}
	.mobile-mb-sm {margin-bottom:25px;}
	.mobile-mb-md {margin-bottom:50px;}
	.mobile-mb-xl {margin-bottom:70px;}

	.mobile-mt-none {margin-top:0px;}
	.mobile-mt-xs {margin-top:5px;}
	.mobile-mt-sm {margin-top:25px;}
	.mobile-mt-md {margin-top:50px;}
	.mobile-mt-xl {margin-top:70px;}

    #t-logo img {margin-top:18px;transition: all 0.3s ease 0s;}
    #f-logo {width: 100%;}
    .sticky #t-logo img {margin-top:3px;}

}