body {
    font-family: Arial, Helvetica, sans-serif;
    background-image: url(Images/background.jpg);
    background-size: 100% 100%;
}

.nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: fit-content;
    background-color: rgba(76, 135, 202, 1);
    padding-top: 0.5%;
    padding-bottom: 0.5%;
    justify-content: center;
    text-align: center;
    z-index: 1000;
    border-bottom: 2px solid black;
    border-top: 2px solid black;
}

.nav a {
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
    color: white;
}

.nav a:hover {
    color: rgb(148, 148, 148);
}

.navItems {
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 10%;
    padding: 30.5px 0;
}

.nav h2 {
    color: white;
    text-align: left;
}

.home {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: ghostwhite;
    font-weight: bolder;
    width: 60%;
    height: 100%;
    background-repeat: no-repeat;
    text-align: center;
    position: absolute;
    justify-content: center;
    z-index: 1;
    font-size: 200%;
    padding-left: 20%;
    opacity: 1;
}

#about {
    padding-top: 150px;
    text-align: left;
    margin-left: 10%;
    margin-right: 10%;
}

.aboutHeader {
    color: ghostwhite;
    font-size: 200%;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.aboutMe {
    padding-top: 20px;
    display: flex;
    color: ghostwhite;
    font-weight: bold;
}

.aboutMe p {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.nav h2 {
    margin-left: 10%;
}

#portfolioText {
    text-align: center;
    padding-top: 15%;
    color: ghostwhite;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 250%;
}

#portfolio {
    display: flex;
    justify-content: center;
    padding-top: 5%;
    width: 50%;
    margin-left: 25%;
}

#portfolio img {
    justify-content: center;
    height: 30vh;
    width: 30vh;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
}





