/*
//////////////////////////////////////// PAGES ////////////////////////////////////////
*/



/*
////////////////////////////////////////
// SKILLS
//////////
*/
.section {
    margin: 10px 0;
}

.section-header {
    cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: bold;
}

.triangle {
    margin-right: 5px;
    transition: transform 0.2s;
}

.section-content {
    display: block; /* Default is visible; change to 'none' if you want it hidden initially */
    padding: 10px;
    border-left: 2px solid #ccc;
    margin-left: 10px;
}

.skill-legend {
    text-align: left;
    margin-top: 2rem;
}

.skill-legend .badge {
    display: block;
    margin-bottom: 0.5rem;
    margin-left: 0.5rem;
    text-align: left;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 4rem;
    font-size: inherit;
}

.dot {
    height: 12px;
    width: 12px;
    background-color: currentColor;
    border-radius: 50%;
    display: inline-block;
    margin-right: 0.5rem;
}

/*
////////////////////////////////////////
// ABOUT
//////////
*/

/*
////////////////////////////////////////
// GITHUB
//////////
*/

.github {
    border-top: solid .1rem #e9ecef;
    border-bottom: solid .1rem #e9ecef;

    padding-top: 1rem;
    padding-bottom: 1rem;
}

.github pre {
    background-color: #e9ecef;
    border-radius: 0.5rem;
    padding: 0.65rem;
}

.github pre code {
    color: #212529;
}

.github code {
    background-color: #e9ecef;
    color: #212529;
    padding: 0.05rem 1rem 0.05rem 1rem;
    border-radius: 0.5rem;

}

.github h1 {
    font-weight: 700;
    color: #e9ecef;
}



/*
//////////////////////////////////////// OTHER ////////////////////////////////////////
*/

.curl-image-container-rb {
    position: relative;
    left: 0;
    top: 0;
}

.image-curl {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.page-curl {
    position: fixed;
    bottom: 0px;
    right: 0px;
}

.curl {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

/*
////////////////////////////////////////
// COLOURS
//////////
*/

.bg-mid {
    background-color: #888 !important;
}


/*
////////////////////////////////////////
// TAGS
//////////
*/

body {
    margin: 0;
    font-family: Roboto;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    background-color: #212529;
    overflow-x: hidden;

}

h1,
.h1 {
    font-size: 2.0rem;
}

h2,
.h2 {
    font-size: 1.9rem;
}

h3,
.h3 {
    font-size: 1.6rem;
}

h4,
.h4 {
    font-size: 1.45rem;
}

h5,
.h5 {
    font-size: 1.25rem;
}

h6,
.h6 {
    font-size: 1rem;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-5 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-6 {
    font-size: 2.0rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-7 {
    font-size: 1.9rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-8 {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-9 {
    font-size: 1.45rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-10 {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-11 {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.2;
}

code,
kbd,
pre,
samp {
    font-family: "Courier Prime", "Courier New", Courier;
}


pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 90%;
    color: #f8f9fa;
}

footer {
    padding: 2rem 1rem 1rem 1rem;
    margin-bottom: 2rem;
}

.footer-header {
    border-bottom: 5px solid #ffc107 !important;
    bottom: 0;
    left: 1%;
    width: 50%;
    padding: 5px;

}

/*
////////////////////////////////////////
// NAVIGATION
//////////
*/

.navbar-brand {
    border-left: 5px solid #ffc107 !important;
    font-weight: 600;
    padding-left: 1.5rem;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    font-size: 2.10rem;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 193, 7, 1.0);
}

/*
////////////////////////////////////////
// PROGRESS BARS
//////////
*/

.progress {
    font-size: 1.05rem;
    text-align: left;
    border-radius: 0.5rem;
    height: 1.5rem;
}

.progress-bar {
    height: 1.5rem;
    line-height: 1rem;
    color: #000;
    transition: width 0.6s ease;
    transition: 2s;
    width: 5rem;
    text-align: left;
}

.progress .progress-details {
    overflow: hidden;
}

.progress .progress-name {
    float: left;
    margin: 0 10px 0 10px;
    position: absolute;
}

.progress-title {
    margin: 0 10px 0 10px;
    display: none;
}

.progress .progress-level {
    float: right;
    margin: 0 10px 0 10px;
    display: inline important;
}

@media (max-width: 576px) {
    .progress .progress-level {
        display: none;
    }

    .progress .progress-name {
        display: none;
    }

    .progress-title {
        display: inline;
    }
}

@media (max-width: 768px) {
    .progress .progress-level {
        display: none;
    }

    .progress .progress-name {
        display: none;
    }

    .progress-title {
        display: inline;
    }
}

/*
////////////////////////////////////////
// ERRORS
//////////
*/

.error-number {
    font-size: 15rem;
    font-weight: 900;
    width: 100%;
    text-align: center;
}

@media (max-width: 576px) {
    .error-number {
        font-size: 5rem;
        font-weight: 900;
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .error-number {
        font-size: 10rem;
        font-weight: 900;
        width: 100%;
        text-align: center;
    }
}

/*
////////////////////////////////////////
// WIDTHS
//////////
*/

.w-256p {
    width: 256px !important;
}

.w-192p {
    width: 192px !important;
}

.w-128p {
    width: 128px !important;
}

.w-96p {
    width: 96px !important;
}

.w-64p {
    width: 64px !important;
}


.w-32p {
    width: 32px !important;
}

.w-16p {
    width: 10px !important;
}

.w-10 {
    width: 10% !important;
}