body {
    /*background-image: url("../img/covjeculjak.png");*/
    background-repeat: no-repeat, repeat;
    background-position: center top;
    /*background-color: #9c86a8;*/
    font-size: 1.3rem;
}
.jumbotron {

    background-color: #f4e9ff;

}
.card{
	background-color: #f4e9ff;
	border: none;
}
.card-small-font{
	font-size:1.1rem;
	font-weight: 500;
}
.bg-dark {
    background-color: #aa00d3!important;
}

li{
	margin-bottom: 0.5rem;
}

navbar-brand{
	margin-right: 0rem !important;
}

html {
  font-size: 14px;
}

@include media-breakpoint-up(sm) {
  html {
    font-size: 16px;
  }
}

@include media-breakpoint-up(md) {
  html {
    font-size: 20px;
  }
}

@include media-breakpoint-up(lg) {
  html {
    font-size: 28px;
  }
}