@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,400&display=swap');
/* font-family: 'Roboto Condensed', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Gideon+Roman&family=Montserrat&family=Playfair+Display:wght@600&family=Poppins:wght@100;200;300&family=Raleway:wght@100;200;300;400;600&family=Roboto:wght@100&family=Source+Serif+4:wght@200;300&family=Supermercado+One&display=swap');

/* font-family: 'Montserrat', sans-serif; */
* {
  margin: 0;
  padding: 0;

}

header {
  background: rgba(12, 65, 12, 0.788);


}

.navbar-brand img {
  width: 115px;
  height: 50px;
  border-radius: 25%;
  border: solid 1px green;

}

.laNavbar {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.2em;
}

main {

 /* border: 5px solid wheat;*/
  background: linear-gradient(rgb(0, 0, 0, 0.5), rgb(0, 0, 0, 0.5)),
    url(../img/background.jpg), center center no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: white;
}
main h1{
  font-family: 'Playfair Display', serif;
  /*border: 5px solid beige;*/
  color: rgb(126, 194, 126);
}
 .card-img-top{
  height: 300px;
}
footer{
  background:  rgba(12, 65, 12, 0.788);
  font-family: 'Roboto Condensed', sans-serif;
}
footer h5{
  font-size: 1.2em;
}