.center {
    display: block;
    margin: 0 auto;
}

.md-banner {
    background-color: #302c9fc9;
}


/* SOCIALS */
.share-buttons{
	font-size: 0; /* hack no-margin inline-blocks */

}

.share-buttons li {
    display: inline-block;
    font-size: 1rem;
    vertical-align: middle;
}

.share-btn {
    display: inline-block;
    border: none;
    height: 1.5em;
    width: 1.5em;
    outline: none;
    text-align: center;
    text-decoration: none;
    fill: #ffffff;
    vertical-align: middle;
}

.share-btn:hover {
  fill: #eeeeee;
}

.share-btn:active {
  position: relative;
  top: 2px;
  box-shadow: none;
  outline: none;
  fill: #e2e2e2;
}

.share-btn.twitter     { background: #55acee; }
.share-btn.googleplus  { background: #dd4b39; }
.share-btn.facebook    { background: #3B5998; }
.share-btn.linkedin    { background: #4875B4; }
.share-btn.pinterest   { background: #BD081C; }
.share-btn.email       { background: #444444; }

/* instagram new logo gradient */
.share-btn.instagram   {
	background: #D2258D; 
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.share-buttons-message {
    display: inline-block;
    font-size: 0.8rem; /* Adjust if needed */
    font-style: italic;
    color: #666;
    margin-right: 10px;
    vertical-align: middle;
}

hr.share-divider {
    border: none;
    border-top: 1px solid #ddd;
    margin: 1rem auto;
    width: 100%;
    margin-top: 5vh;
}

.share-buttons-container {
    text-align: end;
}
