a.navbar-brand {
    font-family: sans-serif;
    font-style: normal;
    font-weight: 900;
    text-decoration: none;
    color: black;
}

ul.nav-pills a.nav-link.active {
    background-color: rgba(0, 0, 0, 0.45);
}

div.copyright {
    position: fixed;
    bottom: 0;
    text-align: center;
}

div.copyright a {
    color: black;
    text-decoration: none;
}

div.me-social {
    background-color: rgba(0, 0, 0, 0.45);
    color: white;
}

div.linkedin-social {
    background-color: #007bb5;
    color: white;
}

div.facebook-social {
    background-color: #3b5998;
    color: white;
}

div.instagram-social {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

i.social-link {
    color: white;   
}

i.social-link:hover {
    text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 0, rgba(0, 0, 0, 0.2) 2px 2px 0, rgba(0, 0, 0, 0.2) 3px 3px 0;
}

.dummy {
    margin-top: 100%;
}

div.col-squared {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 10px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

div.col-squared p {
    display: block;
    position: relative;
    margin: 0 auto;
}

div.col-squared img {
    position: relative;
    min-width: 100%;
    min-height: 100%;
    max-height: 100%;
    margin: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
}

/*div.overlay {
    background: linear-gradient(
        0deg, #0000FFAA,
        #0000FFAA 33%,
        #FFFFFFAA 33%,
        #FFFFFFAA 66%,
        #FF0000AA 66%,
        #FF0000AA);
}
*/
div.overlay a {
    color: white;
    text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 0, rgba(0, 0, 0, 0.2) 2px 2px 0, rgba(0, 0, 0, 0.2) 3px 3px 0;
}

@media screen and (min-width: 1200px) {
    .col-xl-disappear {
        display: none !important;
    }
}