:root {
    /* 🎨 Palette CR Consulting Lab */
    --blu: #0A0A23;
    --bianco: #F6F2F0;
    --celeste: #00FFF7;
    --viola: #A66EFF;
    --fucsia: #FF00A0;
}


body {
    width: 100%;
    height: 100%;
    color: var(--bianco);
    background-color: var(--blu);
    font-family: 'Montserrat';
}

body * {
    border: none !important;
}

html {
    width: 100%;
    height: 100%;
    font-size: 16px;
}

.navbar-transparent {
    background-color: transparent;
    background: transparent;
    border-color: transparent;
}

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
        transition: background .5s ease-in-out, padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }
}

/* Demo Sections - You can use these as guides or delete them - the scroller will work with any sort of height, fixed, undefined, or percentage based.
The padding is very important to make sure the scrollspy picks up the right area when scrolled to. Adjust the margin and padding of sections and children 
of those sections to manage the look and feel of the site. */

/* Font-size desktop (default) */
h1 {
    font-size: 3rem;
}

/* ~48px */
h2 {
    font-size: 2.5rem;
}

/* ~40px */
h3 {
    font-size: 2rem;
}

/* ~32px */
h4 {
    font-size: 1.75rem;
}

/* ~28p x */
h5 {
    font-size: 1.5rem;
}

/* ~24px */
h6 {
    font-size: 1.25rem;
}

/* ~20px */

p {
    font-size: 1rem;
    /* ~16px */
    margin-bottom: 1rem;
}

/* ------------------------------ */
/* Tablet (max-width: 1024px) */
/* ------------------------------ */
@media (max-width: 1024px) {
    h1 {
        font-size: 2.5rem;
    }

    /* ~40px */
    h2 {
        font-size: 2.25rem;
    }

    /* ~36px */
    h3 {
        font-size: 1.75rem;
    }

    /* ~28px */
    h4 {
        font-size: 1.5rem;
    }

    /* ~24px */
    h5 {
        font-size: 1.25rem;
    }

    /* ~20px */
    h6 {
        font-size: 1.125rem;
    }

    /* ~18px */
    p {
        font-size: 0.9375rem;
    }

    /* ~15px */
}

/* ------------------------------ */
/* Mobile (max-width: 768px) */
/* ------------------------------ */
@media (max-width: 768px) {
    h1 {
        font-size: 2rem;
    }

    /* ~32px */
    h2 {
        font-size: 1.75rem;
    }

    /* ~28px */
    h3 {
        font-size: 1.5rem;
    }

    /* ~24px */
    h4 {
        font-size: 1.25rem;
    }

    /* ~20px */
    h5 {
        font-size: 1.125rem;
    }

    /* ~18px */
    h6 {
        font-size: 1rem;
    }

    /* ~16px */
    p {
        font-size: 0.875rem;
    }

    /* ~14px */
}


.intro-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background: var(--blu);
    display: flex;
    align-items: flex-end;
}

#intro-title {
    color: var(--viola)
}


.about-section,
.skills-section,
.method-section,
.contact-section {
    height: 100%;
    padding-top: 150px;
    display: flex;
    align-items: center;
}

#header {
    background-color: var(--blu);
}

#header a {
    color: var(--bianco);
    height: 100%
}

#header a:hover,
#header a:active,
#header .active>a,
#header .active>a:hover,
#header .active>a:active {
    background-color: transparent;
    color: var(--fucsia) !important;
}

#header-container {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: none;
}

#logo-image {
    width: 100px;
    height: 100px;
}

.custom-btn {
    background-color: var(--celeste);
    color: var(--blu);
    font-size: 16px;
    font-weight: 700;
    padding: 1rem 2rem
}

.custom-btn:hover,
.custom-btn:active {
    background-color: var(--fucsia);
    color: var(--bianco);
}

#about {
    background-color: var(--bianco);
    color: var(--blu);
}

#skills {
    background-color: var(--celeste);
    color: var(--blu);
}

#method {
    background-color: var(--viola);
    color: var(--blu);
}

#contact {
    background-color: var(--blu);
    color: var(--bianco);
}

.container {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
    text-align: left;
    margin: 0 !important;
    width: 100% !important
}

section {
    padding-bottom: 10rem
}

#about-paragraph,
#method-subtitle,
#contact-paragraph {
    font-size: 24px;
}

.skills-paragraph,
.method-paragraph {
    font-weight: 700;
    font-size: 18px
}

.footer-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 15vh
}

#contact {
    text-align: center;
    padding: 4rem 1rem;
}

.contact-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.contact-icon {
    font-size: 2rem;
    color: var(--bianco);
    transition: transform 0.2s ease, color 0.2s ease;
}

.contact-icon:hover {
    color: var(--fucsia);
    transform: scale(1.1);
}

@media (max-width: 768px) {
    #header-container {
        display: block !important;
    }

    .header-subcontainer {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
    }

    .container {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
        text-align: left;
        margin: 0 !important;
        width: 100% !important
    }

    #logo-image {
        width: 75px;
        height: 75px;

    }

    #about-paragraph,
    #method-subtitle,
    #contact-paragraph {
        font-size: 18px;
    }

    .custom-btn {
    font-size: 75%;
    padding: 0.5rem 1rem;
    width: 50%
}
}