@import url("../../css/modaal.css");
@import url("../../css/font-awesome.min.css");

/* For Navbar (Fixed-top and Container Size) */
nav.navbar {
  left: 50%;
  transform: translateX(-50%);
}

/* Bootstrap Hack */
/*
.dropdown-item:focus, .dropdown-item:hover{
	background-color: #c6eae7;
}


.color-dark,
.bg-primary{
	color: #212529;
}

.table-primary,
.table-secondary,
.table-success,
.table-danger,
.table-warning,
.table-info,
.table-light{
	color: #212529;
}

.color-light,
.bg-info,
.table-dark{
	color: #dee2e6;
}

.page-item.active .page-link{
  color: black;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255,255,255,0.15);
}

.dropdown-item{
  color: #88fa47;
}

*/

/* Modaal Hack */
.modaal-close{
  z-index: 9999;
}

/* other layout */
body {
  padding-top: 5rem;
  font-family: Montserrat,sans-serif;
}

#footer {
  min-height: calc(80px);
}



