:root {
    --bs-primary-rgb: 130, 130, 130;
    /*MAIN COLOR*/
    --bs-link-color: rgb(100, 100, 100);
    --bs-link-hover-color: rgb(50, 50, 50);
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    font-family: "sans-serif", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: var(--bs-gray-900);
    text-transform: none;
}

.subheading {
    font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

@media (min-width: 1200px) {
    section.resume-section .resume-section-content {
        max-width: 80%;
    }
}

@media (max-width: 1200px) {
    section.resume-section .resume-section-content {
        max-width: 100%;
    }
}

.social-icons .social-icon:hover {
    background-color: rgb(var(--bs-primary-rgb));
}

section.resume-section {
    background-color: #CCCCCC;
    border-bottom: 5px solid rgb(var(--bs-primary-rgb));
    max-width: 100%;
    min-height: 0px;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

body {
    color: var(--bs-gray-700);
    background-color: #CCCCCC;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.card {
    background-color: var(--bs-gray-200);
}

.social-icons {
    display: flex;
    flex-direction: row;
}

.social-link {
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    margin-right: 1vw;

}

.customborder {
    border: 5px solid var(--bs-link-color);
    border-radius: 5px;
    float: right;
    background-color: #FFFFFF;
    margin-left: 1vw;
}

.card-img-top {
    height: 35vh;
    object-fit: cover;
    object-position: top;
    border-bottom: solid var(--bs-gray-500)
}

.customborder:hover {
    border: 5px solid var(--bs-link-hover-color);
}

.img-profile:hover {
    border: 10px solid var(--bs-link-hover-color) !important;
}

#banner {
    width: 100%;
    max-height: 10em;
    height: 10%;
    margin-left: 0px;
}