body {
    font-family: 'Roboto Condensed', sans-serif;    
    background-color: #303030;
    color: white;
    display: flex;
    flex-direction: column;
}
#headerJames{
    font-size: 40px;
}


nav {
    background-color: #020202;
    font-size: 25px;
}

.flexrow{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;

}
.card {
    padding: 25px;
    margin: 25px;
}

.nav:hover{
    color:  #348A96;
}
#navvy {
    background-color: rgba(0, 0, 0, 0.62);
}
#dropdown1{
    background-color: black;
}
.myCard {
    background-color: rgb(5, 5, 5);
    box-shadow: 3px 4px 8px 0 rgba(0,0,0,0.598);
    transition: 0.3s;
    text-align: center;
    font-size: 23px;
    border: 2px solid silver;
    padding: 2px 16px;
    margin: 50px;
    display: flex; 
    justify-content: center;
    align-items: center;
    flex-direction: column;
}    
.projectCard {
    background-color: rgb(5, 5, 5);
    box-shadow: 3px 4px 8px 0 rgba(0, 0, 0, 0.598);
    transition: 0.3s;
    text-align: center;
    font-size: 20px;
    border: 2px solid silver;
    padding: 2px 16px;
    margin: 50px;
    display: flex; 
    flex-direction: column;
    justify-content: center;
    align-items: center;
}    
.side-nav {
    background-color: rgb(205, 202, 202);
}
.flexing{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.parallax-container {
    height: 500px;
 }

 .projectimage {
     width: 60%;
     border: 2px solid black;
 }
 .me {
     width: 30%;
     border-radius: 70%;
 }
 #texts {
     font-size: 30px;
 }