
header .custom-logo-link img {
	max-width: 100px;
	width: 100px;
}
.recycle-sf-eco {
	background: url('img/recycle-sf-eco.png') no-repeat center right;
	background-size: contain;
	padding-top: 10px;
}
.recycle-sf {
	background: url('img/recycle-sf.png') no-repeat center right;
	background-size: contain;
	padding-top: 10px;
}

/* Small only (phones, less than 768px) */
@media (max-width: 767.98px) { ... }

/* Small up (landscape phones, 576px and up) */
@media (min-width: 576px) { ... }

/* Medium only (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) { ... }

/* Medium up (tablets, 768px and up) */
@media (min-width: 768px) { ... }

/* Large only (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) { ... }

/* Large up (desktops, 992px and up) */
@media (min-width: 992px) { 
	
	header .custom-logo-link img {
		max-width: 188px;
		width: 188px;
	}
}

/* Extra large up (large desktops, 1200px and up) */
@media (min-width: 1200px) { ... }
