body {
  padding: 50px;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
  background-color: #1c1e21;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}

a {
  color: white;
}

form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

nav {
  width: 100%;
  padding: 10px 20px;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #2e3031;
}




/* Navigation Bar Drop Down Menu */
.dropdown {
  display: inline-block;
  background-color: #db7210;
  color: white;
  padding: 10px;
  font-size: 16px;
  border-radius: 12px;
}
.dropdown-btn {
  border: none;
  background-color: #db7210;
  color: white;
  font-size: 20px;
}
.dropdown-content {
  display: none;
  width: 100%;
  overflow: auto;
}
.dropdown:hover .dropdown-content {
  display: block;
  background-color: white;
  color: #db7210;
}
.dropdown-content a{
  display: block;
  color: white;
  background-color: #db7210;
  padding: 5px;
  text-decoration: none;
}
.dropdown-content a:hover {
  background-color: white;
  color: #db7210;
}






.add-pet {
  font-size: 20px;
  color: white;
  text-decoration: none;
  background-color: #db7210;
  padding: 10px;
  border-radius: 12px;
}
.add-pet:hover {
  border: 3px solid white;
}




/* home buttons*/
.home-btns {
  font-size: 12px;
  color: white;
  text-decoration: none;
  background-color: #db7210;
  padding: 5px;
  border-radius: 12px;
}
.home-btns:hover {
  border: 3px solid white;
}







/* Pets files */
.outside-div {
  width: 70%;
  border-radius: 12px;
  background-color: #2e3031;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
  justify-content: space-around;
}
.div-border {
  border: 3px solid #db7210;
  border-radius: 12px;
  margin: 30px 0;
  width: 200px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}


form input{
  width: 230px;
  text-align: center;
}




/* Pets images */
.icon-img {
  max-height: 50%;
  max-width: 200px;
  border-radius: 10px;
}

hr {
  visibility: hidden;
}







/* Pet Page */
.border-divider {
  border: 3px solid #db7210;
  border-radius: 12px;
  margin: 30px 0;
  width: 90%;
  height: 300px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.icon-img-post {      /* First Square */
  max-height: 300px;
  max-width: 50%;
  border-radius: 10px;
}
.span-color {
  color: #db7210;
}





/* Pet Posts */
.posts-order {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.posts-outside-div {
  width: 50%;
  border-radius: 12px;
  background-color: #2e3031;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.posts-div-border {
  border: 3px solid #db7210;
  border-radius: 12px;
  margin: 30px 0;
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.posts-img-post {  
  width: 100%;
  border-radius: 10px;
}










/* Pet Comments */
details {
  width: 100%;
  margin: 5px;
}
summary {
  font-size: 25px;
}
.new-comment {
  width: 90%;
  border-radius: 25px;
  background-color: #db7210;
  color: white;
  font-size: 16px;
  padding: 15px; 
  height: 15px; 
}
.new-comment-btn {
  color: white;
  text-decoration: none;
  background-color: #db7210;
  padding: 0 10px;
  border-radius: 25px;
}
.new-comment-btn:hover {
  border: 3px solid white;
}
.mar {
  margin-left: 30px;
}





/* Welcome to Paw Share */
.welcome-div {
  width: 40%;
  border-radius: 12px;
  background-color: #2e3031;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.welcome-div a {
  text-decoration: none;
}






/* Login/Singn route */
.login-input {
  width: 90%;
  border-radius: 25px;
  background-color: #db7210;
  color: white;
  font-size: 16px;
  padding: 15px; 
  height: 15px;
}
.login-btn {
  color: white;
  text-decoration: none;
  background-color: #db7210;
  padding: 0 20px;
  border-radius: 25px;
}
.login-btn:hover {
  border: 3px solid white;
}






/* New Pet route */
.new-pet-div {
  width: 40%;
  border-radius: 12px;
  background-color: #2e3031;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  max-height: 80%;
}
.new-pet-div div{
  width: 100%;
  border-radius: 12px;
  background-color: #2e3031;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-height: 80%;
}
.new-pet-div label input h2{
  margin: 0
}
.new-pet-input {
  width: 90%;
  border-radius: 25px;
  background-color: #db7210;
  color: white;
  font-size: 16px;
  padding: 5px; 
  height: 15px;
  margin: 0;
}
.new-pet-btn {
  color: white;
  text-decoration: none;
  background-color: #db7210;
  padding: 0 20px;
  border-radius: 25px;
  font-size: 20px;
}
.new-pet-btn:hover {
  border: 3px solid white;
}
.text-area {
  background-color: #db7210;
  color: white
}


