body {
  margin: 0;
  background-color: rgb(202, 194, 194);
  padding-top: 100px;
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
html{
  height: 100%;
  background-image: url(Untitled.jpg);
}
#Full-Page-Div {
  display: flex;
  flex-direction: column;
}
#Top-Bar {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background-color: rgb(236, 228, 218);
  height: 100px;
  border-style: solid;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-width: 3px;
  border-color: rgb(152, 156, 156);
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  padding-left: 16px;
  padding-right: 16px;
}
#Search-Bar-Div {
  background-color: rgb(204, 200, 200);
  width: 400px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-left: 13px;
  padding-right: 13px;
}
#Search-Bar {
  height: 55px;
  width: 350px;
  background-color: rgb(236, 228, 218);
  border: inset;
  border-width: 2px;
  border-left: 0;
  outline: none;
}
#Search-Icon {
  height: 51px;
  width: 50px;
  background-color: rgb(236, 228, 218);
  border: inset;
  border-width: 2px;
  border-right: 0;
}
#Search-Icon:active {
  opacity: 0.75;
}
#imagechicken {
  width: 70%;
  height: 50%;
}
#Info-Box {
  background-color: rgb(218, 211, 203);
  height: 450px;
  display: flex;
  flex-direction: row;
  border: solid;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-color: rgb(127, 131, 131);
  justify-content: center;
  align-items: center;
  gap: 30px;
  border-width: 3px;
}
#Me-Info, #Site-Info {
  overflow: hidden;
}
#Me-Info {
  margin-left: 13px;
  background-color: rgb(236, 228, 218);
  height: 250px;
  width: 400px;
  border: solid;
  border-color: rgb(152, 156, 156);
  border-top: 0;
  border-left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-width: 4px;
  border-top-left-radius: 13px;
}
.Description-Headers {
  margin: 0;
  margin-bottom: 9px;
  padding: 8px;
  background-color: rgb(224, 217, 209);
  border-radius: 2px;
  user-select: none;
}
.Description-Paragraph {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 9px;
  padding-left: 9px;
  padding-right: 9px;
  font-style: italic;
  font-weight: bold;
  background-color: rgb(224, 217, 209);
  user-select: none;
}
#Site-Info {
  margin-right: 13px;
  background-color: rgb(236, 228, 218);
  height: 250px;
  width: 400px;
  border: solid;
  border-color: rgb(152, 156, 156);
  border-top: 0;
  border-left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-width: 4px;
  border-top-left-radius: 13px;
}
#Projects {
  background-color: rgb(204, 198, 191);
  height: 700px;
  border: solid;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-width: 4px;
  border-color: rgb(109, 112, 112);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 30px;

}
.Project-Headers {
  margin: 0;
  margin-bottom: 9px;
  padding: 8px;
  background-color: rgb(204, 198, 191);
  border-radius: 2px;
  user-select: none;
}
.Project-Paragraphs {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 9px;
  padding-left: 9px;
  padding-right: 9px;
  font-style: italic;
  font-weight: bold;
  background-color: rgb(204, 198, 191);
  user-select: none;
}
#Enter-Button {
  margin-top: 13px;
  width: 200px;
  height: 50px;
  border: outset;
  background-color: rgb(216, 211, 205); 
}
#Enter-Button:active {
  border: inset;
}
#Project-Description, #Project-Page {
  overflow: hidden;
}
#Project-Description {
  margin-left: 13px;
  background-color: rgb(218, 211, 203);
  height: 450px;
  width: 400px;
  border: solid;
  border-top: 0;
  border-left: 0;
  border-width: 4px;
  border-color: rgb(127, 131, 131);
  border-top-left-radius: 13px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#Project-Page {
  margin-right: 13px;
  background-color: rgb(218, 211, 203);
  height: 450px;
  border: solid;
  width: 700px;
  border-top: 0;
  border-left: 0;
  border-width: 4px;
  border-color: rgb(127, 131, 131);
  border-top-left-radius: 13px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}
.Project-Holder {
  height: 150px;
  width: 150px;
  background-color: rgb(204, 198, 191);
  border-top-left-radius: 13px;
  margin: 10px;
  border: solid;
  border-top: 0;
  border-left: 0;
  border-width: 2px;
  border-color: rgb(127, 131, 131);
}
.Project-Button:hover {
  cursor: pointer;
}
.Project-Image {
  width: 100%;
  height: 100%;
  border-radius: 100px;
}
#Contacts {
  background-color: rgb(184, 178, 172);
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#Contact-Description {
  background-color: rgb(206, 199, 192);
  height: 100px;
  width: 400px;
  border: solid;
  border-left: 0;
  border-top: 0;
  border-top-left-radius: 13px;
  border-width: 4px;
  border-color: rgb(108, 112, 112);
  display: flex;
  justify-content: center;
  align-items: center;
}
.Contact-Header {
  background-color: rgb(184, 178, 172);
  margin: 0;
  padding: 8px;
  border-radius: 2px;
  padding-left: 50px;
  padding-right: 50px;
}
#Contact-List {
  background-color: rgb(206, 199, 192);
  height: 250px;
  width: 700px;
  border: solid;
  border-left: 0;
  border-top: 0;
  border-top-left-radius: 13px;
  border-width: 4px;
  border-color: rgb(108, 112, 112);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 13px;
}
.Contact-Button {
  height: 150px;
  width: 150px;
  background-color: rgb(218, 211, 203);
  border-top-left-radius: 13px;
  border-top: 0;
  border-left: 0;
  border-width: 2px;
  border-color: rgb(189, 197, 197);
}
.Contact-Button:hover {
  cursor: pointer;
}

@media (width < 1000px) {
  #Project-Page {
    width: 550px;
  }
}