body {
    display: flex;
    background: #2A2A2A;
    flex-direction: column;
    align-items: center;
    margin: 0%;
}

.introbar {
    display: flex;
    width: 100%;
    background: #262626;
    padding: 1.5rem 4rem;
    justify-items: center;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    box-sizing: border-box;
}

.introbarMobile {
    display: none;
}

.introbarTablet {
    display: none;
}
/*
header {
    display: flex;
    width: 80%;
    height: 20rem;
    margin: 0rem;
    align-items: center;
}
*/

.navbar ul {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    padding: 0px;
    margin: 0rem;
    align-items: center;
}

.navbar li {
  display: flex;

}

.navbar li:not(:last-child) a::after {
    content: url(/storage/img/Star.svg);
    margin: 0rem 0rem 0rem 1.5rem;
    cursor: default;
}

#meetArtist {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 0rem 4rem;
    box-sizing: border-box;
    gap: 3rem;
    margin-bottom: 2rem;
}

.meetLeft { 
    display: flex;
    content: url(/storage/img/Photo.png);
    object-fit: cover;
    flex: 0 1 0%;
}

.meetRight {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: space-between;
    flex: 1 1 0%;
}

.fancyTitle {
    display: flex;
    height: fit-content;
    gap: 1rem;
}

.exped {
    display: flex;
    width: 100%;
    gap: 2rem;
    padding: 0rem;;
}

.expedTitle {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.expedSingle {
    display: flex;
    flex-direction: column;
    flex: 1 1 100%;
    gap: 1rem;
}


#meetArtist2 {
 display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0rem 4rem;
    box-sizing: border-box;
    gap: 3rem;
    margin-bottom: 4rem;
}

.additionalInfo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    gap: 3.75rem;

}

.hello {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    max-width: 30rem;
    
}

.skillsinterests {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.buttonList {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5rem;
}


.profficiencies {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 2rem;
    align-items: center;

}

.appLogos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
}

#projects {
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    padding: 0rem 4rem;
    gap: 2rem;
    margin-bottom: 4rem;

}

.projectRow {
    display: flex;
    flex-direction: row;
    gap: 4.5rem;
}

#contact {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: center;
    align-items: center;
    margin-bottom: 4rem;
}

.contactInfo {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
}

footer {
    display: flex;
    width: 100%;
    background: #262626;
    padding: 1.5rem 4rem;
    justify-items: center;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}

