body{
    background-color: #e2e2e2;
}
.row{
    text-align: center;
    justify-content: center;
    align-items: center;
}
/*Footer*/
.footer{
    margin-top: 20px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
}
.side-by-side-footer{
    display: inline-block;
    margin-left: 5%;
    margin-right: 5%;
}
@media (max-width: 500px){
    .footer-fixed{
        position: fixed;
        left: 50%;
        width: 100%;
        bottom: 0px; /* Adjust as needed */
        transform: translate(-50%, 0%);
    }
    #extra-space{
        margin-bottom: 60px;
    }
}
/*Titles*/
h1{
    color: #535353;
    padding-top: 3%;
    padding-bottom: 5%;
}
/*for nav bar*/
#offcanvasBody{
    text-align: center;
    font-size: large;
}
#nav-sub:hover{
    color: rgb(38, 195, 38);
    
}
svg:hover{
    fill: rgb(38, 195, 38); 
}
/*index page*/
#img-profile{
    border-radius: 50%;
    border-color: #333;
    border-style:solid;
    border-width: 5px;
    max-height: 350px;
}
#about-me{
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 3%;
    padding-right: 3%;
}
li, div>b{
    font-size: large;
}
#about-me > p{
    text-align: justify;
}
/*Contact Page*/
.side-by-side{
    display: inline-block;
    margin: 5%;
}
/*Project Page*/
#project-title{
    max-width: 400px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.1);
    border: 2px solid #333;
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
}
#project-button{
    text-decoration: none;
    color: black;
}
#project-button:hover{
    color: rgb(38, 195, 38);
}
/*LittleLemon Project*/
#img-slide{
    max-height: 500px;
}
#responsive-box {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.1);
    border: 2px solid #333;
    border-radius: 10px;
    text-align: center;
    font-family: Arial, sans-serif;
}
#start{
    text-align: start;
}

#tester{
    background-color: green;
    color: white;
}
.img-tester{
    max-width: 400px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.1);
    border: 2px solid #333;
    border-radius: 10px;
}

.project-img:hover{
    opacity: 0.5;
}

.project-row{
    margin-bottom: 10%;
}