html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.subheading a {
    color: var(--bs-azulcocrea);
    text-decoration: none;
}

.subheading a:hover {
    color: var(--bs-darkred);
}

p, ul, li {
    font-size: 20px;
}

.separa li {
    margin-bottom: 1em !important;
}

.semibold, a .semibold, .semibold a {
    font-weight: 600;
    color: var(--bs-azulcocrea);
    text-decoration: none;
}

.semibold:hover, .semibold a:hover, a:hover .semibold {
    font-weight: 600;
    color: var(--bs-darkred);
}

h3 {
    margin-bottom: 1em !important;
}

h1 {
    font-size: 4em;
}

.social-icon svg {
    margin-right: 0.25em;
}

.nav-item {
    /*font-variant: small-caps;*/
    opacity: 1;
}

section.resume-section {
    align-items: start;
}

.navbar {

}
/*.col-md-12 span .text-end, .col-sm-12 span .text-end, .col-xs-12 span .text-end {
    text-align: left !important;
}*/
@media (max-width: 768px) {
    h1 {
        font-size: 3em;
    }
}