/*
primary // color: rgba(163, 169, 214, 1);
info // color: #c8c8cd;
warning // color: #f4ec6a;
success // color: rgba(228,255,132,1);
success alternate // color: rgba(200,255,200,1);
danger // color: #ffaef1;
*/
html {
    margin: 0;
    padding: 0;
    font-family: aktiv-grotesk, Roboto, sans-serif;
    font-size: 62.5%;
     scroll-behavior: smooth !important;
}

body {
    /* background: linear-gradient(90deg, rgba(142, 127, 255, 0.22) 0%, rgba(255, 239, 110, 0.37) 80%, rgba(255, 137, 254, 0.25) 100%); */
    /* background: linear-gradient(125deg, rgba(163,169,214,0.7) 0%, rgba(174,255,218,0.2) 100%); */
    /* background: linear-gradient(60deg, rgba(228, 255, 132, 0.8) 0%, rgba(210, 180, 255, 0.4) 100%);*/
    background: #242424;
    background-repeat: no-repeat;
    min-height: 100vh;
    scroll-behavior: smooth;
}

/*  ==========================================================================
    Typography
    ========================================================================== */

.hOneHero {
    font-size: 5rem;
    line-height: 5.5rem;
    color: rgba(0, 0, 0, 0.9);
    margin-top: auto;
    margin-bottom: 0;
}

.sectionTitle {
    font-size: 2rem;
    margin-top: 2rem;
    margin-bottom: 0;
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 800;
}

.switchDark {
    color: rgba(255, 255, 255, 0.85);
    font-weight: 800;
}

.tagline {
    font-size: 2rem;
    margin-top: 2rem;
    margin-bottom: 0;
    text-align: left;
    color: rgba(0, 0, 0, 0.5)
}

p {
    font-size: 1.4rem;
    line-height: 2.1rem;
    font-weight: 300;
    margin-top: 1.8rem;
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.6)
}

.modalP {
    margin-top: 3.6rem;
}
.modal table {
    margin-top: 2rem;
    margin-bottom: 2rem;
    width: 100%;
    border-collapse: collapse;
    font-size: 1.4rem;
}
.modalUl {
font-size: 1.4rem;
    line-height: 2.1rem;
    font-weight: 300;
    margin-top: 1.8rem;
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.6);
}

.newsItemP {
    font-size: 1.2rem;
    line-height: 2rem;
    margin: 0;
    font-weight: 600;
}

.card p {
    padding: 0 1.5rem 1rem 2.5rem;
}

.accordion-body {
    font-size: 1.2rem;
    padding: 2rem;
    line-height: 2rem;
}

.nameLastname {
    font-size: 2.75rem;
    line-height: 3rem;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.85);
    margin: 0;
    padding: 2rem 1.5rem 0 2.5rem;
}

.summerHeadingOne {
    text-align: right;
    font-size: 5rem;
    margin-top: auto;
    margin-bottom: auto;
    font-weight: 200;
}
p.summerHeadingOne {
    text-align: right;
    font-size: 5rem;
    margin-top: auto;
    margin-bottom: auto;
    font-weight: 200;
}
/*  ==========================================================================
    Buttons & Links
    ========================================================================== */
button, a.button, a.summerButton {
    /* General button -- mostly resets / overrides */
    margin-top: 2rem;
    color: rgba(0, 0, 0, 0.6);
    text-decoration: none;
    padding: 1rem;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 1);
    transition: all 0.25s ease;
    font-size: 1.4rem;
    border: none;
    font-weight: 700;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
a.button:hover,a.summerButton:hover{
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
    background-color: rgba(200, 255, 200, 0.95);
    color: rgba(0, 0, 0, 1);}
a.nav-link {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-size: 1.2rem;
}

a.nav-link:hover {
    color: rgba(0, 0, 0, 0.9);
    background-color: transparent;
}

.navbar-light .navbar-toggler {
    font-size: 2.5rem;
    font-weight: 800;
    box-shadow: none;
    border: none;
    margin: 0;
    padding: 0;
    border: none;
}

.navbar-light .navbar-toggler:hover {
    box-shadow: none;
}
.navbar-light .navbar-nav .nav-link {
    color:rgba(255, 255, 255, 0.9)
}
.hOneClassOf {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 300;
    text-decoration: none;
    color: rgba(250, 248, 248, 0.7);
    background-color: rgba(255, 0, 0, 0.9);
    padding: 1.6rem;
    display: block;
    transition: all 200ms ease;
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.15);
    text-decoration-thickness: 1px;
    text-underline-offset: 0.5rem;
    border-radius: 4px;
}

.hOneClassOf:hover {
    color: rgba(255, 255, 255, 0.9);
    box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.2);
    background-color: rgba(241, 61, 61, 0.95);
}

