body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: black
}

#top-nav {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: row;
}

a:link, a:visited {
    color: white;
    padding: 10px;
    padding-top: 5px;
    margin-bottom: 30px;
    font-size: max(2vw, 3vh);
}

a:hover {
    transform: scale(1.2);
}

h1 {
    font-size: min(6vh, 6vw);
    color: white;
    padding-bottom: 1px;
    margin-bottom: 1px;
}

h2 {
    font-size: min(5vh, 5vw);
    color: white;
    padding-bottom: 1px;
    margin-bottom: 1px;
}

.bottom-bar {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.title {
    display: flex;
    flex-grow: 1;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height: min(30vh, 30vw);
}

#top-bar-text-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
}

#divider {
    width: 100%;
    height: 7px;
    background-color:white;
}

.top-bar-text {
    color: white;
    display: flex;
    justify-content: center;
    height: 100%;
}

#tagline-div {
    display: flex;
    justify-content: center;
    height: 100%;
}

#name {
    font-size: min(17vh, 10vw);
    margin: 0;
    font-style: normal;
    padding: 0;
    font-weight: 1;
}

#tagline {
    font-size: min(10vw, 6vh);
    margin: 0;
    font-style: normal;
    padding: 0;
    font-weight: 1;
}

p1 {
    font-size: min(6vh, 6vw);
    margin: 0;
    padding: 0;
    color: white;
}

.project {
    font-size: min(4vh, 4vw);
}

.second-bar {
    display: flex;
    flex-direction: row;
    flex-grow: 4;
    background-color: black;
    justify-content: flex-start;
}

.social-icons {
    display: flex;
    color: white;
    width: 200px;
    flex-direction: row;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
    flex-shrink: 4;
}

#profile {
    height: 100%;
    width: calc(height*1.5);
}

#contact-bar {
    height: 10%;
}

#contact-title {
    color: white;
    font-size: min(5vw, 8vh);
    padding: 10px;
    margin: 0;
}

.social-icon {
    --size: min(5vw, 8vh);
    width: var(--size);
    height: var(--size);
    margin: 0;
    margin-top: 0px;
    padding: 5px;
    display: block;
}

.social-icon:hover {
    transform: scale(1.1);
}

.social-text:link {
    color: white;
}

.social-text:visited {
    color: white;
}

#bio-div {
    display: flex;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    padding-top: 9px;
}

.list-container {
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 50vw;
    text-align: start;
}

.home-section {
    justify-content: center;
}

#teamwork-text {
    padding-bottom: 5vh;
    font-size: 9vh;
}

#favorite-things-alignment-div {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

#favorite-items {
    align-self: center;
}

#bio {
    margin-left: auto;
    margin-right: auto;
    width: 20em;
}

@media only screen and (max-width: 700px) {
    .top-bar {
      flex-direction: column-reverse;
      align-items: center;
    }
}

#list-title {
    font-size: 50px;
}

.favorite-item {
    display: flex;
    flex-direction: row;
    padding: 10px;
    justify-content: flex-start;
}

.favorite-item:hover {
    transform: scale(1.1);
}

.favorite-icon {
    width: 60px;
    height: 60px;
    padding-right: 20px;
}

.favorite-text {
    color: white;
}

#continue {
    display: flex;
    flex-direction: column; 
    padding: 30px;   
}

.scroll-down {
    align-self: center;
    width: 125px;
    height: 20px;
    padding-top: 30px;
}

.scroll-down:hover {
    transform: scale(1.2);
}

.ux {
    font-size: 9vh;
}

.anchor-link {
    padding: 0;
    margin: 0;

}

ul {
    margin-left: 50px;
}

li {
    font-size: min(6vh, 6vw);
    margin: 0;
    padding: 0;
    color: white;
}

.bio-content {
    font-size: min(6vh, 6vw);
    color: white;
    width: 45vw;
    padding-top: 5vh;
}

#bio-content-div {
    width: 50vw;
}

#first-reason {
    text-align: start;
}

#second-reason {
    text-align: center;
}

#third-reason {
    text-align: end;
}

#abou-me-div {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#reasons {
    display: flex;
    width: 30%;
    flex-direction: column;
}

.thisSite {
    line-height: 8vh;
}