﻿body {
    background-color: #f5f5f8;
    margin: 0;
    padding: 0;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

header {
    background-color: #3a3a3c;
    color: #f5f5f8;
    padding: 0.5%;
    height: auto;
    align-items: center;
    margin-bottom: 0.3rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: space-around;
    
}

h2 {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

img {
    height: 10rem;
    width: auto;
}



a {
    color: #3a3a3c;
    font-weight: 600;
}

#intro {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 2px solid;
    margin: 0.5rem;
    border-radius: 1rem;
    background-color: honeydew;
}

#homePageLink {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

#Projects {
    display: flex;
    justify-content: space-between;
    margin: 0px 40px 0px 40px;
    align-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    border: 2px solid;
    border-radius: 1rem;
    background-color: honeydew;
}

#Project1 {
    width: 22%;
    height: 15rem;
    padding: 2rem;
    box-shadow: 0px 4px 6px 2px;
    background-color: blanchedalmond;
    background-size: cover;
    background-image: url();
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    margin: 1.5%;
}



#Project2 {
    width: 22%;
    height: 15rem;
    padding: 2rem;
    box-shadow: 0px 4px 6px 2px;
    background-color: blanchedalmond;
    background-size: cover;
    background-image: url();
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    margin: 1.5%;
}




#Project3 {
    width: 22%;
    height: 15rem;
    padding: 2rem;
    box-shadow: 0px 4px 6px 2px;
    background-size: cover;
    background-color: blanchedalmond;
    background-image: url();
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    margin: 1.5%;
}

#Project4 {
    width: 22%;
    height: 15rem;
    padding: 2rem;
    box-shadow: 0px 4px 6px 2px;
    background-size: cover;
    background-color: blanchedalmond;
    background-image: url();
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    margin: 1.5%;
}

#Project5 {
    width: 22%;
    height: 15rem;
    padding: 2rem;
    box-shadow: 0px 4px 6px 2px;
    background-size: cover;
    background-color: blanchedalmond;
    background-image: url();
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    margin: 1.5%;
}


p {
    font-weight: 400;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #3a3a3c;
    text-align: center;
}
