a {
    text-decoration: none;
}
a:hover {
    color: #ea4335;
}
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}
/**/
.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
    box-shadow: none;
}
.user {
    color: rgba(0, 0, 0, .65);
}
.user .dropdown, .user .dropdown a {
    color: rgba(0, 0, 0, .65);
}
/*.user .dropdown, .user .dropdown a:hover,
.user .dropdown, .user .dropdown a:link {
    color: #0d6efd;
}*/
.card-title {
    font-weight: 400;
}
.float-left {
    float:  left;
}
.float-right {
    float:  right;
}
.fa-2x {
    color: #4285f4;
}
.avatar {
    width: 130px;
    height: 130px;
    border-radius: 65px;
    margin: auto;
    border: 2px solid #ccc;
    overflow: hidden;
    clear: both;
}
.avatar-small {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    border: 2px solid #ccc;
}

#to-show {
    display: none;
}
#to-hover:hover > #to-show {
    display: block;
}
.btn-main {
    background: #f1f1f1;
}
.btn-main:hover,
.btn-main:focus {
    background: #e8f0fe;
}

.feature-icon {
    width: 4rem;
    height: 4rem;
    border-radius: .75rem;
}

.icon-link > .bi {
    margin-top: .125rem;
    margin-left: .125rem;
    fill: currentcolor;
    transition: transform .25s ease-in-out;
}
.icon-link:hover > .bi {
    transform: translate(.25rem);
}

.icon-square {
    width: 3rem;
    height: 3rem;
    border-radius: .75rem;
}

.text-shadow-1 { text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25); }
.text-shadow-2 { text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25); }
.text-shadow-3 { text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25); }

.card-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 300px;
}

.main-content {
    /*overflow-y: scroll;*/
}
.clearfix {
    clear: both;
}

.edit span {
    display: block;
    margin-top: 10px;
}

#search a {
    margin-right: 10px;
    font-size: 20px;
    margin-top: -36px;
    float: right;
}
#search .form-control {
    border-radius: 20px;
}

.rounded-5 {
    border-radius: 10px;
}

.breadcrumb {
    margin-bottom: 2rem;
}

ul.socials li {
    margin-right: 1rem !important;
}
ul.socials li:last-child {
    margin-right: 0;
}