a#btn_coca_cola {
				display: inline-block;
				position: relative;
				margin:auto;
				margin-top: 100px;
				padding: 8px 16px;
				background-color: #fff;
                 overflow: hidden; border-radius: 999px;
			}

			a#btn_coca_cola:before {
				content: "";
				display: block;
				width: 0;
				height: 0;
				z-index: 1;
				position: absolute;
				top: 50%;
				left: 50%;
			}

			a#btn_coca_cola:hover {
				opacity: 0.2;
			}

			a#btn_coca_cola span {
				position: relative;
				z-index: 10;
			}

a#btn_coca_cola .logo-img, a#btn_coca_cola svg {
  height: 36px;    
  width: auto;
  max-width: 100%;
}

a#btn_nike {
				display: inline-block;
				position: relative;
				margin:auto;
				margin-top: 80px;
				padding: 8px 16px;
				background-color: #fff;
                overflow: hidden; border-radius: 999px;
			}

			a#btn_nike:before {
				content: "";
				display: block;
				width: 0;
				height: 0;
				z-index: 1;
				position: absolute;
				top: 50%;
				left: 50%;
			}

			a#btn_nike:hover {
				opacity: 0;
			}

			a#btn_nike span {
				position: relative;
				z-index: 10;
			}

a#btn_nike .logo-img, a#btn_nike svg {
  height: 80px;    
  width: auto;
  max-width: 100%;
}

.logo-hover {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 80px;
    width: auto;
    max-width: 100%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 1.25s ease;
}

.logo-hover:hover {
    opacity: 1;
}


a#btn_harley_davidson {
  display: inline-block;
  position: relative;
  margin: auto;
  margin-top: 100px;
  padding: 8px 16px;
  background-color: #fa6600;
  color: #fff;   
  font-family: 'Ubuntu', sans-serif;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: -2px;
  overflow: hidden;
  border-radius: 8px;
}

a#btn_harley_davidson:before { display: none; }

a#btn_harley_davidson:hover { color: #fff; }

a#btn_harley_davidson span {
  position: relative;
  z-index: 10;
  display: inline-block;
  will-change: transform;
  transition: transform 0.28s cubic-bezier(.2,0,.1,1);
}
a#btn_harley_davidson:hover span {
  transform: translateX(-120%); 
}

a#btn_newyorker {
				display: inline-block;
				position: relative;
				margin:auto;
				margin-top: 100px;
				padding: 8px 16px;
				background-color: #fff;
				color: black;
				font-family: 'Ubuntu', sans-serif;
				font-size: 30px;
				font-weight: bold;
				text-transform: uppercase;
				text-decoration: none;
				letter-spacing: -2px;
                }

        a#btn_newyorker:before {
				content: "";
				display: block;
				width: 0;
				height: 0;
				z-index: 1;
				position: absolute;
				top: 50%;
				left: 50%;
			}

			a#btn_newyorker:hover {
				opacity: 0.2;
			}

			a#btn_newyorker span {
				position: relative;
				z-index: 10;
            }

	a#btn_fitbit {
				display: inline-block;
				position: relative;
				margin:auto;
				margin-top: 100px;
				padding: 8px 16px;
				background-color: #fff;
				color: teal;
				font-family: 'Ubuntu', sans-serif;
				font-size: 30px;
				font-weight: bold;
				text-transform: uppercase;
				text-decoration: none;
				letter-spacing: -2px;
			}

	a#btn_fitbit:before {
				content: "";
				display: block;
				width: 0;
				height: 0;
				z-index: 1;
				position: absolute;
				top: 50%;
				left: 50%;
			}

	a#btn_fitbit span {
				position: relative;
				z-index: 10;
				background-color: #fff;
				color: teal;
				font-family: 'Ubuntu', sans-serif;
				font-size: 30px;
				font-weight: bold;
				text-transform: uppercase;
				text-decoration: none;
				letter-spacing: -2px;
                }

a#btn_fitbit { will-change: transform; display: inline-block; }
a#btn_fitbit:hover {
  animation: fitbit-bounce 600ms cubic-bezier(.34,1.56,.64,1) both;
}
@keyframes fitbit-bounce {
  0%   { transform: translateY(0) scale(1); }
  30%  { transform: translateY(-14px) scale(1.03); }
  50%  { transform: translateY(-8px)  scale(1.01); }
  70%  { transform: translateY(-4px)  scale(1.005); }
  100% { transform: translateY(0)     scale(1); }
}

