body {
  /* background: #000000 url("../images/img_0079.jpg") repeat center center fixed; */
  background: #DBDBDB;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

footer{
  margin-top: auto;
}

.navbar-nav li:hover .dropdown-menu #main-nav {
  display: block;
}

/* rotate caret on hover */
.dropdown-menu>li>a:hover:after #main-nav {
  text-decoration: underline;
  transform: rotate(-90deg);
}

.navbar {
  background-color: #0f6102;
}

.drac-c {
  background-color: rgb(200,200,255);
}

.txtsz{
  font-size: 16px;
}

.max-wide{
  max-width: 90%;
}

.flyer{
  text-align: justify;
}

p.big {
  line-height: 1.8;
}

.pic-fill{
  max-height: 70vh;
  object-fit: cover;
}
