@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@1,500&display=swap');
body {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 14px;
}

header{
  margin-bottom: 5%;
}

.navbar {
    font-size: 14px !important;
}

.bg-image-full {
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
    height: 100%;
  }
