body {
    font-family: 'Times New Roman', Times, serif;
    margin: 0;
    background-image: url(sand-background-option-2.jpeg);
    background-size: cover;
}


header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    background-color: #d8e2dc;
    color: rgb(29, 1, 1);
}


footer {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    background-color: #d8e2dc;
}

.links a {
    color: black;
    text-decoration: none;
    gap: 20px;
    font-size: 18px;
}

.links a:hover {
    text-decoration: underline;
}

.profile-name {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 80px;
}

.profile-picture {
    width: 100px;
    height: 95px;

}

.headline {

    max-width: 250px;
    background-color: #fae1dd;
    max-height: 110px;
    font-size: 17px;

}

.project-photo {
    width: 100px;
    height: 155px;
}



.projects {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    font-size: 18px;

}

.project-1 {
    /*ask mr lo russo if correct and how to do steps its NOT WORKING!!!!!!!!*/
    width: 60%;
    background-color: #fae1dd;
    flex-direction: row;
    justify-content: space-between;
    border-radius: 10px;
    border: 3px solid #fae1dd;
    padding: 5px;
    /*change colour later*/
}

.project-2 {
    width: 70%;
    background-color: #fae1dd;
    flex-direction: row;
    justify-content: space-between;
    border-radius: 10px;
    border: 3px solid #fae1dd;
    padding: 5px;
    /*change colour later*/

}

.project-3 {
    width: 80%;
    background-color: #fae1dd;
    flex-direction: row;
    justify-content: space-between;
    border-radius: 10px;
    border: 3px solid #fae1dd;
    padding: 5px;
    /*change colour later*/

}

.project-4 {
    width: 90%;
    background-color: #fae1dd;
    flex-direction: row;
    justify-content: space-between;
    border-radius: 10px;
    border: 3px solid #fae1dd;
    padding: 5px;
    /*change colour later*/

}

.project-5 {
    width: 95%;
    background-color: #fae1dd;
    flex-direction: row;
    justify-content: space-between;
    border-radius: 10px;
    border: 3px solid #fae1dd;
    padding: 5px;
}

.container-projects {
    /* justify-content: space-between; */
    flex-direction: column;
    align-items: start;
    font-size: 18px;
    display: flex;
    gap: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.project-content {
    max-width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;

}

.project-info {
    width: fit-content;
}

.project-title {
    color: black;
    text-decoration: none;
    gap: 20px;

    font-size: 32px;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
}

.project-title:hover {
    text-decoration: underline;
    color: black;
}

/* Start of css specifically for project webpage.*/

.contents {
    color: black;
    padding-left: 17px;
    padding-bottom: 17px;
    padding-top: 17px;
    background-image: url(sand-background-option-2.jpeg);
    background-size: cover;
}

.information-contents {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    background-color: #c0bdda;
    width: 80%;
    height: max-content;
    border-radius: 10px;
    border-width: 3px;
    padding: 10px;
}

.about-heading {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 40px;
    font-weight: bold;
    background-color: #fae1ddee;
    width: max-content;
    border-radius: 20px;
    padding: 10px;

}

.gallery-photos {
    width: 23%;
    height: 200px;
    border: 10px solid#c0bdda;
    border-radius: 10px;
}

/*RLadyGlitterSparkles is awesome!!*/