a#btn_instagram {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;               
  height: 72px;
  background: #E1306C;       
  color: #fff;
  border-radius: 14px;       
  overflow: hidden;
  text-decoration: none;
  margin: 80px auto;
  transition: transform .12s ease, opacity .12s ease;
}

a#btn_instagram .fa-instagram {
  font-size: 32px;           
  line-height: 1;
  pointer-events: none;
}

a#btn_instagram:hover {
  transform: translateY(-4px);
  opacity: 0.95;
}

.sr-only {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

a#btn_facebook {
  display: inline-flex;          
  align-items: center;
  justify-content: center;
  width: 200px;                   
  height: 200px;
  margin: 24px auto;              
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
}

a#btn_facebook:hover {
  background-color: transparent; 
  color: inherit;
}

a#btn_facebook .fa-facebook,
a#btn_facebook .fa-facebook-f,
a#btn_facebook img,
a#btn_facebook svg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 120px;
  width: 120px;      
  height: 120px;
  border-radius: 50%;
  background: transparent;
  transition: background .12s ease, color .12s ease, transform .12s ease;
  z-index: 2;
}

a#btn_facebook:hover .fa-facebook,
a#btn_facebook:hover .fa-facebook-f,
a#btn_facebook:hover img,
a#btn_facebook:hover svg {
  background: blue;
  color: #fff;
  transform: translateY(-2px);
}

a#btn_apple {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;               
  height: 72px;
  background: black;       
  color: #fff;
  border-radius: 14px;       
  overflow: hidden;
  text-decoration: none;
  margin: 80px auto;
  transition: transform .12s ease, opacity .12s ease;
}

a#btn_apple .fa-apple {
  font-size: 32px;           
  line-height: 1;
  pointer-events: none;
}

a#btn_apple:hover {
  transform: translateY(-4px);
  opacity: 0.95;
}

a#btn_stl_craigslist {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  border-radius: 8px;
  background: #f5f5f5;
  color: #111;
  text-decoration: none;
  position: relative;
  transition: transform .28s cubic-bezier(.2,.9,.2,1), background .18s;
  will-change: transform;
}

a#btn_stl_craigslist .label {
  display: inline-block;
  transition: transform .28s cubic-bezier(.2,.9,.2,1);
}

a#btn_stl_craigslist .peace-icon {
  display: inline-block;
  font-size: 1.05em;
  line-height: 1;
  opacity: 0;
  transform: translateX(8px);
  transition: opacity .28s ease, transform .28s cubic-bezier(.2,.9,.2,1);
  pointer-events: none;
}

a#btn_stl_craigslist:hover {
  transform: translateX(-8px);
  background: #eaeaea;
}

a#btn_stl_craigslist:hover .label {
  transform: translateX(-18px);
}

a#btn_stl_craigslist:hover .peace-icon {
  opacity: 1;
  transform: translateX(0);
}

.button_container > a#btn_stl_craigslist {
  display: inline-flex;               
  align-items: center;
  justify-content: center;
  position: relative;
  top: 50%;                           
  transform: translateY(-50%);
  margin: 0 auto;                     
  padding: 10px 18px;                 
  background: #f5f5f5;
  color: #6a0dad;                     
  text-decoration: none;
}

a#btn_stl_craigslist,
a#btn_stl_craigslist .label,
a#btn_stl_craigslist .peace-icon {
  color: #6a0dad;
}
a#btn_stl_craigslist .peace-icon {
  font-size: 1.2em;
  line-height: 1;
  transition: opacity .28s ease, transform .28s cubic-bezier(.2,.9,.2,1);
  opacity: 0;
  transform: translateX(8px);
}

a#btn_stl_craigslist:hover {
  transform: translateX(-8px) translateY(-50%);
  background: #eaeaea;
}

a#btn_stl_craigslist:hover .label {
  transform: translateX(-18px);
}

a#btn_stl_craigslist:hover .peace-icon {
  opacity: 1;
  transform: translateX(0);
}

a#btn_lyft {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  box-sizing: border-box;
  border-radius: 50px;
  margin: auto;
  margin-top: 75px;
  background-color: #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: background .18s ease, transform .12s ease;
}

a#btn_lyft .fa-lyft {
  font-size: 56px; 
  line-height: 1;
  display: block;
  pointer-events: none;
  color: currentColor;
}
a#btn_lyft:hover {
  background-color: hotpink;
}