@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
body {
  font-family: 'Roboto', sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
  line-height: 1.58;
  letter-spacing: -.003em;
  font-size: 20px;
}

h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-style: bold;
  font-size: 46px;
  line-height: 1.15;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.8);
  -webkit-font-smoothing: antialiased;
}
div {
	border: thick;
}
.smellsfine {
  font-size: 14px;
}
.adress {
  font-size: 14px;
}
.footer {
  font-size: 12px;
}
/*overwrite the bootstrap*/
.card {
    border: 0px solid rgba(0, 0, 0, 0.125);
}
.card-img, .card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.card-text {
	font-size: 16px;
}