button:hover {
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
    background-color: rgba(200, 255, 200, 0.95);
}

.heroButton,
.modalInButton,
.socialmediaButton {
    background-color: rgba(0, 0, 0, 0.85);
    color: rgba(255, 255, 255, 1);
    margin-right: auto;
    padding: 1.5rem;
}

.heroButton:hover,
.modalInButton:hover,
.socialmediaButton:hover {
    background-color: rgba(0, 0, 0, 1);
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.2);
}

.subheroButton,a.subheroButton {
    text-align: left;
    color: rgba(0, 0, 0, 0.6);
    font-size: 1.2rem;
    background-color: transparent;
    font-weight: 600;
    box-shadow: none;
    margin-top: 1rem;
    padding: 0;
        display: block;
        text-decoration: none;  
}

.subheroButton:hover,a.subheroButton:hover {
    background-color: transparent;
    color: rgba(0, 0, 0, 1);
    box-shadow: none;
}

.accordion-button {
    font-size: 1.4rem;
    font-weight: 500;
    margin-top: 1.5rem;
    color: rgba(0, 0, 0, 0.6);
    border: none;
    border-color: transparent;
}

.accordion-button:hover {
    font-size: 1.4rem;
    margin-top: 1.5rem;
    color: rgba(0, 0, 0, 0.9);
    background: linear-gradient(90deg, #f6f3b2 0%, #f5f19f 100%);
}

.accordion-button:not(.collapsed) {
    background-color: #f5f5f5;
    color: rgba(0, 0, 0, 0.6);
}

.accordion-button:focus {
    border: none;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.accordion-item {
    border: none;
}

.modalInButton {
    margin-right: 0 !important;
    margin-top: 0;
    margin-left: auto;
}

.socialmediaButton {
    margin-right: 1rem;
    margin-top: 1rem;
}

.summerButton, a.summerButton {
    margin-right: 1rem;
}

.summerButton:hover, a.summerButton:hover {
    color: rgba(0, 0, 0, 0.9);
}

button.nav-link {
    box-shadow: none;
    font-size: 1.4rem;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.6);
    border: none !important;
    margin-bottom: 0;
}

button.nav-link:hover {
    box-shadow: none;
    border: none;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
    background-color: rgba(200, 255, 200, 0.5);
}

button.nav-link.active {
    border: none;
    background-color: rgb(255 48 42) !important;

}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border: none;
    background-color: rgb(255 48 42) !important;
    color: rgba(255, 255, 255, 0.9);
}

.bioButton {
    box-shadow: none;
    margin-top: auto;
    border-radius: 0 0 4px 4px;
}

.bioButton:hover {
    box-shadow: none;
    margin-top: auto;
    border-radius: 0 0 4px 4px;
}
.visually-hidden-focusable {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.visually-hidden-focusable:focus {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 9999;
    padding: 10px 20px;
    background: #000;
    color: #fff;
    text-decoration: none;
    width: auto;
    height: auto;
    border-radius: 5px;
}

/*  ==========================================================================
    Layout
    ========================================================================== */

#wrapper {
    width: 96%;
    max-width: 140rem;
    margin: 3em auto;
    background-color: rgba(253, 253, 253, 1);
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

#bgNav {
    background-color: rgba(255, 0, 0, 0.9);
    padding: 0 5rem;
    height: 8.5rem;
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.15);
}

.navbar-collapse.collapse.show   {
    background-color: rgba(200, 255, 200, 0.9);
}

#myHeader {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas:
        'one two two'
        'three four five'
    ;
    row-gap: 5rem;
    column-gap: 3rem;
    margin: 0 auto 2rem auto;
}

.layoutComponent:nth-child(1) {
    grid-area: one;
    padding-left: 4rem;
    display: flex;
    margin-top: auto;
    margin-bottom: 6rem;
    flex-direction: column;
}

.layoutComponent:nth-child(2) {
    grid-area: two;
    display: flex;
    flex-direction: column;
    background-image: url("../img/test5.png");
    background-position: right;
    background-size: cover;
    min-height: 60rem;
}

.layoutComponent:nth-child(3) {
    grid-area: three;
}

.layoutComponent:nth-child(4) {
    grid-area: four;
    display: flex;
    flex-direction: row;
    gap: 3rem;
}

.layoutComponent:nth-child(5) {
    grid-area: five;
    margin-right: 3rem;
}

.heroLinks {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: auto 4rem 6rem auto;
}

.myDivider {
    width: 100%;
    height: 1rem;
    margin-top: 4rem;
}

.academicYears {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3em;
    width: 90%;
    margin: 0 auto;
}

.nav-tabs {
    place-content: center;
    gap: 1rem;
    border: none;
}

.modal-dialog {
    width: 61%;
    margin-left: auto;
    margin-right: auto;
    max-width: 750px;
}

