body {
    margin-top: 0px;
    padding: 0;
    background-color: rgba(211, 240, 215);
}

footer {
    bottom: 0;
}


.active {
    background-color: gray;
    
}
.nav-item1:hover {
    background-color: darkgray;
}

.nav-item2:hover {
    background-color: darkgray;
}

.nav-item3:hover {
    background-color: darkgray;
}

.nav-item4:hover {
    background-color: darkgray;
}

.nav-item5:hover {
    background-color: darkgray;
}
.parallax {
    background-image: url("https://codehs.com/uploads/b5a447cc6962e3bd77092b75be3696ab");
    height: 300px;
    background-attachment: fixed;
    padding-top: 20%;
}

.night .parallax {
    background-image: url("https://codehs.com/uploads/70c01d49f77764fab0583fd013f536e8");
}




h1 {
    font-family: 'Playfair Display';
    text-align: center;
    background-color: rgb(37, 102, 54);
    color: rgb(255, 224, 255);
    
}

h2, h3 {
    font-family: times;
    text-align: center;
}

.welcome {
    font-family: 'Playfair Display';
    text-align: center;
    margin: 0;
    font-size: 30px;
    color: rgb(255, 224, 255);
    
}



.projectLinks {
    text-decoration: none;
    text-align: center;
    padding-top: 75px;
    font-size: 30px;
}

.projects {
    margin-left: 200px;
    margin-right:200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.projects table {
    margin-bottom: 25px
}

table {
    border: 20px  solid rgb(37, 102, 54);
    text-align: center;
    height: 700px;
    width: 600px;
}

@keyframes bar {
  from {background-color:rgb(37, 102, 54);}
  to {background-color: rgb(255, 224, 255);}
}


.biography:hover {
  background-color: rgb(37, 102, 54);
  animation-name: bar;
  animation-duration: 5s;

}

.generalBio {
    margin-left: 10%;
    width:30%;
    float: left;
}

.interests {
    width: 30%;
    margin-left: 60%;
}

.bio-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.chatroom {
    margin:0 auto;
}

.firebase {
    margin:0 auto;
}
    
table{/* This is for the table in the chatroom */
    border: 1px solid black;
    width:80%;
    margin:auto;
}

th:first-child {  /* This is for the first header in the table */
    width:10%;
    background-color: #eeeeee;
}
  
th:nth-child(2) { /* This is for the second header in the table */
    width:90%;
    text-align: left;
    padding-left: 3%;
}

td:first-child {  /* This is for the first column in the table */
    width:10%;
    background-color: #eeeeee;
    text-align: left;
    padding-left:20px;
}
  
td:nth-child(2) {  /* This is for the second column in the table */
    width:90%;
    text-align: left;
    padding-left: 3%;
}

.chatroomText{  /* This is for the Welcome and the textbox to enter a msg*/
    width:80%;
    margin:auto;
    text-align: left;
}

    
    
    
    
    
    
    
}