.navbar a {
    color:#2163C6;
    font-weight: bold;
    font-family: Garamond;
    font-size: 20px;
}

.navbar a:hover {
    color:beige;
}


body {
    background-image: url("media/bgimage.jpg");
  }

div.welcome {
    color: white;
    font-style:normal;
    font-family: Garamond;
    padding-top: 50px;
    text-align: center;
}


.page-container {
    position: relative;
    min-height: 100vh;
  }
  
.content-wrap {
    padding-bottom: 2.5rem;    
  }


.animallist p {
  color:antiquewhite;
  font-style:normal;
  font-size: 25px;
  font-family: Garamond;
  padding-top: 50px;
  text-align: center;
}

.list-group-item-cust .list-group-item {
  color:#7c805c;
  font-style:italic;
  font-weight: bold;
  font-family:Arial, Helvetica, sans-serif;
  padding-top: 25px;
  padding-bottom:25px;
  margin-left:25%;
  margin-right: 25%;
  background-color: black;
  text-align: center;
}

.breeds-items .list-group-item {
  color:whitesmoke;
  font-style:normal;
  font-size: 20px;
  font-family:Georgia, 'Times New Roman', Times, serif;
  background-color: black;
  text-align: center;
}


.breedslist {
  color:antiquewhite;
  font-style:normal;
  font-size: 25px;
  font-family: Garamond;
  padding-top: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
  
footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2.5rem; 
    color:khaki;
    font-size:small;
    font-family: Garamond;
  }