
/* Add here all your CSS customizations */

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ffc107!important;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    margin-bottom: 6.5px!important;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
 
.btn-align{
	text-align: center!important;
}

.team-item .team-infos .share:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #eae7e7!important;
    width: 100%;
    height: 22px;
}
#header .header-logo img {
    min-width: 185px !important;
}
html.sticky-header-active #header.header-effect-shrink .header-body {
    height: 110px !important;
}