.modal-content {
    padding: 3rem 3rem 3rem 8rem;
    border-radius: 4px;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.2);
    border: none;
}

.modal {
    background-color: rgba(0, 0, 0, 0.7);
}

.mycardLayout {
    width: 90%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 3.5rem;
    column-gap: 3.25rem;
    margin: 2rem auto;
}

.card {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    position: relative;
    display: flex;
    /* flex-direction: column; */
    border: none;
}

.card img {
    width: 100%;
    display: block;
    margin: 0 auto 0 auto;
    border-radius: 2px;
    z-index: 0;
}

.summerPractices {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 2.5rem;
    padding-left: 4rem;
    padding-right: 4rem;
    grid-template-areas: 'one two two three four four'
}

.summerComponent {
    display: flex;
    flex-direction: column;
}

.summerComponent:nth-child(1) {
    grid-area: one;
}

.summerComponent:nth-child(2) {
    grid-area: two;
}

.summerComponent:nth-child(3) {
    grid-area: three;
}

.summerComponent:nth-child(4) {
    grid-area: four;
}

.myContact {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas:
        'one one two'
    ;
    gap: 2.5rem;
    margin: 2rem auto 2rem auto;
    min-height: 48rem;
}
.contactComponent a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.6);}
.contactComponent:nth-child(1) {
    grid-area: one;
    display: flex;
    flex-direction: column;
    background-image: url("../img/contactMap.png");
    background-position: right;
    background-size: cover;
    margin-left: 4rem;
}

.contactComponent:nth-child(2) {
    grid-area: two;
    display: flex;
    flex-direction: column;
    padding-right: 4rem;
}

/*  ==========================================================================
    1000 MAX-WIDTH
    ========================================================================== */

@media (max-width: 1000px) {
    html {
        font-size: 60%;
    }

    #wrapper {
        width: 100%;
        margin: 0;
    }

    #myHeader {
        grid-template-columns: repeat(4, 1fr);
        grid-template-areas:
            'one one two two'
            'four four five five';
    }

    .layoutComponent:nth-child(2) {
        background-position: center;
    }

    .layoutComponent:nth-child(3) {
        display: none;
    }

    .layoutComponent:nth-child(4) {
        margin-left: 4rem;
    }

    .mycardLayout {
        grid-template-columns: repeat(3, 1fr);
    }
}

/*  ==========================================================================
    800 MAX-WIDTH
    ========================================================================== */

@media (max-width: 800px) {
    html {
        font-size: 57.5%;
    }

    #myHeader {
        grid-template-columns: repeat(1, 1fr);
        grid-template-areas:
            'one''two''four''five';
        padding-top: 15rem;
    }

    .layoutComponent:nth-child(4) {
        margin-left: 15rem;
    }

    .layoutComponent:nth-child(5) {
        justify-content: flex-end;
        margin-left: 15rem;
    }

    .nav-link {
        font-size: 1.2rem;
        padding: 0.5rem;
    }

    #myTab {
        gap: 1rem;
    }

    .summerPractices {
        grid-template-columns: repeat(3, 1fr);
        gap: 2.5rem;
        padding-left: 4rem;
        padding-right: 4rem;
        grid-template-areas: 'one two two''three four four';
    }

    .mycardLayout {
        grid-template-columns: repeat(2, 1fr);
    }

    .myContact {
        grid-template-columns: repeat(1, 1fr);
        grid-template-areas: 'one''two';
    }

    .contactComponent:nth-child(1) {
        grid-area: one;
        min-height: 35rem;
        margin: 0;
    }

    .contactComponent:nth-child(2) {
        grid-area: two;
        margin-left: 15rem;
        padding-right: 0;
    }
    .modal-dialog {
        width: 90%;
    }
    
    .modal-content {
        padding: 2rem 2rem 2rem 6rem;
    }
}

/*  ==========================================================================
    480 MAX-WIDTH
    ========================================================================== */
@media (max-width: 480px) {
    .layoutComponent:nth-child(4) {
        margin-inline: auto;
        justify-content: space-evenly;
    }

    .layoutComponent:nth-child(5) {
        margin-inline: 4rem;
        justify-content: space-evenly;
    }

    .mycardLayout {
        grid-template-columns: repeat(1, 1fr);
    }
    .contactComponent:nth-child(1)  {
        min-height: 30rem;
    }
    .contactComponent:nth-child(2)  {
        margin-inline: 4rem;
        justify-content: space-evenly;
    }
    .modal-content {
        padding: 1rem 1rem 1rem 4rem;
    }
    .academicYears {
        grid-template-columns: repeat(1, 1fr);
    }
    button.nav-link    {
        font-size: 1.2rem;
    }
}

/*  ==========================================================================
    Work In Progress
    ========================================================================== */
