﻿body, h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
    background-color: black;
    max-width: 100%; 
    height: auto; 
}

main .introTable {
    margin: auto;
    display: flex;
    font-family: "Montserrat", sans-serif;
}

.bio {
    font-size: 130%;
    width: 50%;
    height: auto; 
    text-align: justify;
}

.profilepic {
    margin: auto;
    display: flex;
}

table, td {
    margin: auto; 
    display: flex; 
    width: 100%;
}

.home {
    z-index: 0; 
    background-color: transparent; 
    color: white; 
}
.resumeBtn {
    align-items: center;
    justify-content: center;
    display: flex;
}

.pfp {
    width: 100%; 
    align-content: center; 
    display: flex; 
}

.pfpsmall {
    width: 100%;
    justify-content: center;
    display: flex;
}
.button1 {
    background-color: #FFB6C1;
    color: black;
    font-size: 1.5rem;
    font-weight: bold; 
    /*font-family: serif;*/
    width: 250px;
    height: 60px;
    transition-duration: 0.4s;
    border-radius: 10px 10px;
    font-weight: bold;
}

    .button1:hover {
        background: #DB7093;
    }

.Container {
    margin-left: 5%; 
    margin-right: 5%; 
    background-color: transparent; 
}
.experiences {
    color: white;
}

.collapsible {
    background-color: white;
    color: black;
    cursor: pointer;
    width: 100%;
    height: auto;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    font-weight: bold;
    border: solid;
    transition-duration: 0.4s;
    padding-left: 2%;
    border-radius: 5px 5px; 
}

    .collapsible hover {
        background-color: #DB7093;
    }
.active {
    background-color: #DB7093;
}

.content {
    color: white;
    max-height: 0; 
    overflow: hidden; 
    transition: max-height 0.2s ease-out; 
    margin-left: 3%;
}

ul li::before {
    color: white;
}
.softwares {
    justify-content: center; 
    display: flex; 
}

.toolName {
    display: flex;
    justify-content: center;
    text-align: center; 
    width: 100%;
    color: white;
    margin: auto;
    font-size: 1.5vw;
    padding-bottom: 1%; 
}

.toolLogo {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: auto;
    margin-top: auto;
    cursor: pointer;
}

.logo {
    width: 35%; 
    height: 35%; 
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.introTable, table, td, tr {
    display: flex;
    align-content: center;
}
nav {
    background: black; 
    color: white; 
    display: flex; 
    justify-content: space-evenly; 
}
    nav .mainMenu {
        display: flex;
        list-style: none;
        position: fixed;
        background-color: black;
        width: 100%;
        justify-content: space-evenly;
        z-index: 20;
    }

    nav .mainMenu li a {
        display: inline-block; 
        padding: 15px; 
        text-decoration: none; 
        color: #fff; 
        width: 100%; 
    }

    nav .mainMenu li a:hover {
        background: #FFB6C1;
    }

.projectHead {
    background-image: linear-gradient(to left, #FF0000, #D2691E, #FFFF00, #008000, #4169E1, #8A2BE2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 200%;
    font-weight: bold;
    padding-left: 2.5%;
    cursor: pointer;
}

    .projectHead:hover {
        background-image: linear-gradient(to right, #FF0000, #D2691E, #FFFF00, #008000, #4169E1, #8A2BE2);
    }

.projectBio {
    padding-left: 2.5%;
    font-size: 130%;
    width: 100%;
    text-align: justify;
}

.link {
    color: #59cdf8;
}
    .link:hover {
        color: #0fabf1;
    }

.projects {
    padding-bottom: 2.5%; 
    padding-top: 2.5%; 
}

.slideshow {
    margin-top: 1%;
}
.slidePics {
    width: 50%; 
}

.formItem {
    align-content: center;
}

.textarea {
    resize: vertical; 
}

#status {
    width: 90%; 
    max-width: 500px; 
    text-align: center; 
    padding: 1.5%; 
    margin: 0 auto; 
    border-radius: 8px; 
}

    #status.success {
        background-color: #3CB371;
        animation: status 4s ease forwards;
    }

    #status.error {
        background-color: #B22222;
        color: white;
        animation: status 4s ease forwards;
    }

@keyframes status {
    0% {
        opacity: 1; 
        pointer-events: all; 
    }
    90% {
        opacity: 1; 
        pointer-events: all; 
    }
    100% {
        opacity: 0; 
        pointer-events: none; 
    }

}

.disclaimer {
    font-size: 70%; 
    color: lightgray; 
    text-align: right; 
}
.custom-shape-divider-bottom-1623773488 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    z-index: 10; 
}

    .custom-shape-divider-bottom-1623773488 svg {
        position: relative;
        display: block;
        width: calc(100% + 1.3px);
        height: 150px;
    }

    .custom-shape-divider-bottom-1623773488 .shape-fill {
        fill: #FFB6C1;
    }